MediaWiki:Common.css: mudanças entre as edições
Ir para navegação
Ir para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| (5 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 1: | Linha 1: | ||
/** o | /** Arrumando o site */ | ||
* {font-family: ubuntu, calibri, arial, sans-serif} | * {font-family: ubuntu, calibri, arial, sans-serif} | ||
| Linha 9: | Linha 7: | ||
color:#000000; | color:#000000; | ||
} | } | ||
.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; } | |||
/** Arrumando o sidebar (em geral) */ | |||
body.page-Página_principal h1.firstHeading { display:none; } | |||
div#mw-panel{ | div#mw-panel{ | ||
padding-top: 0; | padding-top: 0; | ||
} | } | ||
div#mw-panel div.portal#p-tb{ | |||
margin-left:0; | |||
} | |||
div#mw-panel div.portal h3{ | |||
color: #000; | |||
font-size:0.85em; | |||
font-weight:500; | |||
text-align:center; | |||
} | |||
/** Arrumando o sidebar (Agência) */ | |||
#sb-agencianav{ | #sb-agencianav{ | ||
| Linha 28: | Linha 50: | ||
} | } | ||
# | /** Arrumando o sidebar (NO) */ | ||
background-image: | |||
#sb-nonav{ | |||
background-image: radial-gradient(#f0d5ff, whitesmoke); | |||
} | |||
#sb-nonav-txt{ | |||
background-color: whitesmoke; | |||
transition: all 500ms; | |||
} | |||
#sb-nonav-txt:hover{ | |||
background-color: transparent; | |||
transition: all 500ms; | |||
} | |||
/** Arrumando o sidebar (LEFIS) */ | |||
#sb-lefis{ | |||
background-image: radial-gradient(#ffefd5, whitesmoke); | |||
} | } | ||
# | #sb-lefis-txt{ | ||
background- | background-color: whitesmoke; | ||
transition: all 500ms; | |||
} | } | ||
#sb-lefis-txt:hover{ | |||
background-color: transparent; | |||
transition: all 500ms; | |||
} | |||
/** Highlight das cartas (Agência) */ | |||
.mca_carta_est { | .mca_carta_est { | ||
Edição atual tal como às 03h52min de 27 de agosto de 2019
/** Arrumando o site */
* {font-family: ubuntu, calibri, arial, sans-serif}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: ubuntu, calibri, arial, sans-serif;
color:#000000;
}
.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; }
/** Arrumando o sidebar (em geral) */
body.page-Página_principal h1.firstHeading { display:none; }
div#mw-panel{
padding-top: 0;
}
div#mw-panel div.portal#p-tb{
margin-left:0;
}
div#mw-panel div.portal h3{
color: #000;
font-size:0.85em;
font-weight:500;
text-align:center;
}
/** Arrumando o sidebar (Agência) */
#sb-agencianav{
background-image: radial-gradient(#d5ffdf, whitesmoke);
}
#sb-agencianav-txt{
background-color: whitesmoke;
transition: all 500ms;
}
#sb-agencianav-txt:hover{
background-color: transparent;
transition: all 500ms;
}
/** Arrumando o sidebar (NO) */
#sb-nonav{
background-image: radial-gradient(#f0d5ff, whitesmoke);
}
#sb-nonav-txt{
background-color: whitesmoke;
transition: all 500ms;
}
#sb-nonav-txt:hover{
background-color: transparent;
transition: all 500ms;
}
/** Arrumando o sidebar (LEFIS) */
#sb-lefis{
background-image: radial-gradient(#ffefd5, whitesmoke);
}
#sb-lefis-txt{
background-color: whitesmoke;
transition: all 500ms;
}
#sb-lefis-txt:hover{
background-color: transparent;
transition: all 500ms;
}
/** Highlight das cartas (Agência) */
.mca_carta_est {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px solid black;
background-color:#FFFFFF;
color:#000000;
}
.mca_carta_nat {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px black solid;
background-color:#cccccc;
color: #000000;
}
.mca_ideologia_conserva {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px black solid;
background-color:#f1c232;
color:#000000;
}
.mca_ideologia_civil {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px solid black;
background-color:#9900ff;
color:#FFFFFF;
}
.mca_ideologia_mises {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px solid black;
background-color:#0000ff;
color:#FFFFFF;
}
.mca_ideologia_cicero {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px black solid;
background-color:#610506;
color:#FFFFFF;
}
.mca_ideologia_facho {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px solid black;
background-color:#274e13;
color:#FFFFFF;
}
.mca_ideologia_cuba {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px solid black;
background-color:#ff0000;
color:#FFFFFF;
}
.mca_ideologia_anarco {
font-weight: bold;
padding-left:5px;
padding-right:5px;
border:1px solid black;
background-color:#111111;
color:#FFFFFF;
}