MediaWiki:Common.css: diferenças entre revisões

Origem: Wikimotorpedia, a enciclopédia livre.
Saltar para a navegação Saltar para a pesquisa
Sem resumo de edição
Sem resumo de edição
 
(Há uma edição intermédia do mesmo utilizador que não está a ser apresentada)
Linha 1: Linha 1:
/*
/* Consistent size for <small>, <sub> and <sup> */
 
small {
Common CSS for all skins
font-size: 85%;
 
}
See https://phabricator.wikimedia.org/M82 for standard colors
 
*/


/* Larger conditions-area in AbuseFilter for some */
.mw-body-content sub,
#wpFilterRules {
.mw-body-content sup,
min-height: 250px;
span.reference /* para Parsoid */ {
font-size: 80%;
}
}


/* Larger notes-area in AbuseFilter for some */
/* Don't display some stuff on the main page */
#wpFilterNotes {
body.page-Wikipédia_Página_principal #t-cite,
min-height: 150px;
body.page-Wikipédia_Página_principal #lastmod,
body.page-Wikipédia_Página_principal #siteSub,
body.page-Wikipédia_Página_principal #contentSub,
body.page-Wikipédia_Página_principal h1.firstHeading {
display: none !important;
}
}


/* Style for "notices" */
/* Reduzir saltos de página ao esconder conteúdo recolhido/dispensado */
.notice {
.client-js .mw-special-Watchlist #watchlist-message,
text-align: justify;
.client-js .NavFrame.collapsed .NavContent,
margin: 1em;
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
padding: 0.2em;
display: none;
}
#disambig {
border-top: 3px double #c8ccd1;
border-bottom: 3px double #c8ccd1;
}
#spoiler {
border-top: 2px solid #ddd;
border-bottom: 2px solid #ddd;
}
}


/* Add arrows to toggle-blocks for collapsible elements */
/* Criação de tópicos nas esplanadas "geral" e "propostas" */
.mw-collapsible-toggle-expanded.mw-collapsible-arrowtoggle,
/* Formata o aviso */
.mw-collapsible-toggle-expanded .mw-collapsible-arrowtoggle {
div.aviso-novo-item-esplanada {
padding-left: 20px !important;
font-style: italic;
background-image: url('//upload.wikimedia.org/wikipedia/commons/1/10/MediaWiki_Vector_skin_action_arrow.png');
background-repeat: no-repeat;
background-position: left center;
}
.mw-collapsible-toggle-collapsed.mw-collapsible-arrowtoggle,
.mw-collapsible-toggle-collapsed .mw-collapsible-arrowtoggle {
padding-left: 20px !important;
background-image: url('//upload.wikimedia.org/wikipedia/commons/4/41/MediaWiki_Vector_skin_right_arrow.png');
background-repeat: no-repeat;
background-position: left center;
}
}


/* deprecated - use "messagebox standard-talk" */
/* Oculta ligação vermelha durante a criação dos tópicos */
.Talk-Notice {
div.aviso-novo-item-esplanada + p>a.new {
border: 1px solid #c0c090;
display:none;
background: #f8eaba;
margin-bottom: 3px;
width: 80%;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
}


/* Metadata */
/* Resultados de busca */
table.metadata {
.mw-search-results {
border: 1px solid #a2a9b1;
margin-left: 0;
display: none;
speak: none;
}
}


/* Class for links with loudspeaker icon next to them */
.mw-search-results li {
.audiolink a {
margin: 0;
background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
padding: 0.35em 1em;
padding-left: 16px !important;
border-bottom: 1px solid #d3daed;
padding-right: 0 !important;
background-color: #f6f8fc;
list-style-type: none;
list-style-image: none;
}
}


/* When this would make a red link, hide it. For links where #ifexist cannot be used due to high number of requests. See [[meta:Help:Page_existence]]
/* Modelos de predefinições */
*/
.hidden-redlink a.new {
display: none;
speak: none;
}
.client-js .noscript {
display: none;
}


/* Infobox templates */
/* infobox */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
background: #f8f9fa;
border-spacing: 3px;
color: black;
background-color: #f8f9fa;
margin-bottom: 0.5em;
color: black;
margin-left: 1em;
/* @noflip */
padding: 0.2em;
margin: 0.5em 0 0.5em 1em;
float: right;
padding: 0.2em;
clear: right;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
}
.infobox td,
.infobox td,
.infobox th {
.infobox th {
vertical-align: middle;
vertical-align: top;
/* @noflip */
text-align: left;
}
}
.infobox caption {
.infobox caption {
font-size: larger;
font-size: 125%;
margin-left: inherit;
font-weight: bold;
padding: 0.2em;
text-align: center;
}
}
.infobox.bordered {
.infobox.bordered {
border-collapse: collapse;
border-collapse: collapse;
}
}
.infobox.bordered td,
.infobox.bordered td,
.infobox.bordered th {
.infobox.bordered th {
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0 solid #a2a9b1;
}
}
.infobox.sisterproject {
.infobox.sisterproject {
width: 20em;
width: 20em;
font-size: 90%;
font-size: 90%;
}
}


.archive-box {
.infobox.standard-talk {
border: 1px solid #aaf;
border: 1px solid #c0c090;
background: #f2f2f9;
background-color: #f8eaba;
color: #000;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
text-align: center;
}
}


/**
.infobox.standard-talk.bordered td,
* Customisation of the interface
.infobox.standard-talk.bordered th {
*/
border: 1px solid #c0c090;
}


/* Put a checker background at the image description page only visible if the image has transparent background */
/* Estilos para infocaixa com bordas com linhas fundidas */
/* You may want to clear the gallery background for the main namespace on other projects as galleries are used in articles */
.infobox.bordered .mergedtoprow td,
#file img,
.infobox.bordered .mergedtoprow th {
.filehistory a img,
border: 0;
.gallerybox .thumb img,
border-top: 1px solid #a2a9b1;
.com-checker img{
/* @noflip */
background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
border-right: 1px solid #a2a9b1;
}
}


/* Allow checkered background to be disabled by using <gallery class="nochecker"></gallery> */
.infobox.bordered .mergedrow td,
.nochecker .gallerybox .thumb img {
.infobox.bordered .mergedrow th {
background: white;
border: 0;
/* @noflip */
border-right: 1px solid #a2a9b1;
}
}


/* Moved upload link from toolbox into the MediaWiki:Sidebar thus suppressing the old duplicate */
/* Estilos para infocaixas de geografia */
#p-tb #t-upload { display: none; }
.infobox.geography {
 
border-collapse: collapse;
/* Removes underlines from links */
line-height: 1.2em;
.nounderlines a { text-decoration: none; }
font-size: 90%;
 
/* Makes the text of the "save" button bold */
#wpSave { font-weight: bold; }
 
/* Make sure the license dropdown of the upload form doesn't extend beyond the browser's
window, even if there are some long license descriptions. (If that happens, the description
box *also* goes beyond the right edge of the window.)
*/
#wpLicense {
width: 100%;
overflow: hidden;
}
}


/* Give the upload form a little breathing space. */
.infobox.geography  td,
#upload * td {
.infobox.geography  th {
padding-bottom: 8px;
border-top: 1px solid #a2a9b1;
}
padding: 0.4em 0.6em 0.4em 0.6em;
#mw-upload-table * td {
padding-bottom: 8px;
}
}


/* Styling for Abuse Filter tags */
.infobox.geography .mergedtoprow td,
.mw-tag-markers {
.infobox.geography .mergedtoprow th {
font-style:italic;
border-top: 1px solid #a2a9b1;
font-size:90%;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}


/* Override rules that make edit link asymmetrical on talk pages and new section link skinnier than the rest */
.infobox.geography .mergedrow td,
#p-cactions #ca-addsection a {
.infobox.geography .mergedrow th {
padding-left: 0.8em;
border: 0;
padding-right: 0.8em;
padding: 0 0.6em 0.2em 0.6em;
}
#p-cactions #ca-edit a {
padding-left: 0.8em;
padding-right: 0.8em;
}
}


