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 234: Linha 234:
     font-size: 2.5rem;
     font-size: 2.5rem;
     color: white;
     color: white;
     background: linear-gradient(60deg, #af052b, #fd2656, #e7030e, #e7030e, #f94850, #e7030e, #c30e16);
     background: linear-gradient(60deg,#0562af,#0273cf,#0380e7,#1992f5,#5fb6ff,#1864c7,#034d89);
     background-size: 300% 300%;
     background-size: 300% 300%;
     background-position: 0 50%;
     background-position: 0 50%;
Linha 266: Linha 266:
     height: auto;
     height: auto;
     padding: 5px 0px;
     padding: 5px 0px;
     background: linear-gradient(90deg, #d10a13 0%, #eb333b 46%, #ff1d27 100%);
     background: linear-gradient(90deg,#0562ae 0%, #007ee5 46%,#289eff 100%);
}
}


Linha 469: Linha 469:


.box-title {
.box-title {
     border: 1px solid #fa222b;
     border: 1px solid #007ee5;
     width: 100%;
     width: 100%;
     height: 54px;
     height: 54px;
     background-color: #fa222b;
     background-color: #007ee5;
     border-radius: 10px 10px 0px 0px;
     border-radius: 10px 10px 0px 0px;
}
}