MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus CeviWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 3: Zeile 3:
#ca-viewsource, #ca-talk {
#ca-viewsource, #ca-talk {
display: none!important;
display: none!important;
}
/* Custom Colors */
a.new, #p-personal a.new {
  font-weight: bold;
  color: rgb(224,0,45);
}
a:visited {
    color: #0b0080;
    font-weight: bold;
}
a {
    text-decoration: none;
    color: #0645ad;
    background: none;
    font-weight: bold;
}
}

Version vom 8. April 2018, 19:48 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: #0b0080;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #0645ad;
    background: none;
    font-weight: bold;
}