MediaWiki:Common.css: differenze tra le versioni
add |
add |
||
| Riga 35: | Riga 35: | ||
/* Hide links to original files */ |
/* Hide links to original files */ |
||
.fullMedia { |
.fullMedia { |
||
display: none; |
|||
} |
|||
/* Hide file history with links to original files */ |
|||
div#mw-imagepage-section-filehistory { |
|||
display: none; |
display: none; |
||
} |
} |
||
Versione delle 08:57, 3 ago 2021
/* 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;
}
/* Hide file history with links to original files */
div#mw-imagepage-section-filehistory {
display: none;
}