Sem resumo de edição
Sem resumo de edição
 
(46 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 11: Linha 11:


/* GLOBAL */
/* GLOBAL */
body {
 
   background: var(--color-primary-dark);
img.mw-logo-icon {
   height: 50px !important;
  width: auto !important;
  max-width: 100% !important;
}
}
/* FIM GLOBAL */


/* FONTES */
.mw-logo-wordmark {
@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&display=swap'); /* Gemunu Libre */
  font-family: 'Gemunu Libre', sans-serif !important;
@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); /* Open Sans */
  color: #4a218f;
  font-weight: 800;
  font-size: 2em;
}


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
Linha 25: Linha 30:
}
}


/* FIM FONTES */
.cdx-text-input__input {
 
   border-radius: 20px 0px 0px 20px;
/* BARRA MENU NAVBAR SUPERIOR */
.color-middle {
  background: var(--color-primary-dark);
}
 
.color-right {
   background: var(--color-primary-dark);
}
 
.color-left {
  background: var(--color-primary-dark);
}
 
#mw-header-container {
  background: var(--color-primary-dark);
  color: #fff;
}
 
#mw-header {
  padding-right: 30px;
  padding-left: 30px;
}
 
#site-navigation h2 {
  background-image: url(/images/menu-large-white.svg);
}
 
#site-navigation h2::after {
  background-image: url(/images/arrow-down-white.svg);
  display: none;
}
 
#site-tools h2 {
  background-image: url(/images/gear-large-white.svg);
}
 
#site-tools h2::after {
  background-image: url(/images/arrow-down-white.svg);
  display: none;
}
 
#personal h2 {
  background-image: url(/images/user-white.svg);
}
 
#personal h2::after {
  background-image: url(/images/arrow-down-white.svg);
}
 
#personal-inner {
color: #000;
}
 
 
#p-logo {
  display: none;
}
 
#p-logo-text {
  /* 1. Defina o tamanho que você quer para a sua imagem/logo */
  width: 63px;  /* Ajuste a largura conforme necessário */
  height: 30px; /* Ajuste a altura conforme necessário */
 
  /* 2. Adicione o link para a sua imagem */
  background-image: url("https://i0.wp.com/cinelinux.com/wp-content/uploads/2025/06/Cine-Linux-Logo-Branca.png?fit=63%2C30&ssl=1") !important;
  background-repeat: no-repeat;
  background-size: contain; /* Garante que a imagem caiba no espaço definido */
  background-position: left center; /* Alinha a imagem à esquerda */
 
  /* 3. Esconde o texto "Cine Linux Wiki" */
  text-indent: -9999px;
  overflow: hidden;
}
}


#simpleSearch {
.cdx-search-input {
  border-radius: 20px;
}
 
#searchInput-container input{
   border-radius: 20px;
   border-radius: 20px;
}
}


.suggestions {
.cdx-search-input__end-button.cdx-button {
   border-radius: 15px;
   border-radius: 0px 20px 20px 0px;
 
}
}
/* FIM BARRA MENU NAVBAR SUPERIOR */
/* FIM GLOBAL */
 
/* RODAPÉ */
#mw-content-container {
  border-bottom: solid 4px var(--color-primary-dark);
}
/* FIM RODAPÉ */
 
/* SIDEBAR GLOBAL */
.sidebar-chunk {
  border-radius: 8px;
}
/* FIM SIDEBAR GLOBAL */


/* SOFTWARE INFOBOX */
/* SOFTWARE INFOBOX */
Linha 165: 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;
}
}


Linha 198: Linha 123:
   font-style: italic;
   font-style: italic;
}
}
/* FIM SOFTWARE INFOBOX */


/* FIM SOFTWARE INFOBOX */


/* GRID CATEGORIAS */
/* GRID CATEGORIAS */
#categories-list {
#categories-list {
   list-style: none;
   list-style: none;
   display: grid;
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
   grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
   gap: 0.5em;
   gap: 0.5em;
   padding: 0;
   padding: 0;
Linha 230: Linha 154:
   box-shadow: 0 4px 8px rgba(0,0,0,0.05);
   box-shadow: 0 4px 8px rgba(0,0,0,0.05);
   background: var(--color-primary);
   background: var(--color-primary);
  color: white;
}
}


 
#categories-list li:hover a{
  color: #fff;
}
/* GRID CATEGORIAS */
/* GRID CATEGORIAS */