MediaWiki:Common.css

From The Lost Media Wiki
Revision as of 15:23, 29 September 2014 by Dycaite (talk | contribs)
Jump to: navigation, search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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://lostmediawiki.com/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;
}

div#content{
  width:70%;
  margin: 0 auto;
}

div.vectorMenu h5 > a {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  height: 0;
  margin-top: 15px;
  width: 0;
  padding: 5px 0px;
}

.lighthover > img, .lighthover > :nth-child(3){
  display:none;
}

#contentSub{
  display:none;
}

.onhoverbg:hover {
  background: none repeat scroll 0 0 #194517;
}

div.vectorTabs a:hover {
  background: none repeat scroll 0 0 #194517;
}
/* CSS overrides for the skin metrolook ends here*/