Jump to content

MediaWiki:Mobile.css

From ATRONIA Wiki
Revision as of 14:39, 26 March 2026 by WikiManagement (talk | contribs) (Created page with "All CSS here will be loaded for users of the mobile site: ESTES ESTILOS SÓ AFETAM O TELEMÓVEL: 1. Limpar fundos que pesam no mobile: body, .mw-page-container { background-image: none !important; background-color: #ffffff !important; } 2. Corrigir o tamanho do conteúdo e tabelas: #content, .mw-body { margin: 0 !important; padding: 10px !important; width: 100% !important; } /* Forçar scroll nas tabelas de hardware do ATLAS...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 */



/* ESTES ESTILOS SÓ AFETAM O TELEMÓVEL */

/* 1. Limpar fundos que pesam no mobile */
body, .mw-page-container {
    background-image: none !important;
    background-color: #ffffff !important;
}

/* 2. Corrigir o tamanho do conteúdo e tabelas */
#content, .mw-body {
    margin: 0 !important;
    padding: 10px !important;
    width: 100% !important;
}

/* Forçar scroll nas tabelas de hardware do ATLAS */
.mw-parser-output {
    overflow-x: auto !important;
}

table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
}

/* 3. Ajustar o Logo da ATRONIA no topo */
.mw-wiki-logo {
    max-width: 140px !important;
    background-size: contain !important;
    margin-left: 10px;
}

/* 4. Cores de texto para melhor contraste */
#mw-content-text {
    color: #000000 !important;
    font-size: 0.95em !important;
}