WikiRio sobrevive

Estamos planejando algumas mudanças

Idéias para o site?

[email protected]

Página principal

De WikiRio
Revisão de 08h16min de 2 de maio de 2025 por Edgard (discussão | contribs)
Ir para navegação Ir para pesquisar

/* ======== 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; }

  1. p-logo-text a { font-family: Helvetica, Trebuchet MS, Arial; font-variant: normal; }

.color-middle, .color-right, .color-left {

 background: #66c4ec;

}

  1. mw-content-container {
 border-bottom: 0;
 background:white;

}

  1. mw-header-container {
 background: #fff;

}

  1. mw-footer-container {
   color: white;
   background: #00223f;

}

  1. mw-footer-container a {
   color: white; 

}

  1. 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;

}

  1. personal h2 {
   color:#000;

}

  1. mw-content h2 {
   border-bottom: solid 0.5px #00223f;
   font-size:1.4em;
   font-weight:bold;

}

  1. mw-content h3 {
   border-bottom: solid .5px #00223f;
   font-size:1.2em;
   font-weight:bold;

}

  1. mw-content h4, #mw-content h5, #mw-content h6 {
   border-bottom: solid .5px #00223f;
   font-size:1em;
   font-weight:normal;

}

  1. 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;

}

  1. mw-content blockquote{
   font-size:1em;
   font-weight:bold;

}

  1. 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;

}

  1. 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 ======== */

  1. mw-page-base,
  2. mw-head-base,
  3. mw-head,
  4. content,
  5. mw-panel,
  6. footer,
  7. mw-content-text,
  8. mw-navigation,
  9. mw-wrapper {
 max-width: 1200px;
 margin-left: auto;
 margin-right: auto;

}

/* Padding no conteúdo */

  1. content,
  2. mw-content-text {
 padding-left: 20px;
 padding-right: 20px;
 box-sizing: border-box;

}

/* Mantém o menu lateral unido ao conteúdo */

  1. mw-panel {
 float: left;

}

/* Garante que o conteúdo não estoure a largura */

  1. content {
 overflow: hidden;

}