MediaWiki:Common.css

Aus KW Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 16: Zeile 16:
 
     color: #F8F51C;
 
     color: #F8F51C;
 
     text-decoration: underline;
 
     text-decoration: underline;
 +
    background: none;
 
}
 
}
  

Version vom 18. Februar 2012, 22:17 Uhr

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

div#column-one {
    padding-top: 135px;
}

#p-personal li a {
    color: #DDD;
}
#p-personal li a.new {
    color: #F8F51C;
}
#p-personal li a:hover {
    color: #F8F51C;
    text-decoration: underline;
    background: none;
}

#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;
}
#p-cactions .pBody {
    margin-left: 180px;
}

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