« Utilisateur:Maxim21/common.css » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 65 : | Ligne 65 : | ||
#mp-frame #mp-second-tab table tr td { | #mp-frame #mp-second-tab table tr td { | ||
background: dodgerblue; /* Old browsers */ | background: dodgerblue; /* Old browsers */ | ||
background: -moz-linear-gradient(left, lightgray | background: -moz-linear-gradient(left, lightgray 30%, dodgerblue 100%); /* FF3.6+ */ | ||
background: -webkit-gradient(linear, left top, right top, color-stop( | background: -webkit-gradient(linear, left top, right top, color-stop(30%,lightgray), color-stop(100%,dodgerblue)); /* Chrome,Safari4+ */ | ||
background: -webkit-linear-gradient(left, lightgray | background: -webkit-linear-gradient(left, lightgray 30%,dodgerblue 100%); /* Chrome10+,Safari5.1+ */ | ||
background: -o-linear-gradient(left, lightgray | background: -o-linear-gradient(left, lightgray 30%,dodgerblue 100%); /* Opera 11.10+ */ | ||
background: -ms-linear-gradient(left, lightgray | background: -ms-linear-gradient(left, lightgray 30%,dodgerblue 100%); /* IE10+ */ | ||
background: linear-gradient(to right, lightgray | background: linear-gradient(to right, lightgray 30%,dodgerblue 100%); /* W3C */ | ||
} | } | ||