Vai al contenuto

MediaWiki:Common.css: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 3: Riga 3:
  * 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!
  */
  */
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.mw-body-content p {
font-family: 'Merriweather', serif;
text-align: justify;
}
.mobileonly {
display: none;
}
.nomobile {
display: initial;
}


/***** [VE] */
/***** [VE] */
Riga 339: Riga 353:
-moz-column-width: 20em;
-moz-column-width: 20em;
column-width: 20em;
column-width: 20em;
}
.mobileonly {
display: none;
}
.nomobile {
display: initial;
}
}


Riga 361: Riga 367:
background-color: #ecfcf4;
background-color: #ecfcf4;
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;
}
}
}