PluginProbe
GetResponse Forms by Optin Cat / 1.3.5
GetResponse Forms by Optin Cat v1.3.5
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / layouts / widget / layout_1 / layout.css

layout.css in GetResponse Forms by Optin Cat 1.3.5, at layouts/widget/layout_1/layout.css

88 lines 3.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fca_eoi_layout_1 {
2 border: solid 1px transparent;
3 }
4 .fca_eoi_layout_1_headline_copy_wrapper,
5 .fca_eoi_layout_1_description_copy_wrapper,
6 .fca_eoi_layout_1_privacy_copy_wrapper,
7 .fca_eoi_layout_1_fatcatapps_link_wrapper{
8 text-align: center;
9 }
10 .fca_eoi_layout_1_headline_copy_wrapper{
11 line-height: 1.4 !important;
12 margin: .5em !important;
13 padding: 0 !important;
14 }
15 .fca_eoi_layout_1_description_copy_wrapper,
16 .fca_eoi_layout_1_privacy_copy_wrapper {
17 margin: .5em;
18 }
19 .fca_eoi_layout_1_inputs_wrapper {
20 border-top: solid 1px #DBDBDB;
21 margin: 1em 1em 0;
22 padding: .5em 0 0;
23 }
24 .fca_eoi_layout_1_inputs_wrapper + p {
25 border-top: solid 1px #DBDBDB;
26 margin-top: 1em;
27 padding-top: 1em;
28 }
29 .fca_eoi_layout_1_inputs_wrapper p {
30 margin: .5em 0 !important;
31 padding: 0;
32 }
33 .fca_eoi_layout_1_email_field_wrapper,
34 .fca_eoi_layout_1_name_field_wrapper {
35 border: solid 1px transparent;
36 border-radius: 3px;
37 text-align: center;
38 font-size: 1.5em;
39 }
40 .fca_eoi_layout_1_email_field_wrapper input,
41 .fca_eoi_layout_1_email_field_wrapper input:focus,
42 .fca_eoi_layout_1_name_field_wrapper input:focus,
43 .fca_eoi_layout_1_name_field_wrapper input {
44 background: none !important;
45 border: 0;
46 box-shadow: none;
47 display: inline-block;
48 font-size: 16px;
49 line-height: 1;
50 width: calc( 97% - 3em );
51 padding: .5em 0;
52 margin: 0;
53 }
54 .fca_eoi_layout_1_email_field_wrapper .fa,
55 .fca_eoi_layout_1_name_field_wrapper .fa {
56 text-align: start;
57 width: 1.3em;
58 }
59 .fca_eoi_layout_1_submit_button_wrapper {
60 text-align: center;
61 }
62 .fca_eoi_layout_1_submit_button_wrapper input{
63 border: solid 1px transparent !important;
64 border-radius: 3px;
65 box-shadow: 0 1px 1px rgba( 255, 255, 255, .9 ) inset;
66 font-weight: bold;
67 line-height: 1.7;
68 margin: 0;
69 min-height: 36px;
70 white-space: normal;
71 width: 100%;
72 }
73 .fca_eoi_layout_1_submit_button_wrapper input,
74 .fca_eoi_layout_1_submit_button_wrapper input:hover {
75 background: none;
76 background: -moz-linear-gradient(top, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0.45) 48%, rgba(255,255,255,0) 52%, rgba(255,255,255,0) 100%); /* FF3.6+ */
77 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.35)), color-stop(48%,rgba(255,255,255,0.45)), color-stop(52%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
78 background: -webkit-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.45) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
79 background: -o-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.45) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
80 background: -ms-linear-gradient(top, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.45) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%); /* IE10+ */
81 background: linear-gradient(to bottom, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.45) 48%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%); /* W3C */
82 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
83 }
84 .fca_eoi_layout_1_fatcatapps_link_wrapper{
85 font-size: 12px;
86 }
87 ::-webkit-input-placeholder{color:inherit;opacity:.7}:-moz-placeholder{color:inherit;opacity:.7}::-moz-placeholder{color:inherit;opacity:.7}:-ms-input-placeholder{color:inherit;opacity:.7}
88