Jump to content

MediaWiki:Mobile.css

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








/* Alvo específico para remover background e a borda esquerda do botão de busca */
.cdx-button.cdx-button--fake-button.cdx-button--enabled.cdx-button--weight-quiet.cdx-button--icon-only.search-toggle {
    background-color: transparent !important;
    background: none !important;
    border-left: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Garante que o ícone da lupa fique visível sobre o fundo escuro */
.cdx-button.cdx-button--fake-button.cdx-button--enabled.cdx-button--weight-quiet.cdx-button--icon-only.search-toggle .vector-icon {
    color: #ccff00 !important; /* Verde ATRONIA */
}

/* Remove a borda esquerda do container da busca que o MediaWiki adiciona no mobile */
.vector-search-box-vue {
    border-left: none !important;
}