/* Something nice for lists in RTL languages */
.infobox.geography .mergedbottomrow td,
div.RTL * ul {
.infobox.geography .mergedbottomrow th {
margin-right: 10px;
border-top: 0;
display: table;
border-bottom: 1px solid #a2a9b1;
}
padding: 0 0.6em 0.4em 0.6em;
div.RTL * ol {
margin-right: 10px;
display: table;
}
}


/* Special:Search styles */
.infobox.geography .maptable td,
 
.infobox.geography .maptable th {
.mw-search-results li{
border: 0;
padding: 0.25em 1em;
padding: 0;
border-bottom: 1px solid #d3daed;
}
.mw-search-results li:nth-child(odd) {
background-color: #f6f8fc;
}
}


/* Main pages */
/**
 
* @deprecated: Remover assim que todas as ocorrências forem trocadas por "wikitable"
 
  * @see: [[WP:Esplanada/propostas/Acabar com as tabelas bonitas! (4jul2012)]]
/* Hide title and "Nominate for deletion" button when viewing the main page (but not when editing it or viewing the talk page).
  * The "mw-mainpage" class is for all localised main pages in [[MediaWiki:MainPages.js]].
  */
  */
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaa solid;
border-collapse: collapse;
}


/* Optimise for "Main Page" because the scripts don't apply until after page load so it flashes briefly.
table.prettytable th,
* Support IE6: ".page" must go after ".action" as IE6 only supports one class per element and uses the last one. If reversed, the rule will hide headings on all pages.
table.prettytable td {
*/
border: 1px #aaa solid;
.action-view.page-Main_Page #firstHeading,
padding: 0.2em;
.mw-mainpage #firstHeading,
.mw-mainpage #t-ajaxquickdelete,
.mw-mainpage #localNotice,
.mw-mainpage #siteSub,
.mw-mainpage #catlinks {
display: none;
}
}


#mainpage-potd a img {
table.prettytable th {
width: 100%!important;
background: #f2f2f2;
-ms-interpolation-mode: bicubic;
text-align: center;
height: auto!important;
max-width: 600px!important;
}
}


/* wikitable is now in core. Untill prettytable is fully replaced, define it here */
table.prettytable caption {
/* See also: https://commons.wikimedia.org/static/current/resources/src/mediawiki.legacy/shared.css */
font-weight: bold;
/* prettytable class for skinning normal tables */
table.prettytable {
margin: 1em 1em 1em 0;
background: #f8f9fa;
border: 1px #a2a9b1 solid;
border-collapse: collapse;
}
}
.prettytable th, .prettytable td {
 
border: 1px #a2a9b1 solid;
/* Predefinições informativas e mensagens MediaWiki */
padding: 0.2em;
.caixa {
width: 80%;
margin: 0 auto;
padding: .1em;
border: 1px solid #C7C7C7;
}
}
.prettytable th {
 
background: #f2f2f2;
.caixaMW {
text-align: center;
margin: 1px 0;
padding: .1em;
font-size: 93%;
line-height:120%;
clear: both;
}
}
.prettytable caption {
 
font-weight: bold;
.caixaMW.info,
.caixa.info {
background-color: white;
border: 1px solid #ccc;
}
}


/**
.caixaMW.infodestaque,
* hiddenStructure
.caixa.infodestaque {
* @deprecated
background-color: #f5faff;
*/
border: 1px solid #cedff2;
.hiddenStructure,
.hiddenStructure- {
display: none;
speak: none;
}
}


/* Template:DELheader */
.caixaMW.aviso,
.delh {
.caixa.aviso {
background: #f3f9ff;
background-color:#fff3f3;
margin: 0 auto;
border: 1px solid #ffc9c9;
padding: 0 10px;
border: 1px solid #a2a9b1;
margin-top: 7px;
}
}


/* Template:Udelh - separate from delh to allow different user-defined behavior */
.caixaMW.avisodestaque,
.udelh {
.caixa.avisodestaque {
background: #f3f9ff;
background-color:#fff;
margin: 0 auto;
border: 2px solid #f00;
padding: 0 10px;
border: 1px solid #a2a9b1;
margin-top: 7px;
}
}


.utoc .tocnumber {
/* Referências */
display: none;
 
/* Make the list of references smaller */
.references-small {
font-size: 90%;
}
}
.utoc #toc ul,
 
.utoc .toc ul {
/* Realce a azul das referências ''clicadas'' para ajudar na navegação */
line-height: 1.5em;
body.action-info .mw-body-content :target,
list-style-type: square;
.citation:target {
margin: .3em 0 0 1.5em;
background-color: #def; /* Fallback */
padding: 0;
background-color: rgba(0, 127, 255, 0.133);
}
}


/* Necessary for displaying text in the upper right edge. (Used in [[Template:Shortcut]].) */
/* Formatação de citações. Quebrar URLs longas etc., em vez de uma caixa transbordante */
#content span.coordinates a.external.text:after, #content span.coordinates a.external.autonumber:after { content: ""; }
.citation {
#content div.coordinates a.external.text:after, #content div.coordinates a.external.autonumber:after { content: ""; }
word-wrap: break-word;
}


#shortcut { display: none; }
/*
Para números e IDs de documentos ligados, em que o número
não precisa ser mostrado em uma tela ou dispositivo de mão,
mas deve ser incluído na versão impressa
*/
@media screen, handheld {
.citation .printonly {
display: none;
}
}


/**
/**
  * Style for horizontal lists (separator following item).
  * Style for horizontal lists (separator following item).
  * @source mediawiki.org/wiki/Snippets/Horizontal_lists
  * @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists
  * @revision 6 (2014-05-09)
  * @revision 7 (2015-11-12)
  * @author [[User:Edokter]]
  * @author [[User:Edokter]]
  */
  */
Linha 315: Linha 267:
.hlist ol,
.hlist ol,
.hlist ul {
.hlist ul {
    margin: 0;
margin: 0;
    padding: 0;
padding: 0;
}
}
/* Display list items inline */
/* Display list items inline */
.hlist dd,
.hlist dd,
.hlist dt,
.hlist dt,
.hlist li {
.hlist li {
    margin: 0;
margin: 0;
    display: inline;
display: inline;
}
 
.nonumtoc .tocnumber {
display: none;
}
 
.nonumtoc #toc ul,
.nonumtoc .toc ul {
line-height: 1.5em;
list-style: none none;
margin: .3em 0 0;
padding: 0;
}
 
.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
/* @noflip */
margin: 0;
}
}
/* Display nested lists inline */
/* Display nested lists inline */
.hlist.inline,
.hlist.inline,
Linha 333: Linha 305:
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
.hlist ul dl, .hlist ul ol, .hlist ul ul {
    display: inline;
display: inline;
}
}
/* Hide empty list items */
/* Hide empty list items */
.hlist .mw-empty-li {
.hlist .mw-empty-li {
    display: none;
display: none;
}
}
/* Generate interpuncts */
/* Generate interpuncts */
.hlist dt:after {
.hlist dt:after {
    content: ": ";
content: ": ";
}
}
.hlist dd:after,
.hlist dd:after,
.hlist li:after {
.hlist li:after {
    content: " · ";
content: " · ";
    font-weight: bold;
font-weight: bold;
}
}
.hlist dd:last-child:after,
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
.hlist li:last-child:after {
    content: none;
content: none;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
}
/* Add parentheses around nested lists */
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
    content: " (";
content: " (";
    font-weight: normal;
font-weight: normal;
}
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
    content: ") ";
content: " )";
    font-weight: normal;
font-weight: normal;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
    content: ") ";
    font-weight: normal;
}
}
/* Put ordinals in front of ordered list items */
/* Put ordinals in front of ordered list items */
.hlist ol {
.hlist ol {
    counter-reset: listitem;
counter-reset: listitem;
}
}
.hlist ol > li {
.hlist ol > li {
    counter-increment: listitem;
counter-increment: listitem;
}
}
.hlist ol > li:before {
.hlist ol > li:before {
    content: " " counter(listitem) " ";
content: " " counter(listitem) " ";
    white-space: nowrap;
white-space: nowrap;
}
}
.hlist dd ol > li:first-child:before,
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
content: " (" counter(listitem) " ";
}
}
/* END of HLISTs */


