MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus n2h-express.de
Wechseln zu: Navigation, Suche
Zeile 9: Zeile 9:
 
a:visited {
 
a:visited {
 
     color: #04B404;
 
     color: #04B404;
 +
}
 +
 +
a.new, #p-personal a.new {
 +
    color: pink;
 
}
 
}

Version vom 2. Januar 2018, 17:42 Uhr

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

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

a:visited {
    color: #04B404;
}

a.new, #p-personal a.new {
    color: pink;
}