MediaWiki:Gadget-Specialchars.css
Aspetto
Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.
- Firefox / Safari: tenere premuto il tasto delle maiuscole e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
- Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
- Internet Explorer: tenere premuto il tasto Ctrl mentre si fa clic su Refresh, oppure premere Ctrl-F5
- Opera: svuotare completamente la cache dal menu Strumenti → Preferenze
#specialchars {
margin-top: 3px;
border: 1px solid #aaa;
padding: 1px 1px 3px;
text-align: left;
background-color: #fff;
color: black;
}
#specialchars p {
font-family: 'Arial Unicode MS','Lucida Sans Unicode','MS Mincho',Arial,sans-serif;
text-decoration: none;
line-height: 1.7em;
}
#specialchars .arabic {
font-family: 'Traditional Arabic','Arial Unicode MS','Lucida Sans Unicode','MS Mincho',sans-serif;
font-size: 1.5em;
line-height: 1.8em;
}
#specialchars .burmese {
font-family: 'Myazedi',sans-serif;
font-size: 1.5em;
line-height: 1.8em;
}
#specialchars .khmer {
font-family: 'Khmer OS',sans-serif;
font-size: 1.5em;
line-height: 2.2em;
}
#specialchars a {
color: #000;
background: #dff1ff;
border: 1px #000 outset;
padding: 0 3px 3px;
font-size: 0.9em;
}
#specialchars a:hover {
background-color: #f3faff;
color: black;
border-style: outset;
}
#specialchars a:active {
background-color: #f3faff;
color: black;
border-style: inset;
}