Differenze tra le versioni di "MediaWiki:Common.css"
| Riga 1: | Riga 1: | ||
/* Gli stili CSS inseriti qui si applicano a tutti i temi */ | /* Gli stili CSS inseriti qui si applicano a tutti i temi */ | ||
| + | |||
| + | /* Tabelle */ | ||
| + | td, th { | ||
| + | padding-right: 1rem; | ||
| + | } | ||
/* Disabilitazione TAB 'discussioni' */ | /* Disabilitazione TAB 'discussioni' */ | ||
Versione delle 08:27, 17 mag 2020
/* Gli stili CSS inseriti qui si applicano a tutti i temi */
/* Tabelle */
td, th {
padding-right: 1rem;
}
/* Disabilitazione TAB 'discussioni' */
#ca-talk { display:none!important; }
/* colori */
#mw-content h1#firstHeading { border-color: #fd9c00; }
.color-middle { background: black; }
#mw-page-header-links li.selected { border-bottom-color: #fd9c00; }
#mw-content h1, #mw-content h2 {
border-color: #cc0000;
}
#mw-content h1 a, #mw-content h2 a {
color: #cc0000;
}
#mw-content h3 {
border-bottom: 1px solid grey;
}
/* logo */
.mw-wiki-logo { background-size: 175px; }
/* formattazione testo */
td.aligncenter, div.aligncenter { text-align: center; }
div.columns {
display: table-cell;
width: 100%;
margin: 0px;
}
div.columns.large-6 { width: 50%; }
div.columns.large-4 { width: 33.3%; }
div.columns.large-3 { width: 25%; }
@media screen and (max-width: 600px) {
div.columns { display: block; }
div.columns.large-6 { width: 100%; }
div.columns.large-4 { width: 100%; }
div.columns.large-3 { width: 100%; }
}