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

MediaWiki:Uniwiki.css: Difference between revisions

MediaWiki interface page
Arin Mara (talk | contribs)
m Reverted edits by Arin Mara (talk) to last revision by Rayanth
Tag: Rollback
Arin Mara (talk | contribs)
Turns all links Gallente green
Line 128: Line 128:
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
}
/* Turns all links Gallente green */
.mw-parser-output a{
  color: #accaa0;
  text-decoration: underline;
}
.mw-parser-output a:link {
  text-decoration: underline;
  color: #accaa0;
}
.mw-parser-output a:visited {
  text-decoration: underline;
  color: #accaa0;
}
.mw-parser-output a:hover {
  text-decoration: underline;
  color: #accaa0;
}
.mw-parser-output a:active {
  text-decoration: underline;
  color: #accaa0;
}
}