MediaWiki:Common.css

Da LazioWiki.

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.
/* Gli stili CSS inseriti qui si applicano a tutte le skin */
@import url("https://use.fontawesome.com/releases/v5.15.3/css/all.css");
/* Hide main page title */
body.page-Pagina_principale h1.firstHeading {
	display: none;
}

/* Hide search page title - Nasconde il nome della pagina di ricerca - Edit by GRC 23.11.2022 */
body.page-Pagina_di_ricerca h1.firstHeading {
	display: none;
}

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaa solid;
	border-collapse: collapse;
        font-size: 14.5px !important;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
	border: 1px #aaa solid;
	padding: 0.2em;
}
.wikitable th,
.prettytable th {
	background: #f2f2f2;
	text-align: center;
}
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

p {
    text-align: justify !important;
    font-size: 14.5px !important;
}