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)
No edit summary
Arin Mara (talk | contribs)
Added updatedmarker text colour fix
 
(5 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 108: Line 110:
/* Changes that really irritate people */
/* Changes that really irritate people */
/* Red Dot Meme */
/* Red Dot Meme */
 
/*
body a:hover { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='8' fill='red' /%3E%3C/svg%3E "), pointer; }
body a:hover { cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Ccircle cx='8' cy='8' r='8' fill='red' /%3E%3C/svg%3E "), pointer; }
 
*/




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;
}
*/