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