MediaWiki:Vector.css: mudanças entre as edições
Aparência
Vector.css limpo igual Common.css |
Adicionando fundo suave atrás da logo |
||
| Linha 1: | Linha 1: | ||
/* | /* === TOKUDRIVE_LOGO_BG_BEGIN === */ | ||
/* Fundo bonito atrás da logo no topo */ | |||
.mw-logo { | .mw-logo { | ||
min-width: 210px !important; | min-width: 210px !important; | ||
| Linha 16: | Linha 10: | ||
display: flex !important; | display: flex !important; | ||
align-items: center !important; | align-items: center !important; | ||
justify-content: center !important; | |||
padding: 6px 10px !important; | |||
border-radius: 14px !important; | |||
background: | |||
linear-gradient(135deg, rgba(229,9,20,0.10), rgba(54,108,204,0.08)), | |||
linear-gradient(180deg, #ffffff, #f6f7f9) !important; | |||
border: 1px solid #d8dde3 !important; | |||
box-shadow: | |||
0 4px 14px rgba(0,0,0,0.08), | |||
inset 0 1px 0 rgba(255,255,255,0.8) !important; | |||
} | } | ||
/* some o ícone separado */ | |||
.mw-logo-icon { | .mw-logo-icon { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* tamanho da wordmark */ | |||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
width: 180px !important; | width: 180px !important; | ||
| Linha 29: | Linha 34: | ||
max-height: 52px !important; | max-height: 52px !important; | ||
object-fit: contain !important; | object-fit: contain !important; | ||
object-position: | object-position: center center !important; | ||
} | } | ||
/* remove slogan */ | |||
.mw-logo-tagline { | .mw-logo-tagline { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* mobile */ | ||
@media (max-width: 900px) { | @media (max-width: 900px) { | ||
.mw-logo { | .mw-logo { | ||
min-width: | min-width: 170px !important; | ||
width: | width: 170px !important; | ||
height: | height: 52px !important; | ||
padding: 4px 8px !important; | |||
border-radius: 12px !important; | |||
} | } | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
width: 150px !important; | width: 150px !important; | ||
height: | height: 42px !important; | ||
max-width: 150px !important; | max-width: 150px !important; | ||
max-height: | max-height: 42px !important; | ||
} | } | ||
} | |||
/* === TOKUDRIVE_LOGO_BG_END === */ | |||
Edição das 18h24min de 28 de junho de 2026
/* === TOKUDRIVE_LOGO_BG_BEGIN === */
/* Fundo bonito atrás da logo no topo */
.mw-logo {
min-width: 210px !important;
width: 210px !important;
height: 64px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
padding: 6px 10px !important;
border-radius: 14px !important;
background:
linear-gradient(135deg, rgba(229,9,20,0.10), rgba(54,108,204,0.08)),
linear-gradient(180deg, #ffffff, #f6f7f9) !important;
border: 1px solid #d8dde3 !important;
box-shadow:
0 4px 14px rgba(0,0,0,0.08),
inset 0 1px 0 rgba(255,255,255,0.8) !important;
}
/* some o ícone separado */
.mw-logo-icon {
display: none !important;
}
/* tamanho da wordmark */
.mw-logo-wordmark {
width: 180px !important;
height: 52px !important;
max-width: 180px !important;
max-height: 52px !important;
object-fit: contain !important;
object-position: center center !important;
}
/* remove slogan */
.mw-logo-tagline {
display: none !important;
}
/* mobile */
@media (max-width: 900px) {
.mw-logo {
min-width: 170px !important;
width: 170px !important;
height: 52px !important;
padding: 4px 8px !important;
border-radius: 12px !important;
}
.mw-logo-wordmark {
width: 150px !important;
height: 42px !important;
max-width: 150px !important;
max-height: 42px !important;
}
}
/* === TOKUDRIVE_LOGO_BG_END === */