<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="hu">
	<id>https://wikisfiam.kristofgonczo.dev/index.php?action=history&amp;feed=atom&amp;title=Sablon%3AReflist%2Fstyles.css</id>
	<title>Sablon:Reflist/styles.css - Laptörténet</title>
	<link rel="self" type="application/atom+xml" href="https://wikisfiam.kristofgonczo.dev/index.php?action=history&amp;feed=atom&amp;title=Sablon%3AReflist%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wikisfiam.kristofgonczo.dev/index.php?title=Sablon:Reflist/styles.css&amp;action=history"/>
	<updated>2026-04-04T14:17:56Z</updated>
	<subtitle>Az oldal laptörténete a wikiben</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikisfiam.kristofgonczo.dev/index.php?title=Sablon:Reflist/styles.css&amp;diff=1704&amp;oldid=prev</id>
		<title>KristofAdmin: 1 változat importálva</title>
		<link rel="alternate" type="text/html" href="https://wikisfiam.kristofgonczo.dev/index.php?title=Sablon:Reflist/styles.css&amp;diff=1704&amp;oldid=prev"/>
		<updated>2025-08-04T09:44:49Z</updated>

		<summary type="html">&lt;p&gt;1 változat importálva&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;hu&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Régebbi változat&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;A lap 2025. augusztus 4., 09:44-kori változata&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;hu&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Nincs különbség)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff:1.41:old-1703:rev-1704 --&gt;
&lt;/table&gt;</summary>
		<author><name>KristofAdmin</name></author>
	</entry>
	<entry>
		<id>https://wikisfiam.kristofgonczo.dev/index.php?title=Sablon:Reflist/styles.css&amp;diff=1703&amp;oldid=prev</id>
		<title>Wikipedia&gt;Izno: move font-size to @media screen so we can remove it from MediaWiki:Print.css</title>
		<link rel="alternate" type="text/html" href="https://wikisfiam.kristofgonczo.dev/index.php?title=Sablon:Reflist/styles.css&amp;diff=1703&amp;oldid=prev"/>
		<updated>2024-08-09T23:01:26Z</updated>

		<summary type="html">&lt;p&gt;move font-size to @media screen so we can remove it from MediaWiki:Print.css&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Új lap&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp|small=yes}} */&lt;br /&gt;
.reflist {&lt;br /&gt;
	margin-bottom: 0.5em;&lt;br /&gt;
	list-style-type: decimal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
	/* can we remove the font size declarations? .references gets a font-size in&lt;br /&gt;
	 * common.css that is always 90, and there is nothing else in reflist out in&lt;br /&gt;
	 * the wild. May affect column sizes.&lt;br /&gt;
	 */&lt;br /&gt;
	 /* make smaller only on screens */&lt;br /&gt;
	.reflist {&lt;br /&gt;
		font-size: 90%;        /* Default font-size */&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist .references {&lt;br /&gt;
	font-size: 100%;           /* Reset font-size when nested in .reflist */&lt;br /&gt;
	margin-bottom: 0;          /* Avoid double margin when nested in .reflist */&lt;br /&gt;
	list-style-type: inherit;  /* Enable custom list style types */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* columns-2 and columns-3 are legacy for &amp;quot;2 or more&amp;quot; column view from when the&lt;br /&gt;
 * template was implemented with column-count.&lt;br /&gt;
 */&lt;br /&gt;
.reflist-columns-2 {&lt;br /&gt;
	column-width: 30em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-columns-3 {&lt;br /&gt;
	column-width: 25em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Reset top margin for lists embedded in columns */&lt;br /&gt;
.reflist-columns {&lt;br /&gt;
	margin-top: 0.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-columns ol {&lt;br /&gt;
	margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Avoid elements breaking between columns */&lt;br /&gt;
.reflist-columns li {&lt;br /&gt;
	page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */&lt;br /&gt;
	break-inside: avoid-column;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-upper-alpha {&lt;br /&gt;
	list-style-type: upper-alpha;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-upper-roman {&lt;br /&gt;
	list-style-type: upper-roman;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-lower-alpha {&lt;br /&gt;
	list-style-type: lower-alpha;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-lower-greek {&lt;br /&gt;
	list-style-type: lower-greek;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.reflist-lower-roman {&lt;br /&gt;
	list-style-type: lower-roman;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Wikipedia&gt;Izno</name></author>
	</entry>
</feed>