MediaWiki:Common.css: differenze tra le versioni
Vai alla navigazione
Vai alla ricerca
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 1: | Riga 1: | ||
/* Body */ | |||
body { | |||
background-color: #2b3e50; | |||
color: #ebebeb; | |||
} | |||
#mw-page-base { | |||
background: #2b3e50; | |||
} | |||
/* Tag generali */ | /* Tag generali */ | ||
a { | a { | ||
Riga 15: | Riga 26: | ||
background-color: #4e5d6c; | background-color: #4e5d6c; | ||
border: 1px solid rgba(0, 0, 0, 0.125); | border: 1px solid rgba(0, 0, 0, 0.125); | ||
} | } | ||
Riga 35: | Riga 35: | ||
border-bottom: 1px solid rgba(0, 0, 0, 0.125); | border-bottom: 1px solid rgba(0, 0, 0, 0.125); | ||
color: #ebebeb; | color: #ebebeb; | ||
font-size: 1.25rem; | |||
font-style: italic !important; | font-style: italic !important; | ||
margin-bottom: 0; | margin-bottom: 0; |
Versione delle 20:27, 7 dic 2020
/* Body */ body { background-color: #2b3e50; color: #ebebeb; } #mw-page-base { background: #2b3e50; } /* Tag generali */ a { color: #df691a; text-decoration: none; background-color: transparent; } a:visited { color: #df691a; text-decoration: none; background-color: transparent; } #p-lang { background-color: #4e5d6c; border: 1px solid rgba(0, 0, 0, 0.125); } /* Finestre */ .strongtitle { /* background-color: rgba(255, 255, 255, 0.075); */ background-color: #5b6977; border-bottom: 1px solid rgba(0, 0, 0, 0.125); color: #ebebeb; 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); color: #ebebeb; } /* Tabelle */ table.full { width: 100% }