<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://telupedia.w.kmwc.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AGallery%2Fstyles.css</id>
	<title>Module:Gallery/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://telupedia.w.kmwc.org/index.php?action=history&amp;feed=atom&amp;title=Module%3AGallery%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://telupedia.w.kmwc.org/index.php?title=Module:Gallery/styles.css&amp;action=history"/>
	<updated>2026-04-05T20:38:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://telupedia.w.kmwc.org/index.php?title=Module:Gallery/styles.css&amp;diff=2748&amp;oldid=prev</id>
		<title>Maxisnt: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://telupedia.w.kmwc.org/index.php?title=Module:Gallery/styles.css&amp;diff=2748&amp;oldid=prev"/>
		<updated>2025-10-15T00:06:56Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:06, 15 October 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key telupedia:diff:1.41:old-2747:rev-2748 --&gt;
&lt;/table&gt;</summary>
		<author><name>Maxisnt</name></author>
	</entry>
	<entry>
		<id>https://telupedia.w.kmwc.org/index.php?title=Module:Gallery/styles.css&amp;diff=2747&amp;oldid=prev</id>
		<title>Maxisnt: 1 revision imported from :wikipedia:Module:Gallery/styles.css</title>
		<link rel="alternate" type="text/html" href="https://telupedia.w.kmwc.org/index.php?title=Module:Gallery/styles.css&amp;diff=2747&amp;oldid=prev"/>
		<updated>2024-10-24T09:55:04Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported from &lt;a href=&quot;https://en.wikipedia.org/wiki/Module:Gallery/styles.css&quot; class=&quot;extiw&quot; title=&quot;wikipedia:Module:Gallery/styles.css&quot;&gt;wikipedia:Module:Gallery/styles.css&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* {{pp-template}} */&lt;br /&gt;
@media all and (max-width: 720px) {&lt;br /&gt;
	.mod-gallery {&lt;br /&gt;
		width: 100% !important;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery {&lt;br /&gt;
	display: table;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery-default {&lt;br /&gt;
	background: transparent;&lt;br /&gt;
	margin-top: 4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery-center {&lt;br /&gt;
	margin-left: auto;&lt;br /&gt;
	margin-right: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery-left {&lt;br /&gt;
	float: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery-right {&lt;br /&gt;
	float: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery-none {&lt;br /&gt;
	float: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery-collapsible {&lt;br /&gt;
	width: 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .title,&lt;br /&gt;
.mod-gallery .main,&lt;br /&gt;
.mod-gallery .footer {&lt;br /&gt;
	display: table-row;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .title &amp;gt; div {&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
	padding: 0 4px 4px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .main &amp;gt; div {&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .gallery {&lt;br /&gt;
	line-height: 1.35em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .footer &amp;gt; div {&lt;br /&gt;
	display: table-cell;&lt;br /&gt;
	padding: 4px;&lt;br /&gt;
	text-align: right;&lt;br /&gt;
	font-size: 85%;&lt;br /&gt;
	line-height: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .title &amp;gt; div *,&lt;br /&gt;
.mod-gallery .footer &amp;gt; div * {&lt;br /&gt;
	overflow: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .gallerybox img {&lt;br /&gt;
	background: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .bordered-images .thumb img {&lt;br /&gt;
	border: solid var( --background-color-neutral, #eaecf0 ) 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mod-gallery .whitebg .thumb {&lt;br /&gt;
	background: var( --background-color-base, #fff ) !important;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Maxisnt</name></author>
	</entry>
</feed>