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 132: Linha 132:
     border-radius: 6px;
     border-radius: 6px;
     border: 5px solid transparent;
     border: 5px solid transparent;
     border-image: url('https://wiki.otpokemon.com/images/1/18/Border-image2.png') 15 stretch;
     border-image: url(https://wiki.otpokemon.com/images/5/59/Border-test-2.png) 15 stretch;
}
}


Linha 197: Linha 197:
     font-size: 2.5rem;
     font-size: 2.5rem;
     color: white;
     color: white;
     background: linear-gradient(60deg,
     background: linear-gradient(60deg,#5b0888,#713abe,#986bd7, #b07fd7,#713abe,#5b0888);
            #0c3d7b,
            #14917c,
            #1ec7ab,
            #6ee7d3,
            #041e41,
            #1864c7,
            #085245);
     background-size: 300% 300%;
     background-size: 300% 300%;
     background-position: 0 50%;
     background-position: 0 50%;
Linha 234: Linha 227:
     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(90deg, rgb(0, 47, 109) 0%, rgb(19, 83, 67) 46%, rgb(0, 105, 90) 100%);
    background: linear-gradient(90deg,#5b0888 0%,#713abe 46%,#986bd7 100%);
}
}


Linha 427: Linha 421:


.box-title{
.box-title{
     border: 1px solid #00aaf4;
     border: 1px solid #611596;
     width: 100%;
     width: 100%;
     height: 60px;
     height: 60px;
     background-color: #00aaf4;
     background-color: #6722a4;
     border-radius: 10px 10px 0px 0px;
     border-radius: 10px 10px 0px 0px;
}
}
Linha 767: Linha 761:
.tableteste > * > tr > th{
.tableteste > * > tr > th{
   background-color: #f7f6fb;
   background-color: #f7f6fb;
}
/* Halloween */
.mw-wiki-logo{
background-image: url(https://wiki.otpokemon.com/images/f/f5/Logo4-wiki-halloween.png) !important;
}
}