Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 42: Line 42:
}
}


/* === Homepage Cineteca dell'Etna === */
/* === TEST Homepage Cineteca dell'Etna === */


.ce-home {
.mw-parser-output .ce-home {
   outline: 2px solid #c9902e;
   border: 4px solid red !important;
   padding: 2rem;
  background: rgba(255, 0, 0, 0.15) !important;
   border-radius: 18px;
   padding: 2rem !important;
   border-radius: 18px !important;
}
}

Revision as of 18:17, 13 May 2026

/* 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;
}

/* === TEST Homepage Cineteca dell'Etna === */

.mw-parser-output .ce-home {
  border: 4px solid red !important;
  background: rgba(255, 0, 0, 0.15) !important;
  padding: 2rem !important;
  border-radius: 18px !important;
}