<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.less%2Fwikitables.less</id>
	<title>MediaWiki:Common.less/wikitables.less - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.less%2Fwikitables.less"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;action=history"/>
	<updated>2026-04-20T15:55:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;diff=38996&amp;oldid=prev</id>
		<title>Alex at 16:14, 17 October 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;diff=38996&amp;oldid=prev"/>
		<updated>2024-10-17T16:14:36Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;amp;diff=38996&amp;amp;oldid=38864&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;diff=38864&amp;oldid=prev</id>
		<title>Alex at 16:12, 17 October 2024</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;diff=38864&amp;oldid=prev"/>
		<updated>2024-10-17T16:12:17Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;amp;diff=38864&amp;amp;oldid=34550&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;diff=34550&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;:root { 	--wikitable-header-bg: @BODY_DARK; 	--wikitable-border: @BODY_BORDER; 	--wikitable-bg: @BODY_LIGHT; 	--wikitable-bg-lighter: #e9e3d6; // lighten(@wikitable-bg, 10%); Used on hover effect 	--wikitable-color: @TEXT_COLOR;  	--table-na-background: fade(@white, 30); 	--table-na-color: var(--subtle-color); 	--table-yes-background: @caper; 	--table-yes-color: @san-felix; 	--table-no-background: @apricot-peach; 	--table-no-color: @mocaccino; 	--table-maybe-background:...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Common.less/wikitables.less&amp;diff=34550&amp;oldid=prev"/>
		<updated>2024-10-16T23:09:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;:root { 	--wikitable-header-bg: @BODY_DARK; 	--wikitable-border: @BODY_BORDER; 	--wikitable-bg: @BODY_LIGHT; 	--wikitable-bg-lighter: #e9e3d6; // lighten(@wikitable-bg, 10%); Used on hover effect 	--wikitable-color: @TEXT_COLOR;  	--table-na-background: fade(@white, 30); 	--table-na-color: var(--subtle-color); 	--table-yes-background: @caper; 	--table-yes-color: @san-felix; 	--table-no-background: @apricot-peach; 	--table-no-color: @mocaccino; 	--table-maybe-background:...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;:root {&lt;br /&gt;
	--wikitable-header-bg: @BODY_DARK;&lt;br /&gt;
	--wikitable-border: @BODY_BORDER;&lt;br /&gt;
	--wikitable-bg: @BODY_LIGHT;&lt;br /&gt;
	--wikitable-bg-lighter: #e9e3d6; // lighten(@wikitable-bg, 10%); Used on hover effect&lt;br /&gt;
	--wikitable-color: @TEXT_COLOR;&lt;br /&gt;
&lt;br /&gt;
	--table-na-background: fade(@white, 30);&lt;br /&gt;
	--table-na-color: var(--subtle-color);&lt;br /&gt;
	--table-yes-background: @caper;&lt;br /&gt;
	--table-yes-color: @san-felix;&lt;br /&gt;
	--table-no-background: @apricot-peach;&lt;br /&gt;
	--table-no-color: @mocaccino;&lt;br /&gt;
	--table-maybe-background: @golden;&lt;br /&gt;
	--table-maybe-color: @cinnamon;&lt;br /&gt;
&lt;br /&gt;
	--droptable-text-color: @black;&lt;br /&gt;
	--droptable-always-background: #afeeee;&lt;br /&gt;
	--droptable-common-background: #56e156;&lt;br /&gt;
	--droptable-uncommon-background: #ffed4c;&lt;br /&gt;
	--droptable-rare-background: #ff863c;&lt;br /&gt;
	--droptable-veryrare-background: #ff6262;&lt;br /&gt;
	--droptable-random-background: #ffa3ff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Brown-ify defaults&lt;br /&gt;
.wikitable {&lt;br /&gt;
	background: var(--wikitable-bg);&lt;br /&gt;
	color: var(--wikitable-color);&lt;br /&gt;
	border-color: var(--wikitable-border);&lt;br /&gt;
	box-shadow: @box-shadow;&lt;br /&gt;
&lt;br /&gt;
	// All cells borders&lt;br /&gt;
	&amp;gt; tr &amp;gt; th,&lt;br /&gt;
	&amp;gt; tr &amp;gt; td,&lt;br /&gt;
	&amp;gt; * &amp;gt; tr &amp;gt; th,&lt;br /&gt;
	&amp;gt; * &amp;gt; tr &amp;gt; td {&lt;br /&gt;
		border-color: var(--wikitable-border);&lt;br /&gt;
		&lt;br /&gt;
		// Template:NoBorder&lt;br /&gt;
		&amp;amp;.table-noborder {&lt;br /&gt;
			border-left-style: hidden;&lt;br /&gt;
			border-right-style: hidden;&lt;br /&gt;
			padding-left: 0;&lt;br /&gt;
			padding-right: 0;&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// All header cells bg&lt;br /&gt;
	&amp;gt; tr &amp;gt; th,&lt;br /&gt;
	&amp;gt; * &amp;gt; tr &amp;gt; th {&lt;br /&gt;
		background-color: var(--wikitable-header-bg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// Already in a box&lt;br /&gt;
	.tabber &amp;amp; {&lt;br /&gt;
		box-shadow: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// For DropsLine, ItemDropsLine&lt;br /&gt;
.table-bg-always, .table-bg-blue {&lt;br /&gt;
	background: var(--droptable-always-background);&lt;br /&gt;
	color: var(--droptable-text-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-common, .table-bg-green {&lt;br /&gt;
	background: var(--droptable-common-background);&lt;br /&gt;
	color: var(--droptable-text-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-uncommon, .table-bg-yellow {&lt;br /&gt;
	background: var(--droptable-uncommon-background);&lt;br /&gt;
	color: var(--droptable-text-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-rare, .table-bg-orange {&lt;br /&gt;
	background: var(--droptable-rare-background);&lt;br /&gt;
	color: var(--droptable-text-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-veryrare, .table-bg-red {&lt;br /&gt;
	background: var(--droptable-veryrare-background);&lt;br /&gt;
	color: var(--droptable-text-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-random, .table-bg-pink {&lt;br /&gt;
	background: var(--droptable-random-background);&lt;br /&gt;
	color: var(--droptable-text-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// For skill calculator&lt;br /&gt;
.table-bg-fade {&lt;br /&gt;
	opacity: 0.6;&lt;br /&gt;
	background: rgba(0, 0, 0, 10%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Metadata tables, allmessages, etc&lt;br /&gt;
.mw_metadata {&lt;br /&gt;
	td,&lt;br /&gt;
	th {&lt;br /&gt;
		border-color: var(--wikitable-border);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	th {&lt;br /&gt;
		background-color: var(--wikitable-header-bg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	td {&lt;br /&gt;
		background-color: var(--wikitable-bg);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Special:AllPages, BlockList, etc&lt;br /&gt;
.mw-datatable {&lt;br /&gt;
	border-color: var(--wikitable-border);&lt;br /&gt;
&lt;br /&gt;
	td,&lt;br /&gt;
	th {&lt;br /&gt;
		border-color: var(--wikitable-border);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// cells&lt;br /&gt;
	th {&lt;br /&gt;
		background-color: var(--wikitable-header-bg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// headers&lt;br /&gt;
	td {&lt;br /&gt;
		background-color: var(--wikitable-bg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	// on hover on both cells &lt;br /&gt;
	tr:hover td {&lt;br /&gt;
		background-color: var(--wikitable-bg);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// alternating colours (similar to spreadsheets)&lt;br /&gt;
table.alternating-rows tr:nth-child(odd),&lt;br /&gt;
table.alternating-cols td:nth-child(odd) {&lt;br /&gt;
	background: var(--wikitable-alternating-bg);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Template:NA&lt;br /&gt;
.table-na {&lt;br /&gt;
	background: var(--table-na-background);&lt;br /&gt;
	color: var(--table-na-color);&lt;br /&gt;
	vertical-align: middle;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Template:Yes&lt;br /&gt;
.table-yes {&lt;br /&gt;
	background: var(--table-yes-background);&lt;br /&gt;
	color: var(--table-yes-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-positive {&lt;br /&gt;
	background: var(--table-yes-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Template:No&lt;br /&gt;
.table-no {&lt;br /&gt;
	background: var(--table-no-background);&lt;br /&gt;
	color: var(--table-no-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-negative {&lt;br /&gt;
	background: var(--table-no-background);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Template:Maybe&lt;br /&gt;
.table-maybe {&lt;br /&gt;
	background: var(--table-maybe-background);&lt;br /&gt;
	color: var(--table-maybe-color);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// Special:AllMessages&lt;br /&gt;
#mw-allmessagestable {&lt;br /&gt;
	.am_actual,&lt;br /&gt;
	.am_default {&lt;br /&gt;
		background-color: var(--wikitable-bg);&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.am_default:hover,&lt;br /&gt;
	.am_actual:hover,&lt;br /&gt;
	tbody:hover td {&lt;br /&gt;
		background-color: var(--wikitable-bg-lighter);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// For tables within tables, to make them take up the full space of a cell&lt;br /&gt;
table.wikitable td.no-cell-spacing {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	height: 0; // actual height is overridden by content height, but this allows height:100% to stretch to full td height&lt;br /&gt;
	&lt;br /&gt;
	table {&lt;br /&gt;
		margin: -1px; // collapse borders with parent td&lt;br /&gt;
		width: calc(100% + 2px);&lt;br /&gt;
		height: calc(100% + 2px);&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// used on mmg table and similar&lt;br /&gt;
// to hide bullet points&lt;br /&gt;
.plainlist {&lt;br /&gt;
	ol,&lt;br /&gt;
	ul {&lt;br /&gt;
		margin: 0;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	li {&lt;br /&gt;
		margin-bottom: 0; // might make lists slightly clamped tho&lt;br /&gt;
		list-style: none;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* table alignment help */&lt;br /&gt;
/* nth td from the left is right-aligned - ths are ignored */&lt;br /&gt;
table.align-right-1 td:nth-of-type(1),&lt;br /&gt;
table.align-right-2 td:nth-of-type(2),&lt;br /&gt;
table.align-right-3 td:nth-of-type(3),&lt;br /&gt;
table.align-right-4 td:nth-of-type(4),&lt;br /&gt;
table.align-right-5 td:nth-of-type(5),&lt;br /&gt;
table.align-right-6 td:nth-of-type(6),&lt;br /&gt;
table.align-right-7 td:nth-of-type(7),&lt;br /&gt;
table.align-right-8 td:nth-of-type(8),&lt;br /&gt;
table.align-right-9 td:nth-of-type(9),&lt;br /&gt;
table.align-right-10 td:nth-of-type(10),&lt;br /&gt;
table.align-right-11 td:nth-of-type(11),&lt;br /&gt;
table.align-right-12 td:nth-of-type(12),&lt;br /&gt;
table.align-right-13 td:nth-of-type(13),&lt;br /&gt;
table.align-right-14 td:nth-of-type(14),&lt;br /&gt;
table.align-right-15 td:nth-of-type(15),&lt;br /&gt;
table.align-right-16 td:nth-of-type(16),&lt;br /&gt;
table.align-right-17 td:nth-of-type(17),&lt;br /&gt;
table.align-right-18 td:nth-of-type(18),&lt;br /&gt;
table.align-right-19 td:nth-of-type(19),&lt;br /&gt;
table.align-right-20 td:nth-of-type(20) {&lt;br /&gt;
    text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* center */&lt;br /&gt;
table.align-center-1 td:nth-of-type(1),&lt;br /&gt;
table.align-center-2 td:nth-of-type(2),&lt;br /&gt;
table.align-center-3 td:nth-of-type(3),&lt;br /&gt;
table.align-center-4 td:nth-of-type(4),&lt;br /&gt;
table.align-center-5 td:nth-of-type(5),&lt;br /&gt;
table.align-center-6 td:nth-of-type(6),&lt;br /&gt;
table.align-center-7 td:nth-of-type(7),&lt;br /&gt;
table.align-center-8 td:nth-of-type(8),&lt;br /&gt;
table.align-center-9 td:nth-of-type(9),&lt;br /&gt;
table.align-center-10 td:nth-of-type(10),&lt;br /&gt;
table.align-center-11 td:nth-of-type(11),&lt;br /&gt;
table.align-center-12 td:nth-of-type(12),&lt;br /&gt;
table.align-center-13 td:nth-of-type(13),&lt;br /&gt;
table.align-center-14 td:nth-of-type(14),&lt;br /&gt;
table.align-center-15 td:nth-of-type(15),&lt;br /&gt;
table.align-center-16 td:nth-of-type(16),&lt;br /&gt;
table.align-center-17 td:nth-of-type(17),&lt;br /&gt;
table.align-center-18 td:nth-of-type(18),&lt;br /&gt;
table.align-center-19 td:nth-of-type(19),&lt;br /&gt;
table.align-center-20 td:nth-of-type(20) {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* left */&lt;br /&gt;
table.align-left-1 td:nth-of-type(1),&lt;br /&gt;
table.align-left-2 td:nth-of-type(2),&lt;br /&gt;
table.align-left-3 td:nth-of-type(3),&lt;br /&gt;
table.align-left-4 td:nth-of-type(4),&lt;br /&gt;
table.align-left-5 td:nth-of-type(5),&lt;br /&gt;
table.align-left-6 td:nth-of-type(6),&lt;br /&gt;
table.align-left-7 td:nth-of-type(7),&lt;br /&gt;
table.align-left-8 td:nth-of-type(8),&lt;br /&gt;
table.align-left-9 td:nth-of-type(9),&lt;br /&gt;
table.align-left-10 td:nth-of-type(10),&lt;br /&gt;
table.align-left-11 td:nth-of-type(11),&lt;br /&gt;
table.align-left-12 td:nth-of-type(12),&lt;br /&gt;
table.align-left-13 td:nth-of-type(13),&lt;br /&gt;
table.align-left-14 td:nth-of-type(14),&lt;br /&gt;
table.align-left-15 td:nth-of-type(15),&lt;br /&gt;
table.align-left-16 td:nth-of-type(16),&lt;br /&gt;
table.align-left-17 td:nth-of-type(17),&lt;br /&gt;
table.align-left-18 td:nth-of-type(18),&lt;br /&gt;
table.align-left-19 td:nth-of-type(19),&lt;br /&gt;
table.align-left-20 td:nth-of-type(20) {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>