MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mir (Diskussion | Beiträge) |
Mir (Diskussion | Beiträge) |
||
Zeile 21: | Zeile 21: | ||
background: none; | background: none; | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | div#mw-panel div.portal div.body ul li a { | ||
+ | color: rgb(16,6,159); | ||
+ | } | ||
+ | |||
+ | div#mw-panel div.portal div.body ul li a:visited { | ||
+ | color: rgb(16,6,159); | ||
} | } |
Version vom 8. April 2018, 17:52 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#ca-viewsource, #ca-talk {
display: none!important;
}
/* Custom Colors */
a.new, #p-personal a.new {
font-weight: bold;
color: rgb(224,0,45);
}
a:visited {
color: rgb(16,6,159);
font-weight: bold;
}
a {
text-decoration: none;
color: rgb(16,6,159);
background: none;
font-weight: bold;
}
div#mw-panel div.portal div.body ul li a {
color: rgb(16,6,159);
}
div#mw-panel div.portal div.body ul li a:visited {
color: rgb(16,6,159);
}