Jump to content

MediaWiki:Mobile.css

From ATRONIA Wiki
Revision as of 15:03, 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 */








/* Remove o fundo e a borda do botão de busca no mobile */
.vector-header-end #p-search .cdx-button.cdx-button--fake-button {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Garante que o ícone da lupa fique visível (branco ou verde) */
.vector-header-end #p-search .vector-icon {
    color: #ccff00 !important; /* Verde ATRONIA */
}

/* Remove o efeito de fundo quando clicas no botão (active/hover) */
.vector-header-end #p-search .cdx-button:hover,
.vector-header-end #p-search .cdx-button:active,
.vector-header-end #p-search .cdx-button:focus {
    background-color: transparent !important;
    color: #ffffff !important;
}