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

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
 
(40 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 23: Linha 23:
     width: 100%;
     width: 100%;
     color: white;
     color: white;
     background: linear-gradient(60deg,
     background: linear-gradient(60deg,#0562ae 0%, #007ee5 46%,#289eff 100%);
            #0c3d7b,
            #14917c,
            #1ec7ab,
            #6ee7d3,
            #041e41,
            #1864c7,
            #085245);
     background-size: 300% 300%;
     background-size: 300% 300%;
     background-position: 0 50%;
     background-position: 0 50%;
Linha 59: Linha 52:
     height: auto;
     height: auto;
     padding: 5px 0px;
     padding: 5px 0px;
     background: linear-gradient(90deg, rgb(0, 47, 109) 0%, rgb(19, 83, 67) 46%, rgb(0, 105, 90) 100%);
     background: linear-gradient(60deg,#0562af,#0273cf,#0380e7,#1992f5,#5fb6ff,#1864c7,#034d89);
}
}


Linha 76: Linha 69:


.ma-item {
.ma-item {
    width: 100%;
     height: 100%;
     height: 100%;
     transition: 1s;
     transition: 1s;
    filter: drop-shadow(0px 0px 5px rgba(48, 48, 48, 0.6));
}
}


Linha 99: Linha 90:
.column {
.column {
     text-align: center;
     text-align: center;
    margin: 1em;
}
}


Linha 105: Linha 97:
     top: -60px;
     top: -60px;
     text-align: center;
     text-align: center;
    width: 100%;
     height: 50px;
     height: 50px;
}
}
Linha 151: Linha 142:
.update-image {
.update-image {
     box-shadow: 0 0 0.6 3em #BBB;
     box-shadow: 0 0 0.6 3em #BBB;
}
.destaque-box {
    width: 100%;
    text-align: center;
    position: relative;
    transition: 1s;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
.destaque-box:hover{
    transition: 1s;
    transform: scale(1.01);
}
.destaque-box img{
    vertical-align: middle;
    width: 100%;
    border-radius: 6px;
    border-top: 10px solid #3498db;
    object-fit: cover;
}
.destaque-box a{
    width: 100%;
}
}


Linha 186: Linha 205:
     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 225: Linha 220:
     font-size: 1rem;
     font-size: 1rem;
     color: white;
     color: white;
     background: linear-gradient(60deg,#8d8384,#6f5860,#565452,#b4b5b5);
     background: linear-gradient(90deg,#0562af,#0273cf,#0380e7,#1992f5,#5fb6ff,#1864c7,#034d89);
     background-size: 300% 300%;
     background-size: 300% 300%;
     background-position: 0 50%;
     background-position: 0 50%;
Linha 238: Linha 233:
.sc-icon {
.sc-icon {
     display: inline-block;
     display: inline-block;
     width: 12.5%;
     width: 12%;
     margin: -1px;
     margin: -1px;
     height: auto;
     height: auto;
Linha 518: Linha 513:


/* Testes */
/* Testes */
.box{
    text-align: center;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
    border-radius: 10px;
    padding-bottom: 10px;
}
.box-title{
    border: 1px solid #570101;
    width: 100%;
    height: 54px;
    margin-top: 2rem;
    background-color: #0562ae;
    border-radius: 10px 10px 0px 0px;
}
.box-title p{
    font-size: 22px;
    color: white;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}
.update-box{
.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
     margin-bottom: 20px
}
}


.update-box-2{
.update-box, .update-box-2{
     width: 90%;
     width: 90%;
    height: 250px;
    background-image: url(https://wiki.otpokemon.com/images/f/f0/Card_-_new_fishing.png);
     text-align: center;     
     text-align: center;     
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     position: relative;
     position: relative;
     color: white;
     margin: 20px auto;
     margin: 0 auto;
    transition: 1s;
     border-radius: 20px;
     display: flex;  
     display: flex;  
     justify-content: center;
     justify-content: center;
     font-weight: bold;
     font-weight: bold;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
 
     border-radius: 20px;
}
.update-box-2:hover, .update-box:hover{
    transition: 1s;
    transform: scale(1.05);
}
 
.update-box img, .update-box-2 img{
     border: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
}


.update-box-2 a, .update-box a{
    width: 100%;
   
}
.update-title{     
.update-title{     
     width: 100%;
     width: 100%;
Linha 559: Linha 574:
     position: absolute;
     position: absolute;
     top: 0;
     top: 0;
    background: linear-gradient(60deg,#c93713,#e0370d,#e05b0d,#e0180d);
     font-size: 15px;
     font-size: 15px;
     border-radius: 20px 20px 0px 0px;
     border-radius: 20px 20px 0px 0px;
}
}
.update-title a{     
.update-title a{     
     color: white;
     color: white;
}
}
.update-subtitle{
.update-subtitle{
     width: 100%;
     width: 100%;
Linha 571: Linha 587:
     position: absolute;
     position: absolute;
     bottom: 0;
     bottom: 0;
    background-color: rgb(95,103,107,0.2);
    backdrop-filter: blur(10px);
     font-size: 15px;
     font-size: 15px;
     border-radius: 0px 0px 20px 20px;
     border-radius: 0px 0px 20px 20px;
}
}
.update-box-subtitle{position: relative;
 
.update-box-subtitle{
    position: relative;
     top: 50%;
     top: 50%;
    color: white;
    font-size: 1.2em;
     transform: translateY(-50%);  
     transform: translateY(-50%);  
}
}
.patch-notes{
    padding: 20px;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #cccccc;
    margin-bottom: 20px;
}
.patch-notes img{
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.container-tab table{
    text-align: center;
width: 100%;
border-collapse: collapse;
    display: inline-table;
overflow: hidden;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
    border: 1px solid gray;
}
.container-tab th,
.container-tab td {
    padding: 15px 5px;
background-color: rgba(255,255,255,0.2);
    border: 1px solid gray;
    text-align: center;
}
.container-tab th {
text-align: center;
    border: 1px solid gray;
}
.container-tab tbody {
tr {
&:hover {
background-color:  rgb(10 234 58 / 20%);
}
}
td {
position: relative;
&:hover {
&:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: -9999px;
bottom: -9999px;
background-color: rgb(234 10 10 / 20%);
z-index: -1;
}
}
}
}
.celula-neutra {
    backdrop-filter: invert(30%);
}
table {
    border-collapse: separate;
}
/* DarkMode */