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

De Instituto da Guerra
(Criou página com '.ClassTable{ border: 2px solid #897051; border-radius: 15px; padding: -5px; min-height:50px; } .ClassTable table{ text-align:center; width:100%; } .ClassTable caption{ padding-left: 5px; border-bottom: 5px solid #897051; } .ClassTable tr:nth-child(even) { background: rgba(137, 112, 81, 0.3); } .title { font-weight: bold; } #classe, #dado, #atributo, #saves{ text-align:center; } #descricao{ width:50%; } #classe, #dado{ width:5%; } #atributo, #saves{ w...')
 
Sem resumo de edição
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 17: Linha 17:
background: rgba(137, 112, 81, 0.3);
background: rgba(137, 112, 81, 0.3);
}
}
.title {
.title, #first-line{
font-weight: bold;
font-weight: bold;
vertical-align:bottom;
}
}
#classe,  
#classe,  
Linha 30: Linha 31:
width:50%;
width:50%;
}
}
#classe, #dado{
#classe{
width:5%;
width:5%;
}
#dado {
width:10%;
}
}
#atributo, #saves{
#atributo, #saves{
width:20%;
width:15%;
}
}
.ClassTable td {
.ClassTable td {

Edição atual tal como às 13h18min de 13 de dezembro de 2022

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

.ClassTable table{
	text-align:center;
	width:100%;
}
.ClassTable caption{
	padding-left: 5px;
	border-bottom: 5px solid #897051; 
}
.ClassTable tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
}
.title, #first-line{
	font-weight: bold;
	vertical-align:bottom;
}
#classe, 
#dado, 
#atributo,
#saves{
	text-align:center;
}

#descricao{
	width:50%;
}
#classe{
	width:5%;
}
#dado {
	width:10%;
}
#atributo, #saves{
	width:15%;
}
.ClassTable td {
	vertical-align:middle;
	text-align:left;
}