MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus CeviWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 12: Zeile 12:


a:visited {
a:visited {
     color: #0b0080;
     color: rgb(16,6,159);
     font-weight: bold;
     font-weight: bold;
}
}
Zeile 18: Zeile 18:
a {
a {
     text-decoration: none;
     text-decoration: none;
     color: #0645ad;
     color: rgb(16,6,159);
     background: none;
     background: none;
     font-weight: bold;
     font-weight: bold;
}
}

Version vom 8. April 2018, 19:51 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;
}