MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição Etiqueta: Reversão manual |
Sem resumo de edição Etiqueta: Revertido |
||
| Linha 14: | Linha 14: | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
position: relative; | |||
z-index: 5; | |||
} | } | ||
| Linha 33: | Linha 35: | ||
} | } | ||
/* | /* Caixas alinhadas */ | ||
#mw-content-text > .main-introbox, | #mw-content-text > .main-introbox, | ||
#mw-content-text > .caixaazul { | #mw-content-text > .caixaazul { | ||
| Linha 42: | Linha 44: | ||
} | } | ||
/* ========== TOPO | /* ========== TOPO: ALINHAMENTO E LARGURA ========== */ | ||
#mw-head, | #mw-head, | ||
#mw-head-base, | #mw-head-base, | ||
#mw-navigation, | #mw-navigation, | ||
#mw-page-base { | #mw-page-base, | ||
#p-personal, | |||
#left-navigation, | |||
#right-navigation { | |||
margin-left: 13em; | |||
max-width: 1200px; | max-width: 1200px; | ||
padding-left: 2em; | |||
padding-left: | |||
padding-right: 2em; | padding-right: 2em; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
position: relative; | |||
z-index: 10; | |||
} | |||
/* LOGO COMPORTADA EM RESOLUÇÕES MENORES */ | |||
#p-logo { | |||
z-index: 20; | |||
position: relative; | |||
} | } | ||
| Linha 71: | Linha 83: | ||
margin-top: 2em; | margin-top: 2em; | ||
} | } | ||
.card-left, | .card-left, | ||
.card-right { | .card-right { | ||
| Linha 120: | Linha 131: | ||
color: #000; | color: #000; | ||
} | } | ||
#mw-content h2 { | #mw-content h2 { | ||
border-bottom: solid 0.5px #00223f; | border-bottom: solid 0.5px #00223f; | ||
| Linha 126: | Linha 136: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
#mw-content h3 { | #mw-content h3 { | ||
border-bottom: solid 0.5px #00223f; | border-bottom: solid 0.5px #00223f; | ||
| Linha 132: | Linha 141: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
#mw-content h4, #mw-content h5, #mw-content h6 { | #mw-content h4, #mw-content h5, #mw-content h6 { | ||
border-bottom: solid 0.5px #00223f; | border-bottom: solid 0.5px #00223f; | ||
| Linha 138: | Linha 146: | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
.mw-body .mw-parser-output h1::after, | .mw-body .mw-parser-output h1::after, | ||
.mw-body .mw-parser-output h2::after { | .mw-body .mw-parser-output h2::after { | ||
| Linha 156: | Linha 163: | ||
} | } | ||
/* ========== NAVEGAÇÃO ========== */ | /* ========== NAVEGAÇÃO EXTRA ========== */ | ||
#site-navigation { | #site-navigation { | ||
color: #000; | color: #000; | ||
| Linha 211: | Linha 218: | ||
padding: 0 0 0 1em; | padding: 0 0 0 1em; | ||
margin: 0; | margin: 0; | ||
} | |||
/* ========== RESPONSIVO: TELAS PEQUENAS ========== */ | |||
@media (max-width: 1024px) { | |||
#mw-head, | |||
#mw-head-base, | |||
#mw-navigation, | |||
#mw-page-base, | |||
#p-personal, | |||
#left-navigation, | |||
#right-navigation { | |||
margin-left: 0 !important; | |||
max-width: 100% !important; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | |||
#content { | |||
margin-left: 0; | |||
} | |||
#mw-panel { | |||
display: none; | |||
} | |||
} | } | ||
Edição das 08h40min de 3 de maio de 2025
/* ========== BASE ========== */
body {
font-family: Helvetica, Trebuchet MS, Arial;
margin: 0;
padding: 0;
background-color: #fdfdfd;
color: #202020;
}
/* ========== MENU LATERAL ========== */
#mw-panel {
float: left;
width: 12em;
margin: 0;
padding: 0;
position: relative;
z-index: 5;
}
/* ========== CONTEÚDO PRINCIPAL ========== */
#content {
margin-left: 13em;
padding: 1em 2em;
max-width: 1200px;
padding-top: 0;
box-sizing: border-box;
}
/* Espaço entre o menu superior e o conteúdo */
#mw-content-text {
padding-top: 1.5em;
box-sizing: border-box;
max-width: 100%;
margin: 0;
}
/* Caixas alinhadas */
#mw-content-text > .main-introbox,
#mw-content-text > .caixaazul {
margin-left: 0;
margin-right: 0;
max-width: 100%;
box-sizing: border-box;
}
/* ========== TOPO: ALINHAMENTO E LARGURA ========== */
#mw-head,
#mw-head-base,
#mw-navigation,
#mw-page-base,
#p-personal,
#left-navigation,
#right-navigation {
margin-left: 13em;
max-width: 1200px;
padding-left: 2em;
padding-right: 2em;
box-sizing: border-box;
position: relative;
z-index: 10;
}
/* LOGO COMPORTADA EM RESOLUÇÕES MENORES */
#p-logo {
z-index: 20;
position: relative;
}
/* ========== TÍTULO PRINCIPAL ========== */
h1.firstHeading {
border-bottom: 0 !important;
font-size: 48px !important;
font-weight: bold !important;
margin-top: 0 !important;
padding-top: 0 !important;
}
/* ========== FLEX HOME CARDS ========== */
.home-grid {
display: flex;
flex-wrap: wrap;
gap: 2em;
margin-top: 2em;
}
.card-left,
.card-right {
flex: 1 1 45%;
min-width: 300px;
}
/* ========== LINKS ========== */
a:link { color: #00249c; }
a:visited { color: #00249c; }
a:hover { text-decoration: underline; }
a.new, .new a { color: #e30059 !important; }
/* ========== LOGO TEXTO ========== */
#p-logo-text a {
font-family: Helvetica, Trebuchet MS, Arial;
font-variant: normal;
}
/* ========== CORES ========== */
.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;
}
/* ========== TÍTULOS ========== */
#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 0.5px #00223f;
font-size: 1.2em;
font-weight: bold;
}
#mw-content h4, #mw-content h5, #mw-content h6 {
border-bottom: solid 0.5px #00223f;
font-size: 1em;
font-weight: normal;
}
.mw-body .mw-parser-output h1::after,
.mw-body .mw-parser-output h2::after {
border-bottom: 0 !important;
}
/* ========== BLOCKQUOTE ========== */
#mw-content blockquote {
font-size: 1em;
font-weight: bold;
}
#mw-content blockquote::before {
content: "„";
font-size: 3em;
float: left;
margin: 0 10px 0 0;
}
/* ========== NAVEGAÇÃO EXTRA ========== */
#site-navigation {
color: #000;
font-family: Helvetica, Trebuchet MS, Arial;
}
.wikirio-title {
font-family: Helvetica, Trebuchet MS, Arial;
font-size: 110%;
}
/* ========== PÁGINA PRINCIPAL ========== */
.main-introbox {
padding: 1em;
border: 2px solid #294a8d;
background: #eaebf0;
text-align: left;
max-width: 100%;
box-sizing: border-box;
}
.main-introbox-inner {
padding: 1em;
background: #f7f9fa;
}
.main-introtext {
font-size: 2em;
}
.caixaazul {
border: 2px solid #3265cb;
margin: 0;
padding: 2em;
margin-top: 2em;
box-sizing: border-box;
}
/* ========== INFOBOX ========== */
.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%;
}
/* ========== IMAGENS ========== */
.img-esquerda {
padding: 0 1em 0 0;
margin: 0;
}
.img-direita {
padding: 0 0 0 1em;
margin: 0;
}
/* ========== RESPONSIVO: TELAS PEQUENAS ========== */
@media (max-width: 1024px) {
#mw-head,
#mw-head-base,
#mw-navigation,
#mw-page-base,
#p-personal,
#left-navigation,
#right-navigation {
margin-left: 0 !important;
max-width: 100% !important;
padding-left: 1em;
padding-right: 1em;
}
#content {
margin-left: 0;
}
#mw-panel {
display: none;
}
}