<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="id">
	<id>https://wikimu.org/index.php?action=history&amp;feed=atom&amp;title=Templat%3AMain_page%2Fstyles.css</id>
	<title>Templat:Main page/styles.css - Riwayat revisi</title>
	<link rel="self" type="application/atom+xml" href="https://wikimu.org/index.php?action=history&amp;feed=atom&amp;title=Templat%3AMain_page%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://wikimu.org/index.php?title=Templat:Main_page/styles.css&amp;action=history"/>
	<updated>2026-04-17T07:43:37Z</updated>
	<subtitle>Riwayat revisi halaman ini di wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wikimu.org/index.php?title=Templat:Main_page/styles.css&amp;diff=53&amp;oldid=prev</id>
		<title>WikiSysop: Protected &quot;Template:Main page/styles.css&quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://wikimu.org/index.php?title=Templat:Main_page/styles.css&amp;diff=53&amp;oldid=prev"/>
		<updated>2021-04-10T08:46:17Z</updated>

		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php/Templat:Main_page/styles.css&quot; title=&quot;Templat:Main page/styles.css&quot;&gt;Template:Main page/styles.css&lt;/a&gt;&amp;quot; ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&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;id&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisi sebelumnya&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisi per 10 April 2021 08.46&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key wikimuorg_mw19419_v2-mwjw_:diff::1.12:old-52:rev-53 --&gt;
&lt;/table&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
	<entry>
		<id>https://wikimu.org/index.php?title=Templat:Main_page/styles.css&amp;diff=52&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;/* CSS used for https://www.mediawiki.org/wiki/MediaWiki/Homepage_improvements_2018 : */ .mainpage_row { 	display: flex; 	flex-direction: row; 	flex-flow: row wrap; 	justify-c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikimu.org/index.php?title=Templat:Main_page/styles.css&amp;diff=52&amp;oldid=prev"/>
		<updated>2021-04-10T08:46:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;CSS used for https://www.mediawiki.org/wiki/MediaWiki/Homepage_improvements_2018 :: &lt;/span&gt; .mainpage_row { 	display: flex; 	flex-direction: row; 	flex-flow: row wrap; 	justify-c...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Halaman baru&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS used for https://www.mediawiki.org/wiki/MediaWiki/Homepage_improvements_2018 : */&lt;br /&gt;
.mainpage_row {&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: row;&lt;br /&gt;
	flex-flow: row wrap;&lt;br /&gt;
	justify-content: space-between;&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	margin: 0 -5px 0 -5px;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_box {&lt;br /&gt;
	flex: 1;&lt;br /&gt;
	margin: 5px;&lt;br /&gt;
	min-width: 210px;&lt;br /&gt;
	border: 1px solid #CCC;&lt;br /&gt;
	padding: 0 10px 10px 10px;&lt;br /&gt;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);&lt;br /&gt;
}&lt;br /&gt;
.mainpage_box h3 {&lt;br /&gt;
	/* Reset padding so is equal across skins */&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
	padding-top: 0;&lt;br /&gt;
	padding-bottom: 0;&lt;br /&gt;
	/* Padding left gets overridden by headanchor gadget */&lt;br /&gt;
	margin: 0.5em 0;&lt;br /&gt;
}&lt;br /&gt;
/* Set padding left only if headanchor gadget is not enabled */&lt;br /&gt;
.mainpage_box h3:not(.tpl-vheadanchor-heading) {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_box h3 .header_icon {&lt;br /&gt;
	float: left;&lt;br /&gt;
	margin-right: 5px;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_box .items {&lt;br /&gt;
	border-top: 1px solid #CCC;&lt;br /&gt;
	padding-top: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_box p:last-child {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
.mainpage_boxcontents_small {&lt;br /&gt;
	font-size: 95%;&lt;br /&gt;
}&lt;br /&gt;
/* Style the &amp;quot;other languages&amp;quot; box the same way as other boxes on the main page */&lt;br /&gt;
.mw-pt-languages {&lt;br /&gt;
	display: block;&lt;br /&gt;
	background: none;&lt;br /&gt;
	border: 1px solid #CCC;&lt;br /&gt;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);&lt;br /&gt;
	width: auto;&lt;br /&gt;
}&lt;br /&gt;
.mw-pt-languages-label {&lt;br /&gt;
	background: none;&lt;br /&gt;
	border-right: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 719px) {&lt;br /&gt;
	.thumb {&lt;br /&gt;
		float: none;&lt;br /&gt;
	}&lt;br /&gt;
	.thumb, .thumbinner {&lt;br /&gt;
		margin-left: auto;&lt;br /&gt;
		margin-right: auto;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>