MediaWiki:Common.css: Difference between revisions
Appearance
Tuule Vihm (talk | contribs) No edit summary |
Tuule Vihm (talk | contribs) No edit summary |
||
| Line 21: | Line 21: | ||
font-family: Arial, Helvetica, sans-serif; | font-family: Arial, Helvetica, sans-serif; | ||
border-collapse: separate; | border-collapse: separate; | ||
border-bottom: 1rem solid; | border-bottom: 1rem solid; | ||
padding: 5px; | padding: 5px; | ||
width: 100%; | width: 100%; | ||
} | |||
table, th, td { | |||
border: 1px solid; | |||
} | } | ||
Revision as of 14:31, 24 March 2025
/* CSS placed here will be applied to all skins */
body {
background-image: url('https://sulane.net/img/bg.jpg');
}
mw-header {
background-color: #191970; /* Replace with your desired color */
}
td.clickablecell a {
display:block; /* display: table-cell */
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid; /* Lahtri ääre paksus */
padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */
width:auto;
}
#levelitelingid {
font-family: Arial, Helvetica, sans-serif;
border-collapse: separate;
border-bottom: 1rem solid;
padding: 5px;
width: 100%;
}
table, th, td {
border: 1px solid;
}