Benutzer:Stefanb/monobook.css: Unterschied zwischen den Versionen
Aus X-Lexikon
Zur Navigation springenZur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
. | .spoiler a { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #272727; | color: #272727; | ||
| Zeile 5: | Zeile 5: | ||
} | } | ||
. | .spoiler a:visited { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #272727; | color: #272727; | ||
} | } | ||
. | .spoiler a:active { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #272727; | color: #272727; | ||
} | } | ||
. | .spoiler a:hover { | ||
text-decoration: underline; | text-decoration: underline; | ||
color: #B55700; | color: #B55700; | ||
} | } | ||
. | .spoiler a:visited { | ||
color: #272727; | color: #272727; | ||
text-decoration: underline; | text-decoration: underline; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
Version vom 1. September 2008, 17:03 Uhr
.spoiler a {
text-decoration: underline;
color: #272727;
font-weight:bold;
}
.spoiler a:visited {
text-decoration: underline;
color: #272727;
}
.spoiler a:active {
text-decoration: underline;
color: #272727;
}
.spoiler a:hover {
text-decoration: underline;
color: #B55700;
}
.spoiler a:visited {
color: #272727;
text-decoration: underline;
font-weight:bold;
}