Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created July 16, 2013 00:00
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 arunthampi/6004624 to your computer and use it in GitHub Desktop.
Save arunthampi/6004624 to your computer and use it in GitHub Desktop.
Nitrous:Enterprise wufoo css
/* Backgrounds */
html {
background-color: white;
}
.wufoo {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
}
#container {
background: #FFFFFF
}
.wufoo input.text, .wufoo textarea.textarea {
background: #FFFFFF url(/images/fieldbg.gif) repeat-x top
}
.wufoo .focused {
background: #FFF7C0
}
.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;
color: #333333
}
.wufoo label.choice {
color: #444444
}
.wufoo .instruct {
font-size: 80%;
font-family: inherit;
color: #444444
}
h1, #header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment