Mais ações
Sem resumo de edição |
mSem resumo de edição |
||
| Linha 6: | Linha 6: | ||
transition: color .3s ease-in-out, box-shadow .3s ease-in-out; | transition: color .3s ease-in-out, box-shadow .3s ease-in-out; | ||
} | } | ||
ul li a { | |||
color: #A88541 | |||
} | |||
a:hover{ | a:hover{ | ||
color: #897051; | color: #897051; | ||
Edição das 18h37min de 2 de dezembro de 2024
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;
}
ul li a {
color: #A88541
}
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 800px 0 0 0 #54b3d6;
}
.wpb-banner-image{
margin-top:0;
}
.wpb-banner-image-panorama .wpb-topbanner .wpb-positioned-banner{
max-height:400px;
}