MediaWiki:Common.css: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
 
(15 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/*
/*
  * Impostazioni CSS comuni a tutti indipendentemente dalla skin
  * Impostazioni CSS comuni a tutti indipendentemente dalla skin
  * NOTA PER GLI AMMINISTRATORI DELL'INTERFACCIA: Si prega di non modificare senza preventiva discussione!
  * NOTA PER GLI AMMINISTRATORI DELL'INTERFACCIA: Si prega di non modificare senza preventiva discussione!
  */
  */
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-size: 1.3em;
}


/***** [VE] */
/***** [VE] */
Riga 341: Riga 346:
}
}


.mobileonly {
.mw-parser-output a.extiw:visited {
display: none;
color: #36b;
}
 
.nomobile {
display: initial;
}
}


Riga 358: Riga 359:
padding: 1em;
padding: 1em;
}
}
@media screen {
/* Gallery styles background changes are restricted to screen view.
  In printing we should avoid applying backgrounds. */
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
/* Light gray padding */
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, or portals. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img {
background-image: none;
}
/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
  do not apply to print mode */
#siteSub {
display: block;
}
}
.citation.libro .autore, .citation.pubblicazione .autore, .citazione-table .extiw { font-variant: small-caps; }