MediaWiki:Main.css: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
Regel 1: | Regel 1: | ||
+ | a { | ||
+ | text-decoration: none; | ||
+ | color: #002bb8; | ||
+ | background: none; | ||
+ | } | ||
a:visited { | a:visited { | ||
color: #002bb8; | color: #002bb8; | ||
+ | } | ||
+ | a:active { | ||
+ | color: #002bb8; | ||
+ | } | ||
+ | a:hover { | ||
+ | text-decoration: none; | ||
} | } |
Versie van 29 jul 2008 22:49
a {
text-decoration: none;
color: #002bb8;
background: none;
}
a:visited {
color: #002bb8;
}
a:active {
color: #002bb8;
}
a:hover {
text-decoration: none;
}