MediaWiki: Common.css: Difference between revisions

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


.lighthover > img, .lighthover > :nth-child(3){
.lighthover > img, .lighthover > :nth-child(3){
  display:none;
}
#contentSub{
   display:none;
   display:none;
}
}
/* CSS overrides for the skin metrolook ends here*/
/* CSS overrides for the skin metrolook ends here*/

Revision as of 12:48, 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://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%;
}

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;
}
/* CSS overrides for the skin metrolook ends here*/