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
mSem resumo de edição
 
(9 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
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;
Linha 12: Linha 16:
border: 2px solid #308E89;  
border: 2px solid #308E89;  
border-radius:15px;
border-radius:15px;
padding:5px;
padding:5px 5px 5px 10px;
margin:5px;
margin:5px;
transition: transform .2s;
transition: transform .2s;
max-height:525px;
overflow-y: scroll;
overflow-x: hidden;
}
}
.card:hover {
.card:hover {
Linha 21: Linha 28:
.card a:hover{
.card a:hover{
color: #fff;
color: #fff;
box-shadow: inset 200px 0 0 0 #54b3d6;
box-shadow: inset 800px 0 0 0 #54b3d6;
}
}
.wpb-banner-image{
.wpb-banner-image{
Linha 28: Linha 35:
.wpb-banner-image-panorama .wpb-topbanner .wpb-positioned-banner{
.wpb-banner-image-panorama .wpb-topbanner .wpb-positioned-banner{
max-height:400px;
max-height:400px;
}
ul{
margin: 5px auto;
width: 100%;
list-style: none;
}
li {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 12px;
  /*font-size: 14px;
  text-align: center;*/
  position: relative;
}
li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: .2;
}
}

Edição atual tal como às 12h46min de 4 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 5px 5px 10px;
	margin:5px;
	transition: transform .2s;
	max-height:525px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.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;
}

ul{
	margin: 5px auto;
	width: 100%;
	list-style: none;
}

li {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 12px;

  /*font-size: 14px;
  text-align: center;*/

  position: relative;
}

li:not(:last-child)::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: currentColor;
  opacity: .2;
}