MediaWiki:Common.css: mudanças entre as edições
De Bloodstone Wiki
Sem resumo de edição |
Sem resumo de edição |
||
Linha 36: | Linha 36: | ||
.tip2:hover { | .tip2:hover { | ||
display: inline; | display: inline; | ||
} | |||
/* NPC Trades */ | |||
div.exception, td.exception { | |||
background-color:#ff8e8e; | |||
} | |||
td.buy table tbody tr td, | |||
td.sell table tbody tr td { | |||
line-height: 1em; | |||
padding: 2px; | |||
} | |||
td.buy table, | |||
td.sell table { | |||
padding: 0; | |||
margin: 0; | |||
} | |||
table.trades td { | |||
padding:0; | |||
line-height:1.25em; | |||
} | |||
div.npcprice, div.npcvalue, td.npcvalue, td.npcprice { | |||
background-color:#9eff8e; | |||
font-weight: bold; | |||
color:#000; | |||
line-height:100%; | |||
} | } |
Edição das 23h28min 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;
}
/* NPC Trades */
div.exception, td.exception {
background-color:#ff8e8e;
}
td.buy table tbody tr td,
td.sell table tbody tr td {
line-height: 1em;
padding: 2px;
}
td.buy table,
td.sell table {
padding: 0;
margin: 0;
}
table.trades td {
padding:0;
line-height:1.25em;
}
div.npcprice, div.npcvalue, td.npcvalue, td.npcprice {
background-color:#9eff8e;
font-weight: bold;
color:#000;
line-height:100%;
}