<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rotborough.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://wiki.rotborough.com/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ACommon.css"/>
	<link rel="alternate" type="text/html" href="https://wiki.rotborough.com/index.php?title=MediaWiki:Common.css&amp;action=history"/>
	<updated>2026-05-06T16:10:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://wiki.rotborough.com/index.php?title=MediaWiki:Common.css&amp;diff=374&amp;oldid=prev</id>
		<title>Rtaadmin1: Created page with &quot;/* CSS placed here will be applied to all skins */ /* Infobox styling */ .infobox {     background: #f9f9f9;     border: 1px solid #aaa;     float: right;     margin: 0 0 1em 1em;     padding: 1em;     width: 20em;     clear: right;     font-size: 88%;     line-height: 1.5em; }  .infobox caption {     font-size: 125%;     font-weight: bold;     padding: 0.2em;     text-align: center; }  .infobox td, .infobox th {     vertical-align: top;     text-align: left;     padding...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rotborough.com/index.php?title=MediaWiki:Common.css&amp;diff=374&amp;oldid=prev"/>
		<updated>2025-07-07T01:20:28Z</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;Infobox styling: &lt;/span&gt; .infobox {     background: #f9f9f9;     border: 1px solid #aaa;     float: right;     margin: 0 0 1em 1em;     padding: 1em;     width: 20em;     clear: right;     font-size: 88%;     line-height: 1.5em; }  .infobox caption {     font-size: 125%;     font-weight: bold;     padding: 0.2em;     text-align: center; }  .infobox td, .infobox th {     vertical-align: top;     text-align: left;     padding...&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;
/* Infobox styling */&lt;br /&gt;
.infobox {&lt;br /&gt;
    background: #f9f9f9;&lt;br /&gt;
    border: 1px solid #aaa;&lt;br /&gt;
    float: right;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
    width: 20em;&lt;br /&gt;
    clear: right;&lt;br /&gt;
    font-size: 88%;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox caption {&lt;br /&gt;
    font-size: 125%;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    padding: 0.2em;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox td,&lt;br /&gt;
.infobox th {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    padding: 0.5em 0.5em;&lt;br /&gt;
    border-bottom: 1px solid #eee;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox th {&lt;br /&gt;
    background: #eee;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
    width: 33%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox headers */&lt;br /&gt;
.infobox th[colspan=&amp;quot;2&amp;quot;] {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    background: #ddd;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove border from last row */&lt;br /&gt;
.infobox tr:last-child td,&lt;br /&gt;
.infobox tr:last-child th {&lt;br /&gt;
    border-bottom: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Constrain images in infoboxes */&lt;br /&gt;
.infobox img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox td img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Message box styles */&lt;br /&gt;
.mbox {&lt;br /&gt;
    margin: 0.5em 0;&lt;br /&gt;
    border: 1px solid #aaaaaa;&lt;br /&gt;
    background-color: #f9f9f9;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mbox-notice {&lt;br /&gt;
    border-left: 10px solid #36c;&lt;br /&gt;
    background-color: #eef3ff;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mbox td {&lt;br /&gt;
    padding: 0.25em 0.9em;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mbox-image {&lt;br /&gt;
    border: none;&lt;br /&gt;
    margin: 2px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 52px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mbox-text {&lt;br /&gt;
    border: none;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    padding: 0.25em 0.9em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Homepage Block Styling */&lt;br /&gt;
.homepage-block {&lt;br /&gt;
    width: 48%;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
    margin-right: 2%;&lt;br /&gt;
    border: 1px solid #ccc;&lt;br /&gt;
    background: #f8f9fa;&lt;br /&gt;
    font-family: sans-serif;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
    margin-bottom: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.homepage-block-header {&lt;br /&gt;
    background-color: #b8ddb8;&lt;br /&gt;
    color: #333;&lt;br /&gt;
    padding: 8px 15px;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-size: 16px;&lt;br /&gt;
    border-bottom: 1px solid #ccc;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.homepage-block-header a {&lt;br /&gt;
    color: #333;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.homepage-block-header a:hover {&lt;br /&gt;
    text-decoration: underline;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.homepage-block-content {&lt;br /&gt;
    padding: 15px;&lt;br /&gt;
    background: white;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Container for the two-block layout */&lt;br /&gt;
.homepage-container {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Rtaadmin1</name></author>
	</entry>
</feed>