/* Unbulleted lists */
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
.plainlist ul {
    line-height: inherit;
line-height: inherit;
    list-style: none none;
list-style: none none;
    margin: 0;
margin: 0;
}
}
.plainlist ol li,
.plainlist ul li {
.plainlist ul li {
    margin-bottom: 0;
margin-bottom: 0;
}
}


/* Default style for navigation boxes */
/* Estilo padrão para caixas de navegação (navbox) */
.navbox {                    /* Navbox container style */
.navbox {                    /* Navbox container style */
    border: 1px solid #a2a9b1;
box-sizing: border-box;
    width: 100%;
border: 1px solid #a2a9b1;
    margin: auto;
width: 100%;
    clear: both;
clear: both;
    font-size: 88%;
font-size: 88%;
    text-align: center;
text-align: center;
    padding: 1px;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
 
.navbox .navbox {
margin-top: 0;            /* No top margin for nested navboxes */
}
 
.navbox + .navbox {
margin-top: -1px;        /* Single pixel border between adjacent navboxes */
}
}
.navbox-inner,
.navbox-inner,
.navbox-subgroup {
.navbox-subgroup {
    width: 100%;
width: 100%;
}
}
.navbox-group,
.navbox-group,
.navbox-title,
.navbox-title,
.navbox-abovebelow {
.navbox-abovebelow {
    padding: 0.25em 1em;      /* Title, group and above/below styles */
padding: 0.25em 1em;      /* Title, group and above/below styles */
    line-height: 1.5em;
line-height: 1.5em;
    text-align: center;
text-align: center;
}
}
th.navbox-group {            /* Group style */
th.navbox-group {            /* Group style */
    white-space: nowrap;
white-space: nowrap;
    /* @noflip */
/* @noflip */
    text-align: right;
text-align: right;
}
}
.navbox,
.navbox,
.navbox-subgroup {
.navbox-subgroup {
    background: #fdfdfd;     /* Background color */
background-color: #fdfdfd; /* Background color */
}
}
.navbox-list {
.navbox-list {
    line-height: 1.8em;
line-height: 1.5em;
    border-color: #fdfdfd;    /* Must match background color */
border-color: #fdfdfd;    /* Must match background color */
}
 
/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}
.navbox th,
.navbox th,
.navbox-title {
.navbox-title {
    background: #ccccff;      /* Level 1 color */
background-color: #ccccff;      /* Level 1 color */
}
}
.navbox-abovebelow,
.navbox-abovebelow,
th.navbox-group,
th.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
    background: #ddddff;      /* Level 2 color */
background-color: #ddddff;      /* Level 2 color */
}
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;      /* Level 3 color */
background-color: #e6e6ff;      /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
    background: #f7f7f7;      /* Even row striping */
background-color: #f7f7f7;      /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {
    background: transparent;  /* Odd row striping */
background-color: transparent;  /* Odd row striping */
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
}
}
.navbox .hlist td dl,
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ol,
Linha 469: Linha 464:
.navbox td.hlist ol,
.navbox td.hlist ol,
.navbox td.hlist ul {
.navbox td.hlist ul {
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
}
ol + table.navbox,
ul + table.navbox {
    margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
}


/* Default styling for Navbar template */
/* Default styling for Navbar template */
.navbar {
.navbar {
    display: inline;
display: inline;
    font-size: 88%;
font-size: 88%;
    font-weight: normal;
font-weight: normal;
}
}
.navbar ul {
.navbar ul {
    display: inline;
display: inline;
    white-space: nowrap;
white-space: nowrap;
}
 
.mw-body-content .navbar ul {
line-height: inherit;
}
}
.navbar li {
.navbar li {
    word-spacing: -0.125em;
word-spacing: -0.125em;
}
}
.navbar.mini li span {
 
  font-variant: small-caps;
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
 
}
}
/* Navbar styling when nested in infobox and navbox */
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
.infobox .navbar {
    font-size: 100%;
font-size: 100%;
}
}
.navbox .navbar {
.navbox .navbar {
    display: block;
display: block;
    font-size: 100%;
font-size: 100%;
}
}
.navbox-title .navbar {
.navbox-title .navbar {
    /* intentionally is flipped */
/* @noflip */
    float: left;
float: left;
    /* intentionally is flipped */
/* @noflip */
    text-align: left;
text-align: left;
    /* intentionally is flipped */
/* @noflip */
    margin-right: 0.5em;
margin-right: 0.5em;
    width: 6em;
}
 
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}
 
/* Hatnotes and disambiguation notices */
.hatnote {
font-style: italic;
}
}


/* Put on gallery_details the same styles as on gallery */
.hatnote i {
table.gallery_details {
font-style: normal;
border: 1px solid #c8ccd1;
margin: 2px;
padding: 2px;
background: #fff;
}
}
table.gallery_details tr {
 
vertical-align: top;
div.hatnote {
/* @noflip */
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
table.gallery_details td {
 
vertical-align: top;
div.hatnote + div.hatnote {
background: #f8f9fa;
margin-top: -0.5em;
border: 2px solid #fff;
}
}


/* Small font-size for hidden categories,
/* Redirect em verde
  per [[Commons:Village_pump/Archive/2010Mar#Hidden_categories:_change_the_default_setting_for_logged-in_users]]
  * Faz com que os redirects apareçam em itálico e verde em [[Special:Allpages]] e [[Special:Watchlist]]
*/
*/
#mw-hidden-catlinks { font-size: 87% !important; }
.allpagesredirect a,
.redirect-in-category a,
.unusedtemplatesredirect a,
.watchlistredir a {
font-style: italic;
color:green;
}
 
/* Íconpara predefinições medialist [[Template:Ouça]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
div.listenlist {
background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png" );
padding-left: 40px;
}


/* To color the mention "updated since my last visit" in the history */
div.videolist,
span.updatedmarker {
div.multivideolist {
color: #000;
background: url( "//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png" );
background: #99D642;
padding-left: 50px;
}
}
/* Geographical coordinates defaults. See [[Template:Coord/link]]
for how these are used. The classes "geo", "longitude", and
"latitude" are used by the [[Geo microformat]].
*/
.geo-default, .geo-dms, .geo-dec { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude { white-space: nowrap; }


/* Fix link color in jQuery dialogs */
/* Style rules for media list templates */
.ui-dialog a {
div.medialist {
color: #0645AD!important;
min-height: 50px;
margin: 1em;
background-position: top left;
background-repeat: no-repeat;
}
}


/* Class for template content that should be shown locally, even if JS is disabled,
div.medialist ul {
but should not be visible on file pages shown on other sites.
list-style-type: none;
Use with style="display:none". Interacts with collapsible divs (see above).
list-style-image: none;
*/
margin: 0;
div.show-on-commons { display: block !important; }
}


/* Allow limiting of which header levels are shown in a TOC;
div.medialist ul li {
<div class="toclimit-3">, for instance, will limit to
padding-bottom: 0.5em;
showing ==headings== and ===headings=== but no further
}
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none }


/* Redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */
div.medialist ul li li {
.redirect-in-category, .allpagesredirect a {
font-size: 91%;
color: gray;
padding-bottom: 0;
}
}


/* Hide deletion-instructions headers inside closed deletion requests (redundant) */
/* Change the external link icon to an Adobe icon for all PDF files
.delh .massdeletionrequest-header { display: none; }
* in browsers that support these CSS selectors, like Mozilla and Opera
*/
#content a[href$=".pdf"].external,
#content a[href*=".pdf?"].external,
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external,
#content a[href*=".PDF?"].external,
#content a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,
#mw_content a[href*=".pdf?"].external,
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,
#mw_content a[href*=".PDF?"].external,
#mw_content a[href*=".PDF#"].external {
background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif" ) center right no-repeat;
padding-right: 16px;
}


/* Note that image has annotations at Commons; visible only on other projects. See https://commons.wikimedia.org/w/index.php?title=Template_talk:ImageNote&oldid=55319045 */
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.annotationboxforwikipedia {
* is used (notably Template:PDFlink). This works in IE, unlike the above.
display: none;
*/
#content span.PDFlink a,
#mw_content span.PDFlink a {
background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif" ) center right no-repeat;
padding-right: 17px;
}
}


