« Utilisateur:Maxim21/common.css » : différence entre les versions
mAucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 6 : | Ligne 6 : | ||
width: auto !important; | width: auto !important; | ||
border-radius: 0 !important; | border-radius: 0 !important; | ||
vertical-align: baseline !important; | vertical-align: baseline !important; | ||
padding: 15px !important; | padding: 15px !important; | ||
color: #333333 !important; | color: #333333 !important; | ||
margin-left: 1px !important; | margin-left: 1px !important; | ||
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(184,134,11,0) 100%); /* FF3.6+ */ | |||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(184,134,11,0))); /* Chrome,Safari4+ */ | |||
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(184,134,11,0) 100%); /* Chrome10+,Safari5.1+ */ | |||
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(184,134,11,0) 100%); /* Opera 11.10+ */ | |||
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(184,134,11,0) 100%); /* IE10+ */ | |||
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(184,134,11,0) 100%); /* W3C */ | |||
background-color: lightgray; | |||
} | } | ||