MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus n2h-express.de
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Das folgende CSS wird für alle Benutzeroberflächen geladen.: a { text-decoration: none; color: red; background: none; }“)
 
Zeile 3: Zeile 3:
 
a {
 
a {
 
     text-decoration: none;
 
     text-decoration: none;
     color: red;
+
     color: #81F781;
 
     background: none;
 
     background: none;
 
}
 
}

Version vom 2. Januar 2018, 17:38 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */

a {
    text-decoration: none;
    color: #81F781;
    background: none;
}