MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
} | } | ||
a:link a:visited | a:link, a:visited , a:hover, a:focus, a:active {color: #008ACC; | ||
} | } | ||
#bodyContent a:link a:visited | #bodyContent a:link, a:visited, a:active { | ||
color: #008ACC; | |||
text-decoration: underline; | text-decoration: underline; | ||
font-weight: bold; | font-weight: bold; | ||
| Zeile 17: | Zeile 18: | ||
#bodyContent a:hover a:focus { | #bodyContent a:hover a:focus { | ||
color: #008ACC; | |||
text-decoration: none; | text-decoration: none; | ||
} | } | ||