MediaWiki:Common.css
De Bloodstone Wiki
Nota: Após publicar, você pode ter que limpar o "cache" do seu navegador para ver as alterações.
- Firefox / Safari: Pressione Shift enquanto clica Recarregar, ou pressione Ctrl-F5 ou Ctrl-R (⌘-R no Mac)
- Google Chrome: Pressione Ctrl-Shift-R (⌘-Shift-R no Mac)
- Internet Explorer/Edge: PressioneCtrl enquanto clica Recarregar, ou Pressione Ctrl-F5
- Opera: Pressione Ctrl-F5.
/** 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;}
/* Infobox Borda */
.infobox {
box-shadow: 0 0 .3em #999;
border-radius: .2em;
padding: 1px;
}
.infobox-header {
background: #0095CC;
border-radius: .2em;
color: #FFF;
padding: .1em .2em .1em;
}