Vorlage:MW-Button/style.css: Unterschied zwischen den Versionen

Aus dieBasis Wiki
Zur Navigation springen Zur Suche springen
(neu)
 
K (...)
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
.mw-ui-button.mw-ui-big a:link, a:visited {
.mw-ui-button.mw-ui-big a:link, a:visited {
   text-decoration: none;  
   text-decoration: none;
  text-shadow:
    -1px -1px 1px hsl(190,50%,90%),
    1px 1px 1px hsl(190,50%,50%);
}
 
.mw-ui-button.mw-ui-big a:active {
  text-decoration: none;
  color: red; 
}
}


.mw-ui-button.mw-ui-big a:hover, a:active {
.mw-ui-button.mw-ui-big a:hover {
   text-decoration: none;
   text-decoration: none;
   color: orange;
   color: red;
text-shadow:
    1px 1px 2px hsl(190,90%,50%),
    1px 1px 1px hsl(190,50%,50%);  
}
}

Aktuelle Version vom 14. Oktober 2022, 19:02 Uhr

.mw-ui-button.mw-ui-big a:link, a:visited {
  text-decoration: none;
  text-shadow: 
     -1px -1px 1px hsl(190,50%,90%), 
     1px 1px 1px hsl(190,50%,50%); 
}

.mw-ui-button.mw-ui-big a:active {
  text-decoration: none;
  color: red;  
}

.mw-ui-button.mw-ui-big a:hover {
  text-decoration: none;
  color: red; 
text-shadow: 
     1px 1px 2px hsl(190,90%,50%), 
     1px 1px 1px hsl(190,50%,50%); 
}