PluginProbe
GetResponse Forms by Optin Cat / trunk
GetResponse Forms by Optin Cat vtrunk
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 / assets / style-new.css

style-new.css in GetResponse Forms by Optin Cat trunk, at assets/style-new.css

128 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat .tooltipster-box {
2 background-color: #DE607C;
3 border-radius: 5px;
4 margin-top: 10px;
5 font-size: 14px;
6 font-family: sans-serif;
7 }
8 .tooltipster-sidetip.tooltipster-borderless.tooltipster-optin-cat-admin .tooltipster-box {
9 background-color: #555;
10 color: white;
11 }
12
13 .tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
14 top: 2px;
15 }
16
17 .tooltipster-optin-cat.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
18 border-top-color: #DE607C;
19 }
20
21 .fca_eoi_layout_banner {
22 font-size: 14px !important;
23 }
24 .fca_eoi_featherlight {
25 z-index: 9999998;
26 cursor: initial;
27 background: rgba(0,0,0,.8);
28 }
29
30 .fca_eoi_form_input_element {
31 font-family: inherit;
32 }
33
34 .fca_eoi_featherlight .featherlight-content {
35 background-color: transparent;
36 padding: 0;
37 overflow: visible !important;
38 }
39 /* OLD ICON */
40 .fca_eoi_featherlight-close {
41 display: none;
42 }
43
44 div.fca_eoi_layout_postbox_wrapper {
45 text-align: center;
46 width: 100%;
47 margin-bottom: 16px;
48 }
49
50 input.fca_eoi_gdpr_consent {
51 cursor: pointer;
52 margin: 0 5px 0 0;
53 position: relative;
54 top: 2px;
55 }
56
57 .block-editor-block-toolbar {
58 width: max-content !important;
59 }
60
61 .wp-block[data-type="optin-cat/gutenblock-twostep"],
62 .fca_eoi_layout_postbox,
63 .fca_eoi_layout_popup,
64 .fca_eoi_layout_widget {
65 width: 100%;
66 font-family: sans-serif;
67 text-align: center;
68 border: 1px solid transparent;
69 }
70
71 div.fca_eoi_layout_headline_copy_wrapper label,
72 div.fca_eoi_layout_description_copy_wrapper label {
73 cursor: pointer;
74 color: inherit;
75 display: inline;
76 font-weight: normal;
77 margin: 0;
78 }
79
80 div.fca_eoi_layout_headline_copy_wrapper,
81 div.fca_eoi_layout_description_copy_wrapper {
82 overflow-wrap: break-word;
83 }
84
85 .fca_eoi_form_wrapper,
86 .fca_eoi_form_content {
87 padding: 0;
88 }
89 .fca_eoi_form_wrapper a,
90 .fca_eoi_form_content a {
91 text-decoration: underline;
92
93 }
94
95 .fca-eoi-gutenblock-select {
96 padding-right: 2px;
97 border-top: 1px solid #e2e4e7;
98 border-bottom: 1px solid #e2e4e7;
99 background-color: #fff;
100 }
101
102 .fca-eoi-gutenblock-select .components-base-control__field {
103 margin-bottom: 0;
104 margin-top: 3px;
105 margin-left: 4px;
106 }
107
108 a.fca-eoi-gutenblock-link {
109 background-color: white;
110 border-top: 1px solid #e2e4e7;
111 border-bottom: 1px solid #e2e4e7;
112 margin-bottom: 0;
113 padding-top: 15px;
114 padding-left: 4px;
115 word-break: initial !important;
116 }
117
118 p.fca_eoi_twostep_button {
119 text-align: center;
120 }
121
122 input[name='i_agree'].fca_eoi_form_input_element {
123 position: relative;
124 left: -99999px;
125 margin-bottom: -33px !important;
126 float: left;
127 }
128