-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstructure.css
More file actions
executable file
·83 lines (75 loc) · 1.58 KB
/
structure.css
File metadata and controls
executable file
·83 lines (75 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
/* - - - - - - - - - - - - - - - - - - - - -
Title : Wufoo Form Structure
Author : Infinity Box Inc.
URL : http://wufoo.com
- - - - - - - - - - - - - - - - - - - - - */
html{
}
body{
font-size: 62%;
font-family:Verdana, Arial, Helvetica, sans-serif;
background: #141616;
padding:0;
text-align:center;
}
article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section, video, object, output {
display: block;
}
#container{
text-align:left;
background:#fff;
border:1px solid #ccc;
-webkit-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
-moz-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
-o-box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
box-shadow:rgba(0,0,0,.2) 0px 0px 5px;
}
#container, #bottom{
margin:0 auto;
width:640px;
}
#bottom{
width:650px;
height:10px !important;
margin-bottom:10px;
display:block !important;
}
form.wufoo{
margin:20px 14px 0 14px;
padding:0 0 20px 0;
position:relative;
}
/* ----- LOGO ----- */
#logo{
margin:0;
padding:0;
min-height:0;
background-color:#dedede;
text-indent:-9000px;
text-decoration:none;
}
#logo a{
min-height:40px;
height:40px;
display:block;
background:url(../images/wflogo.png) no-repeat left top;
overflow:hidden;
}
* html #logo a{
_background-image: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
}
img, a img{
border:none;
-ms-interpolation-mode: bicubic;
}
* html #bottom{
_behavior: url(../images/iepngfix.htc);
}
.hide, .cloak div, .cloak span, .likert.cloak tbody, .likert.cloak thead{
display:none !important;
}
.likert.cloak table{
border:none;
}