Compedia Wiki CSS Help
63,452pages on
this wiki
this wiki
Forum page
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 1278 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
Aight, I've been working on the Compedia Wiki's Styling but need some help. http://compedia.wikia.com/ <That's what I've gotten so far. Now i need to change the text in the header, To white since obviously you can't read it.
I also need to change the sidebar header and body to different colors. Also i need to change the Link, and clicked link colors. And as a little ting on my wishlist, If i could right align an image in the header, I'd be thrilled. So can anyone help me out with this? WillSWC 07:46, 30 March 2008 (UTC)
- From the source code of the page that was view in Monacco skin, to target the user links at the top, i would try this :
ul#userData a { color: White; }- But i think you'll also need to set a rule for link to non existing page like that :
ul#userData a.new { color: Red; }- The color can be set to your liking.
- For the [inner] page header, the one with Edit, History, etc, try this rule :
.color1 { background-color : color; }- Again adjust color as you'll like. This rule will also affect widgets but i'm not sure how. You can find more help there [1] (if you did not already know of it). — TulipVorlax 02:22, 31 March 2008 (UTC)
Where is it not readable? Maybe I can help... I've created themes for Wikis before. --Bigd56 | Talk 23:50, 19 November 2008 (UTC)