Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
imported>AleKahpwn |
|||
(19 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
. | body { | ||
background: | background-image: url("https://cdnstatic.bethsoft.com/creationkit.com/fallout-screened-smaller.jpg"); | ||
} | |||
div#p-navigation, div#p-tb { | |||
background-color: rgba(255,255,255,.5); | |||
} | |||
div.mw-createacct-benefits-container { | |||
margin-left: 100px; | |||
} | |||
#footer-places li { /* Make footer links more visible */ | |||
background-color: white; | |||
padding-left: 5px; | |||
padding-right: 10px; | |||
} | } |
Latest revision as of 14:06, 2 December 2021
/* CSS placed here will be applied to all skins */
body {
background-image: url("https://cdnstatic.bethsoft.com/creationkit.com/fallout-screened-smaller.jpg");
}
div#p-navigation, div#p-tb {
background-color: rgba(255,255,255,.5);
}
div.mw-createacct-benefits-container {
margin-left: 100px;
}
#footer-places li { /* Make footer links more visible */
background-color: white;
padding-left: 5px;
padding-right: 10px;
}