Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created March 20, 2012 01:51
Show Gist options
  • Select an option

  • Save SpencerCooley/2129892 to your computer and use it in GitHub Desktop.

Select an option

Save SpencerCooley/2129892 to your computer and use it in GitHub Desktop.
#sign_up_form{
margin-top:20px;
float:left;
}
input.registration_input{
height:34px;
width:350px;
border-radius:8px;
border-style:solid;
border-color:#000000;
border-width:1px;
outline:none;
font-size:15px;
padding:5px;
font-size:22px;
color:#999999;
margin-bottom:10px;
margin-top:5px;
}
#registration_title{
font-size:24px;
margin-bottom:12px;
}
#submit_button_registration{
width:330px;
background: #ffe66d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTY2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmFiMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffe66d 0%, #ffab31 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe66d), color-stop(100%,#ffab31)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffe66d 0%,#ffab31 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffe66d 0%,#ffab31 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffe66d 0%,#ffab31 100%); /* IE10+ */
background: linear-gradient(top, #ffe66d 0%,#ffab31 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe66d', endColorstr='#ffab31',GradientType=0 ); /* IE6-8 */
}
#terms_wrap p{
font-size:10px;
}
#terms_wrap{
background-color:#f1f1f1;
width:340px;
padding:10px;
border-radius:8px;
}
#terms{
margin-top:5px;
margin-bottom:5px;
background-color:#fff;
padding:5px;
border-radius:8px;
}
#register_facebook{
position:relative;
width:300px;
float:right;
margin-top:75px;
}
#sign_up_form select{
height:46px;
width:289px;
margin-bottom:10px;
font-size:20px;
width:360px;
}
@SpencerCooley
Copy link
Copy Markdown
Author

Paste this at the bottom of the style.css file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment