MediaWiki:Common.css

Da Wiki Landscapefor.
Versione del 28 feb 2020 alle 07:56 di System.bot (discussione | contributi) (do not overflow thumb and videos)

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/* fucking pseudo-responsive theme */
@media screen and (max-width:600px) {
  #mw-panel #p-navigation {
    display:none;
  }
  #mw-panel #p-tb {
    display:none;
  }
  #mw-panel {
    width: auto;
  }
  #mw-panel #p-logo {
    width:auto;
    height:auto;
  }
  #mw-panel #p-logo .mw-wiki-logo {
    width:50px;
    height:50px;
    background-size: contain;
  }
  #left-navigation {
    float: left;
    margin-left: 0;
  }
  #pt-preferences,
  #pt-watchlist,
  #pt-mycontris,
  #pt-mytalk {
    display:none;
  }
  #p-personal ul {
    padding-left:0;
  }
  #ca-nstab-main {
    display:none;
  }
  #ca-talk.new a {
    font-size:0.7em;
    color:grey;
  }
  .mw-body {
    margin-left: 0;
  }
  .thumbinner {
    width:100% !important;
    padding:0 !important;
    margin:auto;
  }
  .thumb.tright {
    float:none;
    margin:0;
  }
  iframe {
    width:100%;
    height:auto;
  }
  #footer {
    margin-left:0;
  }
}