MediaWiki:Common.css: mudanças entre as edições

De Wiki Petercast
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
 
(22 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/** o código CSS colocado aqui será aplicado a todos os temas */
/** Arrumando o site */
 
body.page-Página_principal h1.firstHeading { display:none; }


* {font-family: ubuntu, calibri, arial, sans-serif}
* {font-family: ubuntu, calibri, arial, sans-serif}
Linha 10: Linha 8:
}
}


.mca_icon_estrutura {
.toclimit-2 .toclevel-2,
font-weight:bold;
.toclimit-3 .toclevel-3,
color:#000000
.toclimit-4 .toclevel-4,
}
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }


.mca_icon_estrutura:after {
/** Arrumando o sidebar (em geral) */
content: '\25b1';
margin-left:4px;
margin-right:2px;
}


.mca_icon_hand {
body.page-Página_principal h1.firstHeading { display:none; }
font-weight:bold;
color:#000000
}
 
.mca_icon_hand:after {
content: '\270b';
margin-left:4px;
margin-right:2px;
}
 
.mca_icon_monte {
font-weight:bold;
color:#000000
}
 
.mca_icon_monte:after {
content: '\2BB9';
margin-left:4px;
margin-right:2px;
}
 
.mca_icon_campo {
font-weight:bold;
color:#000000
}
 
.mca_icon_campo:after {
content: '\25A6';
margin-left:4px;
margin-right:2px;
}
 
.mca_icon_crise {
font-weight:bold;
color:#000000
}
 
.mca_icon_crise:after {
content: '\2755';
margin-left:4px;
margin-right:2px;
}
 
.mca_icon_revolta {
font-weight:bold;
color:#000000
}


.mca_icon_revolta:after {
div#mw-panel{
content: '\2694';
padding-top: 0;
margin-left:4px;
margin-right:2px;
}
}


.mca_icon_block {
div#mw-panel div.portal#p-tb{
font-weight:bold;
margin-left:0;
color:#000000
}
}


.mca_icon_block:after {
div#mw-panel div.portal h3{
content: '\26D2';
color: #000;
margin-left:4px;
font-size:0.85em;
margin-right:2px;
font-weight:500;
text-align:center;
}
}


.mca_icon_discard {
/** Arrumando o sidebar (Agência) */
font-weight:bold;
color:#000000
}


.mca_icon_discard:after {
#sb-agencianav{
content: '\2193';
background-image: radial-gradient(#d5ffdf, whitesmoke);
margin-left:4px;
margin-right:2px;
}
}


.mca_icon_compra {
#sb-agencianav-txt{
font-weight:bold;
background-color: whitesmoke;
color:#000000
transition: all 500ms;
}
}


.mca_icon_compra:after {
#sb-agencianav-txt:hover{
content: '\2191';
background-color: transparent;
margin-left:4px;
transition: all 500ms;
margin-right:2px;
}
}


.mca_icon_entregar {
/** Arrumando o sidebar (NO) */
font-weight:bold;
color:#000000
}


.mca_icon_entregar:after {
#sb-nonav{
content: '\2192';
background-image: radial-gradient(#f0d5ff, whitesmoke);
margin-left:4px;
margin-right:2px;
}
}


.mca_icon_trocar {
#sb-nonav-txt{
font-weight:bold;
background-color: whitesmoke;
color:#000000
transition: all 500ms;
}
}


.mca_icon_trocar:after {
#sb-nonav-txt:hover{
content: '\2194';
background-color: transparent;
margin-left:4px;
transition: all 500ms;
margin-right:2px;
}
}


.mca_icon_alterar {
/** Arrumando o sidebar (LEFIS) */
font-weight:bold;
color:#000000
}


.mca_icon_alterar:after {
#sb-lefis{
content: '\2195';
background-image: radial-gradient(#ffefd5, whitesmoke);
margin-left:4px;
margin-right:2px;
}
}


.mca_icon_sociedade {
#sb-lefis-txt{
font-weight:bold;
background-color: whitesmoke;
color:#000000
transition: all 500ms;
}
}


.mca_icon_sociedade:after {
#sb-lefis-txt:hover{
content: '\2B58';
background-color: transparent;
margin-left:4px;
transition: all 500ms;
margin-right:2px;
}
}


.mca_icon_hegemon {
/** Highlight das cartas (Agência) */
font-weight:bold;
color:#000000
}
 
.mca_icon_hegemon:after {
content: '\2388';
margin-left:4px;
margin-right:2px;
}


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