<?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%3AMinerva.less%2Fwikitables.less</id>
	<title>MediaWiki:Minerva.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%3AMinerva.less%2Fwikitables.less"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Minerva.less/wikitables.less&amp;action=history"/>
	<updated>2026-04-26T09:54:48Z</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:Minerva.less/wikitables.less&amp;diff=34741&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;// Table styles must be very specific to override MediaWiki defaults .content {     table.wikitable.wikitable { // same class twice makes it more specific         border: 0;         color: @TEXT_COLOR;     }      table.wikitable &gt; tbody &gt; tr:not(&#039;highlight-on&#039;) &gt; th {         background-color: @BODY_MID;         border-color: @BODY_BORDER;     }      table.wikitable &gt; tbody &gt; tr:not(&#039;highlight-on&#039;) &gt; td {         background-color: @BODY_LIGHT;         border-color: @BODY...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Minerva.less/wikitables.less&amp;diff=34741&amp;oldid=prev"/>
		<updated>2024-10-16T23:11:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;// Table styles must be very specific to override MediaWiki defaults .content {     table.wikitable.wikitable { // same class twice makes it more specific         border: 0;         color: @TEXT_COLOR;     }      table.wikitable &amp;gt; tbody &amp;gt; tr:not(&amp;#039;highlight-on&amp;#039;) &amp;gt; th {         background-color: @BODY_MID;         border-color: @BODY_BORDER;     }      table.wikitable &amp;gt; tbody &amp;gt; tr:not(&amp;#039;highlight-on&amp;#039;) &amp;gt; td {         background-color: @BODY_LIGHT;         border-color: @BODY...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;// Table styles must be very specific to override MediaWiki defaults&lt;br /&gt;
.content {&lt;br /&gt;
    table.wikitable.wikitable { // same class twice makes it more specific&lt;br /&gt;
        border: 0;&lt;br /&gt;
        color: @TEXT_COLOR;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    table.wikitable &amp;gt; tbody &amp;gt; tr:not(&amp;#039;highlight-on&amp;#039;) &amp;gt; th {&lt;br /&gt;
        background-color: @BODY_MID;&lt;br /&gt;
        border-color: @BODY_BORDER;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    table.wikitable &amp;gt; tbody &amp;gt; tr:not(&amp;#039;highlight-on&amp;#039;) &amp;gt; td {&lt;br /&gt;
        background-color: @BODY_LIGHT;&lt;br /&gt;
        border-color: @BODY_BORDER;&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: #AFEEEE;&lt;br /&gt;
    color: #000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-common, .table-bg-green {&lt;br /&gt;
    background: #56E156;&lt;br /&gt;
    color: #000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-uncommon, .table-bg-yellow {&lt;br /&gt;
    background: #FFED4C;&lt;br /&gt;
    color: #000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-rare, .table-bg-orange {&lt;br /&gt;
    background: #FF863C;&lt;br /&gt;
    color: #000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-veryrare, .table-bg-red {&lt;br /&gt;
    background: #FF6262;&lt;br /&gt;
    color: #000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table-bg-random, .table-bg-pink {&lt;br /&gt;
    background: #FFA3FF;&lt;br /&gt;
    color: #000;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
// For skill calculators&lt;br /&gt;
.table-bg-calc-grey {&lt;br /&gt;
	opacity: 0.6;&lt;br /&gt;
	background: #565E66;&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;
// Lighttables are not currently supported on mobile. Do not show broken underpasstable&lt;br /&gt;
table.underpasstable {&lt;br /&gt;
	tbody, thead, tfoot {&lt;br /&gt;
		display: none;&lt;br /&gt;
	}&lt;br /&gt;
	&amp;amp;::before {&lt;br /&gt;
		content: attr(&amp;#039;data-fallback&amp;#039;);&lt;br /&gt;
		font-style: italic;&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;
    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;
    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;
    text-align: left;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>