/* Message box templates */
/* Messagebox templates */
.messagebox {
.messagebox {
border: 1px solid #a2a9b1;
border: 1px solid #aaa;
background: #f8f9fa;
background-color: #f9f9f9;
width: 80%;
width: 80%;
margin: 0 auto 1em;
margin: 0 auto 1em auto;
padding: 0.2em;
padding: .2em;
text-align: justify;
}
}
.messagebox.merge {
.messagebox.merge {
border: 1px solid #cf9fff;
border: 1px solid #c0b8cc;
background: #f5edf5;
background-color: #f0e5ff;
text-align: center;
text-align: center;
}
}
.messagebox.cleanup {
.messagebox.cleanup {
border: 1px solid #9f9fff;
border: 1px solid #9f9fff;
background: #efefff;
background-color: #efefff;
text-align: center;
text-align: center;
}
}
.messagebox.standard-talk {
.messagebox.standard-talk {
border: 1px solid #c0c090;
border: 1px solid #c0c090;
background: #f8eaba;
background-color: #f8eaba;
 
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.messagebox.nested-talk {
th.mbox-text, td.mbox-text {     /* The message body cell(s) */
border: 1px solid #c0c090;
    border: none;
background-color: #f8eaba;
    padding: 0.25em 0.9em;       /* 0.9em left/right */
width: 100%;
    width: 100%;   /* Make all mboxes the same width regardless of text length */
margin: 2px 4px 2px 4px;
}
}
td.mbox-image {                  /* The left image cell */
 
    border: none;
.messagebox.small {
    padding: 2px 0 2px 0.9em;   /* 0.9em left, 0px right */
width: 238px;
    text-align: center;
font-size: 85%;
float: right;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
}
}
td.mbox-imageright {            /* The right image cell */
 
    border: none;
/**
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
* Infobox V2 - em fase de teste
    text-align: center;
* Ver [[fr:Projet:Infobox/V2]]
**/
.infobox_v2 {
background: #f9f9f9;
color: #000;
font-size: 90%;
line-height: 1.1em;
float:right;
clear:right;
margin: 0.5em 0 0.5em 1em;
width: 23em;
border: 1px solid #aaa;
padding: 2px;
}
}
td.mbox-empty-cell {         /* An empty narrow cell */
 
    border: none;
.infobox_v2 th {
    padding: 0;
vertical-align:top;
    width: 1px;
text-align:left;
}
}


/* Article message box styles */
.infobox_v2 .topo{
table.ambox {
height:45px;
    margin: 0 10%;   /* 10% = Will not overlap with other elements */
vertical-align:middle;
    border: 1px solid #a2a9b1;
text-align:center;
    border-left: 10px solid #36c;   /* Default "notice" blue */
font-size:120%;
    background: #fbfbfb;
font-weight:bolder;
line-height:1.2em;
color:#000;
}
}
table.ambox + table.ambox {   /* Single border between stacked boxes. */
 
    margin-top: -1px;
.infobox_v2 .midia {
height:35px;
vertical-align:middle;
text-align:center;
font-weight:bolder;
color:#000;
}
}
.ambox th.mbox-text,
 
.ambox td.mbox-text {           /* The message body cell(s) */
/* Imagens transparentes dos topos da infobox V2 */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
/*.topo.padrao      {}*/
.topo.animangá    { background: url( "//upload.wikimedia.org/wikipedia/commons/6/63/Picto_infobox_anime_and_manga.png" ) no-repeat top right; }
.topo.astronomia  { background: url( "//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_infobox_rocket.png" )          no-repeat top right; }
.topo.bd          { background: url( "//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png" )  no-repeat top right; }
.topo.castelo    { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png" )      no-repeat top right; }
.topo.cerveja    { background: url( "//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png" )          no-repeat top right; }
.topo.cinema      { background: url( "//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png" )        no-repeat top right; }
.topo.computador  { background: url( "//upload.wikimedia.org/wikipedia/commons/c/ce/Arduino_ftdi_chip-1.png" )        no-repeat top right; }
.topo.comunicacao { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png" ) no-repeat top right; }
.topo.desporto   { background: url( "//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png" ) no-repeat top right; }
.topo.edificioreligioso  { background: url( "//upload.wikimedia.org/wikipedia/commons/3/30/Pictogram-infobox-religious.png" ) no-repeat top right; }
.topo.europa      { background: url( "//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png" )        no-repeat top right; }
.topo.fisica      { background: url( "//upload.wikimedia.org/wikipedia/commons/3/37/Fourier_infobox.png" )            no-repeat bottom right; }
.topo.internet    { background: url( "//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_internet_PD.svg" )  no-repeat center right; }
.topo.humano      { background: url( "//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png" )      no-repeat top right; }
.topo.jogo        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png" )      no-repeat bottom right; }
.topo.jornal      { background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png" )      no-repeat bottom right; }
.topo.mapa        { background: url( "//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png" )          no-repeat top right; }
.topo.musica      { background: url( "//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png" )        no-repeat bottom right; }
.topo.televisao  { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png" )    no-repeat top right; }
.topo.novela, .topo.televisao2  { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png" )    no-repeat bottom right; }
.topo.palacio    { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5e/Pictogram_infobox_palace.png" )    no-repeat top right; }
.topo.quimica    { background: url( "//upload.wikimedia.org/wikipedia/commons/9/95/Picto_infobox_chemistry.png" )    no-repeat bottom right; }
.topo.teatro      { background: url( "//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png" )        no-repeat top right; }
.topo.autor      { background: url( "//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png" )        no-repeat top right; }
.topo.wiki        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/24/Picto_infobox_default.png" )       no-repeat top right; }
.topo.filme      { background: url( "//upload.wikimedia.org/wikipedia/commons/4/4d/Picto_infobox_film.png" )          no-repeat center right; }
.topo.ferramentas { background: url( "//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png" )        no-repeat top right; }
.topo.livro       { background: url( "//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png" )          no-repeat center right; }
.topo.espacial    { background: url( "//upload.wikimedia.org/wikipedia/commons/9/94/Picto_infobox_shuttle.png" )      no-repeat top right; }
.topo.rka        { background: url( "//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_RKA.png" )          no-repeat top right; }
.topo.ginastica  { background: url( "//upload.wikimedia.org/wikipedia/commons/9/92/Picto_infobox_gymnastic.png" )    no-repeat top right; }
.topo.raio        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/27/Picto_infobox_raio.png" )          no-repeat top right; }
.topo.robo        { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_robot.png" )        no-repeat top right; }
.midia.audio { background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gnome-mime-sound-openclipart.svg/35px-Gnome-mime-sound-openclipart.svg.png" ) no-repeat top left; }
.midia.video { background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Video-x-generic.svg/35px-Video-x-generic.svg.png" ) no-repeat top left; }
 
/* Fim da fase de teste da Infobox V2 */
 
/* Fundo logo Wikipédia */
.fundologo {
background: url( "//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png" );
}
}
.ambox td.mbox-image {          /* The left image cell */
 
    padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
/* Barra de navegação */
}
div.Boxmerge,
.ambox td.mbox-imageright {      /* The right image cell */
div.NavFrame {
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
margin: 0;
padding: 2px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
}


table.ambox-notice {
div.Boxmerge div.NavFrame {
    border-left: 10px solid #36c;    /* Blue */
border-style: none;
}
border-style: hidden;
table.ambox-speedy {
    border-left: 10px solid #b32424;    /* Red */
    background: #fee7e6;                  /* Pink */
}
table.ambox-delete {
    border-left: 10px solid #b32424;   /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    border-left: 10px solid #fc3;    /* Yellow */
}
table.ambox-move {
    border-left: 10px solid #9932cc;   /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #a2a9b1;      /* Gray-gold */
}
}


/* Image message box styles */
div.NavFrame + div.NavFrame {
table.imbox {
border-top-style: none;
    margin: 4px 10%;
border-top-style: hidden;
    border-collapse: collapse;
    border: 3px solid #36c;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {    /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
}


table.imbox-notice {
div.NavPic {
    border: 3px solid #36c;    /* Blue */
background-color: #fff;
}
margin: 0;
table.imbox-speedy {
padding: 2px;
    border: 3px solid #b32424;    /* Red */
float: left;
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b32424;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #fc3;   /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;   /* Purple */
}
table.imbox-protection {
    border: 3px solid #a2a9b1;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;   /* Brown-gold */
}
}


/* Category message box styles */
div.NavFrame div.NavHead {
table.cmbox {
height: 1.6em;
    margin: 3px 10%;
font-weight: bold;
    border-collapse: collapse;
font-size: 100%;
    border: 1px solid #a2a9b1;
background-color: #efefef;
    background: #DFE8FF;   /* Default "notice" blue */
position:relative;
}
}


table.cmbox-notice {
div.NavFrame p {
    background: #D8E8FF;    /* Blue */
font-size: 100%;
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b32424;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;   /* Gray-gold */
}
}


/* Other pages message box styles */
div.NavFrame div.NavContent {
table.ombox {
font-size: 100%;
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #a2a9b1;      /* Default "notice" gray */
    background: #f8f9fa;
}
}


table.ombox-notice {
div.NavFrame div.NavContent p {
    border: 1px solid #a2a9b1;      /* Gray */
font-size: 100%;
}
table.ombox-speedy {
    border: 2px solid #b32424;    /* Red */
    background: #fee;            /* Pink */
}
table.ombox-delete {
    border: 2px solid #b32424;    /* Red */
}
table.ombox-content {
    border: 1px solid #f28500;   /* Orange */
}
table.ombox-style {
    border: 1px solid #fc3;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #a2a9b1;      /* Gray-gold */
}
}


/* Talk page message box styles */
div.NavEnd {
table.tmbox {
margin: 0;
    margin: 4px 10%;
padding: 0;
    border-collapse: collapse;
line-height: 1px;
    border: 1px solid #c0c090;   /* Default "notice" gray-brown */
clear: both;
    background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" */
    margin: 2px 0;               /* class ensures that this declaration overrides other */
    width: 100%;  /* For Safari and Opera */    /* styles (including mbox-small above) */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;         /* also "nested", so reset styles that are  */
    font-size: 100%;             /* set in "mbox-small" above.                */
}
}


table.tmbox-speedy {
a.NavToggle {
    border: 2px solid #b32424;   /* Red */
position:absolute;
    background: #fee;            /* Pink */
top:0;
}
right:3px;
table.tmbox-delete {
font-weight:normal;
    border: 2px solid #b32424;    /* Red */
font-size:smaller;
}
table.tmbox-content {
    border: 2px solid #f28500;   /* Orange */
}
table.tmbox-style {
    border: 2px solid #fc3;   /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932cc;   /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #a2a9b1;   /* Gray-brown */
}
}


/* Footer and header message box styles */
/* Geographical coordinates defaults. See [[Template:Coord/link]]
table.fmbox {
  for how these are used. The classes "geo", "longitude", and
    clear: both;
  "latitude" are used by the [[Geo microformat]]. */
    margin: 0.2em 0;
.geo-default, .geo-dms, .geo-dec  { display: inline; }
    width: 100%;
.geo-nondefault, .geo-multi-punct { display: none; }
    border: 1px solid #a2a9b1;
.longitude, .latitude            { white-space: nowrap; }
    background: #f8f9fa;    /* Default "system" gray */
}
table.fmbox-system {
    background: #f8f9fa;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background: #ffdbdb;        /* Pink */
}
table.fmbox-editnotice {
    background: transparent;
}
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #bb7070;
    background: #ffdbdb;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.fmbox-system {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #a2a9b1;
    background: #f8f9fa;
    padding: 0.25em 0.9em;
}


/* These mbox-small classes must be placed after all other
/* Permite limitar a quantidade de níveis num índice;
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
* <div class="toclimit-3">, por exemplo, limitará somente
  they override "table.ambox + table.ambox" above. */
* a ==nível 2== e ===nível 3=== e nada inferior, contanto
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
* que não exista =nível 1= na pagina.
    clear: right;
*/
    float: right;
.toclimit-2 .toclevel-2,
    margin: 4px 0 4px 1em;
.toclimit-3 .toclevel-3,
    width: 238px;
.toclimit-4 .toclevel-4,
    font-size: 88%;
.toclimit-5 .toclevel-5,
    line-height: 1.25em;
.toclimit-6 .toclevel-6,
}
.toclimit-7 .toclevel-7 {
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
display: none;
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}


#catlinks li {
/* Remove bordas brancas de miniaturas */
    padding:0 .3em;
div.thumb {
    margin:0;
border: none;
}
#catlinks li:first-child {
    padding-left:0;
}
}


/* Babel */
div.tright {
/* @noflip */
border: none;
table.mw-babel-wrapper {
margin: 0.5em 0 0.8em 1.4em;
    margin:0;
    margin-bottom:0.5em;
    margin-left: 1em;
    background-color: transparent;
    width:250px;
    border-spacing:2px;
}
}


.mw-babel-notabox {
div.tleft {
    margin-left: auto;
border: none;
    margin-right: auto;
margin: 0.5em 1.4em 0.8em 0;
    width: 238px;
}
}


.mw-babel-box-level-N  {
/* Suporte para [[Predefinição:AFI]], [[Predefinição:Unicode]] e [[Predefinição:politônico]] */
        display: none;
.AFI {
font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
"DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
"Arial Unicode MS", "Lucida Sans Unicode",
"Chrysanthi Unicode";
}
}


div.mw-babel-box table th  {
.Unicode {
        font-family: sans-serif;
font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
        text-align:center;
"Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
"Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
"Lucida Grande", "Free Sans", "Arial Unicode MS",
"Microsoft Sans Serif", "Lucida Sans Unicode";
}
}


div.mw-babel-box table td a {
.politonico {
        font-weight: bold;
font-family: "Athena Unicode", Gentium, "Palatino Linotype",
"Arial Unicode MS", "Lucida Sans Unicode",
"Lucida Grande", Code2000;
}
}


div.mw-babel-box-N  {
/* Prevent line breaks in silly places:
        border:solid #6EF7A7 1px;
  1) Where desired
  2) Links when we don't want them to
  3) Bold "links" to the page itself
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
white-space: nowrap;
}
}


div.mw-babel-box-4  {
/* But allow wrapping where desired: */
        border:solid #77E0E8 1px;
.wrap,
.wraplinks a {
white-space: normal;
}
}


div.mw-babel-box-{
/* Para a documentação das predefinições */
        border:solid #99B3FF 1px;
.template-documentation {
clear: both;
margin: 1em 0 0 0;
border: 1px solid #C0C0C0;
background-color: #ECFCF4;
padding: 1em;
}
}


div.mw-babel-box-2  {
/* Ícone do [[MediaWiki:WikiLove.js]] */
        border:solid #BCB9EF 1px;
#ca-wikilove.icon a {
background-image: url( //upload.wikimedia.org/wikipedia/commons/thumb/8/87/Symbol_thumbs_up.svg/16px-Symbol_thumbs_up.svg.png );
}
}


div.mw-babel-box-1  {
#ca-wikilove.icon a:hover,
        border:solid #E0C0E0 1px;
#ca-wikilove.icon a:focus {
background-position: 5px 60%;
background-image: url( //upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Symbol_thumbs_up_color.svg/16px-Symbol_thumbs_up_color.svg.png );
}
}


div.mw-babel-box-0 {
/* Oculta qualquer conteúdo que só é de interesse para grupos específicos de usuários.
        border:solid #FFBBBB 1px;
* Torna-se visível novamente por meio de
* - [[MediaWiki:Group-user.css]]
* - [[MediaWiki:Group-autoreviewer.css]]
* - [[MediaWiki:Group-eliminator.css]]
* - [[MediaWiki:Group-rollbacker.css]]
* - [[MediaWiki:Group-sysop.css]]
* - [[MediaWiki:Group-bureaucrat.css]]
  */
.bureaucrat-show,
.sysop-show,
.eliminator-show,
.rollbacker-show,
.autoreviewer-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


div.mw-babel-box-N table  {
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
        background-color: #C5FCDC;
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
margin-left: 1.6em !important;
margin-top: 0.6em;
margin-bottom: 0.6em;
}
}
 
.mwe-math-mathml-display math {
div.mw-babel-box-4 table {
display: inline;
        background-color: #D0F8FF;
}
}


div.mw-babel-box-3 table  {
/* hidden sortkey for tablesorter */
        background-color: #E0E8FF;
td .sortkey,
th .sortkey {
display: none;
speak: none;
}
}


div.mw-babel-box-2 table {
/* Aspas retas para <q> */
        background-color: #E9E5F9;
q {
quotes: '"' '"' "'" "'";
}
}


div.mw-babel-box-1 table {
/* Evitar colisão de blockquote com elementos flutuantes ao trocar margem com padding */
        background-color: #F3E0F3;
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
}


div.mw-babel-box-0 table {
pre, .mw-code {
        background-color: #FFEEEE;
overflow-x: hidden;
overflow-wrap: break-word;
}
}


div.mw-babel-box-N table th  {
/* Mesmo espaçamento para parágrafos indentados e não-indentados em páginas de discussões */
        background-color: #6EF7A7;
.ns-talk .mw-body-content dd {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
}


div.mw-babel-box-4 table th {
/* Reajustar estilização em itálico definido pelo agente de utilizador */
        background-color: #77E0E8;
cite, dfn {
}
font-style: inherit;


div.mw-babel-box-3 table th  {
        background-color: #99B3FF;
}
}


div.mw-babel-box-2 table th {
/* Classes genéricas para serifa baseada em Times, classe texhtml para matemática em linha */
        background-color: #BCB9EF;
.times-serif,
span.texhtml {
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
font-size: 118%;
line-height: 1;
}
}


div.mw-babel-box-1 table th {
span.texhtml {
        background-color: #E0C0E0;
white-space: nowrap;
}
}


div.mw-babel-box-0 table th {
span.texhtml span.texhtml {
        background-color: #FFBBBB;
font-size: 100%;
}
}


/* Highlight clicked reference in blue to help navigation */
span.mwe-math-mathml-inline {
ol.references li:target,
font-size: 118%;
sup.reference:target,
span.citation:target {
    background-color: #DEF;
}
}


/* Styling the parameter fields in [[Template:Information]] and related templates
/* Forçar exibição tabular e de revestimento para dígitos e texhtml */
  also here (besides on [[MediaWiki:Filepage.css]]) to ensure proper preview
.digits,
  on other pages than those in the file namespace */
.texhtml {
.fileinfo-paramfield {
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
background: #ccf;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
/* @noflip */
font-feature-settings: "lnum", "tnum", "kern" 0;
text-align: right;
font-variant-numeric: lining-nums tabular-nums;
/* @noflip */
font-kerning: none;
padding-right: 0.4em;
width: 15%;
font-weight: bold;
}
}


/* Allow users to edit the orange on the main page in their personal CSS files */
ol.references,
.bg-orange {
div.reflist {
background:#fad67d;
font-size: 90%;            /* font-size padrão */
margin-bottom: 0.5em;
}
}
 
div.reflist ol.references {
/* Partially support HTML5 bdi tag on old browsers that don't support
font-size: 100%;          /* Resetar font-size quando aninhado em div.reflist */
  it and reassign its default value on modern browsers,
margin-bottom: 0;         /* Evitar margem dupla quando aninhado em div.reflist */
  needed for better i18n even on old browsers
list-style-type: inherit; /* Habilitar tipos de estilo de lista personalizadoss */
  isolation on signature-talk will resolve mix of RTL/LTR on RTL UI*/
bdi, .signature-talk {
  unicode-bidi: embed; /* fallback, it is not completely same but will work on most cases */
  unicode-bidi: -webkit-isolate;
  unicode-bidi: -moz-isolate;
  unicode-bidi: isolate;
}
}


/* NS GWToolset (light grey) */
/* Resetar margem de topo para listas embutidas em colunas */
.ns-490 #content { background-color: #f4f4f4; }
div.columns {
.ns-490 div.thumb { border-color: #f4f4f4; }
margin-top: 0.3em;
 
/* Turn off some irrelevant MediaWiki help page links */
.mw-special-Upload #mw-indicator-mw-helplink {
  display:none;
}
}
 
div.columns dl,
/* Same as .mw-references-columns (Cite extension)
div.columns ol,
* replacement for hardcoded [[Template:Column-width]]
div.columns ul {
*/
margin-top: 0;
.responsive-columns {
-webkit-column-width: 35em;
-moz-column-width: 35em;
column-width: 35em;
}
}


/* Allow custom list styles in reference sections */
/* Make it possible to hide checkboxes in <inputbox> */
.reflist ol.references {
.inputbox-hidecheckboxes form .inputbox-element,
  list-style-type: inherit;
.inputbox-hidecheckboxes .mw-ui-checkbox {
display: none !important;
}
}

Edição atual desde as 01h05min de 15 de maio de 2021

/* Consistent size for <small>, <sub> and <sup> */
small {
	font-size: 85%;
}

.mw-body-content sub,
.mw-body-content sup,
span.reference /* para Parsoid */ {
	font-size: 80%;
}

/* Don't display some stuff on the main page */
body.page-Wikipédia_Página_principal #t-cite,
body.page-Wikipédia_Página_principal #lastmod,
body.page-Wikipédia_Página_principal #siteSub,
body.page-Wikipédia_Página_principal #contentSub,
body.page-Wikipédia_Página_principal h1.firstHeading {
	display: none !important;
}

/* Reduzir saltos de página ao esconder conteúdo recolhido/dispensado */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .NavFrame.collapsed .NavContent,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
	display: none;
}

/* Criação de tópicos nas esplanadas "geral" e "propostas" */
/* Formata o aviso */
div.aviso-novo-item-esplanada {
	font-style: italic;
}

/* Oculta ligação vermelha durante a criação dos tópicos */
div.aviso-novo-item-esplanada + p>a.new {
	display:none;
}

/* Resultados de busca */
.mw-search-results {
	margin-left: 0;
}

.mw-search-results li {
	margin: 0;
	padding: 0.35em 1em;
	border-bottom: 1px solid #d3daed;
	background-color: #f6f8fc;
	list-style-type: none;
	list-style-image: none;
}

/* Modelos de predefinições */

/* infobox */
.infobox {
	border: 1px solid #a2a9b1;
	border-spacing: 3px;
	background-color: #f8f9fa;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
}

.infobox td,
.infobox th {
	vertical-align: top;
	/* @noflip */
	text-align: left;
}

.infobox caption {
	font-size: 125%;
	font-weight: bold;
	padding: 0.2em;
	text-align: center;
}

.infobox.bordered {
	border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}

.infobox.sisterproject {
	width: 20em;
	font-size: 90%;
}

.infobox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
}

.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
	border: 1px solid #c0c090;
}

/* Estilos para infocaixa com bordas com linhas fundidas */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Estilos para infocaixas de geografia */
.infobox.geography {
	border-collapse: collapse;
	line-height: 1.2em;
	font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.4em 0.6em;
}

.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
	border-top: 1px solid #a2a9b1;
	padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
	border: 0;
	padding: 0 0.6em 0.2em 0.6em;
}

.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
	border-top: 0;
	border-bottom: 1px solid #a2a9b1;
	padding: 0 0.6em 0.4em 0.6em;
}

.infobox.geography .maptable td,
.infobox.geography .maptable th {
	border: 0;
	padding: 0;
}

/**
 * @deprecated: Remover assim que todas as ocorrências forem trocadas por "wikitable"
 * @see: [[WP:Esplanada/propostas/Acabar com as tabelas bonitas! (4jul2012)]]
 */
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
}

table.prettytable th,
table.prettytable td {
	border: 1px #aaa solid;
	padding: 0.2em;
}

table.prettytable th {
	background: #f2f2f2;
	text-align: center;
}

table.prettytable caption {
	font-weight: bold;
}

/* Predefinições informativas e mensagens MediaWiki */
.caixa {
	width: 80%;
	margin: 0 auto;
	padding: .1em;
	border: 1px solid #C7C7C7;
}

.caixaMW {
	margin: 1px 0;
	padding: .1em;
	font-size: 93%;
	line-height:120%;
	clear: both;
}

.caixaMW.info,
.caixa.info {
	background-color: white;
	border: 1px solid #ccc;
}

.caixaMW.infodestaque,
.caixa.infodestaque {
	background-color: #f5faff;
	border: 1px solid #cedff2;
}

.caixaMW.aviso,
.caixa.aviso {
	background-color:#fff3f3;
	border: 1px solid #ffc9c9;
}

.caixaMW.avisodestaque,
.caixa.avisodestaque {
	background-color:#fff;
	border: 2px solid #f00;
}

/* Referências */

/* Make the list of references smaller */
.references-small {
	font-size: 90%;
}

/* Realce a azul das referências ''clicadas'' para ajudar na navegação */
body.action-info .mw-body-content :target,
.citation:target {
	background-color: #def;  /* Fallback */
	background-color: rgba(0, 127, 255, 0.133);
}

/* Formatação de citações. Quebrar URLs longas etc., em vez de uma caixa transbordante */
.citation {
	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 dispositivo de mão,
	mas deve ser incluído na versão impressa
*/
@media screen, handheld {
	.citation .printonly {
		display: none;
	}
}

/**
 * Style for horizontal lists (separator following item).
 * @source https://www.mediawiki.org/wiki/Snippets/Horizontal_lists
 * @revision 7 (2015-11-12)
 * @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}

.nonumtoc .tocnumber {
	display: none;
}

.nonumtoc #toc ul,
.nonumtoc .toc ul {
	line-height: 1.5em;
	list-style: none none;
	margin: .3em 0 0;
	padding: 0;
}

.hlist.nonumtoc #toc ul ul,
.hlist.nonumtoc .toc ul ul {
	/* @noflip */
	margin: 0;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: " )";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) " ";
	white-space: nowrap;
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) " ";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}
.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}

