/*
  * MediaWiki:Common.css - Common CSS for all skins
  * http://pt.wikisource.org/wiki/MediaWiki:Monobook.css

== Remover padding de plainlinks ==
  * consultar http://pt.wikisource.org/skins/monobook/main.css
  */
 #bodyContent .plainlinks a {
    padding: 0 !important
 }
 /*
== noprint ==
 */
 @media print {
    /* Do not print edit link in templates using Template:Ed
       Do not print certain classes that shouldn't appear on paper */
    .editlink, .noprint, .metadata, .dablink, .subpages { display: none }
 
    #bodyContent a[href ^="http://"] { background-image: none; padding-right: 0; }
 }

 /* 
== prettytable ==
 */
 table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
 
 table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
   border: 1px #aaaaaa solid;
   padding: 0.2em;
 }
 
 table.wikitable th,
 table.prettytable th {
   background: #f2f2f2;
   text-align: center;
 }
 
 table.wikitable caption,
 table.prettytable caption {
   margin-left: inherit;
   margin-right: inherit;
 }

 /*
== prettybluetable ==
 */
 table.wikitable,
 table.prettybluetable {
   margin: 1em 1em 1em 0;
   background: #f5faff;
   border: 1px solid #5B92E5;
   border-collapse: collapse;
 }
 
 table.wikitable th, table.wikitable td,
 table.prettybluetable th, table.prettybluetable td {
   border: 1px solid #5B92E5;
   padding: 0.2em;
 }
 
 table.wikitable th,
 table.prettybluetable th {
   background: #cedff2;
   text-align: center;
 }
 
 table.wikitable caption,
 table.prettybluetable caption {
   margin-left: inherit;
   margin-right: inherit;
 }

 /*

== for MediaWiki:Sharedupload ==
 */
 #sharedupload-warn {
  width: 100%;
  clear: right;
  border: 1px solid gray;
  background: #f9f9f9;
  margin: 0 0 1em 0;
  padding: 4px;
  font-size: 90%;
  text-align: left;
  float: left;
 }

 /* 
== hiddenStructure from Monobook ==
 allows selective hiding of markup in templates */
 .hiddenStructure {
   display: none;
 }

 /*
== Imagem de fundo ==
 Usada em [[Especial:Recentchanges]] e em [[Página principal]]
 */

#BG_wiki { background-image: url(http://images.wikia.com/poesia/pt/images//b/bc/Wiki.png);}

 /*

== references ==
 make the list of references look smaller */
 ol.references {
   font-size: 100%;
 }

 .references-small { font-size: 90%;}

 /* Realce a azul das referências ''clicadas'' para ajudar na navegação */

 ol.references > li:target {
   background-color: #DEF;
 }

 /*

==<nowiki>{{header}}</nowiki> classes ==
 */
        table.headertemplate {
                width:100%;
                margin-bottom:5px;
                border:1px solid #ADA;
                background:#E4F2E4;
                text-align:center;
                font-size:0.9em;
                }

        .headertemplate .header_backlink, .headertemplate .header_forelink {
                width:20%; font-size:0.9em;
                } 

        .header_notes {
                width:100%;
                border-bottom:1px solid #A88;
                background:#FAFAFF;
                font-size:0.9em;
                }

        .headertemplate .header_title { width: 60%; }
        .headertemplate .header_backlink { text-align:left; }
        .headertemplate .header_forelink { text-align:right; }
 /*
== Cores ==

 /* Accessibility: make diff changes not just colour-based */ 
 .diffchange {
    font-weight: bold;
    background-color: inherit;
 }
 td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 85%;
    color: inherit;
 }

 /* Corrige o bug 2318, fazendo com que os redirecionamentos sejam 
 marcados de modo diferente na página Especial:Allpages */
 
 .allpagesredirect a,
 .watchlistredir a {
 font-style: italic;
 margin-left: 1em;
 color:green;
 }

 /*
=== Caracteres adicionados/removidos ===
 */
.mw-plusminus-pos { color:#00B000 }
.mw-plusminus-neg { color:#FF2050 }
.mw-plusminus-null { color:#999 }
 /*