<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="id">
	<id>https://id.aadwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Modul%3AInfobox%2Fstyles.css</id>
	<title>Modul:Infobox/styles.css - Riwayat revisi</title>
	<link rel="self" type="application/atom+xml" href="https://id.aadwiki.org/w/index.php?action=history&amp;feed=atom&amp;title=Modul%3AInfobox%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://id.aadwiki.org/w/index.php?title=Modul:Infobox/styles.css&amp;action=history"/>
	<updated>2026-07-26T13:38:26Z</updated>
	<subtitle>Riwayat revisi halaman ini di wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://id.aadwiki.org/w/index.php?title=Modul:Infobox/styles.css&amp;diff=26&amp;oldid=prev</id>
		<title>Authentication: ←Membuat halaman berisi &#039;/* {{pp|small=y}} */ /*  * TemplateStyles ini TIDAK mencangkup semua data di  * gaya kotak info  * Lihat MediaWiki talk:Common.css/to do#Infobox  * JANGAN TAMBAHKAN KODE TERSEBUT DISINI  */ .infobox-subbox { 	padding: 0; 	border: none; 	margin: -3px; 	width: auto; 	min-width: 100%; 	font-size: 100%; 	clear: none; 	float: none; 	background-color: transparent;     color:inherit; }  .infobox-3cols-child { 	margin: -3px; }  .infobox .navbar { 	font-size: 100%; }...&#039;</title>
		<link rel="alternate" type="text/html" href="https://id.aadwiki.org/w/index.php?title=Modul:Infobox/styles.css&amp;diff=26&amp;oldid=prev"/>
		<updated>2026-07-21T19:38:45Z</updated>

		<summary type="html">&lt;p&gt;←Membuat halaman berisi &amp;#039;&lt;span class=&quot;autocomment&quot;&gt;{{pp|small=y}}: &lt;/span&gt; &lt;span class=&quot;autocomment&quot;&gt;* TemplateStyles ini TIDAK mencangkup semua data di  * gaya kotak info  * Lihat &amp;#91;&amp;#91;MediaWiki talk:Common.css/to do#Infobox&amp;#93;&amp;#93;  * JANGAN TAMBAHKAN KODE TERSEBUT DISINI: &lt;/span&gt; .infobox-subbox { 	padding: 0; 	border: none; 	margin: -3px; 	width: auto; 	min-width: 100%; 	font-size: 100%; 	clear: none; 	float: none; 	background-color: transparent;     color:inherit; }  .infobox-3cols-child { 	margin: -3px; }  .infobox .navbar { 	font-size: 100%; }...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Halaman baru&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp|small=y}} */&lt;br /&gt;
/*&lt;br /&gt;
 * TemplateStyles ini TIDAK mencangkup semua data di&lt;br /&gt;
 * gaya kotak info&lt;br /&gt;
 * Lihat [[MediaWiki talk:Common.css/to do#Infobox]]&lt;br /&gt;
 * JANGAN TAMBAHKAN KODE TERSEBUT DISINI&lt;br /&gt;
 */&lt;br /&gt;
.infobox-subbox {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	border: none;&lt;br /&gt;
	margin: -3px;&lt;br /&gt;
	width: auto;&lt;br /&gt;
	min-width: 100%;&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
	clear: none;&lt;br /&gt;
	float: none;&lt;br /&gt;
	background-color: transparent;&lt;br /&gt;
    color:inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-3cols-child {&lt;br /&gt;
	margin: -3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox .navbar {&lt;br /&gt;
	font-size: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Dark theme: [[William_Wragg]], [[Coral_Castle]] */&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
    html.skin-theme-clientpref-night .infobox-full-data:not(.notheme) &amp;gt; div:not(.notheme)[style] {&lt;br /&gt;
	    background: #1f1f23 !important;&lt;br /&gt;
	      /* switch with var( --color-base ) when supported. */&lt;br /&gt;
	      color: #f8f9fa;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@media screen and ( prefers-color-scheme: dark) {&lt;br /&gt;
    html.skin-theme-clientpref-os .infobox-full-data:not(.notheme) &amp;gt; div:not(.notheme)[style] {&lt;br /&gt;
      background: #1f1f23 !important;&lt;br /&gt;
      /* switch with var( --color-base ) when supported. */&lt;br /&gt;
      color: #f8f9fa;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* Since infobox is a table, many infobox templates take advantage of this to&lt;br /&gt;
 * add columns and rows to the infobox itself rather than as part of a new table&lt;br /&gt;
 * inside them. This class should be discouraged and removed on the long term,&lt;br /&gt;
 * but allows us to at least identify these tables going forward&lt;br /&gt;
 * Currently in use on: [[Module:Infobox3cols]]&lt;br /&gt;
 * Fixes issue described in [[phab:F55300125]] on Vector 2022.&lt;br /&gt;
*/&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
  body.skin--responsive .infobox-table {&lt;br /&gt;
    display: table !important;&lt;br /&gt;
  }&lt;br /&gt;
  body.skin--responsive .infobox-table &amp;gt; caption {&lt;br /&gt;
    display: table-caption !important;&lt;br /&gt;
  }&lt;br /&gt;
  body.skin--responsive .infobox-table &amp;gt; tbody {&lt;br /&gt;
    display: table-row-group;&lt;br /&gt;
  }&lt;br /&gt;
  body.skin--responsive .infobox-table th,&lt;br /&gt;
  body.skin--responsive .infobox-table td {&lt;br /&gt;
    padding-left: inherit;&lt;br /&gt;
    padding-right: inherit;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Authentication</name></author>
	</entry>
</feed>