MediaWiki: Common.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 8: Line 8:


body{
body{
background: url({{STYLEPATH}}/Metrolook/images/Wiki-background_v2.png) no-repeat;
background: url(http://localhost/work/lostwiki/skins/Metrolook/images/Wiki-background_v2.png) no-repeat;
background-position:fixed;
background-position:fixed;
}
#right-navigation {
  left: 0;
  position: absolute;
  top: 40px;
}
div#simpleSearch{
  width:10em;
}
#mw-panel{
  display:none;
}
/* CSS overrides for the skin metrolook ends here*/
/* CSS overrides for the skin metrolook ends here*/

Revision as of 11:25, 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(http://localhost/work/lostwiki/skins/Metrolook/images/Wiki-background_v2.png) no-repeat;
background-position:fixed;
}

#right-navigation {
  left: 0;
  position: absolute;
  top: 40px;
}

div#simpleSearch{
  width:10em;
}

#mw-panel{
  display:none;
}
/* CSS overrides for the skin metrolook ends here*/