MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Beds24 Wiki
Zur Navigation springen Zur Suche springen
Zeile 5: Zeile 5:
 
background-image: none;
 
background-image: none;
 
font-family: Verdana,Geneva,sans-serif;
 
font-family: Verdana,Geneva,sans-serif;
 +
}
 +
 +
div#mw-head {
 +
background-color: #F9F9F9;
 
}
 
}
  
 
div.vectorTabs {
 
div.vectorTabs {
 +
background-color: #F9F9F9;
 
background-image: none;
 
background-image: none;
 
}
 
}
  
 
#mw-head-base {
 
#mw-head-base {
 +
background-color: #F9F9F9;
 
background-image: none;
 
background-image: none;
    background-position: left bottom;
+
 
    background-repeat: repeat-x;
 
    height: 5em;
 
    margin-left: 10em;
 
    margin-top: -5em;
 
 
}
 
}
  

Version vom 17. Juni 2013, 11:22 Uhr

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

body {
background-color: #F9F9F9;
background-image: none;
font-family: Verdana,Geneva,sans-serif;
}

div#mw-head {
background-color: #F9F9F9;
}

div.vectorTabs {
background-color: #F9F9F9;
background-image: none;
}

#mw-head-base {
background-color: #F9F9F9;
background-image: none;

}

div.vectorTabs ul li {
background-color: #F9F9F9;
 background-image: none;

}