Admin Forum:Recent Changes customization
Talk0
80,259pages on
this wiki
this wiki
This Forum has been archived
Forums: Admin Central Index → Technical Help → Recent Changes customization
Wikia's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
To contact staff directly or to report bugs, please use Special:Contact.
I want to change the colours of the character count (number of added/removed characters) on the Recent Changes to lighter green and red. How to do that? Thanks in advance, Final Cannon Dyskusja 16:42, July 30, 2012 (UTC)
.mw-plusminus-pos { color:#color; } .mw-plusminus-neg { color:#color; }
That should be the proper way, unless firebug is lying to me. If you need more help message me. – Jazzi (talk) 16:50, July 30, 2012 (UTC)
- Nope, nothing changed. Final Cannon Dyskusja 16:58, July 30, 2012 (UTC)
- You may need to use a more specific selector to override the defaults. Also, Jazzi didn't mention it explictly, but I hope you noticed that where she wrote "#color" you were supposed to write your own color, not just copy/paste and expect it to work. Here's something else you can try:
/* positive diffs: changes green to gold (use your own color) */ #mw-content-text .mw-plusminus-pos { color: gold; } /* negative diffs: changes red to silver (use your own color) */ #mw-content-text .mw-plusminus-neg { color: silver; }
- If you still need help, please provide a link to where you are trying this so we can see what you did and try to figure out what went wrong.
Mathmagician ƒ(♫) 17:09 UTC, Mon, 30 July 2012
- The Jazzi method worked. It was just caching problem. Okay, thanks for help. And yes, I noticed that I need to change color :) Final Cannon Dyskusja 17:15, July 30, 2012 (UTC)
- If you still need help, please provide a link to where you are trying this so we can see what you did and try to figure out what went wrong.