1+ /*
2+ ----------------------------------------------------------------
3+
4+ preview.css
5+ Gravity Forms Form Preview Styles
6+ http://www.gravityforms.com
7+ updated: January 23, 2012 12:55 PM
8+
9+ Gravity Forms is a Rocketgenius project
10+ copyright 2012 Rocketgenius Inc.
11+ http: //www.rocketgenius.com
12+ this may not be re-distrubited without the
13+ express written permission of the author.
14+
15+ NOTE: DO NOT EDIT THIS FILE!
16+ THIS FILE IS REPLACED DURING AUTO UPGRADE
17+ AND ANY CHANGES MADE HERE WILL BE OVERWRITTTEN.
18+
19+ ----------------------------------------------------------------
20+ */
21+
22+ body {
23+ font-family : Helvetica, Arial, sans-serif;
24+ padding : 0 0 20px 0
25+ }
26+ div # preview_hdr {
27+ margin : 0 ;
28+ color : # 18749D ;
29+ font-family : Georgia, "Times New Roman" , "Bitstream Charter" , Times, serif;
30+ padding : 12px 20px 12px 0 ;
31+ font-size : 16px ;
32+ border-bottom : 2px solid # C5D7F1 ;
33+ background-color : # DFEFFF ;
34+ display : block !important
35+ }
36+ div # preview_hdr div : first-child {
37+ background : url(../ ../ ../ ../ wp-admin/images/wp-logo.png);
38+ background-position : 16px center;
39+ background-repeat : no-repeat;
40+ padding-left : 36px
41+ }
42+ div # preview_hdr span .actionlinks {
43+ width : 200px ;
44+ display : block;
45+ float : right;
46+ text-align : right;
47+ margin-top : 5px ;
48+ font-family : "lucida sans" , "lucida grande" , lucida , sans-serif;
49+ font-size : 12px ;
50+ color : # CCC
51+ }
52+ div # preview_hdr a {
53+ color : # 21759B ;
54+ text-decoration : none;
55+ display : inline;
56+ font-weight : normal;
57+ letter-spacing : normal
58+ }
59+ div # preview_hdr a : hover {
60+ color : # 21759B ;
61+ text-decoration : underline
62+ }
63+ div # preview_note {
64+ background-color : # FFFBCC ;
65+ color : # 424242 ;
66+ border-bottom : 1px solid # E6DB55 ;
67+ border-top : 1px solid # FFF ;
68+ margin : 0 0 16px 0 ;
69+ padding : 8px 18px ;
70+ font-size : 12px ;
71+ font-family : "lucida sans" , "lucida grande" , lucida , sans-serif
72+ }
73+ div # preview_form_container {
74+ padding : 0 20px 40px 20px ;
75+ }
76+ .gform_wrapper {
77+ font-size : 13px ;
78+ color : # 111 ;
79+ overflow : visible;
80+ max-width : 640px
81+ }
82+ # gforms_confirmation_message {
83+ font-size : 1.4em !important
84+ }
0 commit comments