Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>AleKahpwn
imported>Vitamant
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-logo {
#p-logo {
   background: radial-gradient(circle,rgba(192,176,73,0),rgba(192,176,73,1));
   #background: radial-gradient(circle,rgba(192,176,73,0),rgba(192,176,73,1));
}
 
body {
    background-color: #f6f6f6;
background-image:  url("https://cdnstatic.bethsoft.com/creationkit.com/fo-garage.jpg");
}
}

Revision as of 18:46, 25 April 2016

/* CSS placed here will be applied to all skins */
#p-logo {
  #background: radial-gradient(circle,rgba(192,176,73,0),rgba(192,176,73,1));
}

body {
    background-color: #f6f6f6;
background-image:  url("https://cdnstatic.bethsoft.com/creationkit.com/fo-garage.jpg");
}