MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 37: | Zeile 37: | ||
word-wrap: break-word; /* Internet Explorer 5.5+ */ | word-wrap: break-word; /* Internet Explorer 5.5+ */ | ||
} | } | ||
#bodyContent a:link, a:visited, a:active { | |||
color: #008ACC; | |||
text-decoration: none; | |||
font-weight: normal; | |||
} | |||
#bodyContent a:hover a:focus { | |||
color: #008ACC; | |||
text-decoration: underline; | |||
} | |||
div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { | div#mw-panel div.portal div.body ul li a:link, a:visited, a:active { | ||
color: #008ACC; | color: #008ACC; | ||
} | } | ||
div#mw-panel div.portal div.body ul li a:hover { | |||
text-decoration: underline; | |||
} | |||
div.vectorTabs li a:link, a:visited, a:active { | div.vectorTabs li a:link, a:visited, a:active { | ||
| Zeile 46: | Zeile 64: | ||
} | } | ||
div.vectorTabs li a:hover { | |||
text-decoration: underline; | |||
text-decoration: | |||
} | } | ||
#bodyContent a:hover a:focus { | #bodyContent a:hover a:focus { | ||