Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
imported>AleKahpwn |
|||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
background-color: rgba(255,255,255,.5); | 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;
}