forked from wp-premium/gravityforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreview.css
More file actions
127 lines (110 loc) · 2.88 KB
/
preview.css
File metadata and controls
127 lines (110 loc) · 2.88 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
/*
----------------------------------------------------------------
preview.css
Gravity Forms Form Preview Styles
http://www.gravityforms.com
updated: February 5, 2015 12:15 PM
Gravity Forms is a Rocketgenius project
copyright 2008-2015 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.
NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTTEN.
----------------------------------------------------------------
*/
body {
font-family: "lucida sans", "lucida grande", lucida , arial, sans-serif;
font-size: 16px;
padding: 0 0 1.250em 0;
background-color: #F1F1F1;
}
div#preview_hdr {
margin: 0;
color: #FFF;
font-family: "Open Sans",sans-serif;
padding: 0.625em 1.250em 0.50em 0;
font-size: 1em;
background-color: #0074A2;
display:block !important;
}
div#preview_hdr h2 {
font-weight: normal;
padding: 0 !important;
margin: 0 !important;
font-size: 1.125em;
white-space: nowrap !important;
}
div#preview_hdr div:first-child {
padding-left: 1em;
}
div#preview_hdr span.actionlinks {
width: auto !important;
display: block;
float: right;
text-align: right;
margin-top: 2px;
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
font-size: 1em;
color: #FFF;
}
div#preview_hdr a {
color: #FFF;
text-decoration: none;
display: inline;
font-weight: normal;
letter-spacing: normal;
font-size: 0.750em;
}
div#preview_hdr a:hover {
color: #FFF;
text-decoration: underline;
}
div#preview_note {
background-color: #FFFBCC;
color: #424242;
margin: 0 0 1em 0;
padding: 0.875em 1.250em;
font-size: 0.750em;
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
border-bottom: 2px solid #E6DB55;
}
div#preview_form_container {
padding: 1.250em 1.250em 2em 1.250em;
background-color: #fff;
margin: 1.5em;
}
.gform_wrapper {
color: #000;
font-size: 0.813em;
}
.gform_footer input.button,
.gform_footer input[type=button],
.gform_page_footer input.button,
.gform_page_footer input[type=button] {
border: none;
font-size: 1em;
text-decoration: none;
color: #FFF;
background-color: #3498db;
box-shadow: inset 0px 1px 0px #73b0d8, 0px 4px 0px #2980b9;
text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
position: relative;
padding: 0.750em 1.50em;
border-radius: 4px;
-webkit-appearance: none !important;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button,
.gform_wrapper.gf_browser_ie .gform_footer input[type=button],
.gform_wrapper.gf_browser_ie .gform_page_footer input.button,
.gform_wrapper.gf_browser_ie .gform_page_footer input[type=button] {
padding: 12px 24px 12px 24px !important;
}
.gform_footer input.button:hover,
.gform_footer input[type=button]:hover,
.gform_page_footer input.button:hover,
.gform_page_footer input[type=button]:hover {
color: #FFF;
background-color: #4ba7e5;
}