MediaWiki: Common.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: →‎css overrides for skin metrolook: div#mw-head, div.vectorMenu{ background:#127A23 !important; } /* CSS overrides f...")
 
No edit summary
Line 7: Line 7:
}
}


 
body{
background: url({{STYLEPATH}}/Metrolook/images/Wiki-background_v2.png) no-repeat;
background-position:fixed;
/* CSS overrides for the skin metrolook ends here*/
/* CSS overrides for the skin metrolook ends here*/

Revision as of 11:16, 27 September 2014

/* CSS placed here will be applied to all skins */

/* css overrides for skin metrolook */

div#mw-head, div.vectorMenu{
background:#127A23 !important; 
}

body{
background: url({{STYLEPATH}}/Metrolook/images/Wiki-background_v2.png) no-repeat;
background-position:fixed;
/* CSS overrides for the skin metrolook ends here*/