Skip to content

Instantly share code, notes, and snippets.

@micrypt
Created March 29, 2011 03:41
Show Gist options
  • Save micrypt/891773 to your computer and use it in GitHub Desktop.
Save micrypt/891773 to your computer and use it in GitHub Desktop.
A few more tweaks & I dropped off a wee logo option here: http://dl.dropbox.com/u/6744016/logo_sm.png
body {
font-family: "Amaranth", arial, serif;
text-shadow: 0px 1px -1px white;
}
.button {
clear: both;
background: #39C629;
background: -moz-linear-gradient(0% 100% 90deg, #118900 0%, #17B500 50%, #39C629 50%, #43EE2E 100%);
background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #43EE2E), color-stop(0.5, #39C629), color-stop(0.5, #17B500), color-stop(1, #118900));
border: 1px solid #119500;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 3px;
box-shadow: inset 0px 0px 0px 1px rgba(115, 255, 100, 0.4), 0 1px 3px #CCC;
-moz-box-shadow: inset 0px 0px 0px 1px rgba(115, 255, 100, 0.4), 0 1px 3px #CCC;
-webkit-box-shadow: inset 0px 0px 0px 1px rgba(115, 255, 100, 0.4), 0 1px 3px #AAA;
color: white;
font-family: "Helvetica Neue", arial, serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
line-height: 1;
padding: 10px 0 12px 0;
text-align: center;
text-shadow: 0px -1px 1px #0A5000;
display: block;
width: 228px;
margin: 3px auto;
cursor: pointer;
}
section {
background: #EFEFEF;
color: #444;
padding: 12px;
-moz-box-shadow: 0 5px 5px #999;
-webkit-box-shadow: 0 3px 3px #999;
box-shadow: 0 3px 3px #999;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 1px solid white inset;
}
p a, ul li a {
color:#2181BF
}
em {
font-style: normal;
color: #111;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment