MediaWiki:Common.css: differenze tra le versioni
Da REW Wiki.
Riga 1: | Riga 1: | ||
/* Gli stili CSS inseriti qui si applicano a tutte le skin */ | /* Gli stili CSS inseriti qui si applicano a tutte le skin */ | ||
+ | |||
+ | html, body{ | ||
+ | font-family: Verdana, Arial, sans-serif; | ||
+ | font-size: 10pt; | ||
+ | } | ||
+ | |||
#toc, .toc, .mw-warning, .toccolours { | #toc, .toc, .mw-warning, .toccolours { |
Versione delle 14:56, 26 mag 2016
/* Gli stili CSS inseriti qui si applicano a tutte le skin */ html, body{ font-family: Verdana, Arial, sans-serif; font-size: 10pt; } #toc, .toc, .mw-warning, .toccolours { background: rgb(255,255,238); /* fallback color */ background: url(rgba.php?r=255&g=255&b=238&a=70) repeat; /* IE6,IE7 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C2ffffee, endColorstr=#C2ffffee); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C2ffffee', EndColorStr='#C2ffffee')"; background: rgba(255,255,238,0.7) none repeat scroll 0 0; border: 1px solid #aaa; box-shadow: 5px 5px 10px 2px #a1a1a1; -webkit-box-shadow: 5px 5px 10px 2px #a1a1a1; -moz-box-shadow: 5px 5px 10px 2px #a1a1a1; font-size: 95%; padding: 5px; } #toctable { background: rgb(255,255,238); /* fallback color */ background: url(rgba.php?r=255&g=255&b=238&a=70) repeat; /* IE6,IE7 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C2ffffee, endColorstr=#C2ffffee); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#C2ffffee', EndColorStr='#C2ffffee')"; background: rgba(255,255,238,0.7) none repeat scroll 0 0; box-shadow: 5px 5px 10px 2px #a1a1a1; -webkit-box-shadow: 5px 5px 10px 2px #a1a1a1; -moz-box-shadow: 5px 5px 10px 2px #a1a1a1; font-size: 95%; padding: 5px; }