Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>AleKahpwn
m (Reverted edits by Kyllagdrgn (talk) to last revision by Rhavlovick)
imported>AleKahpwn
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
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 15:33, 10 May 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);
}