MediaWiki:Common.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 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;
}

/* 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;
}
.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;
}

/* Hide links to original files */
.fullMedia {
    display: none;
}

#file > a:nth-child(1) > img:nth-child(1) {
    cursor: none;
}
div#mw-content-text div#mw-imagepage-section-filehistory table.wikitable.filehistory tbody tr td a img {
    cursor: none;
}