MediaWiki:Common.css: Difference between revisions
Appearance
Tuule Vihm (talk | contribs) m Changed protection settings for "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Tuule Vihm (talk | contribs) No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
td | #clickcell td th { | ||
border-collapse: separate; | |||
border-collapse: | border-spacing: 3px; | ||
border-spacing: | |||
border: 1px solid; /* Lahtri ääre paksus */ | border: 1px solid; /* Lahtri ääre paksus */ | ||
padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */ | padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */ | ||
Revision as of 09:42, 28 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 */
}
#clickcell td th {
border-collapse: separate;
border-spacing: 3px;
border: 1px solid; /* Lahtri ääre paksus */
padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */
width:100%;
}
#levelitelingid {
border-collapse: separate;
padding: 5px;
width: 100% ;
}