MediaWiki:Common.css: mudanças entre as edições

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 1 492: Linha 1 492:
     position: absolute;
     position: absolute;
}
}
/* Gym Leaders */
.square-box-gym {
    width: 180px;
    height: 180px;
    background-color: #fff;
    border-top: 10px solid #3498db;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    transition-duration: 0.3s !important;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px 25px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}
.square-box-gym img {
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 30px;
}
.square-box-gym p {
    margin: 10px 0;
}
.square-box-gym:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.square-div-gym{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
p.square-name-gym {
    margin: 0px 5px 0px 5px;
    line-height: 100px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.square-name-gym a {
    padding: 150px 5px 0px 10px;
    color: black;
    text-decoration: none;
}
.square-box-gym a p {
    font-size: 0;
    height: 200px;
    width: 200px;
    position: absolute;
}
/* Torneio Mundial */
/* Torneio Mundial */
.container-mundial img{
.container-mundial img{
Linha 2 006: Linha 2 067:




/* Teste Pokedex */
/* Pokedex */




Linha 2 116: Linha 2 177:
   max-height: 0;
   max-height: 0;
   overflow: hidden;
   overflow: hidden;
   transition: max-height 0.3s ease-out; /* Transição suave */
   transition: max-height 0.3s ease-out;  
}
}


.content.active {
.content.active {
   max-height: 500px;  /* Ajuste de acordo com o tamanho do conteúdo */
   max-height: 500px;   
}
}