|
|
| Linha 1: |
Linha 1: |
| | | /* Vector 2022 padrão: sem CSS customizado. */ |
| | |
| | |
| /* === 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 === */
| |