/* Estilo padrão para caixas de navegação (navbox) */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}

.navbox .navbox {
	margin-top: 0;            /* No top margin for nested navboxes */
}

.navbox + .navbox {
	margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}

.navbox-inner,
.navbox-subgroup {
	width: 100%;
}

.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}

th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}

.navbox,
.navbox-subgroup {
	background-color: #fdfdfd; /* Background color */
}

.navbox-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
}

/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}

.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}

.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background-color: #ddddff;      /* Level 2 color */
}

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}

.navbox-even {
	background-color: #f7f7f7;      /* Even row striping */
}

.navbox-odd {
	background-color: transparent;  /* Odd row striping */
}

.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}

.navbar ul {
	display: inline;
	white-space: nowrap;
}

.mw-body-content .navbar ul {
	line-height: inherit;
}

.navbar li {
	word-spacing: -0.125em;
}

.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;

}

/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}

.navbox .navbar {
	display: block;
	font-size: 100%;
}

.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
}

/* Hatnotes and disambiguation notices */
.hatnote {
	font-style: italic;
}

.hatnote i {
	font-style: normal;
}

div.hatnote {
	/* @noflip */
	padding-left: 1.6em;
	margin-bottom: 0.5em;
}

div.hatnote + div.hatnote {
	margin-top: -0.5em;
}

