MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
(Pagina sostituita con '→Body: body { background-color: #2b3e50; }') Etichetta: Sostituito |
Nessun oggetto della modifica |
||
Riga 2: | Riga 2: | ||
body { | body { | ||
background-color: #2b3e50; | margin: 0; | ||
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |||
font-size: 1rem; | |||
font-weight: 400; | |||
line-height: 1.5; | |||
color: #ebebeb; | |||
text-align: left; | |||
background-color: #2b3e50; | |||
} | } |
Versione delle 09:59, 7 dic 2020
/* Body */ body { margin: 0; font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #ebebeb; text-align: left; background-color: #2b3e50; }