PluginProbe
GetResponse Forms by Optin Cat / 1.5.0
GetResponse Forms by Optin Cat v1.5.0
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_2 / layout.css

layout.css in GetResponse Forms by Optin Cat 1.5.0, at layouts/widget/layout_2/layout.css

102 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .fca_eoi_layout_2 {
2 padding: .8em;
3 }
4 .fca_eoi_layout_2 h3 {
5 box-sizing: content-box;
6 font-weight: normal;
7 margin: 0 !important;
8 padding: .5em !important;
9 text-align: center;
10 line-height: 1.2 !important;
11 }
12 .fca_eoi_layout_2 p {
13 margin: .75em 0 !important;
14 }
15 .fca_eoi_layout_2 .ribbon {
16 font-size: 24px !important;
17 position: relative;
18 text-align: center;
19 padding: .75em 2em !important;
20 margin: 0 0 3em;
21 width: calc(100% + 2em);
22 max-width: calc(100% - 2em);
23 margin-left: -1em !important;
24 }
25 .fca_eoi_layout_2 .ribbon .ribbon-content:before,
26 .fca_eoi_layout_2 .ribbon .ribbon-content:after {
27 content: "";
28 position: absolute;
29 display: block;
30 border-style: solid;
31 border-color: transparent;
32 bottom: -.5em;
33 }
34 .fca_eoi_layout_2 .ribbon .ribbon-content:before {
35 left: 0;
36 border-width: .5em 0 0 .5em;
37 }
38 .fca_eoi_layout_2 .ribbon .ribbon-content:after {
39 right: 0;
40 border-width: .5em .5em 0 0;
41 }
42 .fca_eoi_layout_2_description_copy_wrapper{
43 margin: 1em 0;
44 overflow: hidden;
45 text-align: center;
46 }
47 .fca_eoi_layout_2_description_copy_wrapper img{
48 margin: 0 .5em .5em;
49 }
50 .fca_eoi_layout_2_email_field_wrapper,
51 .fca_eoi_layout_2_name_field_wrapper {
52 padding: .5em !important;
53 border: solid 1px transparent;
54 }
55 .fca_eoi_layout_2_email_field_wrapper input,
56 .fca_eoi_layout_2_name_field_wrapper input {
57 background: transparent;
58 }
59 .fca_eoi_layout_2_email_field_wrapper .fa,
60 .fca_eoi_layout_2_name_field_wrapper .fa{
61 font-size: 1.5em;
62 opacity: .7;
63 text-align: center;
64 width: 1em;
65 }
66 .fca_eoi_layout_2_email_field_wrapper input,
67 .fca_eoi_layout_2_email_field_wrapper input:focus,
68 .fca_eoi_layout_2_name_field_wrapper input,
69 .fca_eoi_layout_2_name_field_wrapper input:focus {
70 border-color: transparent;
71 box-shadow: none;
72 display: inline-block;
73 margin: 0 .5em;
74 padding: 0;
75 width: calc(100% - 3em);
76 }
77 .fca_eoi_layout_2_submit_button_wrapper input {
78 background: none;
79 border-width: 0;
80 border-bottom: solid 3px transparent;
81 }
82 .fca_eoi_layout_2_submit_button_wrapper input:hover {
83 background: none;
84 }
85 .fca_eoi_layout_2 input[type=submit] {
86 border-color: transparent;
87 border-radius: 0;
88 box-shadow: none;
89 font-size: 1.4em;
90 font-weight: bold;
91 padding: .5em;
92 width: 100%;
93 }
94 .fca_eoi_layout_2_privacy_copy_wrapper {
95 text-align: center;
96 }
97 .fca_eoi_layout_2_fatcatapps_link_wrapper {
98 font-size: 12px;
99 text-align: center;
100 }
101 ::-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}
102