MediaWiki:Monobook.css: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| Riga 3: | Riga 3: | ||
body.page-Pagina_principale h1.firstHeading { display:none; } |
body.page-Pagina_principale h1.firstHeading { display: none !important; } |
||
body.page-Main_Page h1.firstHeading { display: none !important; } |
|||
/* wikitable/prettytable class for skinning normal tables */ |
/* wikitable/prettytable class for skinning normal tables */ |
||
Versione delle 21:54, 24 apr 2011
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */
body.page-Pagina_principale h1.firstHeading { display: none !important; }
body.page-Main_Page h1.firstHeading { display: none !important; }
/* 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;
}