Skip to content

Instantly share code, notes, and snippets.

@safranck
Created February 4, 2015 01:11
Show Gist options
  • Save safranck/18a2982a8e945726e935 to your computer and use it in GitHub Desktop.
Save safranck/18a2982a8e945726e935 to your computer and use it in GitHub Desktop.
Suzette Style for GravityStyles.com Plugin
/* Suzette theme style*/
.gform_wrapper .gf_style_suzette {border:5px solid #F2A7DC; border-radius: 5px;}
.gf_style_suzette { padding: 15px; background-color: #F23FBD; border-radius: 5px; }
.gf_style_suzette .gform_title {font-weight: bold !important;}
.gf_style_suzette .gform_description {font-size: 1.6rem; color:#FFF; font-weight: 100 !important;}
.gf_style_suzette .gfield_label {font-weight: 100 !important; font-size: 1.6rem;}
.gf_style_suzette input[type="submit"],
input[type="button"],
input[type="reset"] {
background: #f2a7dc; /* Old browsers */
background: -webkit-linear-gradient(top, #f2a7dc 0%, #f2a7dc 100%); /* Chrome 10+, Safari 5.1+ */
background: linear-gradient(to bottom, #f2a7dc 0%, #f2a7dc 100%); /* W3C */
border: none;
border: 3px solid #6d0a50;
border-radius: 5px;
color: #6d0a50;
display: inline-block;
padding: 20px 30px 20px;
text-decoration: none;
text-transform: lowercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment