Top-right colour links
63,505pages on
this wiki
this wiki
Forum page
Forums: Index → Watercooler → Top-right colour links
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.
Note: This topic has been unedited for 1303 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
As a re-designing of a wiki I administrate, I made the colours dark blue. Anyway, point being here you see the top right stuff don't show up as well. How do I change the colours? I would also like to change "navigation", "community" etc. stuff also. What is the code? I Lion Heart I 19:25, 26 October 2008 (UTC)
- Have a look at the HTML source of a wiki page. Find the stuff you want to change, and look out for unique "class=" or "id=" tags in it or in enclosing tags that you can use to make CSS rules (with .class or #id).
div.pbody(ordiv.pbody ul li a) ought to match pretty much all of the nav links, and#p-personal aordiv#p-personal div ul li ashould match the links at the top. Mind you, I haven't taken the time to actually test this.) --◄mendel► 03:42, 27 October 2008 (UTC)
- (i'm assuming your talking about monaco) the whole set of links in the upper right is inside a div with id=userData and the username link is inside a li with id=header_username --Uberfuzzy 01:05, 28 October 2008 (UTC)
- Not Monaco... but I've done what I wanted to do nonetheless. I Lion Heart I 11:42, 28 October 2008 (UTC)