<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.boywiki.org/en/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlatlist%2Fstyles.css</id>
	<title>Template:Flatlist/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.boywiki.org/en/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlatlist%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://www.boywiki.org/en/index.php?title=Template:Flatlist/styles.css&amp;action=history"/>
	<updated>2026-05-03T07:23:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.boywiki.org/en/index.php?title=Template:Flatlist/styles.css&amp;diff=52797&amp;oldid=prev</id>
		<title>Etenne at 23:08, 1 June 2022</title>
		<link rel="alternate" type="text/html" href="https://www.boywiki.org/en/index.php?title=Template:Flatlist/styles.css&amp;diff=52797&amp;oldid=prev"/>
		<updated>2022-06-01T23:08:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://www.boywiki.org/en/index.php?title=Template:Flatlist/styles.css&amp;amp;diff=52797&amp;amp;oldid=52767&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Etenne</name></author>
	</entry>
	<entry>
		<id>https://www.boywiki.org/en/index.php?title=Template:Flatlist/styles.css&amp;diff=52767&amp;oldid=prev</id>
		<title>Etenne: Created page with &quot;/**  * Style for horizontal lists (separator following item).  * @source mediawiki.org/wiki/Snippets/Horizontal_lists  * @revision 7 (2015-11-12)  * @author User:Edokter  */ .wst-flatlist {     display: inline-block; }  .wst-flatlist dl, .wst-flatlist ol, .wst-flatlist ul {     margin: 0;     padding: 0; } /* Display list items inline */ .wst-flatlist dd, .wst-flatlist dt, .wst-flatlist li {     display: inline;     margin: 0; } /* Do not display empty list items */...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.boywiki.org/en/index.php?title=Template:Flatlist/styles.css&amp;diff=52767&amp;oldid=prev"/>
		<updated>2022-06-01T01:02:28Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;*  * Style for horizontal lists (separator following item).  * @source mediawiki.org/wiki/Snippets/Horizontal_lists  * @revision 7 (2015-11-12)  * @author &amp;#91;&amp;#91;User:Edokter&amp;#93;&amp;#93;: &lt;/span&gt; .wst-flatlist {     display: inline-block; }  .wst-flatlist dl, .wst-flatlist ol, .wst-flatlist ul {     margin: 0;     padding: 0; } &lt;span class=&quot;autocomment&quot;&gt;Display list items inline: &lt;/span&gt; .wst-flatlist dd, .wst-flatlist dt, .wst-flatlist li {     display: inline;     margin: 0; } &lt;span class=&quot;autocomment&quot;&gt;Do not display empty list items: &lt;/span&gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/**&lt;br /&gt;
 * Style for horizontal lists (separator following item).&lt;br /&gt;
 * @source mediawiki.org/wiki/Snippets/Horizontal_lists&lt;br /&gt;
 * @revision 7 (2015-11-12)&lt;br /&gt;
 * @author [[User:Edokter]]&lt;br /&gt;
 */&lt;br /&gt;
.wst-flatlist {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wst-flatlist dl,&lt;br /&gt;
.wst-flatlist ol,&lt;br /&gt;
.wst-flatlist ul {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Display list items inline */&lt;br /&gt;
.wst-flatlist dd,&lt;br /&gt;
.wst-flatlist dt,&lt;br /&gt;
.wst-flatlist li {&lt;br /&gt;
    display: inline;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Do not display empty list items */&lt;br /&gt;
.wst-flatlist li.mw-empty-li {&lt;br /&gt;
    display: none;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
/* Display nested lists inline */&lt;br /&gt;
.wst-flatlist.inline,&lt;br /&gt;
.wst-flatlist.inline dl,&lt;br /&gt;
.wst-flatlist.inline ol,&lt;br /&gt;
.wst-flatlist.inline ul,&lt;br /&gt;
.wst-flatlist dl dl, .wst-flatlist dl ol, .wst-flatlist dl ul,&lt;br /&gt;
.wst-flatlist ol dl, .wst-flatlist ol ol, .wst-flatlist ol ul,&lt;br /&gt;
.wst-flatlist ul dl, .wst-flatlist ul ol, .wst-flatlist ul ul {&lt;br /&gt;
    display: inline;&lt;br /&gt;
}&lt;br /&gt;
/* Generate interpuncts */&lt;br /&gt;
.wst-flatlist dt:after {&lt;br /&gt;
    content: &amp;quot;: &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
.wst-flatlist dd:after,&lt;br /&gt;
.wst-flatlist li:after {&lt;br /&gt;
    content: &amp;quot; \00B7 &amp;quot;;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Comma separators */&lt;br /&gt;
.wst-flatlist-comma dd:after,&lt;br /&gt;
.wst-flatlist-comma li:after {&lt;br /&gt;
    content: &amp;quot;, &amp;quot;;&lt;br /&gt;
    font-weight: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wst-flatlist dd:last-child:after,&lt;br /&gt;
.wst-flatlist dt:last-child:after,&lt;br /&gt;
.wst-flatlist li:last-child:after {&lt;br /&gt;
    content: none;&lt;br /&gt;
}&lt;br /&gt;
/* Add parentheses around nested lists */&lt;br /&gt;
.wst-flatlist dd dd:first-child:before, .wst-flatlist dd dt:first-child:before, .wst-flatlist dd li:first-child:before,&lt;br /&gt;
.wst-flatlist dt dd:first-child:before, .wst-flatlist dt dt:first-child:before, .wst-flatlist dt li:first-child:before,&lt;br /&gt;
.wst-flatlist li dd:first-child:before, .wst-flatlist li dt:first-child:before, .wst-flatlist 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;
.wst-flatlist dd dd:last-child:after, .wst-flatlist dd dt:last-child:after, .wst-flatlist dd li:last-child:after,&lt;br /&gt;
.wst-flatlist dt dd:last-child:after, .wst-flatlist dt dt:last-child:after, .wst-flatlist dt li:last-child:after,&lt;br /&gt;
.wst-flatlist li dd:last-child:after, .wst-flatlist li dt:last-child:after, .wst-flatlist 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;
.wst-flatlist ol {&lt;br /&gt;
    counter-reset: listitem;&lt;br /&gt;
}&lt;br /&gt;
.wst-flatlist ol &amp;gt; li {&lt;br /&gt;
    counter-increment: listitem;&lt;br /&gt;
}&lt;br /&gt;
.wst-flatlist ol &amp;gt; li:before {&lt;br /&gt;
    content: &amp;quot; &amp;quot; counter(listitem) &amp;quot; &amp;quot;;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
.wst-flatlist dd ol &amp;gt; li:first-child:before,&lt;br /&gt;
.wst-flatlist dt ol &amp;gt; li:first-child:before,&lt;br /&gt;
.wst-flatlist li ol &amp;gt; li:first-child:before {&lt;br /&gt;
    content: &amp;quot; (&amp;quot; counter(listitem) &amp;quot; &amp;quot;;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Etenne</name></author>
	</entry>
</feed>