MediaWiki:Common.css
Aus SpongePedia
(Unterschied zwischen Versionen)
Simon (Diskussion | Beiträge) |
Simon (Diskussion | Beiträge) |
||
Zeile 1: | Zeile 1: | ||
− | / | + | /* CSS an dieser Stelle wirkt sich auf alle Skins aus */ |
− | + | .box-hs { | |
− | + | border: 2px solid #6959CD; | |
− | + | background-color: #ffff88; | |
+ | -moz-border-radius: 5px; | ||
+ | } | ||
− | + | .box-hs h2 { | |
− | + | text-align: center; | |
− | . | + | } |
− | + | ||
− | + | ||
− | + | ||
− | + | body.page-Hauptseite h1.firstHeading, | |
− | + | body.page-Hauptseite #catlinks, | |
− | + | body.page-Hauptseite #contentSub { | |
+ | display: none; | ||
+ | } |
Version vom 2. August 2010, 14:05 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ .box-hs { border: 2px solid #6959CD; background-color: #ffff88; -moz-border-radius: 5px; } .box-hs h2 { text-align: center; } body.page-Hauptseite h1.firstHeading, body.page-Hauptseite #catlinks, body.page-Hauptseite #contentSub { display: none; }