MediaWiki:Common.css
(Unterschied zwischen Versionen)
Detlev (Diskussion | Beiträge) K |
Detlev (Diskussion | Beiträge) K |
||
Zeile 8: | Zeile 8: | ||
} | } | ||
*/ | */ | ||
+ | |||
+ | #zitat { | ||
+ | font-style:italic; | ||
+ | padding:0 35px; | ||
+ | background: url(http://kilimanjaro.bplaced.net/wiki/images/button/quote.png) no-repeat; | ||
+ | } | ||
+ | |||
+ | #engl { | ||
+ | font-style:italic; | ||
+ | padding:0 35px; | ||
+ | background: url(http://kilimanjaro.bplaced.net/wiki/images/button/engl.gif) no-repeat; | ||
+ | } | ||
+ | |||
+ | #container { | ||
+ | background:#f9f9f9; | ||
+ | padding:5px; | ||
+ | border:1px solid #aaa; | ||
+ | } | ||
+ | |||
+ | #checked { | ||
+ | background: url(http://kilimanjaro.bplaced.net/wiki/images/button/checked.gif) center right no-repeat; | ||
+ | padding-right: 25px; | ||
+ | } | ||
+ | |||
+ | #baustelle { | ||
+ | background: url(http://kilimanjaro.bplaced.net/wiki/images/button/kegel.gif) center right no-repeat; | ||
+ | padding-right: 25px; | ||
+ | } | ||
+ | |||
+ | #container_baustelle { | ||
+ | background:#fff5f5; | ||
+ | padding:5px; | ||
+ | border:1px solid #ff0000; | ||
+ | } | ||
+ | |||
+ | #schild_01 { | ||
+ | font-family: sans-serif; | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | color: #FBFF00; | ||
+ | background:#522004; | ||
+ | padding:0px; | ||
+ | border:1px solid #000000; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | #schild_02 { | ||
+ | font-family: sans-serif; | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | color: #FFFFFF; | ||
+ | background:#522004; | ||
+ | padding:0px; | ||
+ | border:1px solid #aaa; | ||
+ | } | ||
+ | |||
+ | #schild_03 { | ||
+ | font-family: Times New Roman; | ||
+ | font-size: 16px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | color: #FBFF00; | ||
+ | background:#3EAE34; | ||
+ | padding:0px; | ||
+ | border:5px solid #007605; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | #schild_03_1 { | ||
+ | font-family: Times New Roman; | ||
+ | font-size: 30px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | color: #FBFF00; | ||
+ | background:#3EAE34; | ||
+ | padding:0px; | ||
+ | border:5px solid #007605; | ||
+ | margin-bottom: 10px; | ||
+ | } | ||
+ | |||
+ | #Infobox-Punkt { | ||
+ | float: right; | ||
+ | border: 1px solid #AAAAAA; | ||
+ | background-color: #FFFFFF; | ||
+ | padding: 2px; | ||
+ | margin-left: 15px; | ||
+ | margin-bottom: 15px; | ||
+ | } | ||
+ | |||
+ | #title_2 { | ||
+ | POSITION: absolute; | ||
+ | font-family: 'Verdana'; | ||
+ | color: #000000; | ||
+ | font-weight:bold; | ||
+ | padding-left:9px; | ||
+ | padding-top:5px; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | #title_1 { | ||
+ | font-family: 'Verdana'; | ||
+ | POSITION: absolute; | ||
+ | color: #FFFFFF; | ||
+ | font-weight:bold; | ||
+ | padding-left:8px; | ||
+ | padding-top:4px; | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | /* blendet den Titel "Hauptseite" aus */ | ||
+ | body.page-Hauptseite h1.firstHeading { display:none; } | ||
/* class="newest_02" */ | /* class="newest_02" */ |
Version vom 8. März 2017, 21:15 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ /* TEST h1,.mw-headline { font-family: 'Times New Roman', Times, serif, 'sans serif'; font-style: italic; font-weight: bold; } */ #zitat { font-style:italic; padding:0 35px; background: url(http://kilimanjaro.bplaced.net/wiki/images/button/quote.png) no-repeat; } #engl { font-style:italic; padding:0 35px; background: url(http://kilimanjaro.bplaced.net/wiki/images/button/engl.gif) no-repeat; } #container { background:#f9f9f9; padding:5px; border:1px solid #aaa; } #checked { background: url(http://kilimanjaro.bplaced.net/wiki/images/button/checked.gif) center right no-repeat; padding-right: 25px; } #baustelle { background: url(http://kilimanjaro.bplaced.net/wiki/images/button/kegel.gif) center right no-repeat; padding-right: 25px; } #container_baustelle { background:#fff5f5; padding:5px; border:1px solid #ff0000; } #schild_01 { font-family: sans-serif; font-size: 16px; font-weight: bold; text-align: center; color: #FBFF00; background:#522004; padding:0px; border:1px solid #000000; margin-bottom: 10px; } #schild_02 { font-family: sans-serif; font-size: 16px; font-weight: bold; text-align: center; color: #FFFFFF; background:#522004; padding:0px; border:1px solid #aaa; } #schild_03 { font-family: Times New Roman; font-size: 16px; font-weight: bold; text-align: center; color: #FBFF00; background:#3EAE34; padding:0px; border:5px solid #007605; margin-bottom: 10px; } #schild_03_1 { font-family: Times New Roman; font-size: 30px; font-weight: bold; text-align: center; color: #FBFF00; background:#3EAE34; padding:0px; border:5px solid #007605; margin-bottom: 10px; } #Infobox-Punkt { float: right; border: 1px solid #AAAAAA; background-color: #FFFFFF; padding: 2px; margin-left: 15px; margin-bottom: 15px; } #title_2 { POSITION: absolute; font-family: 'Verdana'; color: #000000; font-weight:bold; padding-left:9px; padding-top:5px; font-size: 16px; } #title_1 { font-family: 'Verdana'; POSITION: absolute; color: #FFFFFF; font-weight:bold; padding-left:8px; padding-top:4px; font-size: 16px; } /* blendet den Titel "Hauptseite" aus */ body.page-Hauptseite h1.firstHeading { display:none; } /* class="newest_02" */ .newest_02 { POSITION: absolute; margin-top: -5px; margin-left: -3px; width: 41px; height: 41px; background: url(http://kilimanjaro.bplaced.net/gipfelbuch/graphics/newest.png) no-repeat; } /* class="backlink" */ .backlink { float: right; margin-top: 2px; margin-right: 5px; width: 80px; height: 15px; background: url(http://kilimanjaro.bplaced.net/infomap/images/00_icons/backlink.png) no-repeat; } /* id="navi-footer" */ #navi-footer{ border:1px solid #AAAAAA; background-color:#FFFFFF; padding:1px; } /* Definitionen für den Ausdruck von Seiten */ /* Infos : https://en.wikipedia.org/wiki/Help:Printable */ @media print { #footer, #content, body { font-family: verdana; } #engl {font-style: italic;} #zitat {font-style: italic;} #Infobox-Punkt {border:1px solid #AAAAAA; background-color:#FFFFFF; padding:2px;} }
Das Mount Kilimanjaro Wiki ist ein Projekt von : www.mount-kilimanjaro.de, dem deutschen Informationsportal zum höchten Berg Afrikas, mit Unterstützung der User des Mount-Kilimanjaro-Forums !
Das Mount-Kilimanjaro-Forum | Das Mount-Kilimanjaro-Gipfelbuch | Die Mount-Kilimanjaro-Galerie | Die Mount-Kilimanjaro-Info-Map | Das Mount-Kilimanjaro-Wiki | www.mount-kilimanjaro.de