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:
   background-color: rgba(255,255,255,.5);
   background-color: rgba(255,255,255,.5);
}
}
#userlogin2 {
div.mw-createacct-benefits-container {
   width: 452px;
   margin-left: 100px;
}
}

Revision as of 13:53, 16 September 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);
}
div.mw-createacct-benefits-container {
  margin-left: 100px;
}