MediaWiki:Common.css: Difference between revisions
Appearance
Tuule Vihm (talk | contribs) No edit summary |
Tuule Vihm (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
display:table; /* display: table-cell */ | display:table; /* display: table-cell */ | ||
border-collapse: separate; | border-collapse: separate; | ||
border-spacing: | border-spacing: 15px; | ||
border: 3px solid; | border: 3px solid; /* Lahtri ääre paksus */ | ||
padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */ | padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */ | ||
width:100%; | width:100%; | ||
} | } | ||
Revision as of 22:34, 23 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:table; /* display: table-cell */
border-collapse: separate;
border-spacing: 15px;
border: 3px solid; /* Lahtri ääre paksus */
padding: 5px; /* Teksti ja lahtri ääre vaheline kaugus */
width:100%;
}