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:Santangelo/styles.css: mudanças entre as edições

De Runas & Campeões
Sem resumo de edição
Sem resumo de edição
Linha 22: Linha 22:
color: #fff;
color: #fff;
box-shadow: inset 200px 0 0 0 #54b3d6;
box-shadow: inset 200px 0 0 0 #54b3d6;
}
.wpb-banner-image{
margin-top:0;
}
.wpb-topbanner{
max-height:400px;
}
}

Edição das 14h01min de 23 de maio de 2023

a{
	box-shadow: inset 0 0 0 0 #54b3d6;
	color: #308E89;
	padding: 0 .25rem;
	margin: 0 -.25rem;
	transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
a:hover{
	color: #897051;
}
.card {
	border: 2px solid #308E89; 
	border-radius:15px;
	padding:5px;
	margin:5px;
	transition: transform .2s;
}
.card:hover {
  transform: scale(0.99); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.card a:hover{
	color: #fff;
	box-shadow: inset 200px 0 0 0 #54b3d6;
}
.wpb-banner-image{
margin-top:0;	
}
.wpb-topbanner{
	max-height:400px;
}