MediaWiki:Common.css
Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.
- Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
- Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
- Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
- Opera: premi Ctrl-F5.
/* Body */ body { background-color: #2b3e50; /* font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/ font-family: Playfair Display; } #mw-page-base { background: #2b3e50; } /* Link */ a { color: #df691a; text-decoration: none; background-color: transparent; } a.external { color: #df691a; text-decoration: none; background-color: transparent; } a.text { color: #df691a; text-decoration: none; background-color: transparent; } a:visited { color: #df691a; text-decoration: none; background-color: transparent; } /* Finestre standard */ #p-lang { background-color: #4e5d6c; border: 1px solid rgba(0, 0, 0, 0.125); } #p-lang-label { color: #ebebeb; font-size: 1.1rem; } /* 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% }