/* Redirect em verde
 * Faz com que os redirects apareçam em itálico e verde em [[Special:Allpages]] e [[Special:Watchlist]]
*/
.allpagesredirect a,
.redirect-in-category a,
.unusedtemplatesredirect a,
.watchlistredir a {
	font-style: italic;
	color:green;
}

/* Íconpara predefinições medialist [[Template:Ouça]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
div.listenlist {
	background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png" );
	padding-left: 40px;
}

div.videolist,
div.multivideolist {
	background: url( "//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png" );
	padding-left: 50px;
}

/* Style rules for media list templates */
div.medialist {
	min-height: 50px;
	margin: 1em;
	background-position: top left;
	background-repeat: no-repeat;
}

div.medialist ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

div.medialist ul li {
	padding-bottom: 0.5em;
}

div.medialist ul li li {
	font-size: 91%;
	padding-bottom: 0;
}

/* Change the external link icon to an Adobe icon for all PDF files
 * in browsers that support these CSS selectors, like Mozilla and Opera
 */
#content a[href$=".pdf"].external,
#content a[href*=".pdf?"].external,
#content a[href*=".pdf#"].external,
#content a[href$=".PDF"].external,
#content a[href*=".PDF?"].external,
#content a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,
#mw_content a[href*=".pdf?"].external,
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,
#mw_content a[href*=".PDF?"].external,
#mw_content a[href*=".PDF#"].external {
	background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif" ) center right no-repeat;
	padding-right: 16px;
}

