MediaWiki:Vector-2022.css

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl mentre si fa clic su Refresh, oppure premere Ctrl-F5
  • Opera: svuotare completamente la cache dal menu Strumenti → Preferenze
/* Vector 2022 adds this wrapper around the indicators,
 * which we want to right float, so it doesn't push the banner and crumbs down */
.vector-body-before-content.vector-body-before-content {
	overflow: initial;
}

/* WikidataPageBanner outputs a second <h1> and empties the original one.
   Hide this in Vector. [[phab:T97891]] */
#firstHeading:empty {
    display: none;
}

/* Workround on Template:Banner/styles.css that doesn't work */
.banner-box-right .name,
.banner-box-right .type,
.banner-box-right .quote {
	float: right;
}