MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* CSS placed here will affect users of the Timeless skin */ | /* CSS placed here will affect users of the Timeless skin */ | ||
#mw-footer { | |||
/* My style links */ | |||
a { | |||
text-decoration: none; | |||
color: #FF7F50; | |||
&:hover, | |||
&:visited { | |||
color: #FF7F50; | |||
} | |||
} | |||
Version vom 1. März 2020, 18:57 Uhr
/* CSS placed here will affect users of the Timeless skin */
#mw-footer {
/* My style links */
a {
text-decoration: none;
color: #FF7F50;
&:hover,
&:visited {
color: #FF7F50;
}
}
