Difference between revisions of "MediaWiki:Common.css"

From Paradise Lofts Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: body { background-color: #853d3d; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
body {
+
body,
 +
#mw-page-base{
 
     background-color: #853d3d;
 
     background-color: #853d3d;
 +
}
 +
 +
a {
 +
    color: #FFF;
 
}
 
}

Revision as of 14:57, 30 January 2019

/* CSS placed here will be applied to all skins */
body,
#mw-page-base{
    background-color: #853d3d;
}

a {
    color: #FFF;
}