MediaWiki talk:Common.js

From UFOpaedia
Revision as of 09:09, 29 January 2017 by Tvol (talk | contribs) (Table row background color alternation would be nice.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Enabling alternating table colors would be nice. The following needs to be added by an admin :

var ts_alternate_row_colors = true;

That's it. Then css selectors tr.odd and tr.even will work and since we have a CSS extension there's no need for editing all the CSS files. The changes could be affected by the following:

<css>
tr.odd { background: color; }
tr.even { background: color; }
</css>

--Tvol (talk) 09:09, 29 January 2017 (UTC)