MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus n2h-express.de
Zeile 5: | Zeile 5: | ||
color: #81F781; | color: #81F781; | ||
background: none; | background: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: pink; | ||
} | } |
Version vom 2. Januar 2018, 16:40 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
a {
text-decoration: none;
color: #81F781;
background: none;
}
a:visited {
color: pink;
}