Página principal
/* ======== ESTILOS EXISTENTES DO WIKIRIO ======== */ body {
font-family: Helvetica, Trebuchet MS, Arial;
} a:link { color: #00249c; } /* unvisited links */ a:visited { color: #00249c; } /* visited links */ a:hover { text-decoration: underline;} a.new, .new a { color: #e30059 !important; }
- p-logo-text a { font-family: Helvetica, Trebuchet MS, Arial; font-variant: normal; }
.color-middle, .color-right, .color-left {
background: #66c4ec;
}
- mw-content-container {
border-bottom: 0; background:white;
}
- mw-header-container {
background: #fff;
}
- mw-footer-container {
color: white; background: #00223f;
}
- mw-footer-container a {
color: white;
}
- mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
font-family: Helvetica, Trebuchet MS, Arial; color: #00223f;
}
- personal h2 {
color:#000;
}
- mw-content h2 {
border-bottom: solid 0.5px #00223f; font-size:1.4em; font-weight:bold;
}
- mw-content h3 {
border-bottom: solid .5px #00223f; font-size:1.2em; font-weight:bold;
}
- mw-content h4, #mw-content h5, #mw-content h6 {
border-bottom: solid .5px #00223f; font-size:1em; font-weight:normal;
}
- mw-content h1, #mw-content h2, #mw-content h3, #mw-content h4, #mw-content h5, #mw-content h6, #mw-content dt {
color: #00223f;
} .mw-body .mw-parser-output h1::after, .mw-body .mw-parser-output h2::after {
border-bottom:0!important;
}
- mw-content blockquote{
font-size:1em; font-weight:bold;
}
- mw-content blockquote::before {
content: "„"; font-size:3em; float:left; margin:0 10px 0 0;
} .mw-indicators {
margin: 0;
} h1.firstHeading {
border-bottom: 0!important; font-size:48px!important; font-weight:bold!important;
}
- site-navigation{
color: #000; font-family: Helvetica, Trebuchet MS, Arial;
} .wikirio-title {
font-family: Helvetica, Trebuchet MS, Arial; font-size:110%;
}
/* Main page formatting */ .main-introbox { padding:1em; border:2px solid #294a8d; background: #eaebf0;
text-align: center;
} .main-introbox-inner { padding:1em; background: #f7f9fa; } .main-introtext {
font-size:2em;
}
.caixaazul { border:2px solid #3265cb; margin: 0; padding:2em 2em 2em 2em; margin-top:2em; }
.infobox {
float: right; clear: right; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; border: 1px solid #a2a9b1; background: #f8f9fa; color: black; font-size: 90%;
}
.img-esquerda {
padding:0 1em 0 0; margin: 0 0 0 0;
} .img-direita {
padding:0 0 0 1em; margin: 0 0 0 0;
}
/* ======== MELHORIAS DE LAYOUT PARA LIMITAR LARGURA ======== */
- mw-page-base,
- mw-head-base,
- mw-head,
- content,
- mw-panel,
- footer,
- mw-content-text,
- mw-navigation,
- mw-wrapper {
max-width: 1200px; margin-left: auto; margin-right: auto;
}
/* Padding no conteúdo */
- content,
- mw-content-text {
padding-left: 20px; padding-right: 20px; box-sizing: border-box;
}
/* Mantém o menu lateral unido ao conteúdo */
- mw-panel {
float: left;
}
/* Garante que o conteúdo não estoure a largura */
- content {
overflow: hidden;
}