<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://salisford.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AStatic_row_numbers%2Fstyles.css</id>
	<title>Template:Static row numbers/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://salisford.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AStatic_row_numbers%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://salisford.net/index.php?title=Template:Static_row_numbers/styles.css&amp;action=history"/>
	<updated>2026-05-01T00:19:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://salisford.net/index.php?title=Template:Static_row_numbers/styles.css&amp;diff=2398&amp;oldid=prev</id>
		<title>Cascadia: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://salisford.net/index.php?title=Template:Static_row_numbers/styles.css&amp;diff=2398&amp;oldid=prev"/>
		<updated>2023-05-18T21:50:22Z</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 21:50, 18 May 2023&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>Cascadia</name></author>
	</entry>
	<entry>
		<id>https://salisford.net/index.php?title=Template:Static_row_numbers/styles.css&amp;diff=2397&amp;oldid=prev</id>
		<title>wp&gt;Dmitry Brant: Add exclusion for explicit background color for Minerva skin.</title>
		<link rel="alternate" type="text/html" href="https://salisford.net/index.php?title=Template:Static_row_numbers/styles.css&amp;diff=2397&amp;oldid=prev"/>
		<updated>2022-12-16T14:51:30Z</updated>

		<summary type="html">&lt;p&gt;Add exclusion for explicit background color for Minerva skin.&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;
table.static-row-numbers {&lt;br /&gt;
  counter-reset: rowNumber;&lt;br /&gt;
}&lt;br /&gt;
body.skin-minerva .static-row-numbers2.sortable {&lt;br /&gt;
  counter-reset: rowNumber -1;&lt;br /&gt;
}&lt;br /&gt;
body.skin-minerva .static-row-numbers2.sortable.static-row-header-two {&lt;br /&gt;
  counter-reset: rowNumber -2;&lt;br /&gt;
} &lt;br /&gt;
table.static-row-numbers tr::before {&lt;br /&gt;
  display: table-cell;&lt;br /&gt;
  padding-right: 0.5em;&lt;br /&gt;
  text-align: right;&lt;br /&gt;
}&lt;br /&gt;
table.static-row-numbers tr::before {&lt;br /&gt;
  content: &amp;quot;&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
.static-row-numbers-skip {&lt;br /&gt;
  counter-increment: rowNumber;&lt;br /&gt;
}&lt;br /&gt;
table.static-row-numbers.sortable tbody tr:not(.static-row-header):not(.static-row-numbers-norank)::before,&lt;br /&gt;
table.static-row-numbers:not(.sortable) tbody tr:not(:first-child):not(.static-row-header):not(.static-row-numbers-norank)::before {&lt;br /&gt;
  counter-increment: rowNumber;&lt;br /&gt;
  content: counter(rowNumber);&lt;br /&gt;
  padding-right: 0.5em;&lt;br /&gt;
  padding-left: 0.5em;&lt;br /&gt;
  vertical-align: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
table.static-row-numbers.sortable thead tr::before,&lt;br /&gt;
table.static-row-numbers tr.static-row-header::before,&lt;br /&gt;
body.skin-minerva .static-row-numbers tbody tr:first-child::before,&lt;br /&gt;
table.static-row-numbers:not(.sortable) tbody tr:first-child::before,&lt;br /&gt;
body.skin-minerva .static-row-numbers.static-row-header-two tbody tr:nth-child(2)::before,&lt;br /&gt;
table.static-row-numbers.static-row-header-two:not(.sortable) tbody tr:nth-child(2)::before {&lt;br /&gt;
  content: &amp;quot;&amp;quot;;&lt;br /&gt;
}*/&lt;br /&gt;
&lt;br /&gt;
.static-row-header-text thead tr::before {&lt;br /&gt;
  content: &amp;quot;No.&amp;quot;;&lt;br /&gt;
  padding-right: 0.5em;&lt;br /&gt;
  padding-left: 0.5em;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.static-row-header-hash thead tr::before {&lt;br /&gt;
  content: &amp;quot;#&amp;quot;;&lt;br /&gt;
  padding-right: 0.5em;&lt;br /&gt;
  padding-left: 0.5em;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.static-row-header-row thead tr::before {&lt;br /&gt;
  content: &amp;quot;Row&amp;quot;;&lt;br /&gt;
  padding-right: 0.5em;&lt;br /&gt;
  padding-left: 0.5em;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
body:not(.skin-minerva) .static-row-numbers.wikitable tr::before {&lt;br /&gt;
  background-color: #eaecf0;&lt;br /&gt;
  vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
body:not(.skin-minerva) .static-row-numbers.mw-datatable:not(.wikitable) tr::before {&lt;br /&gt;
  background-color: #eaeeff;&lt;br /&gt;
}&lt;br /&gt;
table.static-row-numbers.wikitable tbody tr:not(.static-row-header)::before ,&lt;br /&gt;
body:not(.skin-minerva) .static-row-numbers.mw-datatable:not(.wikitable) tbody tr::before {&lt;br /&gt;
  border: 1px solid #a2a9b1;	&lt;br /&gt;
}&lt;br /&gt;
.static-row-numbers-period2 tbody tr::before {&lt;br /&gt;
  content: counter(rowNumber) &amp;quot;.&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
.srn-white-background {&lt;br /&gt;
   background: #fff;&lt;br /&gt;
}&lt;br /&gt;
.static-row-numbers tr:hover {&lt;br /&gt;
   background: #eaf3ff;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>wp&gt;Dmitry Brant</name></author>
	</entry>
</feed>