|
|
Linha 6: |
Linha 6: |
| .contributionscores .header td { padding-left: .2em; padding-right: .2em; } | | .contributionscores .header td { padding-left: .2em; padding-right: .2em; } |
| .contributionscores .content { padding-left: .2em; padding-right: .2em; } | | .contributionscores .content { padding-left: .2em; padding-right: .2em; } |
|
| |
| /* 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;}
| |
|
| |
| /* NPC Trades */
| |
| div.exception, td.exception {
| |
| background-color:#d2e5e5;
| |
| }
| |
| 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:#d2e5e5;
| |
| font-weight: bold;
| |
| color:#000;
| |
| line-height:100%;
| |
| }
| |
|
| |
| /* Posicionar valores a direita */
| |
| .npcvalue, .exception {
| |
| text-align:right;
| |
| }
| |
/** o código CSS colocado aqui será aplicado a todos os temas */
.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; }