Predefinição:Tabelas/styles.css: mudanças entre as edições

De Playtest
(Criou página com '.Tabela { border: 2px solid #897051; border-radius: 15px; padding: -5px; min-height:50px; } .Tabela table{ border: 2px solid #897051; border-radius: 15px; padding: -5px; min-height:50px; text-align:center; width:100%; } .Tabela caption{ padding-left: 5px; border-bottom: 5px solid #897051; } .Tabela tr:nth-child(even) { background: rgba(137, 112, 81, 0.3); } #first-line { font-weight: bold; } #prof, #lvl, #trait{ text-align:center; } #lvl{ width:50p...')
 
Sem resumo de edição
 
Linha 9: Linha 9:
border: 2px solid #897051;  
border: 2px solid #897051;  
border-radius: 15px;  
border-radius: 15px;  
padding: -5px;
padding: 5px;
min-height:50px;
min-height:50px;
text-align:center;
text-align:center;

Edição atual tal como às 13h42min de 3 de abril de 2023

.Tabela {
	border: 2px solid #897051; 
	border-radius: 15px; 
	padding: -5px;
	min-height:50px;
}

.Tabela table{
	border: 2px solid #897051; 
	border-radius: 15px; 
	padding: 5px;
	min-height:50px;
	text-align:center;
	width:100%;
}
.Tabela caption{
	padding-left: 5px;
	border-bottom: 5px solid #897051; 
}
.Tabela tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
}
#first-line {
	font-weight: bold;

}
#prof, #lvl, #trait{
	text-align:center;
}
#lvl{
	width:50px;
}
#prof{
	width:100px;
}
.Tabela td {
	vertical-align:bottom;
	text-align:left;
}