MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus n2h-express.de
(Die Seite wurde neu angelegt: „→Das folgende CSS wird für alle Benutzeroberflächen geladen.: a { text-decoration: none; color: red; background: none; }“) |
|||
(10 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
− | color: | + | color: #088A08; |
background: none; | background: none; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: #0B610B; | ||
+ | } | ||
+ | |||
+ | a.new, #p-personal a.new { | ||
+ | color: #B40404; | ||
+ | } | ||
+ | |||
+ | div.keywords { | ||
+ | display: none; | ||
} | } |
Aktuelle Version vom 2. Januar 2018, 17:11 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: #B40404;
}
div.keywords {
display: none;
}