Nota: Após publicar, você pode ter que limpar o "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/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
  • Opera: Pressione Ctrl-F5.
body, #firstHeading, h1, h2, h3, h4, h5,
.mw-body h1, .mw-body h2, .mw-body #firstHeading, 
body em, body i, body strong {font-family: 'Open Sans', sans-serif;}

/** MediaWiki:Tagline **/
#siteSub { display:block; font-weight:normal; font-size:normal;}

/** o código CSS colocado aqui será aplicado a todos os temas */
.messagebox {
   background:#F9F9F9 none repeat scroll 0 0;
   border:1px solid #AAAAAA;
   margin:0 auto 1em;
   padding:0.2em;
   width:80%;
}
 
 
/* Don't display some stuff on the main page */
 /* Don't display some stuff on the main page */
 body.page-Página_principal #t-cite,
 body.page-Página_principal #lastmod, 
 body.page-Página_principal #siteSub, 
 body.page-Página_principal #contentSub,
 body.page-Página_principal #catlinks,
 body.page-Página_principal h1.firstHeading {
     display: none !important;}


/* (a seguinte classe foi copiada da pt.wikiversity em 2014-03-16 ) */
.caixabonita {border: 1px solid #BECFE2; border-radius: 10px; padding: 0.5em; margin: 0.5em}

 /*-----------------------------------------*/
 /*            COULEUR DE FOND              */
 /*-----------------------------------------*/

 /* Páginas de discussão */
.ns-1 #content, .ns-3 #content, .ns-5 #content, .ns-7 #content, .ns-9 #content, .ns-11 #content, .ns-13 #content, .ns-15 #content, .ns-101 #content, .ns-103 #content, .ns-105 #content, .ns-107 #content, .ns-3 #content, .ns-109 #content, .ns-111 #content { background-color: #F8FCFF; }
.ns-1 div.thumb, .ns-3 div.thumb, .ns-5 div.thumb, .ns-7 div.thumb, .ns-9 div.thumb, .ns-11 div.thumb, .ns-13 div.thumb, .ns-15 div.thumb, .ns-101 div.thumb, .ns-103 div.thumb, .ns-105 div.thumb, .ns-107 div.thumb, .ns-3 div.thumb, .ns-109 div.thumb, .ns-111 div.thumb { border-color: #F8FCFF; }

 /* Especial: */
.ns--1 #content { background-color: #F8FCFF; }
.ns--1 div.thumb { border-color: #F8FCFF; } 

 /* (principal) */
.ns-0 #content { background-color: white; }
.ns-0 div.thumb { border-color: white; } 

 /* Usuário: */
.ns-2 #content { background-color: #F8FCFF; }
.ns-2 div.thumb { border-color: #F8FCFF; } 

 /* project:  */
.ns-4 #content { background-color: #F8FCFF; }
.ns-4 div.thumb { border-color: #F8FCFF; } 

 /* Imagem:/Arquivo:/Ficheiro: */
.ns-6 #content { background-color: #F8FCFF; }
.ns-6 div.thumb { border-color: #F8FCFF; } 

 /* MediaWiki: */
.ns-8 #content { background-color: #F8FCFF; }
.ns-8 div.thumb { border-color: #F8FCFF; } 

 /* Predefinição: */
.ns-10 #content { background-color: #F8FCFF; }
.ns-10 div.thumb { border-color: #F8FCFF; } 

 /* Ajuda: */
.ns-12 #content { background-color: #F8FCFF; }
.ns-12 div.thumb { border-color: #F8FCFF; } 

 /* Categoria: */
.ns-14 #content { background-color: #F8FCFF; }
.ns-14 div.thumb { border-color: #F8FCFF; } 

 /* Folha de estilo para realçar indentação nas páginas de discussão marcadas com {{Página de Discussão}} */
.ns-talk dd {
 margin:0;
 padding:0;
}
 
.ns-talk dl {
 border-top:solid 1px #DADAFF;
 border-left:solid 1px #DADAFF;
 padding-top:.5em;
 padding-left:.5em;
 margin-left:1em;
 
}
 
.ns-talk dl,
.ns-talk dl dl dl,
.ns-talk dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl
{ background:#DEECFF }
 
.ns-talk dl dl,
.ns-talk dl dl dl dl,
.ns-talk dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl,
.ns-talk dl dl dl dl dl dl dl dl dl dl
{ background:#D2E0FF }

 /* Corrige o [[bugzilla: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;
}

/* On [[Special:RecentChanges]] and [[Special:Watchlist]] make the new pages symbol bold green and the minor edit symbol gray. */
.newpage {
    color: green;
}
 
.minoredit,
.minor {
    color: gray;
}

 
 /* infobox */
 .infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   margin-bottom: 0.5em;
   margin-left: 1em; 
   padding: .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 #aaaaaa;
 }
 .infobox.sisterproject {
   width: 22em;
 }


/**
 * GLAM pages and templates stylesheets
 * maintained by Danny B. @ outreach wiki
 */

div.glamMain {
  border: 1px solid #aaa;
  padding: .2em .4em;
}

div.glamBody {
  overflow: hidden;
  width: auto;
}

div.glamContentPart {
  float: left;
  width: 68%;
}

div.glamSidebar {
  float: right;
  width: 28%;
}

div.glamTabs {
  border-bottom: 1px solid #aaa;
  margin-bottom: -1px;
}

table.glamTabbar {
  border-collapse: collapse;
  margin-bottom: -1px;
}

table.glamTabbar td {
  border: 1px solid #aaa;
  padding: .2em .4em;
  text-align: center;
  z-index: 1;
}

table.glamTabbar td.glamTabbarTab {
  background-color: #ddd;
}

table.glamTabbar td.glamTabbarTabActive {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

table.glamTabbar td.glamTabbarSpacer {
  background-color: transparent;
  border-top: none;
  width: .5em;
}
body.page-Wikimedia_Ágora .mw-summary{
    display:none;
}

/* To color the mention "updated since my last visit" in the history */
span.updatedmarker {
 color: black;
 background-color: #0f0;
}

/* ---------------------------------------------------------------------------------*/
/*  Estilos especiais
/*----------------------------------------------------------------------------------*/

/* Área de texto e links cinzas */
.grey_area{filter:Alpha(opacity=50);   opacity:0.6;}

A.self-redirect { background-color: transparent; }

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

/**
 * Style for horizontal lists (separator following item).
 * @source mediawiki.org/wiki/Snippets/Horizontal_lists
 * @revision 5 (2014-02-24)
 * @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;
}
/* Display nested lists inline */
.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;
}
/* 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;
}
/* 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 */
.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;
}
/* 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 */
.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) " ";
}


/* Estilo padrão para caixas de navegação (navbox) */
table.navbox {
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	clear: both;
	font-size: 90%;
	margin: 1em 0 0;
	padding: 2px;
	text-align: center;
	width: 100%;
}
 
table.navbox th {
	background-color: #ccf;
	padding-left: 1em;
	padding-right: 1em;
}
 
table.navbox tr:not(:first-child) th {
	background-color: #ddf;
}
.mw-collapsible-toggle {font-weight: normal; font-size: 12px;}


/* 
 - 10/9/2014 - Alinhamento vertical para tabelas
*/
 
.v_align_top, .v_align_top tr, .v_align_top td {vertical-align:top}      /*  top   */
.v_align_bottom, .v_align_bottom tr, .v_align_bottom td {vertical-align:bottom}   /*  bottom  */


/* 
 - 19/9/2014 - Estilos para inputs
*/
.ui input[type="submit"],
.ui input[type="button"], 
.ui input[type="reset"],
.ui input[type="file"] { 
	box-shadow: 0 1px rgba(0,0,0,0.0),inset 0 -3px rgba(0,0,0,0.0);
	border-bottom-color: #2a62cc;
	outline: none;
	font-size: 1em;
	padding: .6em 1em;
	border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    background: #00af89;
    color: #fff;
	border: 1px solid #00af89;
	border-left: 0;
	border-right: 0;
	text-shadow: 0 1px rgba(0,0,0,.1);
}

.ui input[type="submit"]:active,
.ui input[type="button"]:active, 
.ui input[type="reset"]:active,
.ui input[type="file"]:active {
	background:#27AD6B
}

.ui input[type="submit"]:hover,
.ui input[type="button"]:hover, 
.ui input[type="reset"]:hover,
.ui input[type="file"]:hover {
	box-shadow: 0 1px rgba(0,0,0,.1),inset 0 -3px rgba(0,0,0,.2);
	border-bottom-color: #008c6e;
	outline: 0;
}	

.ui input[type="text"] {
	-webkit-appearance: none;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .3em .3em .3em .6em;
	vertical-align: middle;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}

.tr_line th, .tr_line td {border-bottom: 1px solid #ccc;line-height: 1.3em;padding: 0 5px 5px;}

.references li {font-size:0.95em;}

body.page-Chamadas #wpSummary, body.page-Chamadas #wpSummaryLabel {display:none}

#siteSub {color: #999;}

@media only screen and (min-width: 1025px) and (max-width: 1980px) { 
body.vector-animateLayout #mw-panel {position: fixed;}	
}