MediaWiki:Monobook.css

From Studiosg
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the MonoBook skin */

#content {
/* Modifica Simone Giustetti 20100715 */
   background: #e5e5e5;
   color: black;
   border: 1px solid #aaa;
   border-right: none;
   line-height: 1.5em;
/* Fine modifica Simone Giustetti 20100715 */
   margin: 2.8em 0 0 12.2em;
   padding: 0 1em 1em 1em;
   position: relative;
   z-index: 2;
}

#content  {
/* Modifica Simone Giustetti 20100715 */
   background: #e5e5e5;  /* white */
/* Fine modifica Simone Giustetti 20100715 */
   color: black;
   border: 1px solid #aaa;
   border-right: none;
   line-height: 1.5em;
}

body  {
   font: x-small sans-serif;
/* Modifica Simone Giustetti 20100715 */
   background: #e5e5e5;
/*   background: #f9f9f9 url(headbg.jpg) 0 0 no-repeat;*/
/* Fine modifica Simone Giustetti 20100715 */
   color: black;
   margin: 0;
   padding: 0;
}

table  {
/* Modifica Simone Giustetti 20100715 */
   background: #e5e5e5;
/* Fine modifica Simone Giustetti 20100715 */
   font-size: 100%;
   color: black;
   /* we don't want the bottom borders of <h2>s to be visible through
      floated tables */
/* Modifica Simone Giustetti 20100715 */
/*   background-color: white;*/
/* Fine modifica Simone Giustetti 20100715 */
}

h1, h2, h3, h4, h5, h6  {
   color: black;
/* Modifica Simone Giustetti 20100715 */
   background: solid;  /*none*/
   background-color: #aaaaaa;
   font-weight: bold;
/* Fine modifica Simone Giustetti 20100715 */
   margin: 0;
   padding-top: .5em;
   padding-bottom: .17em;
   border-bottom: 1px solid #aaa;
}

pre  {
   padding: 1em;
   border: 1px dashed #2f6fab;
   color: black;
/* Modifica Simone Giustetti 20100715 */
   background-color: #e5e5e5;  /* #f9f9f9 */
/* Fine modifica Simone Giustetti 20100715 */
   line-height: 1.1em;
}

/* Modifica Simone Giustetti 20100715 */
h1.firstHeading  {
   color: white;
   background: solid;  /* none */
   background-color: #0d3aa0;
   border-bottom: 1px solid #aaa;
   border-top: 1px solid #aaa;
   font-weight: bold;
   height: 1.4em;
   margin: 0;
   padding-bottom: .1em;
   padding-top: .2em;
   text-align: center;
   vertical-align: middle;
}
/* Fine modifica Simone Giustetti 20100715 */

.portlet h3  {
/* Modifica Simone Giustetti 20100715 */
   background: solid;  /* transparent */
   background-color: #0d3aa0;
/* Fine modifica Simone Giustetti 20100715 */
   padding: 0 1em 0 .5em;
   display: inline;
   height: 1.2em;
   font-size: 91%;
   font-weight: normal;
   white-space: nowrap;
}

/* Modifica Simone Giustetti 20100715 */
#p-search h3  {
   background: solid;
   background-color: #0d3aa0;
   color: white;
   display: block;
   font: medium sans-serif;
   font-weight: bold;
   height: 1.3em;
   text-transform: capitalize;
}
/* Fine modifica Simone Giustetti 20100715 */

/* Modifica Simone Giustetti 20100715 */
/*
** the navigation bar
*/
#p-navigation h3  {
   background: solid;
   background-color: #0d3aa0;
   color: white;
   display: block;
   font: medium sans-serif;
   font-weight: bold;
   height:  1.3em;
   text-transform: capitalize;
}
/*
** the toolbox
*/
#p-tb h3  {
   background: solid;
   background-color: #0d3aa0;
   color: white;
   display: block;
   font: medium sans-serif;
   font-weight: bold;
   height:  1.3em;
   text-transform: capitalize;
}
/* Fine modifica Simone Giustetti 20100715 */

/* Modifica Simone Giustetti 20100815 */
/*
** the studiosg bar
*/
#p-studiosg h3  {
   background: solid;
   background-color: #0d3aa0;
   color: white;
   display: block;
   font: medium sans-serif;
   font-weight: bold;
   height:  1.3em;
   text-transform: capitalize;
}
/* Fine modifica Simone Giustetti 20100815 */