MediaWiki:Common.css

Aus KW Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
body {
 
body {
     background: #f9f9f9 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x;
+
     background: #777 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x;
 +
}
 +
 
 +
a, a:visited, a:active {
 +
    color: #113175;
 +
}
 +
a:hover {
 +
    color: #0055D8;
 +
}
 +
 
 +
#p-cactions li a,
 +
#p-cactions li a:visited,
 +
#p-cactions li a:active {
 +
    color: #113175;
 +
}
 +
 
 +
.pBody {
 +
    background: #EEE;
 +
}
 +
.portlet h5 {
 +
    color: #FFF;
 +
    font-weight: bold;
 
}
 
}
  
Zeile 39: Zeile 60:
 
div#content {
 
div#content {
 
     margin-top: 120px;
 
     margin-top: 120px;
 +
}
 +
 +
div#footer {
 +
    background-color: #EEE;
 +
    border-bottom: 1px solid #AAAAAA;
 +
    border-top: 1px solid #AAAAAA;
 
}
 
}

Version vom 18. Februar 2012, 22:36 Uhr

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

a, a:visited, a:active {
    color: #113175;
}
a:hover {
    color: #0055D8;
}

#p-cactions li a, 
#p-cactions li a:visited, 
#p-cactions li a:active {
    color: #113175;
}

.pBody {
    background: #EEE;
}
.portlet h5 {
    color: #FFF;
    font-weight: bold;
}

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

div#footer {
    background-color: #EEE;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #AAAAAA;
}
Meine Werkzeuge