MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(→Pro & Contra Kasterl: ID --> Class) |
(.hs-box) |
||
| Zeile 40: | Zeile 40: | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
| + | |||
| + | /* Hauptseiten-Boxen-Style */ | ||
| + | |||
| + | .hs-box { | ||
| + | margin: 0; | ||
| + | margin-bottom:10px; | ||
| + | border: 1px solid #dfdfdf; | ||
| + | -moz-border-radius: 0.5em; | ||
| + | padding: .3em .6em 0em .6em; | ||
| + | } | ||
Version vom 22. Juni 2006, 16:49 Uhr
/* Großbuchstaben in den Navigationsbereichen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform:none;
}
/* Personennamen in Kapitälchen: <font class="Person">Name</font> */
.Person {
display:inline;
font-variant:small-caps
}
/* Pro & Contra Kasterl */
.pro {
border:2px solid #00FF00;
background:#EEFFEE;
margin:5px 5px 5px 30px;
padding:5px;
}
.contra {
border:2px solid #FF0000;
background:#FFEEEE;
margin:5px 5px 5px 30px;
padding:5px;
}
/* Markierung von Redirects in [[Special:Allpages]] */
.allpagesredirect {
background-color:#F5F5F5;
font-style: italic;
}
/* Hauptseiten-Boxen-Style */
.hs-box {
margin: 0;
margin-bottom:10px;
border: 1px solid #dfdfdf;
-moz-border-radius: 0.5em;
padding: .3em .6em 0em .6em;
}