MediaWiki:Common.css: differenze tra le versioni
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
| (10 versioni intermedie di uno stesso utente non sono mostrate) | |||
| Riga 3: | Riga 3: | ||
/* Hide main page title */ |
/* Hide main page title */ |
||
body.page-Pagina_principale h1.firstHeading { |
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; |
display: none; |
||
} |
} |
||
| Riga 13: | Riga 18: | ||
border: 1px #aaa solid; |
border: 1px #aaa solid; |
||
border-collapse: collapse; |
border-collapse: collapse; |
||
font-size: 14.5px !important; |
|||
} |
} |
||
.wikitable th, .wikitable td, |
.wikitable th, .wikitable td, |
||
| Riga 31: | Riga 37: | ||
p { |
p { |
||
text-align: justify !important; |
text-align: justify !important; |
||
font-size: |
font-size: 14.5px !important; |
||
} |
} |
||
Versione attuale delle 17:01, 23 nov 2022
/* 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;
}