<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://domwiki.nadanke.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css</id>
	<title>MediaWiki:Common.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://domwiki.nadanke.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://domwiki.nadanke.com/index.php?title=MediaWiki:Common.css&amp;action=history"/>
	<updated>2026-05-14T11:38:56Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://domwiki.nadanke.com/index.php?title=MediaWiki:Common.css&amp;diff=8&amp;oldid=prev</id>
		<title>Nadanke: Created page with &quot;/* CSS placed here will be applied to all skins */ .dw-mainpage { 	max-width: 1200px; 	margin: 0 auto; }  .dw-hero { 	padding: 2rem; 	margin-bottom: 1.5rem; 	border-radius: 16px; 	background: linear-gradient(135deg, rgba(120, 82, 38, 0.35), rgba(46, 38, 25, 0.35)); 	border: 1px solid rgba(180, 145, 90, 0.25); }  .dw-hero-title { 	font-size: 2.2rem; 	font-weight: 800; 	line-height: 1.1; 	margin-bottom: 0.5rem; }  .dw-hero-subtitle { 	font-size: 1.15rem; 	font-weight: 600;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://domwiki.nadanke.com/index.php?title=MediaWiki:Common.css&amp;diff=8&amp;oldid=prev"/>
		<updated>2026-05-14T06:44:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;CSS placed here will be applied to all skins: &lt;/span&gt; .dw-mainpage { 	max-width: 1200px; 	margin: 0 auto; }  .dw-hero { 	padding: 2rem; 	margin-bottom: 1.5rem; 	border-radius: 16px; 	background: linear-gradient(135deg, rgba(120, 82, 38, 0.35), rgba(46, 38, 25, 0.35)); 	border: 1px solid rgba(180, 145, 90, 0.25); }  .dw-hero-title { 	font-size: 2.2rem; 	font-weight: 800; 	line-height: 1.1; 	margin-bottom: 0.5rem; }  .dw-hero-subtitle { 	font-size: 1.15rem; 	font-weight: 600;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
.dw-mainpage {&lt;br /&gt;
	max-width: 1200px;&lt;br /&gt;
	margin: 0 auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-hero {&lt;br /&gt;
	padding: 2rem;&lt;br /&gt;
	margin-bottom: 1.5rem;&lt;br /&gt;
	border-radius: 16px;&lt;br /&gt;
	background: linear-gradient(135deg, rgba(120, 82, 38, 0.35), rgba(46, 38, 25, 0.35));&lt;br /&gt;
	border: 1px solid rgba(180, 145, 90, 0.25);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-hero-title {&lt;br /&gt;
	font-size: 2.2rem;&lt;br /&gt;
	font-weight: 800;&lt;br /&gt;
	line-height: 1.1;&lt;br /&gt;
	margin-bottom: 0.5rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-hero-subtitle {&lt;br /&gt;
	font-size: 1.15rem;&lt;br /&gt;
	font-weight: 600;&lt;br /&gt;
	margin-bottom: 0.75rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-hero-text {&lt;br /&gt;
	opacity: 0.9;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-grid {&lt;br /&gt;
	display: grid;&lt;br /&gt;
	grid-template-columns: repeat(3, minmax(0, 1fr));&lt;br /&gt;
	gap: 1rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-card {&lt;br /&gt;
	padding: 1.1rem 1.25rem;&lt;br /&gt;
	border-radius: 14px;&lt;br /&gt;
	background: rgba(255, 255, 255, 0.04);&lt;br /&gt;
	border: 1px solid rgba(255, 255, 255, 0.08);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-card-wide {&lt;br /&gt;
	grid-column: span 3;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-card-title {&lt;br /&gt;
	font-size: 1.25rem;&lt;br /&gt;
	font-weight: 800;&lt;br /&gt;
	margin-bottom: 0.75rem;&lt;br /&gt;
	padding-bottom: 0.35rem;&lt;br /&gt;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.dw-card ul {&lt;br /&gt;
	margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 900px) {&lt;br /&gt;
	.dw-grid {&lt;br /&gt;
		grid-template-columns: 1fr;&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	.dw-card-wide {&lt;br /&gt;
		grid-column: span 1;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Nadanke</name></author>
	</entry>
</feed>