Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
#footer {
display: none;
}
/* last modification stuff */
#footer-info {
display: none;
}
/* footer links */
#footer-places {
display: none;
}
/* powered by icon */
#footer-icon {
display: none;
}
.box-stato-archivio .citizen-card__body p {
margin: 0 0 .75em 0;
}
.box-stato-archivio .citizen-card__body p:last-child {
margin-bottom: 0;
}
/* === CSS per template IntestazionePagine === */
.namespace-label {
display: block;
font-size: 0.85em;
margin-top: -0.3em;
margin-bottom: 0.6em;
}
.namespace-label a,
.namespace-label a:visited {
color: inherit;
}
/* === Homepage Cineteca dell'Etna === */
.mw-parser-output .ce-home {
max-width: 1200px;
margin: 0 auto;
padding: 2rem 1rem 4rem;
}
.mw-parser-output .ce-hero {
display: grid;
grid-template-columns: 320px 1fr;
gap: 3rem;
align-items: center;
margin-bottom: 3rem;
}
/* Immagine verticale della home: solo foto, nessun box */
.mw-parser-output .ce-hero-visual {
width: 320px;
height: 480px;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
outline: 0 !important;
background: none !important;
box-shadow: none !important;
border-radius: 0 !important;
overflow: hidden;
}
.mw-parser-output .ce-hero-visual > p {
margin: 0 !important;
padding: 0 !important;
}
.mw-parser-output .ce-hero-visual a,
.mw-parser-output .ce-hero-visual span,
.mw-parser-output .ce-hero-visual figure,
.mw-parser-output .ce-hero-visual .mw-default-size,
.mw-parser-output .ce-hero-visual .mw-file-description {
display: block;
width: 320px !important;
height: 480px !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
outline: 0 !important;
background: none !important;
box-shadow: none !important;
border-radius: 0 !important;
}
.mw-parser-output .ce-hero-visual img,
.mw-parser-output .ce-hero-visual .mw-file-element,
.mw-parser-output .ce-hero-img {
display: block;
width: 320px !important;
height: 480px !important;
max-width: none !important;
object-fit: cover;
object-position: center;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
outline: 0 !important;
background: none !important;
box-shadow: none !important;
border-radius: 0 !important;
}
/* Testo principale */
.mw-parser-output .ce-hero-text h1 {
font-size: clamp(2.4rem, 5vw, 5rem);
line-height: 1;
margin: 0 0 1rem;
}
.mw-parser-output .ce-hero-text p {
font-size: 1.15rem;
max-width: 720px;
color: #b8b8b8;
}
/* Link principali */
.mw-parser-output .ce-main-links {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
margin-bottom: 2rem;
}
.mw-parser-output .ce-card {
padding: 1.4rem;
border-radius: 16px;
border: 1px solid #c9902e;
background: rgba(255, 255, 255, 0.025);
font-size: 1.15rem;
}
.mw-parser-output .ce-card-catalogo {
border-color: #3b9fa3;
}
.mw-parser-output .ce-card-progetti {
border-color: #b65a3c;
}
/* Sezione archivi principali */
.mw-parser-output .ce-section {
border: 1px solid rgba(201, 144, 46, .55);
border-radius: 18px;
padding: 1.5rem;
background: rgba(255, 255, 255, 0.018);
}
/* Mobile */
@media (max-width: 800px) {
.mw-parser-output .ce-hero {
grid-template-columns: 1fr;
gap: 1.5rem;
}
.mw-parser-output .ce-hero-visual {
width: 100%;
max-width: 320px;
height: 480px;
}
.mw-parser-output .ce-main-links {
grid-template-columns: 1fr;
}
.mw-parser-output .ce-hero-text h1 {
font-size: 2.5rem;
}
}