Vai al contenuto

MediaWiki:Common.css: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
(4 versioni intermedie di uno stesso utente non sono mostrate)
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!
  */
  */
body:not(.ns--1):not(.ns-2):not(.ns-8):not(.ns-10) .mw-body-content p {
font-size: 1.3em;
}


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


Riga 362: Riga 358:
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; }