MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (allpagesredirect) |
K (Großbuchstaben in den Navigationsbereichen) |
||
| Zeile 1: | Zeile 1: | ||
| + | /* 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 & Contra Kasterl */ | ||
| Zeile 14: | Zeile 29: | ||
padding:5px; | padding:5px; | ||
} | } | ||
| + | |||
/* Markierung von Redirects in [[Special:Allpages]] */ | /* Markierung von Redirects in [[Special:Allpages]] */ | ||
Version vom 7. Februar 2006, 10:59 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;
padding:5px;
}
#contra {
border:2px solid #FF0000;
background:#FFEEEE;
margin:5px;
padding:5px;
}
/* Markierung von Redirects in [[Special:Allpages]] */
.allpagesredirect {
background-color:#F5F5F5;
font-style: italic;
}