MediaWiki: Common.css: Unterschied zwischen den Versionen

Aus Viopedia
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „a { color: #ab3630; } a:hover { color: #842924; }“)
 
Zeile 3: Zeile 3:
 
}
 
}
  
a:hover {
+
a:hover, a:focus {
 
     color: #842924;
 
     color: #842924;
 +
}
 +
 +
#mw-navigation {
 +
    background-image: linear-gradient(#ca4e47, #b83c35);
 +
    box-shadow: 0 -1px 0 #ca4e47 inset, 0 0 5px 0 rgba(0, 0, 0, 0.5);
 
}
 
}

Version vom 6. Januar 2020, 01:46 Uhr

a {
    color: #ab3630;
}

a:hover, a:focus {
    color: #842924;
}

#mw-navigation {
    background-image: linear-gradient(#ca4e47, #b83c35);
    box-shadow: 0 -1px 0 #ca4e47 inset, 0 0 5px 0 rgba(0, 0, 0, 0.5);
}