MediaWiki:Common.css

Pagina dell'interfaccia di MediaWiki

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

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/* CSS placed here will be applied to all skins */


/* to remove the Discussion (talk) page tab on all wikipages */
#ca-talk { display:none!important; }
overflow: hidden

/*Fonts*/
/* Import fonts from Google Fonts: EB Garamond, Lora */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/*
 * Use customized system fonts as fallback for font stack
 * Needed to avoid layout shift
 */
@font-face {
	font-family: 'EB Garamond-fallback';
	size-adjust: 94.29999999999998%;
	ascent-override: 101%;
	descent-override: 36.40000000000171%;
	src: local('Times New Roman');
}

@font-face {
	font-family: 'Lora-fallback';
	size-adjust: 105.20000000000005%;
	ascent-override: 92%;
	descent-override: 32.60000000000166%;
	src: local('Georgia');
}

/* Font */
	/* Font family */
	--tg-font-family-heading: 'EB Garamond', 'EB Garamond-fallback', serif;
	--tg-font-family-body: 'Lora', 'Lora-fallback', serif;
	/* Font size */
	--tg-font-size-x-small: 0.8125rem;
	--tg-font-size-small: 0.875rem;
	--tg-font-size-medium: 1rem;
	--tg-font-size-large: 1.125rem;
	--tg-font-size-x-large: 1.25rem;
	--tg-font-size-xx-large: 1.5rem;
	--tg-font-size-xxx-large: 2rem;
	/* Font weight */
	--tg-font-weight-regular: 400;
	--tg-font-weight-medium: 500;
	--tg-font-weight-semibold: 600;
	/* Line height */
	--tg-line-height-xxx-small: 1.25;
	--tg-line-height-xx-small: 1.375;
	--tg-line-height: 1.6;