MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus X-Lexikon
Zur Navigation springenZur Suche springen
KKeine Bearbeitungszusammenfassung |
(neue Spoilerdefinition für Links) |
||
| Zeile 5: | Zeile 5: | ||
#p-cactions li a { | #p-cactions li a { | ||
text-transform: none; | text-transform: none; | ||
} | |||
/** neue Spoilerdefinition (für Links) */ | |||
font.spoiler a { | |||
text-decoration: underline; | |||
color: #272727; | |||
font-weight:bold; | |||
} | |||
font.spoiler a:visited { | |||
text-decoration: underline; | |||
color: #272727; | |||
} | |||
font.spoiler a:active { | |||
text-decoration: underline; | |||
color: #272727; | |||
} | |||
font.spoiler a:hover { | |||
text-decoration: underline; | |||
color: #272727; | |||
} | |||
font.spoiler a:visited { | |||
text-decoration: underline; | |||
color: #272727; | |||
font-weight:bold; | |||
} | } | ||
Version vom 1. September 2008, 17:15 Uhr
/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/** neue Spoilerdefinition (für Links) */
font.spoiler a {
text-decoration: underline;
color: #272727;
font-weight:bold;
}
font.spoiler a:visited {
text-decoration: underline;
color: #272727;
}
font.spoiler a:active {
text-decoration: underline;
color: #272727;
}
font.spoiler a:hover {
text-decoration: underline;
color: #272727;
}
font.spoiler a:visited {
text-decoration: underline;
color: #272727;
font-weight:bold;
}