Link and Template colour problem
80,324pages on
this wiki
this wiki
Forum page
This Forum has been archived
Visit the new ForumsForums: Index → Support Requests → Link and Template colour problem
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 326 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.
I noticed sometime in early July (I think there was a Wiki Update) that a template on my wiki isn't showing the correct colours, instead it shows white. I'm pretty much a newbie when it comes to editing and creating templates. I also noticed that creating and editing links in visual mode doesn't show the word that was highlighted in the text boxes. I'm just wondering if anyone could help on the template and the text link problem, it would be great.
Link to the template that has a colour problem: http://ruse.wikia.com/wiki/Template:Weapons
-- Privatejfx141 (talk) 00:31, July 19, 2012 (UTC)
- The issue here isn't the text colour, it's the background colour of the first row and first column. The 1.19 upgrade has a bug where table header rows are currently showing up as the same colour on every wiki, overriding the automatically chosen wikitable colours for each wiki's theme. To fix this, add the following (temporarily) to your local
MediaWiki:Wikia.css:
- The issue here isn't the text colour, it's the background colour of the first row and first column. The 1.19 upgrade has a bug where table header rows are currently showing up as the same colour on every wiki, overriding the automatically chosen wikitable colours for each wiki's theme. To fix this, add the following (temporarily) to your local
table.wikitable > tr > th, table.wikitable > * > tr > th {background:#3A3939}
- The 888th Avatar (talk) 01:56, July 19, 2012 (UTC)