Ir para o conteúdo

MediaWiki:Vector.css: mudanças entre as edições

De Wiki TokuDrive
Corrigindo logo para cor original
Voltando logo branca Vector 2022
Linha 2: Linha 2:




/* === TOKUDRIVE_LOGO_COR_ORIGINAL_FIX_BEGIN === */
/* === TOKUDRIVE_LOGO_BRANCA_2022_FIX_BEGIN === */


/* Usa a logo original, sem alterar cor */
.mw-logo,
.mw-logo,
.vector-header-start .mw-logo {
.vector-header-start .mw-logo {
Linha 25: Linha 24:
.mw-logo-icon {
.mw-logo-icon {
   display: none !important;
   display: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
}


.mw-logo-wordmark {
.mw-logo-wordmark {
   content: url("/resources/assets/wiki-logo-original-cor-1782668608.png") !important;
   content: url("/resources/assets/wiki-logo-branca-wordmark-1782668755.png") !important;
   width: 250px !important;
   width: 250px !important;
   height: 70px !important;
   height: 70px !important;
Linha 50: Linha 46:
}
}


/* Vector clássico, caso esteja usando p-logo */
/* Logo na home também branca */
.td-hero-logo {
  background-image: url("/resources/assets/wiki-logo-branca-wordmark-1782668755.png") !important;
  filter: none !important;
}
 
/* Caso o Vector clássico apareça por cache */
#p-logo a {
#p-logo a {
   background-image: url("/resources/assets/wiki-logo-original-cor-1782668608.png") !important;
   background-image: url("/resources/assets/wiki-logo-branca-wordmark-1782668755.png") !important;
   background-size: contain !important;
   background-size: contain !important;
   background-repeat: no-repeat !important;
   background-repeat: no-repeat !important;
   background-position: center center !important;
   background-position: center center !important;
   filter: none !important;
   filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
/* Evita que modo escuro do browser/skin altere imagens da logo */
.mw-logo img,
.mw-logo-wordmark img,
#p-logo img {
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}
}


/* === TOKUDRIVE_LOGO_COR_ORIGINAL_FIX_END === */
/* === TOKUDRIVE_LOGO_BRANCA_2022_FIX_END === */

Edição das 17h46min de 28 de junho de 2026




/* === TOKUDRIVE_LOGO_BRANCA_2022_FIX_BEGIN === */

.mw-logo,
.vector-header-start .mw-logo {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  padding: 0 8px !important;
  min-width: 285px !important;
  width: 285px !important;
  height: 76px !important;
  display: flex !important;
  align-items: center !important;
}

.mw-logo-icon {
  display: none !important;
}

.mw-logo-wordmark {
  content: url("/resources/assets/wiki-logo-branca-wordmark-1782668755.png") !important;
  width: 250px !important;
  height: 70px !important;
  max-width: 250px !important;
  max-height: 70px !important;
  object-fit: contain !important;
  object-position: left center !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.mw-logo-tagline {
  display: none !important;
}

/* Logo na home também branca */
.td-hero-logo {
  background-image: url("/resources/assets/wiki-logo-branca-wordmark-1782668755.png") !important;
  filter: none !important;
}

/* Caso o Vector clássico apareça por cache */
#p-logo a {
  background-image: url("/resources/assets/wiki-logo-branca-wordmark-1782668755.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: none !important;
}

/* === TOKUDRIVE_LOGO_BRANCA_2022_FIX_END === */