Sem resumo de edição
Sem resumo de edição
 
(14 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 21: Linha 21:
   font-family: 'Gemunu Libre', sans-serif !important;
   font-family: 'Gemunu Libre', sans-serif !important;
   color: #4a218f;
   color: #4a218f;
   display: flex;
   font-weight: 800;
  flex-direction: row;
   font-size: 2em;
   align-items: stretch; /* estica os itens para a mesma altura */
  gap: 6px;
}
}


.cine-logo-text {
h1, h2, h3, h4, h5, h6 {
   line-height: 0.7;
   font-family: 'Gemunu Libre', sans-serif !important;
   font-weight: 800;
   font-weight: 700!important;
  font-size: 1.5em;
}
  display: flex;
 
  flex-direction: column;
.cdx-text-input__input {
   justify-content: space-between; /* faz o CINE ficar no topo e o LINUX na base */
   border-radius: 20px 0px 0px 20px;
}
}


.cine-wiki-right {
.cdx-search-input {
   font-size: 2;
   border-radius: 20px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  display: flex;
  align-items: center;
}
}


h1, h2, h3, h4, h5, h6 {
.cdx-search-input__end-button.cdx-button {
  font-family: 'Gemunu Libre', sans-serif !important;
   border-radius: 0px 20px 20px 0px;
   font-weight: 700!important;
}
}
/* FIM GLOBAL */
/* FIM GLOBAL */
Linha 89: Linha 81:
  text-align: center;
  text-align: center;
  padding: 20px 0px;
  padding: 20px 0px;
}
.software-infobox .logo .mw-file-element {
  max-width: 200px!important;
  max-height: 100px!important;
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto;
}
}