MediaWiki:Common.css: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
(17 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: | ||
} |
} |
||
.mw-parser-output a.extiw:visited { |
|||
.mobileonly { |
|||
color: #36b; |
|||
} |
} |
||
/* For template documentation */ |
|||
/* TemplateStyles */ |
|||
.template-documentation { |
|||
clear: both; |
|||
margin: 1em 0 0 0; |
|||
border: 1px solid #a2a9b1; |
|||
background-color: #ecfcf4; |
|||
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; } |