Skip to content

Instantly share code, notes, and snippets.

@carlwoodward
Last active August 8, 2022 02:44
Show Gist options
  • Save carlwoodward/1d03fc0ddac78bd94c6f68535f8f2769 to your computer and use it in GitHub Desktop.
Save carlwoodward/1d03fc0ddac78bd94c6f68535f8f2769 to your computer and use it in GitHub Desktop.
/* - - - - - - - - - - - - - - - - - - - - -
Title : Example Custom CSS : DinoMaster!
URL : http://wufoo.com
Last Updated : April 1, 2011
- - - - - - - - - - - - - - - - - - - - -
INSTRUCTIONS
1. Copy / Paste all or portions of these
CSS rules into "custom.css".
2. Experiment and play.
- - - - - - - - - - - - - - - - - - - - - */
/* - - - Default - - - */
/* Logo */
#logo a {background-image:url('http://wufoo.com/images/themes/logos/shark.png'); min-height:0; height:40px}
* html #logo a {/* IE6 png Support */
background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wufoo.com/images/themes/logos/shark.png", sizingMethod="crop");
}
/* Backgrounds */
html{background-image:none;background-color:#99cc00}
#logo{background-image:none;background-color:#669900}
#container{background:#FFFFFF}
.wufoo input.text, .wufoo textarea.textarea{background:#FFFFFF}
.wufoo .focused{background:#FFF}
.wufoo .instruct{background-color:#F5F5F5}
/* Borders */
#container{border:0 solid #cccccc}
.wufoo .info{border-bottom:1px dotted #CCCCCC}
.wufoo .instruct{border:1px solid #e6e6e6}
/* Typography */
.wufoo .info h2{font-size:160%;font-family:inherit;color:#000000}
.wufoo .info div{font-size:95%;font-family:inherit;color:#444444}
.wufoo .section h3{font-size:110%;font-family:inherit;background:#FFFFFF;color:#000000}
.wufoo .section div{font-size:85%;font-family:inherit;color:#444444}
.wufoo label.desc, .wufoo legend.desc{font-size:95%;font-family:inherit;color:#444444}
.wufoo li div, .wufoo li div label, .wufoo li span label{font-family:inherit;color:#444444}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{
font-size:100%;font-family:inherit;
background: pink!important;
color:#333333;
padding: 0.5rem;
border: 1px solid #efefef;
border-radius: 3px;
}
.wufoo label.choice{color:#444444}
.wufoo .instruct{font-size:80%;font-family:inherit;color:#444444
}
.wufoo button {
background-color: #ccc;
color: #fff;
padding: 0.5rem 0.25rem;
border-radius: 3px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment