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)
Added updatedmarker text colour fix
 
(4 intermediate revisions by the same user not shown)
Line 98: Line 98:
.smw-editpage-help { background-color: inherit;}
.smw-editpage-help { background-color: inherit;}


/* [[Special:RecentChanges]] background on the buttons "Namespace" and "Tags" are incorrectly coloured white. Thank you to [[User:HellRider Inferni]] for the report */


.oo-ui-draggableGroupElement > div:nth-child(2) { background-color: black; }


/* On History Pages the update marker text should be coloured black. Thank you [[User:Evon R'al]] for the report and fix */


 
.updatedmarker { color: black; }
 




Line 129: Line 131:
     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;
}
*/