/* Change the external link icon to an Adobe icon anywhere the PDFlink class
 * is used (notably Template:PDFlink). This works in IE, unlike the above.
 */
#content span.PDFlink a,
#mw_content span.PDFlink a {
	background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif" ) center right no-repeat;
	padding-right: 17px;
}

/* Messagebox templates */
.messagebox {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	width: 80%;
	margin: 0 auto 1em auto;
	padding: .2em;
}

.messagebox.merge {
	border: 1px solid #c0b8cc;
	background-color: #f0e5ff;
	text-align: center;
}

.messagebox.cleanup {
	border: 1px solid #9f9fff;
	background-color: #efefff;
	text-align: center;
}

.messagebox.standard-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;

}

.messagebox.nested-talk {
	border: 1px solid #c0c090;
	background-color: #f8eaba;
	width: 100%;
	margin: 2px 4px 2px 4px;
}

.messagebox.small {
	width: 238px;
	font-size: 85%;
	float: right;
	clear: both;
	margin: 0 0 1em 1em;
	line-height: 1.25em;
}

/**
 * Infobox V2 - em fase de teste
 * Ver [[fr:Projet:Infobox/V2]]
 **/
.infobox_v2 {
	background: #f9f9f9;
	color: #000;
	font-size: 90%;
	line-height: 1.1em;
	float:right;
	clear:right;
	margin: 0.5em 0 0.5em 1em;
	width: 23em;
	border: 1px solid #aaa;
	padding: 2px;
}

.infobox_v2 th {
	vertical-align:top;
	text-align:left;
}

.infobox_v2 .topo{
	height:45px;
	vertical-align:middle;
	text-align:center;
	font-size:120%;
	font-weight:bolder;
	line-height:1.2em;
	color:#000;
}

.infobox_v2 .midia {
	height:35px;
	vertical-align:middle;
	text-align:center;
	font-weight:bolder;
	color:#000;
}

