Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Vitamant
 
(10 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 {
body {
   #background: radial-gradient(circle,rgba(192,176,73,0),rgba(192,176,73,1));
  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 */
body {
  background-color: white;
    background-color: #f6f6f6;
  padding-left: 5px;
background-image: url("https://cdnstatic.bethsoft.com/creationkit.com/fo-garage.jpg");
  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;
}