PluginProbe
RSVP and Event Management / trunk
RSVP and Event Management vtrunk
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / assets / admin / css / rsvp_admin.css

rsvp_admin.css in RSVP and Event Management trunk, at assets/admin/css/rsvp_admin.css

348 lines 7.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Lite vs PRO Section */
2
3 body.rsvp_page_rsvp-upgrade-to-pro #wpcontent .wrap {
4 margin-left:0;
5 max-width : 85%;
6 }
7
8 .rsvp-lite-vs-premium > .wpchill-plans-table.wpchill-highlight > .wpchill-pricing-package {
9 background : #fefff0;
10 box-shadow: 0 0 15px rgb(208 219 219);
11 }
12
13 .rsvp-lite-vs-premium .wp-badge{
14 display:inline-block;
15 vertical-align:middle;
16 position:relative;
17 margin-right:2.5%;
18 }
19
20 .rsvp-lite-vs-premium h3 {
21 display:block;
22 position:relative;
23 font-size: 16px;
24 margin: 0;
25 }
26 .rsvp-lite-vs-premium p {
27 font-size: 14px;
28 margin: 0;
29 }
30
31 .wpchill-plans-table {
32 display : flex;
33 }
34
35 .wpchill-plans-table.table-header {
36 margin-top : 50px;
37 }
38
39 .wpchill-plans-table.table-footer .wpchill-pricing-package:last-child {
40 border:0;
41 }
42
43 .wpchill-plans-table .wpchill-pricing-package {
44 text-align : center;
45 line-height : 1.5;
46 padding : 10px 15px;
47 display : flex;
48 align-content : center;
49 align-items : center;
50 justify-content : center;
51 background : #fff;
52 border-top : 1px solid #ccc;
53 }
54
55 .wpchill-plans-table .wpchill-pricing-package:not(:first-child) {
56 max-width : 300px;
57 }
58
59 .wpchill-plans-table.table-header .wpchill-pricing-package {
60 border:0;
61 }
62
63 .wpchill-plans-table.table-header .wpchill-pricing-package:not(.wpchill-modula-lite):last-child:before,
64 .wpchill-plans-table .wpchill-pricing-package.wpchill-title.wpchill-highlight::before{
65 content : '';
66 width : auto;
67 display : inline-block;
68 opacity : 1;
69 position : absolute;
70 top : -1px;
71 background : #41495b;
72 text-align : center;
73 left : 0;
74 right : 0;
75 color : #fff;
76 font-size : 15px;
77 text-transform : uppercase;
78 padding : 10px 5px;
79 transform : translateY(-100%);
80 }
81
82 .rsvp-lite-vs-premium .wpchill-plans-table.table-header {
83 border-top: 0;
84 }
85
86 .wpchill-plans-table .wpchill-pricing-package.wpchill-title {
87 font-weight : 400;
88 color : #666;
89 font-size : 1.25rem;
90 height : auto;
91 -ms-flex-direction : column;
92 flex-direction : column;
93 padding-top : 30px;
94 padding-bottom : 30px;
95 justify-content : space-between;
96 position : relative;
97 }
98
99 .wpchill-plans-table .wpchill-pricing-package.wpchill-title.wpchill-modula-lite {
100 justify-content: center;
101 }
102
103 .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.description {
104 font-style : italic;
105 font-size : 13px;
106 margin-bottom: 40px;
107 }
108
109 .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p:last-child {
110 font-size : 30px;
111 margin: 0 0 40px 0;
112 }
113 .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price {
114 margin: 0;
115 position: relative;
116 }
117
118 .wpchill-plans-table .wpchill-pricing-package.wpchill-title .wpchill-price p.old-price:after {
119 content: "";
120 height: 2px;
121 width: 60px;
122 background: red;
123 display: block;
124 position: absolute;
125 left: 50%;
126 top: 52%;
127 transform: translate(-50%,-50%);
128 }
129
130 .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-name {
131 margin : 0;
132 font-size : 36px;
133 }
134
135 .wpchill-plans-table .wpchill-pricing-package.wpchill-title p.wpchill-price sup {
136 top: 2px;
137 position: relative;
138 font-size: 15px;
139 }
140
141 .wpchill-plans-table .wpchill-pricing-package.wpchill-empty {
142 background : transparent;
143 border-color : transparent;
144 }
145
146 .wpchill-plans-table .wpchill-pricing-package.feature-name {
147 justify-content : space-between;
148 font-weight : 400;
149 text-align : left;
150 font-size : 13px;
151 display : block;
152 background : transparent;
153 }
154
155 .wpchill-plans-table .wpchill-pricing-package .dashicons-saved {
156 color : green;
157 }
158
159 .wpchill-plans-table .wpchill-pricing-package .dashicons {
160 width : 30px;
161 height : 30px;
162 font-size : 30px;
163 }
164
165 .wpchill-plans-table .wpchill-pricing-package .dashicons-no-alt {
166 color : #ff3439;
167 }
168
169 .wpchill-plans-table .wpchill-pricing-package:last-child {
170 background : #fefff0;
171 }
172
173 .wpchill-pricing-package .button .dashicons {
174 font-size: 16px;
175 vertical-align: middle;
176 line-height: 26px;
177 }
178
179 .wpchill-pricing-package {
180 width:32%
181 }
182
183 .wpchill-plans-table.table-header .wpchill-pricing-package:not(.wpchill-modula-lite):last-child:before{
184 content:"Current package";
185 }
186
187 /**
188 * Upsells
189 */
190
191 html body .rsvp-upsell ul li {
192 display : inline-block;
193 margin : 0 15px 15px 35px;
194 position : relative;
195 list-style-type : none;
196 text-align : left;
197 }
198
199 html body .rsvp-upsell ul li:before {
200 font-family : Dashicons;
201 content : "\f147";
202 position : absolute;
203 left : -30px;
204 font-size : 14px;
205 color : green;
206 background-color : #FFF;
207 padding : 0 3px;
208 border-radius : 50%;
209 border : 1px solid #DDD;
210 top : -1px;
211 }
212
213 html body .rsvp-upsell.rsvp-center-text {
214 text-align : center;
215 }
216
217 /**
218 Upsells
219 */
220 .rsvp-upsell {
221 border : 1px solid #DDD;
222 text-align : left;
223 background-color : #fff;
224 padding : 0 15px;
225 }
226
227 .rsvp-upsell {
228 margin : 30px 0;
229 }
230
231 .rsvp-upsell h2 {
232 font-weight : 700;
233 background : #fff;
234 left : -15px;
235 top : -15px;
236 padding : 8px 12px;
237 position : relative;
238 width : calc(100% + 6px);
239 }
240
241 .rsvp-upsell a {
242 font-weight : bold;
243 }
244
245 .rsvp-upsell p.rsvp-upsell-description {
246 font-size : 13px;
247 line-height : 1.5;
248 margin-top : 0;
249 margin-bottom : 10px;
250 }
251
252 .rsvp-upsell .button {
253 margin : 10px 10px 10px 0;
254 }
255
256 .rsvp-toggle {
257 position: relative;
258 position: relative;
259 user-select: none;
260 display: inline-block;
261 }
262
263 .rsvp-toggle__items {
264 box-sizing: border-box;
265 display: inline-block;
266 position: relative;
267 }
268 .rsvp-toggle__items > * {
269 box-sizing: inherit;
270 }
271
272 .rsvp-toggle__input[type=checkbox],
273 body .media-modal-content .attachment-details .rsvp-toggle__input[type=checkbox],
274 .rsvp-toggle__input[type=radio],
275 body .media-modal-content .attachment-details .rsvp-toggle__input[type=radio] {
276 border-radius: 2px;
277 border: 2px solid #6c7781;
278 margin-right: 12px;
279 transition: none;
280 height: 100%;
281 left: 0;
282 top: 0;
283 margin: 0;
284 padding: 0;
285 opacity: 0;
286 position: absolute;
287 width: 100%;
288 z-index: 1; }
289
290 .rsvp-toggle__track,
291 body .media-modal-content .attachment-details .rsvp-toggle__track {
292 background-color: #fff;
293 border: 2px solid #6c7781;
294 border-radius: 9px;
295 display: inline-block;
296 height: 18px;
297 width: 36px;
298 vertical-align: top;
299 transition: background .2s ease; }
300
301 .rsvp-toggle__thumb,
302 body .media-modal-content .attachment-details .rsvp-toggle__thumb {
303 background-color: #6c7781;
304 border: 5px solid #6c7781;
305 border-radius: 50%;
306 display: block;
307 height: 10px;
308 width: 10px;
309 position: absolute;
310 left: 4px;
311 top: 4px;
312 transition: transform .2s ease; }
313
314
315 .rsvp-toggle__off {
316 position: absolute;
317 right: 6px;
318 top: 6px;
319 color: #6c7781;
320 fill: currentColor; }
321
322 .rsvp-toggle__on {
323 position: absolute;
324 top: 6px;
325 left: 8px;
326 border: 1px solid #fff;
327 outline: 1px solid transparent;
328 outline-offset: -1px;
329 display: none; }
330
331 .rsvp-toggle__input[type=radio]:checked + .rsvp-toggle__items .rsvp-toggle__track,
332 .rsvp-toggle__input[type=checkbox]:checked + .rsvp-toggle__items .rsvp-toggle__track {
333 background-color: #11a0d2;
334 border: 9px solid transparent; }
335
336 .rsvp-toggle__input[type=radio]:checked + .rsvp-toggle__items .rsvp-toggle__thumb,
337 .rsvp-toggle__input[type=checkbox]:checked + .rsvp-toggle__items .rsvp-toggle__thumb {
338 background-color: #fff;
339 border-width: 0;
340 transform: translateX(18px); }
341
342 .rsvp-toggle__input[type=radio]:checked + .rsvp-toggle__items .rsvp-toggle__off,
343 .rsvp-toggle__input[type=checkbox]:checked + .rsvp-toggle__items .rsvp-toggle__off {
344 display: none; }
345
346 .rsvp-toggle__input[type=radio]:checked + .rsvp-toggle__items .rsvp-toggle__on,
347 .rsvp-toggle__input[type=checkbox]:checked + .rsvp-toggle__items .rsvp-toggle__on {
348 display: inline-block; }