<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://miniscope.org/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://miniscope.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://miniscope.org/index.php?title=MediaWiki:Common.css&amp;action=history"/>
	<updated>2026-04-28T05:11:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.5</generator>
	<entry>
		<id>https://miniscope.org/index.php?title=MediaWiki:Common.css&amp;diff=693&amp;oldid=prev</id>
		<title>Daharoni: Created page with &quot;/* CSS placed here will be applied to all skins */ /* === Wiki UI components === */  /* Buttons --------------------------------------------------------- */ .wiki-button {     display: inline-block;     padding: 10px 22px;     background: var(--color-progressive, #36c);     color: var(--color-base--inverted, #fff);     border: 1px solid transparent;     border-radius: 6px;     font-weight: 600;     text-decoration: none !important;     transition: filter 0.15s ease; }  ....&quot;</title>
		<link rel="alternate" type="text/html" href="https://miniscope.org/index.php?title=MediaWiki:Common.css&amp;diff=693&amp;oldid=prev"/>
		<updated>2026-04-27T15:24:56Z</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; &lt;span class=&quot;autocomment&quot;&gt;=== Wiki UI components ===: &lt;/span&gt;  &lt;span class=&quot;autocomment&quot;&gt;Buttons ---------------------------------------------------------: &lt;/span&gt; .wiki-button {     display: inline-block;     padding: 10px 22px;     background: var(--color-progressive, #36c);     color: var(--color-base--inverted, #fff);     border: 1px solid transparent;     border-radius: 6px;     font-weight: 600;     text-decoration: none !important;     transition: filter 0.15s ease; }  ....&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;
/* === Wiki UI components === */&lt;br /&gt;
&lt;br /&gt;
/* Buttons --------------------------------------------------------- */&lt;br /&gt;
.wiki-button {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    padding: 10px 22px;&lt;br /&gt;
    background: var(--color-progressive, #36c);&lt;br /&gt;
    color: var(--color-base--inverted, #fff);&lt;br /&gt;
    border: 1px solid transparent;&lt;br /&gt;
    border-radius: 6px;&lt;br /&gt;
    font-weight: 600;&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
    transition: filter 0.15s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-button:hover,&lt;br /&gt;
.wiki-button:focus {&lt;br /&gt;
    filter: brightness(1.08);&lt;br /&gt;
    text-decoration: none !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-button-secondary {&lt;br /&gt;
    background: var(--background-color-neutral-subtle, #f0f1f2);&lt;br /&gt;
    color: var(--color-base, #202122);&lt;br /&gt;
    border-color: var(--border-color-base, #d1d9e0);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Layout helper for a row of buttons */&lt;br /&gt;
.wiki-button-row {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-wrap: wrap;&lt;br /&gt;
    gap: 12px;&lt;br /&gt;
    margin: 20px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Cards ----------------------------------------------------------- */&lt;br /&gt;
.wiki-card {&lt;br /&gt;
    padding: 16px;&lt;br /&gt;
    border: 1px solid var(--border-color-base, #d1d9e0);&lt;br /&gt;
    border-radius: 8px;&lt;br /&gt;
    background: var(--background-color-neutral-subtle, #f8f9fa);&lt;br /&gt;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-card:hover {&lt;br /&gt;
    border-color: var(--color-progressive, #36c);&lt;br /&gt;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-card .card-icon {&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 1.4em;&lt;br /&gt;
    margin-right: 8px;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    color: var(--color-progressive, #36c);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-card .card-title {&lt;br /&gt;
    font-size: 1.15em;&lt;br /&gt;
    font-weight: 600;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-card .card-title a,&lt;br /&gt;
.wiki-card .card-title a:visited {&lt;br /&gt;
    color: var(--color-base, #202122);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-card .card-desc {&lt;br /&gt;
    margin-top: 6px;&lt;br /&gt;
    color: var(--color-subtle, #54595d);&lt;br /&gt;
    line-height: 1.45;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Layout helper for a card grid */&lt;br /&gt;
.wiki-card-grid {&lt;br /&gt;
    display: grid;&lt;br /&gt;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));&lt;br /&gt;
    gap: 16px;&lt;br /&gt;
    margin: 24px 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Daharoni</name></author>
	</entry>
</feed>