« Utilisateur:Maxim21/common.css » : différence entre les versions

mAucun résumé des modifications
mAucun résumé des modifications
Ligne 18 : Ligne 18 :
   background: linear-gradient(135deg, rgba(184,134,11,0.65) 0%,rgba(211,211,211,0) 100%); /* W3C */
   background: linear-gradient(135deg, rgba(184,134,11,0.65) 0%,rgba(211,211,211,0) 100%); /* W3C */
    
    
   background: -moz-linear-gradient(45deg, rgba(0,139,139,0.65) 0%, rgba(211,211,211,0) 100%); /* FF3.6+ */
   background: -moz-linear-gradient(to bottom left, rgba(0,139,139,0.65) 0%, rgba(211,211,211,0) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, right top, left bottom, color-stop(0%,rgba(0,139,139,0.65)), color-stop(100%,rgba(211,211,211,0))); /* Chrome,Safari4+ */
   background: -webkit-gradient(linear, right top, left bottom, color-stop(0%,rgba(0,139,139,0.65)), color-stop(100%,rgba(211,211,211,0))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(45deg, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* Chrome10+,Safari5.1+ */
   background: -webkit-linear-gradient(to bottom left, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(45deg, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* Opera 11.10+ */
   background: -o-linear-gradient(to bottom left, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(45deg, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* IE10+ */
   background: -ms-linear-gradient(to bottom left, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* IE10+ */
   background: linear-gradient(45deg, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* W3C */
   background: linear-gradient(to bottom left, rgba(0,139,139,0.65) 0%,rgba(211,211,211,0) 100%); /* W3C */
    
    
   background-color: lightgray;
   background-color: lightgray;