MediaWiki:Common.css

Aus KW Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 5: Zeile 5:
 
#p-logo {
 
#p-logo {
 
     width: 300px;
 
     width: 300px;
     height: 100px;
+
     height: 121px;
 
}
 
}
 
#p-logo a, #p-logo a:hover {
 
#p-logo a, #p-logo a:hover {
 
     width: 300px;
 
     width: 300px;
     height: 100px;
+
     height: 121px;
 
}
 
}
  
 
#p-cactions {
 
#p-cactions {
 
     z-index: 4;
 
     z-index: 4;
     top: 80px;
+
     top: 100px;
 
     height: 21px;
 
     height: 21px;
 
}
 
}
  
 
div#content {
 
div#content {
     margin-top: 100px;
+
     margin-top: 120px;
 
}
 
}

Version vom 18. Februar 2012, 22:04 Uhr

body {
    background: #f9f9f9 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x;
}

#p-logo {
    width: 300px;
    height: 121px;
}
#p-logo a, #p-logo a:hover {
    width: 300px;
    height: 121px;
}

#p-cactions {
    z-index: 4;
    top: 100px;
    height: 21px;
}

div#content {
    margin-top: 120px;
}
Meine Werkzeuge