Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 14: Line 14:


a:hover {
a:hover {
   color: #FFD700;
   color: #FF8C00;
   background-color: transparent;
   background-color: transparent;
   text-decoration: underline;
   text-decoration: underline;

Revision as of 07:47, 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: #FF8C00;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #FFD700;
  background-color: transparent;
  text-decoration: underline;
}