MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus n2h-express.de
| (6 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| 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; |
} | } | ||
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;
}