Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/aimogen-pro/styles/forms.css

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1
2 + .embedtool {position: relative;height: 0;padding-top: 56%;overflow: hidden;max-width: 100%;} .embedtool iframe, .embedtool object, .embedtool embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .embedtool .fluid-vids {position: initial !important}
3 + .aiomatic-loader-bubble
4 + {
5 + border: 1px solid #ccc!important;
6 + border-radius: 16px;
7 + padding:5px;
8 + }
9 + .aiomatic_modal{
10 + width: 900px;
11 + min-height: 100px;
12 + position: absolute;
13 + top: 50px;
14 + background: #fff;
15 + left: calc(50% - 450px);
16 + border-radius: 5px;
17 + scroll-behavior: smooth;
18 + overflow-y:scroll;
19 + height:calc(100% - 100px);
20 + }
21 + @media only screen and (max-width: 920px) {
22 + .aiomatic_modal{
23 + width: 400px;
24 + left: 200px;
25 + }
26 + }
27 + @media only screen and (max-width: 650px) {
28 + .aiomatic_modal{
29 + left: 50px;
30 + }
31 + }
32 + .aiomatic_modal_content pre{
33 + max-height: 400px;
34 + overflow-y: auto;
35 + word-break: break-all;
36 + white-space: pre-line;
37 + }
38 + .aiomatic_height
39 + {
40 + height: 30px;
41 + }
42 + .aiomatic-modal-content{
43 + max-height: 400px;
44 + overflow-y: auto;
45 + }
46 + .aiomatic_modal_content{
47 + padding: 10px;
48 + }
49 + .aiomatic_modal_title{
50 + font-size: 18px;
51 + }
52 + .aiomatic_modal_title small{
53 + font-size: 13px;
54 + }
55 + .aiomatic_modal_close{
56 + position: absolute;
57 + top: 10px;
58 + right: 10px;
59 + font-size: 30px;
60 + font-weight: bold;
61 + cursor: pointer;
62 + }
63 + .aiomatic-overlay{
64 + position: fixed;
65 + width: 100%;
66 + height: 100%;
67 + z-index: 9999;
68 + background: rgb(0 0 0 / 20%);
69 + top: 0;
70 + direction: ltr;
71 + }
72 + .aiomatic-forms-success
73 + {
74 + padding: 10px;
75 + background: #fff;
76 + border-left: 2px solid #11ad6b;
77 + display: none;
78 + }
79 + .aiomatic-hidden-form
80 + {
81 + display: none;
82 + }
83 + .aiomatic-full-size
84 + {
85 + width:100%!important;
86 + max-width:100%!important;
87 + }
88 + .aiomatic-full-center
89 + {
90 + width:100%!important;
91 + max-width:100%!important;
92 + text-align:center!important;
93 + display: block;
94 + }
95 + .aiomatic-template-form-field
96 + {
97 + border-style:double;
98 + padding:5px;
99 + margin-top:5px;
100 + }
101 + .marginbottom-5{
102 + margin-bottom: 5px;
103 + }
104 + .aiomatic-label-top{
105 + display: block;
106 + width: 100%;
107 + text-align: center;
108 + margin-top:5px;
109 + }
110 + .aiomatic-field-delete
111 + {
112 + cursor:pointer;
113 + width: 100%;
114 + text-align: center;
115 + margin-top:10px;
116 + display: block;
117 + color:red;
118 + }
119 + .aiomatic-field-duplicate
120 + {
121 + cursor:pointer;
122 + width: 100%;
123 + text-align: center;
124 + margin-top:10px;
125 + display: block;
126 + color:blue;
127 + }
128 + .aiomatic-field-up
129 + {
130 + cursor:pointer;
131 + width: 100%;
132 + text-align: center;
133 + margin-top:10px;
134 + display: block;
135 + color:green;
136 + }
137 + .aiomatic-field-down
138 + {
139 + cursor:pointer;
140 + width: 100%;
141 + text-align: center;
142 + margin-top:10px;
143 + display: block;
144 + color:green;
145 + }
146 + .aiomatic_modal_head
147 + {
148 + margin-top:5px;
149 + }
150 + .aiomatic-field-delete-add
151 + {
152 + cursor:pointer;
153 + width: 100%;
154 + text-align: center;
155 + margin-top:10px;
156 + display: block;
157 + color:red;
158 + }
159 + .aiomatic-field-duplicate-add
160 + {
161 + cursor:pointer;
162 + width: 100%;
163 + text-align: center;
164 + margin-top:10px;
165 + display: block;
166 + color:blue;
167 + }
168 + .aiomatic-field-up-add
169 + {
170 + cursor:pointer;
171 + width: 100%;
172 + text-align: center;
173 + margin-top:10px;
174 + display: block;
175 + color:green;
176 + }
177 + .aiomatic-field-down-add
178 + {
179 + cursor:pointer;
180 + width: 100%;
181 + text-align: center;
182 + margin-top:10px;
183 + display: block;
184 + color:green;
185 + }
186 + .aiomatic-form-controls
187 + {
188 + display: flex;
189 + }
190 + .main-form-header-holder {
191 + display: flex;
192 + justify-content: space-between;
193 + align-items: center;
194 + padding: 10px;
195 + }
196 + .header-al-right {
197 + margin-left: auto;
198 + cursor:pointer;
199 + }
200 + .aiomatic_modal_title
201 + {
202 + padding:10px;
203 + }