<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.holocaustmap.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ASort_under%2Fstyles.css</id>
	<title>Template:Sort under/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.holocaustmap.org/index.php?action=history&amp;feed=atom&amp;title=Template%3ASort_under%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="http://wiki.holocaustmap.org/index.php?title=Template:Sort_under/styles.css&amp;action=history"/>
	<updated>2026-06-28T06:12:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>http://wiki.holocaustmap.org/index.php?title=Template:Sort_under/styles.css&amp;diff=5118&amp;oldid=prev</id>
		<title>Davi: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://wiki.holocaustmap.org/index.php?title=Template:Sort_under/styles.css&amp;diff=5118&amp;oldid=prev"/>
		<updated>2024-04-26T08:52:35Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 08:52, 26 April 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Davi</name></author>
	</entry>
	<entry>
		<id>http://wiki.holocaustmap.org/index.php?title=Template:Sort_under/styles.css&amp;diff=5117&amp;oldid=prev</id>
		<title>wikitemplates&gt;MusikBot II: Protected &quot;Template:Sort under/styles.css&quot;: High-risk template or module: 251 transclusions (more info) ([Edit=Require autoconfirmed or confirmed access] (indefinite))</title>
		<link rel="alternate" type="text/html" href="http://wiki.holocaustmap.org/index.php?title=Template:Sort_under/styles.css&amp;diff=5117&amp;oldid=prev"/>
		<updated>2024-03-07T18:01:01Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Template:Sort_under/styles.css&quot; title=&quot;Template:Sort under/styles.css&quot;&gt;Template:Sort under/styles.css&lt;/a&gt;&amp;quot;: &lt;a href=&quot;https://en.wikipedia.org/wiki/High-risk_templates&quot; class=&quot;extiw&quot; title=&quot;wikipedia:High-risk templates&quot;&gt;High-risk template or module&lt;/a&gt;: 251 transclusions (&lt;a href=&quot;/index.php?title=User:MusikBot_II/TemplateProtector&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;User:MusikBot II/TemplateProtector (page does not exist)&quot;&gt;more info&lt;/a&gt;) ([Edit=Require autoconfirmed or confirmed access] (indefinite))&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp-template}} */&lt;br /&gt;
/**&lt;br /&gt;
 * Reposition sort arrows under column header text in the same cell.&lt;br /&gt;
 *&lt;br /&gt;
 * Table classes:&lt;br /&gt;
 * - sort-under (consensus right)&lt;br /&gt;
 * - sort-under-right&lt;br /&gt;
 * - sort-under-center&lt;br /&gt;
 *&lt;br /&gt;
 * Tested:&lt;br /&gt;
 * - Windows 10: (all skins) Chrome, Firefox, Edge.&lt;br /&gt;
 * - Android Galaxy S21 (MinervaNeue): Chrome, Firefox.&lt;br /&gt;
 * - Wikipedia Android app.&lt;br /&gt;
 * - Print: Not styled.&lt;br /&gt;
 * - No JavaScript.&lt;br /&gt;
 *&lt;br /&gt;
 * Note:&lt;br /&gt;
 * Can&amp;#039;t align {{static row numbers}} column label after sorting when exactly&lt;br /&gt;
 * one header row followed by any &amp;quot;sorttop&amp;quot; rows.&lt;br /&gt;
 * See Phab:T355492 - &amp;quot;Move sorttop rows from thead to second tbody&amp;quot;.&lt;br /&gt;
 * Lint error:&lt;br /&gt;
 * thead tr:first-child:has(+ tr.sorttop)::before {}&lt;br /&gt;
 */&lt;br /&gt;
@media screen {&lt;br /&gt;
  /**&lt;br /&gt;
   * Reclaim old space.&lt;br /&gt;
   */&lt;br /&gt;
  html.client-js .sort-under.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-right.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-center.sortable.wikitable th.headerSort {&lt;br /&gt;
    padding-right: 0.4em;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js .sort-under.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-right.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-center.sortable:not(.wikitable) th.headerSort {&lt;br /&gt;
    padding-right: 1px;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under-right.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under-center.sortable.wikitable th.headerSort {&lt;br /&gt;
    padding-right: 0.2em;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-right.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-center.sortable.wikitable th.headerSort {&lt;br /&gt;
    padding-right: 0.5em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  /**&lt;br /&gt;
   * Reposition arrows.&lt;br /&gt;
   */&lt;br /&gt;
  html.client-js .sort-under-center.sortable th.headerSort {&lt;br /&gt;
    background-position: center bottom 0.2em;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js .sort-under.sortable th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-right.sortable th.headerSort {&lt;br /&gt;
    background-position: right bottom 0.2em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  /**&lt;br /&gt;
   * Add new space.&lt;br /&gt;
   */&lt;br /&gt;
  html.client-js .sort-under.sortable th.headerSort,&lt;br /&gt;
  html.client-js .sort-under.sortable th.unsortable,&lt;br /&gt;
  html.client-js .sort-under-right.sortable th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-right.sortable th.unsortable,&lt;br /&gt;
  html.client-js .sort-under-center.sortable th.headerSort,&lt;br /&gt;
  html.client-js .sort-under-center.sortable th.unsortable {&lt;br /&gt;
    padding-bottom: 1em;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under.sortable.wikitable th.unsortable,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-right.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-right.sortable.wikitable th.unsortable,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-center.sortable.wikitable th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-center.sortable.wikitable th.unsortable {&lt;br /&gt;
    padding-bottom: 1.2em;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under.sortable:not(.wikitable) th.unsortable,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-right.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-right.sortable:not(.wikitable) th.unsortable,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-center.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js body.skin-timeless .sort-under-center.sortable:not(.wikitable) th.unsortable,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under.sortable:not(.wikitable) th.unsortable,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under-right.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under-right.sortable:not(.wikitable) th.unsortable,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under-center.sortable:not(.wikitable) th.headerSort,&lt;br /&gt;
  html.client-js body.skin-minerva .sort-under-center.sortable:not(.wikitable) th.unsortable {&lt;br /&gt;
    padding-bottom: 0.8em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  /**&lt;br /&gt;
   * Align {{static row numbers}} column header text.&lt;br /&gt;
   */&lt;br /&gt;
  html.client-js .static-row-numbers.sort-under.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js .static-row-numbers.sort-under-right.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js .static-row-numbers.sort-under-center.sortable thead tr:only-child::before {&lt;br /&gt;
    padding-bottom: 0.9em;&lt;br /&gt;
  }&lt;br /&gt;
  html.client-js body.skin-timeless .static-row-numbers.sort-under.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js body.skin-timeless .static-row-numbers.sort-under-right.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js body.skin-timeless .static-row-numbers.sort-under-center.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js body.skin-minerva .static-row-numbers.sort-under.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js body.skin-minerva .static-row-numbers.sort-under-right.sortable thead tr:only-child::before,&lt;br /&gt;
  html.client-js body.skin-minerva .static-row-numbers.sort-under-center.sortable thead tr:only-child::before {&lt;br /&gt;
    padding-bottom: 0.8em;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>wikitemplates&gt;MusikBot II</name></author>
	</entry>
</feed>