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 */
 +
 
#toc, .toc, .mw-warning, .toccolours {
 
#toc, .toc, .mw-warning, .toccolours {
 
     background: rgba(255,255,238,0.7) none repeat scroll 0 0;
 
     background: rgba(255,255,238,0.7) none repeat scroll 0 0;
Riga 9: Riga 10:
  
 
#toctable {
 
#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;
 
     background: rgba(255,255,238,0.7) none repeat scroll 0 0;
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;

Versione delle 16:48, 21 mag 2016

/* Gli stili CSS inseriti qui si applicano a tutte le skin */

#toc, .toc, .mw-warning, .toccolours {
    background: rgba(255,255,238,0.7) none repeat scroll 0 0;
    border: 1px solid #aaa;
    box-shadow: 0 0 12px #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;
    border: 1px solid #aaa;
    box-shadow: 0 0 12px #a1a1a1;
    font-size: 95%;
    padding: 5px;
}