Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>AleKahpwn
imported>AleKahpwn
Line 6: Line 6:
div#p-navigation, div#p-tb {
div#p-navigation, div#p-tb {
   background-color: rgba(255,255,255,.5);
   background-color: rgba(255,255,255,.5);
}
#footer {
  background-color: rgba(255,255,255,.3);
}
}

Revision as of 15:29, 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);
}
#footer {
  background-color: rgba(255,255,255,.3);
}