/* Imagens transparentes dos topos da infobox V2 */
/*.topo.padrao      {}*/
.topo.animangá    { background: url( "//upload.wikimedia.org/wikipedia/commons/6/63/Picto_infobox_anime_and_manga.png" ) 		no-repeat top right; }
.topo.astronomia  { background: url( "//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_infobox_rocket.png" )          		no-repeat top right; }
.topo.bd          { background: url( "//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png" )  			no-repeat top right; }
.topo.castelo     { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png" )       			no-repeat top right; }
.topo.cerveja     { background: url( "//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png" )          			no-repeat top right; }
.topo.cinema      { background: url( "//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png" )        			no-repeat top right; }
.topo.computador  { background: url( "//upload.wikimedia.org/wikipedia/commons/c/ce/Arduino_ftdi_chip-1.png" )         			no-repeat top right; }
.topo.comunicacao { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png" )			no-repeat top right; }
.topo.desporto	  { background: url( "//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png" )			no-repeat top right; }
.topo.edificioreligioso  { background: url( "//upload.wikimedia.org/wikipedia/commons/3/30/Pictogram-infobox-religious.png" )		no-repeat top right; }
.topo.europa      { background: url( "//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png" )        			no-repeat top right; }
.topo.fisica      { background: url( "//upload.wikimedia.org/wikipedia/commons/3/37/Fourier_infobox.png" )             			no-repeat bottom right; }
.topo.internet    { background: url( "//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_internet_PD.svg" )  			no-repeat center right; }
.topo.humano      { background: url( "//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png" )      			no-repeat top right; }
.topo.jogo        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png" )       			no-repeat bottom right; }
.topo.jornal      { background: url( "//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png" )       			no-repeat bottom right; }
.topo.mapa        { background: url( "//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png" )           			no-repeat top right; }
.topo.musica      { background: url( "//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png" )        			no-repeat bottom right; }
.topo.televisao   { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png" )     			no-repeat top right; }
.topo.novela, .topo.televisao2  { background: url( "//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png" )     	no-repeat bottom right; }
.topo.palacio     { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5e/Pictogram_infobox_palace.png" )    			no-repeat top right; }
.topo.quimica     { background: url( "//upload.wikimedia.org/wikipedia/commons/9/95/Picto_infobox_chemistry.png" )     			no-repeat bottom right; }
.topo.teatro      { background: url( "//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png" )         			no-repeat top right; }
.topo.autor       { background: url( "//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png" )        			no-repeat top right; }
.topo.wiki        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/24/Picto_infobox_default.png" )       			no-repeat top right; }
.topo.filme       { background: url( "//upload.wikimedia.org/wikipedia/commons/4/4d/Picto_infobox_film.png" )          			no-repeat center right; }
.topo.ferramentas { background: url( "//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png" )         			no-repeat top right; }
.topo.livro       { background: url( "//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png" )          			no-repeat center right; }
.topo.espacial    { background: url( "//upload.wikimedia.org/wikipedia/commons/9/94/Picto_infobox_shuttle.png" )       			no-repeat top right; }
.topo.rka         { background: url( "//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_RKA.png" )           			no-repeat top right; }
.topo.ginastica   { background: url( "//upload.wikimedia.org/wikipedia/commons/9/92/Picto_infobox_gymnastic.png" )     			no-repeat top right; }
.topo.raio        { background: url( "//upload.wikimedia.org/wikipedia/commons/2/27/Picto_infobox_raio.png" )          			no-repeat top right; }
.topo.robo        { background: url( "//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_robot.png" )         			no-repeat top right; }
.midia.audio { background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Gnome-mime-sound-openclipart.svg/35px-Gnome-mime-sound-openclipart.svg.png" ) 	no-repeat top left; }
.midia.video { background: url( "//upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Video-x-generic.svg/35px-Video-x-generic.svg.png" ) 								no-repeat top left; }

/* Fim da fase de teste da Infobox V2 */

/* Fundo logo Wikipédia */
.fundologo {
	background: url( "//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png" );
}

/* Barra de navegação */
div.Boxmerge,
div.NavFrame {
	margin: 0;
	padding: 2px;
	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;
	font-size: 100%;
	background-color: #efefef;
	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:smaller;
}

/* Geographical coordinates defaults. See [[Template:Coord/link]]
   for how these are used. The classes "geo", "longitude", and
   "latitude" are used by the [[Geo microformat]]. */
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; }

/* Permite limitar a quantidade de níveis num índice;
 * <div class="toclimit-3">, por exemplo, limitará somente
 * a ==nível 2== e ===nível 3=== e nada inferior, contanto
 * que não exista =nível 1= na pagina.
 */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
	display: none;
}

/* Remove bordas brancas de miniaturas */
div.thumb {
	border: none;
}

div.tright {
	border: none;
	margin: 0.5em 0 0.8em 1.4em;
}

div.tleft {
	border: none;
	margin: 0.5em 1.4em 0.8em 0;
}

/* Suporte para [[Predefinição:AFI]], [[Predefinição:Unicode]] e [[Predefinição:politônico]] */
.AFI {
	font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt,
		"DejaVu Sans", Code2000, "TITUS Cyberbit Basic",
		"Arial Unicode MS", "Lucida Sans Unicode",
		"Chrysanthi Unicode";
}

.Unicode {
	font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
		"Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
		"Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
		"Lucida Grande", "Free Sans", "Arial Unicode MS",
		"Microsoft Sans Serif", "Lucida Sans Unicode";
}

.politonico {
	font-family: "Athena Unicode", Gentium, "Palatino Linotype",
		"Arial Unicode MS", "Lucida Sans Unicode",
		"Lucida Grande", Code2000;
}

/* Prevent line breaks in silly places:
   1) Where desired
   2) Links when we don't want them to
   3) Bold "links" to the page itself
   4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
sup.reference a {
	white-space: nowrap;
}

/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
	white-space: normal;
}

/* Para a documentação das predefinições */
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #C0C0C0;
	background-color: #ECFCF4;
	padding: 1em;
}

/* Ícone do [[MediaWiki:WikiLove.js]] */
#ca-wikilove.icon a {
	background-image: url( //upload.wikimedia.org/wikipedia/commons/thumb/8/87/Symbol_thumbs_up.svg/16px-Symbol_thumbs_up.svg.png );
}

#ca-wikilove.icon a:hover,
#ca-wikilove.icon a:focus {
	background-position: 5px 60%;
	background-image: url( //upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Symbol_thumbs_up_color.svg/16px-Symbol_thumbs_up_color.svg.png );
}

/* Oculta qualquer conteúdo que só é de interesse para grupos específicos de usuários.
 * Torna-se visível novamente por meio de
 * - [[MediaWiki:Group-user.css]]
 * - [[MediaWiki:Group-autoreviewer.css]]
 * - [[MediaWiki:Group-eliminator.css]]
 * - [[MediaWiki:Group-rollbacker.css]]
 * - [[MediaWiki:Group-sysop.css]]
 * - [[MediaWiki:Group-bureaucrat.css]]
 */
.bureaucrat-show,
.sysop-show,
.eliminator-show,
.rollbacker-show,
.autoreviewer-show,
.autoconfirmed-show,
.user-show {
	display: none;
}

/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
.mwe-math-fallback-image-display,
.mwe-math-mathml-display {
	margin-left: 1.6em !important;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
}
.mwe-math-mathml-display math {
	display: inline;
}

/* hidden sortkey for tablesorter */
td .sortkey,
th .sortkey {
	display: none;
	speak: none;
}

/* Aspas retas para <q> */
q {
	quotes: '"' '"' "'" "'";
}

/* Evitar colisão de blockquote com elementos flutuantes ao trocar margem com padding */
blockquote {
	overflow: hidden;
	margin: 1em 0;
	padding: 0 40px;
}

pre, .mw-code {
	overflow-x: hidden;
	overflow-wrap: break-word;
}

/* Mesmo espaçamento para parágrafos indentados e não-indentados em páginas de discussões */
.ns-talk .mw-body-content dd {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* Reajustar estilização em itálico definido pelo agente de utilizador */
cite, dfn {
	font-style: inherit;

}

/* Classes genéricas para serifa baseada em Times, classe texhtml para matemática em linha */
.times-serif,
span.texhtml {
	font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
	font-size: 118%;
	line-height: 1;
}

span.texhtml {
	white-space: nowrap;
}

span.texhtml span.texhtml {
	font-size: 100%;
}

span.mwe-math-mathml-inline {
	font-size: 118%;
}

/* Forçar exibição tabular e de revestimento para dígitos e texhtml */
.digits,
.texhtml {
	-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
	-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
	font-feature-settings: "lnum", "tnum", "kern" 0;
	font-variant-numeric: lining-nums tabular-nums;
	font-kerning: none;
}

ol.references,
div.reflist {
	font-size: 90%;            /* font-size padrão */
	margin-bottom: 0.5em;
}
div.reflist ol.references {
	font-size: 100%;           /* Resetar font-size quando aninhado em div.reflist */
	margin-bottom: 0;          /* Evitar margem dupla quando aninhado em div.reflist */
	list-style-type: inherit;  /* Habilitar tipos de estilo de lista personalizadoss */
}

/* Resetar margem de topo para listas embutidas em colunas */
div.columns {
	margin-top: 0.3em;
}
div.columns dl,
div.columns ol,
div.columns ul {
	margin-top: 0;
}

/* Make it possible to hide checkboxes in <inputbox> */
.inputbox-hidecheckboxes form .inputbox-element,
.inputbox-hidecheckboxes .mw-ui-checkbox {
	display: none !important;
}