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

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Etiquetas: Edição móvel Edição feita através do site móvel
Sem resumo de edição
Etiquetas: Edição móvel Edição feita através do site móvel
Linha 515: Linha 515:
.reaction-wrapper .icon{
.reaction-wrapper .icon{
     margin-right: 15px;
     margin-right: 15px;
}
/* Testes */
.update-box{
    width: 90%;
    height: 250px;
    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;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    border-radius: 20px;
    margin-bottom: 20px
}
.update-box-2{
    width: 90%;
    height: 250px;
    background-image: url(https://wiki.otpokemon.com/images/f/f0/Card_-_new_fishing.png);
    text-align: center;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    border-radius: 20px;
}
.update-title{   
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0;
    background: linear-gradient(60deg,#c93713,#e0370d,#e05b0d,#e0180d);
    font-size: 15px;
    border-radius: 20px 20px 0px 0px;
}
.update-title a{   
    color: white;
}
.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;
    border-radius: 0px 0px 20px 20px;
}
.update-box-subtitle{position: relative;
    top: 50%;
    transform: translateY(-50%);
}
}

Menu de navegação