MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 3: | Riga 3: | ||
body { | body { | ||
background-color: #2b3e50; | background-color: #2b3e50; | ||
color: #ebebeb !important; | |||
font-family: Playfair Display; | font-family: Playfair Display; | ||
} | } | ||
Riga 50: | Riga 50: | ||
background-color: #5b6977; | background-color: #5b6977; | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.125); | border-bottom: 1px solid rgba(0, 0, 0, 0.125); | ||
font-size: 1.25rem; | font-size: 1.25rem; | ||
font-style: italic !important; | font-style: italic !important; | ||
Riga 60: | Riga 59: | ||
background-color: #4e5d6c; | background-color: #4e5d6c; | ||
border: 1px solid rgba(0, 0, 0, 0.125); | border: 1px solid rgba(0, 0, 0, 0.125); | ||
} | } | ||
Versione delle 20:55, 7 dic 2020
/* Body */ body { background-color: #2b3e50; color: #ebebeb !important; font-family: Playfair Display; } #mw-page-base { background: #2b3e50; } /* Link */ a { color: #df691a !important; text-decoration: none; background-color: transparent; } a.new { color: #f0ad4e !important; } /* Finestre standard */ #p-lang { background-color: #4e5d6c; border: 1px solid rgba(0, 0, 0, 0.125); } #p-lang-label { color: #ebebeb; font-size: 1.05rem; } #p-tb { background-color: #4e5d6c; border: 1px solid rgba(0, 0, 0, 0.125); } #p-tb-label { color: #ebebeb; font-size: 1.05rem; } /* Finestre */ .strongtitle { /* background-color: rgba(255, 255, 255, 0.075); */ background-color: #5b6977; border-bottom: 1px solid rgba(0, 0, 0, 0.125); font-size: 1.25rem; font-style: italic !important; margin-bottom: 0; padding: 0.75rem 1.25rem; } .box { background-color: #4e5d6c; border: 1px solid rgba(0, 0, 0, 0.125); } /* Tabelle */ table.full { width: 100% }