You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
394 B

table.tabela {
background: #101010;
border: 1px solid #ff000098;
padding: 0;
margin: 0;
}
table.tabela td, table.tabela th {
border: 1px solid #a7121296;
}
.tabela-espaco-interno td, .tabela-espaco-interno th {
padding: 10px;
}
table.tabela th {
font-weight: bold;
color: #d500009a;
padding: 10px;
background-color: black;
}