Nota: Depois de publicar, deve limpar o cachê do seu navegador para ver as alterações.

  • Firefox e Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
  • Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
  • Internet Explorer e Edge: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
/* Código CSS colocado aqui será aplicado a todos os temas */

/* ocultando */
.vector-language-sidebar-alert, .flaggedrevs_short, .bureaucrat-show, .sysop-show, .autoconfirmed-show, .user-show, .mobile-only, .votings-only-0 .votings-non-0, .votings-only-non-0 .votings-0, #siteSub {display: none;}

.dtstart {border-bottom: none;}

/* CSS específico para a Página principal */
body.page-Página_principal #t-cite,
body.page-Página_principal #lastmod,  
body.page-Página_principal #contentSub,
body.page-Página_principal .firstHeading,
body.page-Página_principal #catlinks {display: none;}

/* Impressão */
@media print {
.editlink, .noprint, .metadata, .dablink { display: none;}
 
#bodyContent a[href ^="http://"] {
   background: none; 
   padding-right: 0;
  }
}
 
@media screen, handheld, projection {
   cite *.printonly {
   display: none;
   }
}
 
.page-Especial_Recentchanges ul.special li {white-space: nowrap;} 

/* Botões adicionais */
.my-buttons {
   padding: .5em;
}
.my-buttons a {
   color: black;
   background: #cde;
   font-weight: bold;
   font-size: .9em;
   text-decoration: none;
   border: thin #069 outset;
   padding: 0 .1em .1em;
}
.my-buttons a:hover, .my-buttons a:active {
   background: #bcd;
   border-style: inset;
}

/* Hatnotes */
.hatnote {font-style: italic;}
.hatnote i {font-style: normal;}
div.hatnote {padding-left: 1.6em; margin-bottom: 0.5em;}
div.hatnote + div.hatnote {margin-top: -0.5em;}

/* Predefinições, */
.infobox {
   border: 1px solid #aaaaaa;
   background: #f9f9f9;
   margin-bottom: 0.5em;
   margin-left: 1em; 
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox tr {vertical-align: top;}
.infobox caption {margin-left: inherit;}
.infobox.bordered {border-collapse: collapse;}
.infobox.bordered td, .infobox.bordered th {border: 1px solid #aaa;}
.infobox.sisterproject {width: 22em;}

/* Formatação de citações */ 
span.citation, cite {
  font-style: normal;
  word-wrap: break-word;
}
 
/* Para números e IDs de documentos ligados, em que o número
** não precisa ser mostrado em uma tela ou computador de mão,
** mas deve ser incluído na versão impressa
*/
@media screen, handheld {
    span.citation *.printonly {
        display: none;
    }
}

/* Estilo de imagens */
figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] {background: #fff; border: none;}
figure[typeof~='mw:File/Thumb'] > figcaption, figure[typeof~='mw:File/Frame'] > figcaption {background: #fff; border: none;}

/* Prettytable */
table.wikitable,
 table.prettytable {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaa solid;
   border-collapse: collapse;
}
 
table.wikitable th, table.wikitable td,
 table.prettytable th, table.prettytable td {
   border: 1px #aaa 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;
}

/* Mensagem de aviso.*/
.mw-message-box-warning{background: #f9f9f9; border-color: #ccc;}

/* ícone para doc.*/
.mw-parser-output a.external[href$='.doc'], .mw-parser-output a.external[href$='.DOC'], .mw-parser-output a.external[href*='.doc#'], .mw-parser-output a.external[href*='.doc?'], .mw-parser-output a.external[href$='.docx'], .mw-parser-output a.external[href$='.DOCX'], .link-document {
    background-image: url(/w/resources/src/mediawiki.skinning/images/document-ltr.svg?0bf90);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 13px;
}

/* diminui tamanho vector 22 */
.vector-sticky-header-context-bar-primary {font-size: 1em;}

/* estilo para página principal*/
.portalpp {background:#eef7fa; border-top: 5px solid #34b2ff; padding:3px 0.25em; width:11.1%;}
.titulopp {font-variant: small-caps; color: #36c;}

/* estilo para gráfico*/
.graphtop{position: absolute; top: 0; left: 0;}