MediaWiki:Medic.css

De Red Zambala

Revisa de 18:48, 18 maio 2025 par Zambala (discute | contribuis) (Created page with " #mw-navbar-left { margin: auto; } Hide the sidebar navigation: #mw-navigation { display: none; } Center the main content when sidebar is hidden: .row { justify-content: center; } Adjust the content width to be more appropriate for centered content: .col-12.col-md-9.col-xl-9.py-md-3.px-md-5 { max-width: 1000px; You can adjust this value based on your preference: } /* Optional: Increase padding on mobile to improve readab...")
(dif) ← Revisa plu vea | Revisa la plu resente (dif) | Revisa plu nova → (dif)

Nota: Pos fisa, tu debe cisa sircoveni la memoria de tua surfador per vide la cambias.

  • Firefox / Safari: Presa la tecla Maj (Shift) e clica Refresci, o presa o Ctrl-F5 o Ctrl-R (⌘-R a Mac)
  • Google Chrome: Presa Ctrl-Shift-R (⌘-Shift-R a Mac)
  • Internet Explorer: Presa Ctrl e clica Refresci, o presa Ctrl-F5
  • Opera: Vade a Menu → Settings (Opera → Preferences a Mac) e de ala a Privacy & security → Clear browsing data → Cached images and files.
    #mw-navbar-left {
        margin: auto;
    }

/* Hide the sidebar navigation */
#mw-navigation {
    display: none;
}

/* Center the main content when sidebar is hidden */
.row {
    justify-content: center;
}

/* Adjust the content width to be more appropriate for centered content */
.col-12.col-md-9.col-xl-9.py-md-3.px-md-5 {
    max-width: 1000px; /* You can adjust this value based on your preference */
}

/* Optional: Increase padding on mobile to improve readability */
@media (max-width: 768px) {
    .col-12.col-md-9.col-xl-9.py-md-3.px-md-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

/* Optional: Add a subtle border to make the content area more defined */
.mw-body {
    border: 1px solid #e9ecef;
    border-radius: 0.25rem;
    padding: 1.5rem;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}