Anonimo

MediaWiki:Common.css: differenze tra le versioni

Da Wikitrek.
m
TemplateQuote
Nessun oggetto della modifica
m (TemplateQuote)
Riga 6: Riga 6:


/* <syntaxhighlight lang=css> */
/* <syntaxhighlight lang=css> */
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans|Libre+Baskerville:ital@1');


/* See https://stackoverflow.com/questions/35523211/change-text-color-based-on-the-background-color */
/* See https://stackoverflow.com/questions/35523211/change-text-color-based-on-the-background-color */
Riga 499: Riga 499:
   display: table;
   display: table;
   clear: left;
   clear: left;
}
.templatequote {
font-family: 'Libre Baskerville', serif;
font-style: italic;
}
.templatequotecite {
font-style: normal;
}
}