Skip to content

Instantly share code, notes, and snippets.

@nvk
Created March 9, 2013 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvk/5125076 to your computer and use it in GitHub Desktop.
Save nvk/5125076 to your computer and use it in GitHub Desktop.
body{
background:#D8D8D8 url(http://subtlepatterns.com/patterns/brillant.png);
font-family: Helvetica, Arial, sans-serif;
}
.input-field{
border-radius: 2px;
background: #FFFFFF;
border: 1px solid #BDBDBD;
-moz-box-shadow: inset 0px 5px 0px 0 rgba(0,0,0,0.10);
-webkit-box-shadow: inset 0px 5px 0px 0 rgba(0,0,0,0.10);
box-shadow: inset 0px 5px 0px 0 rgba(0,0,0,0.10);
/* text */
font-size: 50px;
color: #000000;
line-height: 60px;
}
/* buttons */
.btn{
border-radius: 2px;
border: 1px solid #413F3F;
-moz-box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.50);
-webkit-box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.50);
box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.50);
-moz-box-shadow: inset 0px 5px 0px 0 rgba(243,243,243,0.19);
-webkit-box-shadow: inset 0px 5px 0px 0 rgba(243,243,243,0.19);
box-shadow: inset 0px 5px 0px 0 rgba(243,243,243,0.19);
}
/*button colors*/
.btn-green{
background: #A2BF3B;
}
.btn-red{
background: #DC4B38;
}
.btn-blue{
background: #365EBF;
}
/* micro text */
.micro-text{
font-size: 22px;
color: rgba(0,0,0,0.00);
line-height: 26px;
}
/*checkbox*/
.checkbox{
background: #FFFFFF;
border: 1px solid #979797;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment