<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMonobook.css</id>
	<title>MediaWiki:Monobook.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMonobook.css"/>
	<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=MediaWiki:Monobook.css&amp;action=history"/>
	<updated>2026-04-04T14:32:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://gswiki.play.net/index.php?title=MediaWiki:Monobook.css&amp;diff=6856&amp;oldid=prev</id>
		<title>Maintenance script at 14:58, 23 July 2010</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=MediaWiki:Monobook.css&amp;diff=6856&amp;oldid=prev"/>
		<updated>2010-07-23T14:58:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; /* Shamelessly stolen from Wikipedia. --Oliver */&lt;br /&gt;
 /****************************/&lt;br /&gt;
 /* BEGIN LIGHT BLUE SECTION */&lt;br /&gt;
 /****************************/&lt;br /&gt;
 /* Make all non-namespace pages have a light blue content area. This is done by&lt;br /&gt;
    setting the background color for all #content areas to light blue and then&lt;br /&gt;
    overriding it for any #content enclosed in a .ns-0 (main namespace). I then&lt;br /&gt;
    do the same for the &amp;quot;tab&amp;quot; background colors. --Lupo */&lt;br /&gt;
 &lt;br /&gt;
 #content {&lt;br /&gt;
     background: #F8FCFF; /* a light blue */&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 #content div.thumb {&lt;br /&gt;
     border-color: #F8FCFF;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 .ns-0 * #content {&lt;br /&gt;
     background: white;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 #mytabs li {&lt;br /&gt;
     background: #F8FCFF;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 .ns-0 * #mytabs li {&lt;br /&gt;
     background: white;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 #mytabs li a {&lt;br /&gt;
     background-color: #F8FCFF;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 .ns-0 * #mytabs li a {&lt;br /&gt;
     background-color: white;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {&lt;br /&gt;
     background-color: #F8FCFF;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 .ns-0 * #p-cactions li a {&lt;br /&gt;
     background-color: #fbfbfb;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 .ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {&lt;br /&gt;
     background-color: white;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 .ns-0 * #content div.thumb {&lt;br /&gt;
     border-color: white;&lt;br /&gt;
 }&lt;br /&gt;
 &lt;br /&gt;
 /**************************/&lt;br /&gt;
 /* END LIGHT BLUE SECTION */&lt;br /&gt;
 /**************************/&lt;br /&gt;
 /* End thief-y setion */&lt;br /&gt;
&lt;br /&gt;
 #siteSub {&lt;br /&gt;
     display: inline;&lt;br /&gt;
     font-size: 90%;&lt;br /&gt;
     font-weight: normal;&lt;br /&gt;
     font-style: italic;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 pre {&lt;br /&gt;
     white-space: pre-wrap;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 div.kpnews {&lt;br /&gt;
      margin: -0.5em 1em 1em 0;&lt;br /&gt;
      padding: 0.5em 0.5em 0.85em 0.5em;&lt;br /&gt;
      background: #F9F9F9;&lt;br /&gt;
      border: 1px #AAA dashed;&lt;br /&gt;
      border-collapse: collapse;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 div.kptweets {&lt;br /&gt;
      margin: -0.5em 1em 1em 0;&lt;br /&gt;
      padding: 0.5em 0.5em 0.85em 0.5em;&lt;br /&gt;
      background: #F9F9F9;&lt;br /&gt;
      border: 1px #AAA dashed;&lt;br /&gt;
      border-collapse: collapse;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 div.TwitterFeed {&lt;br /&gt;
      font-size: small;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 #mainPageSectionTable {&lt;br /&gt;
      width: 100%;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 td.mainPageSection {&lt;br /&gt;
      width: 50%;&lt;br /&gt;
      border: 1px solid #88AACC;&lt;br /&gt;
      background: #F8FCFF;&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
 /*.editsection { font-size: 50%; }*/&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>