Skip to content

Instantly share code, notes, and snippets.

@kumekay
Created October 24, 2012 08:46
Show Gist options
  • Save kumekay/3944893 to your computer and use it in GitHub Desktop.
Save kumekay/3944893 to your computer and use it in GitHub Desktop.
Красная кнопка Октопус-ДВ
.btn-red {
background-color: hsl(360, 100%, 36%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f40000", endColorstr="#b70000");
background-image: -khtml-gradient(linear, left top, left bottom, from(#f40000), to(#b70000));
background-image: -moz-linear-gradient(top, #f40000, #b70000);
background-image: -ms-linear-gradient(top, #f40000, #b70000);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f40000), color-stop(100%, #b70000));
background-image: -webkit-linear-gradient(top, #f40000, #b70000);
background-image: -o-linear-gradient(top, #f40000, #b70000);
background-image: linear-gradient(#f40000, #b70000);
border-color: #b70000 #b70000 hsl(360, 100%, 33%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment