MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus n2h-express.de
(5 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 12: | Zeile 12: | ||
a.new, #p-personal a.new { | a.new, #p-personal a.new { | ||
− | color: | + | 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;
}