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 248: Linha 248:
     height: auto;
     height: auto;
     padding: 1em;
     padding: 1em;
    width: 25%;
}
}


Linha 255: Linha 256:


.ma-item {
.ma-item {
     width: 80%;
     width: calc(100% - 30%);
     height: 80%;
     height: 100%;
     transition: 1s;
     transition: 1s;
     filter: drop-shadow(0px 0px 5px rgba(48, 48, 48, 0.6));
     filter: drop-shadow(0px 0px 5px rgba(48, 48, 48, 0.6));
Linha 339: Linha 340:
     padding: 0; */
     padding: 0; */
     white-space: pre-wrap;
     white-space: pre-wrap;
}
.update-title{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    --border-width: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    font-weight: bold;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    color: white;
    background: linear-gradient(60deg,
            #c93713,
            #e0370d,
            #e05b0d,
            #e0180d);
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 30s alternate infinite;
    border-radius: 10px;
}
}


Linha 835: Linha 812:
   .sc-icon {
   .sc-icon {
     width: 80%;
     width: 80%;
    margin: -1px;
    height: auto;
    transition: 1s;
  }
}
@media (max-width: 1300px) {
  .sc-icon {
    width: 100%;
     margin: -1px;
     margin: -1px;
     height: auto;
     height: auto;
Linha 857: Linha 842:


/* Testes */
/* Testes */
.update-box{
    width: 400px;
    height: 400px;
    background-image: url(https://wiki.otpokemon.com/images/5/57/Card_s%C3%A3o_jo%C3%A3o.png);
    text-align: center;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    margin: 0px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.update-title{
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;   
    background: linear-gradient(60deg,#c93713,#e0370d,#e05b0d,#e0180d);
    font-size: 15px;
}
.update-subtitle{
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: rgb(95,103,107,0.2);
    backdrop-filter: blur(10px);
    font-size: 15px;
   
}
.update-box-subtitle{position: relative;
    top: 50%;
    transform: translateY(-50%);
}