General > Discussion
Wiki email confirmation broken?
Moodguy:
I did some research. Apparently, these colours are set in MediaWiki's CSS files. The default CSS fragment for categories is
--- Code: ---#catlinks {
border: 1px solid #ccc;
background-color: #f9f9f9;
padding: 5px;
margin-top: 1em;
clear: both;
}
--- End code ---
To deuglify, you have to change those colours (presumably background-color: black and border: 1px solid red, or some darker shade of red). To do that, you have to place
--- Code: ---#catlinks {
border: 1px solid red; /* or whatever */
background-color: black;
padding: 5px;
margin-top: 1em;
clear: both;
}
--- End code ---
into the page http://doom.chaosforge.org/wiki/index.php?title=MediaWiki:Common.css
Problem is, only admins can do that. Maybe an admin is reading this thread?
Best,
Moodguy
Navigation
[0] Message Index
[*] Previous page
Go to full version