MediaWiki:Common.css
Aus KW Wiki
(Unterschied zwischen Versionen)
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
body { | body { | ||
background: #f9f9f9 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x; | background: #f9f9f9 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x; | ||
| + | } | ||
| + | |||
| + | #p-logo { | ||
| + | width: 300px; | ||
| + | height: 100px; | ||
| + | } | ||
| + | #p-logo a, #p-logo a:hover { | ||
| + | width: 300px; | ||
| + | height: 100px; | ||
| + | } | ||
| + | |||
| + | div#content { | ||
| + | margin-top: 100px; | ||
} | } | ||
Version vom 18. Februar 2012, 21:21 Uhr
body {
background: #f9f9f9 url(http://kw.text-indent.net/skins/monobook/logobg_kw.gif) 0 0 repeat-x;
}
#p-logo {
width: 300px;
height: 100px;
}
#p-logo a, #p-logo a:hover {
width: 300px;
height: 100px;
}
div#content {
margin-top: 100px;
}