MediaWiki:Monobook.css

Da LazioWiki.

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

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5.
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */


/* Change backround to "blue" */
.mediawiki {
    background: #eff5ff none repeat scroll 0 0;
}

/* Remove the boxes in the sidebar and make the background "blue" */
.pBody {
    background-color: #eff5ff;
    border: none;
    padding: 0 0.8em 0.3em 0.5em;
}


/* Remove bullets from the list in the sidebar */
.pBody ul {
    list-style-type: none;
    list-style-image: none;
}

/* Capitalize first letter in sidebar headers */
.portlet h3 {
    text-transform: capitalize;
    color: #23426e;
}