Template talk:GemLevelTable

From Path of Exile Wiki
Jump to navigation Jump to search

This talk page is for discussing Template:GemLevelTable.

  • Sign your posts using four tildes (~~~~)
  • Start a new topic at the bottom under a ==level 2 heading==
  • Indent replies using colons (:)
  • Keep it civil
  • Assume good faith
  • Don't remove past discussions

Alternating row colours

These tables can get pretty wide & dense, so I thought alternating row background colours would be nice.

.GemLevelTable tr:nth-child(even)	{ background-color:#1a1812; }
.GemLevelTable tr:nth-child(odd)	{ background-color:#26231b; }
.GemLevelTable tr:nth-child(even) > th	{ background-color:#1a1812; }
.GemLevelTable tr:nth-child(odd) > th	{ background-color:#26231b; } 

That seems to work, I don't want to mess with the styles myself right now, because it looks like there a number of complicated rules relating to these tables. If we decide alternating rows is a good idea, I'm sure someone here knows where to find all the table styles and the theory behind them. — Malice (talk) 05:22, 14 February 2013 (UTC)

Abbreviated columns have bright white colour

Since recently, all abbreviated column row titles are in a bright white colour instead of the usual brown/yellowish. Anyone know how to fix this? --Climmels aka SirProblematique (talk) 16:55, 23 December 2015 (UTC)

recently one of the gamepedia admins updated the curse style, which I think that changed that. Editing MediaWiki:Common.css is the place to fix this, and maybe also the abbr in general. Do you know the colour code for that brown colour? --OmegaK2 (t|c) 21:24, 24 December 2015 (UTC)
#DFCF99 I think? --Climmels aka SirProblematique (talk) 19:56, 27 December 2015 (UTC)