Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Vitamant
imported>AleKahpwn
Line 2: Line 2:
body {
body {
background-image:  url("https://cdnstatic.bethsoft.com/creationkit.com/fallout-screened-smaller.jpg");
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);
}
}

Revision as of 17:24, 26 April 2016

/* 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);
}