Skip to content

Instantly share code, notes, and snippets.

@challengee
Created March 30, 2013 22:13
Show Gist options
  • Save challengee/5278579 to your computer and use it in GitHub Desktop.
Save challengee/5278579 to your computer and use it in GitHub Desktop.
.et_color_scheme_red a.learn-more:hover,.et_color_scheme_red .blog-post a.learn-more:hover,.et_color_scheme_red .comment-reply-link:hover,.et_color_scheme_red #home-section-news a.more-info:hover,.et_color_scheme_red #home-section-projects a.more-info:hover,.et_color_scheme_red #home-section-pricing a.more-info:hover {
background: #711d39;
/* Old browsers */
background: -moz-linear-gradient(top, #711d39 1%, #5d182f 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#711d39), color-stop(100%,#5d182f));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #711d39 1%,#5d182f 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #711d39 1%,#5d182f 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #711d39 1%,#5d182f 100%);
/* IE10+ */
background: linear-gradient(to bottom, #711d39 1%,#5d182f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#711d39', endColorstr='#5d182f',GradientType=0 );
/* IE6-9 */
border: 1px solid #5d182f;
-webkit-box-shadow: 0 1px 0 #5d182f inset, 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 0 #5d182f inset, 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 0 #5d182f inset, 0 1px 2px rgba(0,0,0,0.1);
color: #fff;
text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment