MediaWiki:Common.css: mudanças entre as edições
De Bloodstone Wiki
Sem resumo de edição |
Sem resumo de edição |
||
Linha 37: | Linha 37: | ||
display: inline; | display: inline; | ||
} | } | ||
/* Estilo das Tabelas de DPL */ | |||
table#tabelaDPL {border-collapse: collapse; background-color: #CEDFF2; width:100%;} | |||
table#tabelaDPL th {border:2px solid white;} | |||
table#tabelaDPL tr td {border:2px solid white; background-color:#E8F2F8; text-align:center;} | |||
table#tabelaDPL td:first-child {padding-left: 4px; background-color:transparent; text-align:left;} | |||
table#tabelaDPL td:last-child {padding-left: 4px; text-align:left;} | |||
table#tabelaBestiario {border-collapse: collapse; background-color: #CEDFF2; width:100%;} | |||
table#tabelaBestiario th {border:2px solid white;} | |||
table#tabelaBestiario tr td {border:2px solid white; background-color:#E8F2F8; text-align:center;} | |||
table#tabelaBestiario td:first-child {padding-left: 4px; background-color:transparent; text-align:left;} | |||
table#tabelaBestiario td:last-child {padding-left: 4px; text-align:left;} |
Edição das 23h33min de 15 de julho de 2020
/** o código CSS colocado aqui será aplicado a todos os temas */
/** Contribuições*/
.contributionscores-wrapper { }
.contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd { background-color: #eeeeee; }
.contributionscores .header td { padding-left: .2em; padding-right: .2em; }
.contributionscores .content { padding-left: .2em; padding-right: .2em; }
/* Tooltip */
.tip2 {
background-color: #F2F2F2;
border-radius: 2px;
box-shadow: 0 0 6px #B2B2B2;
display: none;
position: absolute;
padding: 10px;
z-index: 1;
}
.tooltip {
position: relative;
}
#tip-espaco {
margin-left:10px;
}
#youtube {
margin-left: -155px;
}
.tooltip,
.tooltip:hover + .tip2,
.tip2:hover {
display: inline;
}
/* Estilo das Tabelas de DPL */
table#tabelaDPL {border-collapse: collapse; background-color: #CEDFF2; width:100%;}
table#tabelaDPL th {border:2px solid white;}
table#tabelaDPL tr td {border:2px solid white; background-color:#E8F2F8; text-align:center;}
table#tabelaDPL td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
table#tabelaDPL td:last-child {padding-left: 4px; text-align:left;}
table#tabelaBestiario {border-collapse: collapse; background-color: #CEDFF2; width:100%;}
table#tabelaBestiario th {border:2px solid white;}
table#tabelaBestiario tr td {border:2px solid white; background-color:#E8F2F8; text-align:center;}
table#tabelaBestiario td:first-child {padding-left: 4px; background-color:transparent; text-align:left;}
table#tabelaBestiario td:last-child {padding-left: 4px; text-align:left;}