MediaWiki: Common.css: Difference between revisions

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


#mw-panel .portal a {
#mw-panel .portal h5 a {
   color: #4d4d4d !important;
   color: #50a84d !important;
  font-size: large;
  font-weight: 600;
}
}


#mw-panel{
  position:relative;
  top:40px;
  padding: 0px 0px !important;
}
/* CSS overrides for the skin metrolook ends here*/
/* CSS overrides for the skin metrolook ends here*/

Revision as of 19:30, 2 October 2014

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

/* css overrides for skin metrolook */
@font-face {
    font-family: lvnm;
    src: url(/skins/common/fonts/lvnm.ttf);
}

*{
  font-family:lvnm;
  font-size: 16px;
  line-height:24px;
}

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

body{
background: url(http://lostmediawiki.com/skins/Metrolook/images/Wiki-background_v2.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

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

div#simpleSearch{
  width:10em;
}

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 !important;
}

div.vectorTabs a:hover {
  background: none repeat scroll 0 0 #194517;
}

#right-navigation{
  width:180px;
}

div.vectorMenu li.selected a, div.vectorMenu li.selected a:visited {
  color: #000 !important;
}

div.vectorMenu ul {
  border-color: #194517 !important;
  border-right: 2px solid #194517 !important;
}

#mw-panel .portal .body a {
  color: #fff !important;
}

#mw-panel .portal h5 a {
  color: #50a84d !important;
  font-size: large;
  font-weight: 600;
}

#mw-panel{
  position:relative;
  top:40px;
  padding: 0px 0px !important;

}
/* CSS overrides for the skin metrolook ends here*/