Differenze tra le versioni di "MediaWiki:Common.css"
| Riga 21: | Riga 21: | ||
.mw-wiki-logo { background-size: 175px; } | .mw-wiki-logo { background-size: 175px; } | ||
| − | /* formattazione */ | + | /* formattazione testo */ |
td.aligncenter { text-align: center; } | td.aligncenter { text-align: center; } | ||
| + | div.columns { | ||
| + | display: inline-block; | ||
| + | width: 50%; | ||
| + | padding-left: 1em; | ||
| + | padding-right: 1em; | ||
| + | } | ||
| + | div.columns:last-child { | ||
| + | padding-left: 0pxm; | ||
| + | } | ||
| + | div.columns:first-child { | ||
| + | padding-right: 0pxm; | ||
| + | } | ||
Versione delle 08:02, 25 apr 2020
/* Gli stili CSS inseriti qui si applicano a tutti i temi */
/* 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 { text-align: center; }
div.columns {
display: inline-block;
width: 50%;
padding-left: 1em;
padding-right: 1em;
}
div.columns:last-child {
padding-left: 0pxm;
}
div.columns:first-child {
padding-right: 0pxm;
}