MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Moneypedia
Str42 (Diskussion | Beiträge) |
Str42 (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
} | } | ||
− | + | /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */ | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
div.BoxenVerschmelzen, | div.BoxenVerschmelzen, | ||
div.NavFrame { | div.NavFrame { | ||
Zeile 31: | Zeile 16: | ||
border-collapse: collapse; | border-collapse: collapse; | ||
font-size: 95%; | font-size: 95%; | ||
+ | clear:both; | ||
} | } | ||
div.BoxenVerschmelzen div.NavFrame { | div.BoxenVerschmelzen div.NavFrame { | ||
Zeile 67: | Zeile 53: | ||
clear: both; | clear: both; | ||
} | } | ||
− | /* | + | |
+ | |||
+ | /* Abstand vor Navigationsleisten */ | ||
+ | |||
+ | div.BoxenVerschmelzen, | ||
+ | div.NavFrame { | ||
+ | margin-top: 1.5em; | ||
+ | } | ||
+ | div.BoxenVerschmelzen div.NavFrame { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | div.NavFrame + div.NavFrame { | ||
+ | margin-top: 0; | ||
+ | } | ||
+ | |||
+ | /* Navigationsleisten nicht mit ausdrucken */ | ||
+ | |||
@media print{ | @media print{ | ||
.NavFrame { | .NavFrame { |
Version vom 1. Februar 2007, 20:05 Uhr
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ div.gallerybox { margin: 2px; width: 270px; } /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */ div.BoxenVerschmelzen, div.NavFrame { margin: 0px; padding: 2px; border: 1px solid #aaaaaa; text-align: center; border-collapse: collapse; font-size: 95%; clear:both; } div.BoxenVerschmelzen div.NavFrame { border-style: none; border-style: hidden; } div.NavFrame + div.NavFrame { border-top-style: none; border-top-style: hidden; } div.NavPic { background-color: #ffffff; margin: 0px; padding: 2px; float: left; } div.NavFrame div.NavHead { height: 1.6em; font-weight: bold; font-size: 100%; background-color: #efefef; } div.NavFrame p { font-size: 100%; } div.NavFrame div.NavContent { font-size: 100%; } div.NavFrame div.NavContent p { font-size: 100%; } div.NavEnd { margin: 0px; padding: 0px; line-height: 1px; clear: both; } /* Abstand vor Navigationsleisten */ div.BoxenVerschmelzen, div.NavFrame { margin-top: 1.5em; } div.BoxenVerschmelzen div.NavFrame { margin-top: 0; } div.NavFrame + div.NavFrame { margin-top: 0; } /* Navigationsleisten nicht mit ausdrucken */ @media print{ .NavFrame { display: none; } .BoxenVerschmelzen { display: none; } }