Difference between revisions of "MediaWiki:Common.css"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Vitamant
imported>Vitamant
Line 4: Line 4:
}
}


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

Revision as of 18:47, 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));
}

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