Skip to content

Instantly share code, notes, and snippets.

@ssaunier
Last active August 29, 2015 14:00
Show Gist options
  • Save ssaunier/1d66299af59cf3e3623f to your computer and use it in GitHub Desktop.
Save ssaunier/1d66299af59cf3e3623f to your computer and use it in GitHub Desktop.
External CSS for Premiere Classe Registration form
body {
font-size: 16px;
}
.wufoo li.focused {
background: none;
}
.wufoo input.text, .wufoo textarea.textarea {
background: none !important;
border: 1px solid #CCCCCC;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
border-radius: 4px;
padding: 4px 6px;
}
.wufoo input.btTxt {
border: 1px solid #DD4B39;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-weight: normal;
margin-bottom: 0;
padding: 10px;
text-align: center;
text-decoration: none;
text-shadow: 0 0 0 #FFFFFF;
vertical-align: middle;
background: none repeat scroll 0 0 #DD4B39;
color: #FFFFFF;
transition: all 0.1s linear 0s;
}
.wufoo input.btTxt:hover {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DD4B39;
color: #DD4B39;
transition: all 0.1s linear 0s;
}
@font-face {
font-family: 'ProximaNova-Regular';
src: url('https://techcampapp.herokuapp.com/assets/proxima-nova/257AD2_0_0.eot');
src: url('https://techcampapp.herokuapp.com/assets/proxima-nova/257AD2_0_0.eot?#iefix') format('embedded-opentype'),
url('https://techcampapp.herokuapp.com/assets/proxima-nova/257AD2_0_0.woff') format('woff'),
url('https://techcampapp.herokuapp.com/assets/proxima-nova/257AD2_0_0.ttf') format('truetype');
}
.wufoo .info h2, .wufoo .info div,
.wufoo label.desc, .wufoo legend.desc,
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label {
font-family: ProximaNova-Regular !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment