MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Markierung von Redirects in Special:Allpages) |
|||
| Zeile 1: | Zeile 1: | ||
| − | + | /* Pro & Contra Kasterl */ | |
| − | + | ||
| − | /* Pro & Contra Kasterl */ | + | #pro { |
| − | |||
| − | #pro { | ||
border:2px solid #00FF00; | border:2px solid #00FF00; | ||
background:#EEFFEE; | background:#EEFFEE; | ||
| Zeile 9: | Zeile 7: | ||
padding:5px; | padding:5px; | ||
} | } | ||
| − | + | ||
| − | #contra { | + | #contra { |
border:2px solid #FF0000; | border:2px solid #FF0000; | ||
background:#FFEEEE; | background:#FFEEEE; | ||
| Zeile 17: | Zeile 15: | ||
} | } | ||
| − | /* | + | /* Markierung von Redirects in [[Special:Allpages]] */ |
| + | |||
| + | .allpagesredirect { | ||
| + | font-style: italic; | ||
| + | } | ||
Version vom 7. Februar 2006, 10:40 Uhr
/* 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 {
font-style: italic;
}