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