Vorlage:MW-Button-small/style.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K (...) |
K (update) |
||
Zeile 6: | Zeile 6: | ||
} | } | ||
.mw-ui-button.mw-ui-progressive | .mw-ui-button.mw-ui-progressive a:active { | ||
text-decoration: none; | text-decoration: none; | ||
color: | color: red; | ||
} | |||
.mw-ui-button.mw-ui-progressive a:hover { | |||
text-decoration: none; | |||
color: red; | |||
text-shadow: | |||
1px 2px 2px hsl(190,90%,50%), | |||
1px 1px 1px hsl(190,50%,50%); | |||
} | } |
Version vom 14. Oktober 2022, 18:35 Uhr
.mw-ui-button.mw-ui-progressive 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-progressive a:active {
text-decoration: none;
color: red;
}
.mw-ui-button.mw-ui-progressive a:hover {
text-decoration: none;
color: red;
text-shadow:
1px 2px 2px hsl(190,90%,50%),
1px 1px 1px hsl(190,50%,50%);
}