Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>AleKahpwn
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-logo a {
body {
//  background-color: linear-gradient(to top, #8c8030, #d4c982);
  background-image:  url("https://cdnstatic.bethsoft.com/creationkit.com/fallout-screened-smaller.jpg");
// background-color: #c0b049;
}
//  border: #333 solid 1px;
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;
}
}

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