Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>AleKahpwn
 
Line 8: Line 8:
div.mw-createacct-benefits-container {
div.mw-createacct-benefits-container {
   margin-left: 100px;
   margin-left: 100px;
}
#footer-places li { /* Make footer links more visible */
  background-color: white;
  padding-left: 5px;
  padding-right: 10px;
}
}

Latest revision as of 15: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;
}