MediaWiki:Common.css: Difference between revisions
Appearance
Tuule Vihm (talk | contribs) No edit summary Tag: Manual revert |
Tuule Vihm (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
body { | body { | ||
background-image: url('https://sulane.net/img/bg.jpg'); | background-image: url('https://sulane.net/img/bg.jpg'); | ||
} | } | ||
#mw-header { | #mw-header { | ||
background-color: #191970; /* Replace with your desired color */ | background-color: #191970; /* Replace with your desired color */ | ||
} | |||
td.clickablecell a { | |||
display:block; | |||
width:100%; | |||
} | } | ||
Revision as of 22:03, 22 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;
width:100%;
}