Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

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

De Runas & Campeões
mSem resumo de edição
mSem resumo de edição
 
(6 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 3: Linha 3:
border-radius: 15px;  
border-radius: 15px;  
margin:auto;
margin:auto;
width:45%;
width:50%;
text-align:center;
text-align:center;
padding: 0;
}
}
.RegionInfo .RegionInfo-text{
.RegionInfo-text{
font-weight: bold;
font-weight: bold;
border-bottom: 1px solid #897051;  
border-bottom: 1px solid #897051;  
Linha 13: Linha 14:
.RegionInfo table{
.RegionInfo table{
width:100%;
width:100%;
}
.RegionInfo th{
text-align:center;
font-weight: normal;
}
}

Edição atual tal como às 01h15min de 4 de dezembro de 2022

.RegionInfo{
	border: 2px solid #897051; 
	border-radius: 15px; 
	margin:auto;
	width:50%;
	text-align:center;
	padding: 0;
}
.RegionInfo-text{
	font-weight: bold;
	border-bottom: 1px solid #897051; 
	color: #897051;
}
.RegionInfo table{
	width:100%;
}
.RegionInfo th{
	text-align:center;
	font-weight: normal;
}