MediaWiki:Common.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
Sem resumo de edição
 
(24 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/**/
.changelog__link,
.changelog__link:visited {
    color: #680cab;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    font-size: .85rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
 
    padding: .5rem .95rem;
    border-bottom: 1px solid rgb(120, 120, 120);
 
    transition: background .25s ease;
}


.changelog__link:last-child {
    border-bottom: 0;
}
.changelog__link:hover {
    text-decoration: none;
    background: #f3eaff;
}
/*.changelog__link::after {*/
/*    content: ">";*/
/*font-weight:lighter;*/
/*}*/
.px-0 {
padding-inline: 0!important;
}
.pt-0 {
padding-top: 0!important;
}
.pb-0 {
padding-bottom: 0!important;
}
.changelog {
margin-inline: auto;
max-width: 256px!important;
padding-bottom: 0!important;
margin-top: 1rem;
}
/*Select search*/
.selectwithSearch__container {
.selectwithSearch__container {
   width: 100%;
   width: 100%;
Linha 14: Linha 62:


.selectwithSearch__selectBtn {
.selectwithSearch__selectBtn {
   height: 4rem;
   height: 2.8rem;
   padding: 0 1.2rem;
   padding: 0 1rem;
   font-size: 1.3rem;
   font-size: 1rem;
   background: #fff;
   background: #fff;
   border-radius: 8px;
   border-radius: 8px;
Linha 43: Linha 91:
.selectwithSearch__container.active .selectwithSearch__content {
.selectwithSearch__container.active .selectwithSearch__content {
   display: block;
   display: block;
  position: absolute;
  width: calc(100% - 4rem);
  box-sizing: border-box;
  z-index: 999;
}
.selectwithSearch__container.active .selectwithSearch__content.small {
  width: auto !important;
}
}


Linha 59: Linha 115:
}
}


.selectwithSearch__search input {
.selectwithSearch__search input{
   box-sizing: border-box;
   box-sizing: border-box;
   height: 3.25rem;
   height: 3.25rem;
Linha 77: Linha 133:
.selectwithSearch__search input::placeholder {
.selectwithSearch__search input::placeholder {
   color: #bfbfbf;
   color: #bfbfbf;
}
.selectwithSearch__options {
margin-left: 0!important;
margin-right: 0!important;
}
}


Linha 105: Linha 166:


.selectwithSearch__options li {
.selectwithSearch__options li {
  height: 3rem;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;
   padding: 0 .75rem;
   padding: .25rem .75rem;
   font-size: 1.2rem;
   font-size: 1.075rem;


   cursor: pointer;
   cursor: pointer;
Linha 115: Linha 175:


li.groupTitle {
li.groupTitle {
   background-color: rgba(0, 0, 0, .075);
  height: 2.25rem;
  font-size: 1.125rem;
   background-color: rgb(179 163 255 / 21%);
  cursor: default;
   margin-bottom: .25rem;
   margin-bottom: .25rem;
   margin-top: .35rem;
   margin-top: .35rem;
Linha 124: Linha 187:
li.groupTitle:hover {
li.groupTitle:hover {
   border-radius: 12px 12px 0 0 !important;
   border-radius: 12px 12px 0 0 !important;
   background: rgba(0, 0, 0, .075) !important;
   background-color: rgb(179 163 255 / 21%) !important;
}
}


Linha 132: Linha 195:
   background: #f2f2f2;
   background: #f2f2f2;
}
}
/**/
/*Select search*/


/** o código CSS colocado aqui será aplicado a todos os temas */
/** o código CSS colocado aqui será aplicado a todos os temas */
Linha 343: Linha 406:


.space-around { justify-content: space-around; }
.space-around { justify-content: space-around; }
.align-start { align-items: flex-start !important; } 


.flex-center {
.flex-center {
Linha 851: Linha 916:
         }
         }
/*Formulario de boost*/
/*Formulario de boost*/
.input-default {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: .45rem .8rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: .9rem;
    transition: all .25s ease;
}
.input-default:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    outline: 0;
}


@media screen and (max-width: 1450px) {
@media screen and (max-width: 1450px) {

Menu de navegação