<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="id">
	<id>https://wiki.javasatu.com/index.php?action=history&amp;feed=atom&amp;title=Templat%3AArrowlist%2Fstyles.css</id>
	<title>Templat:Arrowlist/styles.css - Riwayat revisi</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.javasatu.com/index.php?action=history&amp;feed=atom&amp;title=Templat%3AArrowlist%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Templat:Arrowlist/styles.css&amp;action=history"/>
	<updated>2026-04-06T05:31:18Z</updated>
	<subtitle>Riwayat revisi halaman ini di wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.javasatu.com/index.php?title=Templat:Arrowlist/styles.css&amp;diff=4398&amp;oldid=prev</id>
		<title>Adminjavasatu: ←Membuat halaman berisi '/* Style for horizontal lists (separator following item).    @source mediawiki.org/wiki/Snippets/Horizontal_lists    @revision 8 (2016-05-21)    @author User:Edokter  */ .arrowlist dl, .arrowlist ol, .arrowlist ul { 	margin: 0; 	padding: 0; } /* Display list items inline */ .arrowlist dd, .arrowlist dt, .arrowlist li { 	margin: 0; 	display: inline; } /* Display nested lists inline */ .arrowlist.inline, .arrowlist.inline dl, .arrowlist.inline ol, .arrowlist.in...'</title>
		<link rel="alternate" type="text/html" href="https://wiki.javasatu.com/index.php?title=Templat:Arrowlist/styles.css&amp;diff=4398&amp;oldid=prev"/>
		<updated>2023-10-06T07:48:15Z</updated>

		<summary type="html">&lt;p&gt;←Membuat halaman berisi &amp;#039;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Style for horizontal lists (separator following item).    @source mediawiki.org/wiki/Snippets/Horizontal_lists    @revision 8 (2016-05-21)    @author &lt;a href=&quot;/index.php?title=Pengguna:Edokter&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Pengguna:Edokter (halaman belum tersedia)&quot;&gt;User:Edokter&lt;/a&gt;: &lt;/span&gt; .arrowlist dl, .arrowlist ol, .arrowlist ul { 	margin: 0; 	padding: 0; } &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Display list items inline: &lt;/span&gt; .arrowlist dd, .arrowlist dt, .arrowlist li { 	margin: 0; 	display: inline; } &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Display nested lists inline: &lt;/span&gt; .arrowlist.inline, .arrowlist.inline dl, .arrowlist.inline ol, .arrowlist.in...&amp;#039;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Halaman baru&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>Adminjavasatu</name></author>
	</entry>
</feed>