Differenze tra le versioni di "MediaWiki:Common.css"
Riga 8: | Riga 8: | ||
.color-middle { background: black; } | .color-middle { background: black; } | ||
#mw-page-header-links li.selected { border-bottom-color: #fd9c00; } | #mw-page-header-links li.selected { border-bottom-color: #fd9c00; } | ||
− | #mw-content h1, | + | #mw-content h1, #mw-content h1 a, |
− | #mw-content h2, | + | #mw-content h2, #mw-content h2 a { |
− | #mw-content h2 a { | + | color: #cc0000; |
border-color: #cc0000; | border-color: #cc0000; | ||
} | } |
Versione delle 19:12, 23 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 h1 a, #mw-content h2, #mw-content h2 a { color: #cc0000; border-color: #cc0000; } /* logo */ .mw-wiki-logo { background-size: 175px; }