<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.giustetti.net/wiki/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="http://www.giustetti.net/wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMonobook.css"/>
	<link rel="alternate" type="text/html" href="http://www.giustetti.net/wiki/index.php?title=MediaWiki:Monobook.css&amp;action=history"/>
	<updated>2026-05-17T09:48:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>http://www.giustetti.net/wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=527&amp;oldid=prev</id>
		<title>Wikiuser: Skin Upgraded with the StudioSG standard colors and layout</title>
		<link rel="alternate" type="text/html" href="http://www.giustetti.net/wiki/index.php?title=MediaWiki:Monobook.css&amp;diff=527&amp;oldid=prev"/>
		<updated>2015-12-21T22:53:09Z</updated>

		<summary type="html">&lt;p&gt;Skin Upgraded with the StudioSG standard colors and layout&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS placed here will affect users of the MonoBook skin */&lt;br /&gt;
&lt;br /&gt;
#content {&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background: #e5e5e5;&lt;br /&gt;
   color: black;&lt;br /&gt;
   border: 1px solid #aaa;&lt;br /&gt;
   border-right: none;&lt;br /&gt;
   line-height: 1.5em;&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   margin: 2.8em 0 0 12.2em;&lt;br /&gt;
   padding: 0 1em 1em 1em;&lt;br /&gt;
   position: relative;&lt;br /&gt;
   z-index: 2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#content  {&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background: #e5e5e5;  /* white */&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   color: black;&lt;br /&gt;
   border: 1px solid #aaa;&lt;br /&gt;
   border-right: none;&lt;br /&gt;
   line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body  {&lt;br /&gt;
   font: x-small sans-serif;&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background: #e5e5e5;&lt;br /&gt;
/*   background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;*/&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   color: black;&lt;br /&gt;
   margin: 0;&lt;br /&gt;
   padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
table  {&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background: #e5e5e5;&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   font-size: 100%;&lt;br /&gt;
   color: black;&lt;br /&gt;
   /* we don't want the bottom borders of &amp;lt;h2&amp;gt;s to be visible through&lt;br /&gt;
      floated tables */&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
/*   background-color: white;*/&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h1, h2, h3, h4, h5, h6  {&lt;br /&gt;
   color: black;&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background: solid;  /*none*/&lt;br /&gt;
   background-color: #aaaaaa;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   margin: 0;&lt;br /&gt;
   padding-top: .5em;&lt;br /&gt;
   padding-bottom: .17em;&lt;br /&gt;
   border-bottom: 1px solid #aaa;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
pre  {&lt;br /&gt;
   padding: 1em;&lt;br /&gt;
   border: 1px dashed #2f6fab;&lt;br /&gt;
   color: black;&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background-color: #e5e5e5;  /* #f9f9f9 */&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   line-height: 1.1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
h1.firstHeading  {&lt;br /&gt;
   color: white;&lt;br /&gt;
   background: solid;  /* none */&lt;br /&gt;
   background-color: #0d3aa0;&lt;br /&gt;
   border-bottom: 1px solid #aaa;&lt;br /&gt;
   border-top: 1px solid #aaa;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   height: 1.4em;&lt;br /&gt;
   margin: 0;&lt;br /&gt;
   padding-bottom: .1em;&lt;br /&gt;
   padding-top: .2em;&lt;br /&gt;
   text-align: center;&lt;br /&gt;
   vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
&lt;br /&gt;
.portlet h3  {&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
   background: solid;  /* transparent */&lt;br /&gt;
   background-color: #0d3aa0;&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
   padding: 0 1em 0 .5em;&lt;br /&gt;
   display: inline;&lt;br /&gt;
   height: 1.2em;&lt;br /&gt;
   font-size: 91%;&lt;br /&gt;
   font-weight: normal;&lt;br /&gt;
   white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
#p-search h3  {&lt;br /&gt;
   background: solid;&lt;br /&gt;
   background-color: #0d3aa0;&lt;br /&gt;
   color: white;&lt;br /&gt;
   display: block;&lt;br /&gt;
   font: medium sans-serif;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   height: 1.3em;&lt;br /&gt;
   text-transform: capitalize;&lt;br /&gt;
}&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
&lt;br /&gt;
/* Modifica Simone Giustetti 20100715 */&lt;br /&gt;
/*&lt;br /&gt;
** the navigation bar&lt;br /&gt;
*/&lt;br /&gt;
#p-navigation h3  {&lt;br /&gt;
   background: solid;&lt;br /&gt;
   background-color: #0d3aa0;&lt;br /&gt;
   color: white;&lt;br /&gt;
   display: block;&lt;br /&gt;
   font: medium sans-serif;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   height:  1.3em;&lt;br /&gt;
   text-transform: capitalize;&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
** the toolbox&lt;br /&gt;
*/&lt;br /&gt;
#p-tb h3  {&lt;br /&gt;
   background: solid;&lt;br /&gt;
   background-color: #0d3aa0;&lt;br /&gt;
   color: white;&lt;br /&gt;
   display: block;&lt;br /&gt;
   font: medium sans-serif;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   height:  1.3em;&lt;br /&gt;
   text-transform: capitalize;&lt;br /&gt;
}&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100715 */&lt;br /&gt;
&lt;br /&gt;
/* Modifica Simone Giustetti 20100815 */&lt;br /&gt;
/*&lt;br /&gt;
** the studiosg bar&lt;br /&gt;
*/&lt;br /&gt;
#p-studiosg h3  {&lt;br /&gt;
   background: solid;&lt;br /&gt;
   background-color: #0d3aa0;&lt;br /&gt;
   color: white;&lt;br /&gt;
   display: block;&lt;br /&gt;
   font: medium sans-serif;&lt;br /&gt;
   font-weight: bold;&lt;br /&gt;
   height:  1.3em;&lt;br /&gt;
   text-transform: capitalize;&lt;br /&gt;
}&lt;br /&gt;
/* Fine modifica Simone Giustetti 20100815 */&lt;/div&gt;</summary>
		<author><name>Wikiuser</name></author>
	</entry>
</feed>