Jump to content

MediaWiki:Mobile.css

From ATRONIA Wiki
Revision as of 15:10, 26 March 2026 by WikiManagement (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* All CSS here will be loaded for users of the mobile site */



/* Ataca pelo ID para ganhar a prioridade máxima do navegador */
#p-search .cdx-button.cdx-button--fake-button,
#p-search .cdx-button.cdx-button--fake-button:active,
#p-search .cdx-button.cdx-button--fake-button:hover,
#p-search .cdx-button.cdx-button--fake-button:focus {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

/* Força a remoção da borda esquerda no container da lupa */
#p-search.vector-search-box-vue {
    border-left: none !important;
}

/* Garante que a lupa em si seja visível (Verde ATRONIA) */
#p-search .vector-icon {
    color: #ccff00 !important;
}





/* RESET TOTAL DO BOTÃO DE BUSCA (MODO BRUTO) */
html body #p-search .cdx-button.cdx-button--fake-button,
html body #p-search .cdx-button.cdx-button--fake-button.cdx-button--enabled,
html body #p-search .cdx-button.cdx-button--fake-button.cdx-button--weight-quiet,
html body #p-search .cdx-button.cdx-button--fake-button.cdx-button--icon-only {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

/* REMOVER A LINHA BRANCA/CINZA À ESQUERDA */
.vector-search-box-show-thumbnail.vector-search-box-auto-expand-width,
#p-search.vector-search-box-vue {
    border-left: none !important;
    border: none !important;
}