Skip to main content

Nota: Após gravar, terá de limpar a cache do seu navegador para ver as alterações.

  • Firefox / 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: Pressione Ctrl enquanto clica Recarregar, ou pressione Ctrl-F5
  • Opera: Limpe a cache em Ferramentas → Preferências (Tools → Preferences)
/*
ATTENTION ADMINISTRATORS:
This is the CSS for all skins. Any major changes to this page or
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on
the [[Wikipedia:Village pump (technical)|Village pump]].
Testing can be done on your own user Monobook.css. In [[Mozilla]] and
[[Opera (web browser)|Opera]], you can also test style changes dynamically
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
bookmarklet from squarefree.com. It pops up a window for adding style rules,
and updates the page as you type.
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
([http://tinyurl.com/2g8bsk CVS version]) before and after any changes.
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
Thank you.
*/

/* make the list of references look smaller */

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

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */

.references-2column {
    font-size: 90%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.same-bg {
    background: none;
}

/* Highlight clicked reference in blue to help navigation */

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

/* Styling for citations */

cite {
    font-style: normal;
    word-wrap: break-word;
}

/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */

cite:target {
    background-color: #DEF;
}

/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */

@media print {
#content cite a.external.text:after {
    display: none;
}
}

/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */

@media screen, handheld, projection {
cite *.printonly {
    display: none;
}
}

/* wikitable/prettytable class for skinning normal tables */

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

/* default skin for navigation boxes */

table.navbox { /* navbox container style */
    border:1px solid #aaa;
    width:100%;
    margin:auto;
    clear:both;
    font-size:88%;
    text-align:center;
    padding:1px;
}
table.navbox + table.navbox {
    margin-top:-1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align:center; /* title and above/below styles */
    padding-left:1em;
    padding-right:1em;
}
.navbox-group { /* group style */
    white-space:nowrap;
    text-align:right;
    font-weight:bold;
    padding-left:1em;
    padding-right:1em;
}
.navbox,
.navbox-subgroup {
    background:#fdfdfd; /* Background color */
}
.navbox-list {
    border-color:#fdfdfd; /* Must match background color */
}
.navbox-title,
table.navbox th {
    background:#ccccff; /* Level 1 color */
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background:#ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background:#e6e6ff; /* Level 3 color */
}
.navbox-even {
    background:#f7f7f7; /* Even row striping */
}
.navbox-odd {
    background:transparent; /* Odd row striping */
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
    float: right; /* CollapsibleTables javascript in [[MediaWiki:Common.js]] */
    font-weight: normal; /* are styled here so they can be customised. */
    text-align: right;
    width: auto;
}
.navbox .collapseButton { /* In navboxes, the show/hide button balances the vde links from */
    width: 6em; /* [[Template:Tnavbar]], so they need to be the same width. */
}
 @media print {
.navbox {
    display: none;
}
}

/* Style for "notices" */

.notice {
    margin: 1em;
    padding: 0.2em;
}
#disambig {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */

.redirect-in-category,
.allpagesredirect {
    font-style: italic;
}

/* Put a checker background at the image description page only visible if the image has transparent background */

#file img {
    background: url("images/Checker-16x16.png") repeat;
}

/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */

div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.Boxmerge div.NavFrame {
    border-style: none;
    border-style: hidden;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/* Coloured watchlist numbers */

.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}
.dablink {
    font-style: italic;
    padding-left: 2em;
}
.dablink i {
    font-style: normal;
}

/* Style for horizontal UL lists */

.horizontal ul {
    padding: 0;
    margin: 0;
}
.horizontal li {
    padding: 0 0.6em 0 0.4em;
    display: inline;
    border-right: 1px solid;
}
.horizontal li:last-child {
    border-right: none;
    padding-right: 0;
}

/* Styling for Template:Quote */

blockquote.templatequote {
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}

/* Prevents line breaks in links; see docs at Template:Nowraplinks */

.nowraplinks a {
    white-space: nowrap;
}

/* CSS da Predefinição:Documentação  */

.documentacao {
    width: 96%;
    clear: both;
    border: 1px solid #aaa;
    background-color: #ecfcf4;
    padding: 2%;
}

.documentacao-cabecalho {
    border-bottom: 1px solid #aaa;
    background-color: #ecfcf4;
    background-image: url("images/2/20/Template_doc.png");
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 125%;
    text-align: left;
    padding-left: 13%;
    line-height: 50px;
}

/* Reduce line-height for <sup> and <sub> */

sup,
sub {
    line-height: 1em;
}

/* Add horizontal scroll bars to these boxes whenever text is wider than the browser */

pre {
    overflow: auto;
}

.plainlinks a {
    background: none repeat scroll 0 0 transparent !important;
    padding: 0 !important;
}

/* Sort arrows added by SortableTables */
a.sortheader {
    margin: 0 0.3em;
}
/* don't display Main Page on the Main Page */

body.page-Main_Page h1.firstHeading {
    display:none;
}
/* Retirar a visualizacao das paginas de Discussao e de usuário desconhecido */

#pt-mytalk, #pt-anonuserpage, #pt-anontalk {
    display: none !important;
}