Benutzer:Rovo/monobook eij2007.css: Unterschied zwischen den Versionen
Rovo (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Rovo (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
| Zeile 11: | Zeile 11: | ||
#hauptseite .inhalt hr { | #hauptseite .inhalt hr { | ||
color: #663300; | color: #663300; | ||
} | |||
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */ | |||
div.BoxenVerschmelzen, | |||
div.NavFrame { | |||
margin: 0px; | |||
padding: 3px; | |||
border: 1px solid #aaaaaa; | |||
text-align: center; | |||
border-collapse: collapse; | |||
font-size: 95%; | |||
clear:both; | |||
} | |||
/* Etwas mehr Abstand des Textes */ | |||
div.NavContent { | |||
padding: 0px 5px 0px 5px; | |||
} | |||
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; | |||
} | |||
} | } | ||
Version vom 9. September 2007, 21:28 Uhr
#hauptseite h2 {
background-color: #F2EFE9;
border-color: #F2EFE9;
color: #663300;
}
#hauptseite .inhalt {
border: none;
}
#hauptseite .inhalt hr {
color: #663300;
}
/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 3px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
clear:both;
}
/* Etwas mehr Abstand des Textes */
div.NavContent {
padding: 0px 5px 0px 5px;
}
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;
}
}