Skip to content

Instantly share code, notes, and snippets.

@coreyward
Created April 6, 2017 20: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 coreyward/4f283da05b7d4f9a963926dcecc17e1d to your computer and use it in GitHub Desktop.
Save coreyward/4f283da05b7d4f9a963926dcecc17e1d to your computer and use it in GitHub Desktop.
Acton Wufoo Theme
html,
body {
font-family: "Open Sans", Helvetica, Arial;
background: #1A293E;
color: #fff;
}
#logo,
#header {
display: none;
}
form ul {
list-style: none;
padding: 0;
}
.req {
color: #D0011B;
margin-left: -0.25em;
}
label.desc {
font-size: 13px;
margin-bottom: 0.25em;
display: block;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
padding: 8px 12px;
font-size: 12px;
font-family: inherit;
border: 0;
outline: 0;
border-radius: 2px;
box-shadow: 0;
margin-bottom: 1em;
}
input[type="tel"] + label {
display: none;
}
input[type="submit"] {
background: #007591;
border: 0;
outline: 0;
color: #fff;
font-weight: 600;
text-transform: uppercase;
padding: 12px 20px;
font-size: 14px;
letter-spacing: 0.05em;
margin: 15px 0;
}
input[type="email"] {
width: 290px;
max-width: 80%;
}
#fo8li1,
#fo8li2 {
display: inline-block;
}
#fo8li2 {
margin-left: 0.5em;
}
.hide {
position: absolute;
top: -10px;
left: -10px;
height: 1px;
width: 1px;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment