MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (Markierung von Redirects in Special:Allpages) |
K (allpagesredirect) |
||
| Zeile 18: | Zeile 18: | ||
.allpagesredirect { | .allpagesredirect { | ||
| − | + | font-family:monospace; | |
| + | font-style: italic; | ||
} | } | ||
Version vom 7. Februar 2006, 10:41 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-family:monospace;
font-style: italic;
}