<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AArrowlist%2Fstyles.css</id>
	<title>Template:Arrowlist/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.limswiki.org/index.php?action=history&amp;feed=atom&amp;title=Template%3AArrowlist%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Arrowlist/styles.css&amp;action=history"/>
	<updated>2026-04-06T20:55:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Arrowlist/styles.css&amp;diff=38160&amp;oldid=prev</id>
		<title>Shawndouglas: Protected &quot;Template:Arrowlist/styles.css&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Arrowlist/styles.css&amp;diff=38160&amp;oldid=prev"/>
		<updated>2020-03-10T16:52:39Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Template:Arrowlist/styles.css&quot; title=&quot;Template:Arrowlist/styles.css&quot;&gt;Template:Arrowlist/styles.css&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&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 16:52, 10 March 2020&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>Shawndouglas</name></author>
	</entry>
	<entry>
		<id>https://www.limswiki.org/index.php?title=Template:Arrowlist/styles.css&amp;diff=38159&amp;oldid=prev</id>
		<title>Shawndouglas: Created as needed.</title>
		<link rel="alternate" type="text/html" href="https://www.limswiki.org/index.php?title=Template:Arrowlist/styles.css&amp;diff=38159&amp;oldid=prev"/>
		<updated>2020-03-10T16:52:31Z</updated>

		<summary type="html">&lt;p&gt;Created as needed.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* Style for horizontal lists (separator following item).&lt;br /&gt;
   @source mediawiki.org/wiki/Snippets/Horizontal_lists&lt;br /&gt;
   @revision 8 (2016-05-21)&lt;br /&gt;
   @author [[User:Edokter]]&lt;br /&gt;
 */&lt;br /&gt;
.arrowlist dl,&lt;br /&gt;
.arrowlist ol,&lt;br /&gt;
.arrowlist ul {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Display list items inline */&lt;br /&gt;
.arrowlist dd,&lt;br /&gt;
.arrowlist dt,&lt;br /&gt;
.arrowlist li {&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
/* Display nested lists inline */&lt;br /&gt;
.arrowlist.inline,&lt;br /&gt;
.arrowlist.inline dl,&lt;br /&gt;
.arrowlist.inline ol,&lt;br /&gt;
.arrowlist.inline ul,&lt;br /&gt;
.arrowlist dl dl, .arrowlist dl ol, .arrowlist dl ul,&lt;br /&gt;
.arrowlist ol dl, .arrowlist ol ol, .arrowlist ol ul,&lt;br /&gt;
.arrowlist ul dl, .arrowlist ul ol, .arrowlist ul ul {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
/* Hide empty list items */&lt;br /&gt;
.arrowlist .mw-empty-li {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
/* Generate interpuncts */&lt;br /&gt;
.arrowlist dt:after {&lt;br /&gt;
	content: &amp;quot;: &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
.arrowlist dd:after,&lt;br /&gt;
.arrowlist li:after {&lt;br /&gt;
	content: &amp;quot; → &amp;quot;;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
.arrowlist dd:last-child:after,&lt;br /&gt;
.arrowlist dt:last-child:after,&lt;br /&gt;
.arrowlist li:last-child:after {&lt;br /&gt;
	content: none;&lt;br /&gt;
}&lt;br /&gt;
/* Add parentheses around nested lists */&lt;br /&gt;
.arrowlist dd dd:first-child:before, .arrowlist dd dt:first-child:before, .arrowlist dd li:first-child:before,&lt;br /&gt;
.arrowlist dt dd:first-child:before, .arrowlist dt dt:first-child:before, .arrowlist dt li:first-child:before,&lt;br /&gt;
.arrowlist li dd:first-child:before, .arrowlist li dt:first-child:before, .arrowlist li li:first-child:before {&lt;br /&gt;
	content: &amp;quot; (&amp;quot;;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
.arrowlist dd dd:last-child:after, .arrowlist dd dt:last-child:after, .arrowlist dd li:last-child:after,&lt;br /&gt;
.arrowlist dt dd:last-child:after, .arrowlist dt dt:last-child:after, .arrowlist dt li:last-child:after,&lt;br /&gt;
.arrowlist li dd:last-child:after, .arrowlist li dt:last-child:after, .arrowlist li li:last-child:after {&lt;br /&gt;
	content: &amp;quot;)&amp;quot;;&lt;br /&gt;
	font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
/* Put ordinals in front of ordered list items */&lt;br /&gt;
.arrowlist ol {&lt;br /&gt;
	counter-reset: listitem;&lt;br /&gt;
}&lt;br /&gt;
.arrowlist ol &amp;gt; li {&lt;br /&gt;
	counter-increment: listitem;&lt;br /&gt;
}&lt;br /&gt;
.arrowlist ol &amp;gt; li:before {&lt;br /&gt;
	content: &amp;quot; &amp;quot; counter(listitem) &amp;quot;\a0&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
.arrowlist dd ol &amp;gt; li:first-child:before,&lt;br /&gt;
.arrowlist dt ol &amp;gt; li:first-child:before,&lt;br /&gt;
.arrowlist li ol &amp;gt; li:first-child:before {&lt;br /&gt;
	content: &amp;quot; (&amp;quot; counter(listitem) &amp;quot;\a0&amp;quot;;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Shawndouglas</name></author>
	</entry>
</feed>