MediaWiki:Common.css: differenze tra le versioni
Da REW Wiki.
(11 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 3: | Riga 3: | ||
html, body{ | html, body{ | ||
font-family: Verdana, Arial, sans-serif; | font-family: Verdana, Arial, sans-serif; | ||
− | + | } | |
+ | |||
+ | a:link{ | ||
+ | text-decoration: none; | ||
+ | color: #0000ff; | ||
} | } | ||
+ | a:hover{ | ||
+ | text-decoration: underline; | ||
+ | color: #0000ff; | ||
+ | } | ||
#toc, .toc, .mw-warning, .toccolours { | #toc, .toc, .mw-warning, .toccolours { |
Versione attuale delle 09:32, 12 lug 2016
/* Gli stili CSS inseriti qui si applicano a tutte le skin */ html, body{ font-family: Verdana, Arial, sans-serif; } a:link{ text-decoration: none; color: #0000ff; } a:hover{ text-decoration: underline; color: #0000ff; } #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; }