Vorlage:Vcard/style.css: Unterschied zwischen den Versionen

Aus dieBasis Wiki
Zur Navigation springen Zur Suche springen
K (...)
K
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 4: Zeile 4:
a:hover {
a:hover {
   text-decoration: none !important;
   text-decoration: none !important;
   color: #0099ff !important;   
   color: #669966 !important;   
}
}
a.vcard-btn {
a.vcard-btn {
Zeile 10: Zeile 10:
}
}
.vcard-btn:hover {
.vcard-btn:hover {
   color: #0099ff;   
   color: #669966;   
}
}

Aktuelle Version vom 3. Dezember 2023, 06:31 Uhr

a:link {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
  color: #669966 !important;  
}
a.vcard-btn {
  text-decoration:none;  
}
.vcard-btn:hover {
  color: #669966;  
}