MediaWiki:Common.css: differenze tra le versioni

Da LazioWiki.

Contenuto cancellato Contenuto aggiunto
chg
chg
Riga 4: Riga 4:
body.page-Pagina_principale h1.firstHeading {
body.page-Pagina_principale h1.firstHeading {
display: none;
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;
}
}

Versione delle 09:22, 7 lug 2021

/* Gli stili CSS inseriti qui si applicano a tutte le skin */

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