Skip to content

Instantly share code, notes, and snippets.

@zacwasielewski
Created August 25, 2015 16:02
Show Gist options
  • Save zacwasielewski/b7102cf98f9f2a36680b to your computer and use it in GitHub Desktop.
Save zacwasielewski/b7102cf98f9f2a36680b to your computer and use it in GitHub Desktop.
First Source Chamber Expo Wufoo CSS
html,
body {
margin: 0;
background-color: transparent;
}
#container {
width: auto;
box-shadow: none;
border: none;
margin: 0;
background-color: transparent;
}
#logo {
display: none;
}
form.wufoo {
margin: 0;
padding: 0;
}
.info[class],
header.info {
display: none;
}
form li,
form li.section h3,
form li.section div,
form li.buttons {
padding-left: 0;
padding-right: 0;
}
form li.focused {
background-color: transparent;
}
form li.section h3 {
/*font-size: */
}
form li.section div {
/*font-size: */
}
label.desc, legend.desc {
/*font-size: */
}
label {
/*font-size: */
}
input.text, input.search, input.file, textarea.textarea, select.select {
/* font-size: */
}
form li.buttons input {
/* font-size: */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment