More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Citizen skin */ | /* All CSS here will be loaded for users of the Citizen skin */ | ||
pre,code {white-space: pre-wrap} | pre,code {white-space: pre-wrap} | ||
a {color: # | a:link { | ||
a:visited {color: #DAA520} | color: #FFD700; | ||
background-color: transparent; | |||
text-decoration: none; | |||
} | |||
a:visited { | |||
color: #DAA520; | |||
background-color: transparent; | |||
text-decoration: none; | |||
} | |||
a:hover { | |||
color: #FFD700; | |||
background-color: transparent; | |||
text-decoration: underline; | |||
} | |||
a:active { | |||
color: #FFD700; | |||
background-color: transparent; | |||
text-decoration: underline; | |||
} | |||
Revision as of 07:45, 9 December 2025
/* All CSS here will be loaded for users of the Citizen skin */
pre,code {white-space: pre-wrap}
a:link {
color: #FFD700;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: #DAA520;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: #FFD700;
background-color: transparent;
text-decoration: underline;
}