PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 1.7.1
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v1.7.1
4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / freemius / assets / scss / admin / add-ons.scss
embedpress / freemius / assets / scss / admin Last commit date
_deactivation-feedback.scss 9 years ago _license-activation.scss 9 years ago _license-key-resend.scss 9 years ago _modal-common.scss 9 years ago account.scss 9 years ago add-ons.scss 9 years ago checkout.scss 9 years ago common.scss 9 years ago connect.scss 9 years ago debug.scss 9 years ago dialog-boxes.scss 9 years ago
add-ons.scss
449 lines
1 @import "../start";
2
3 #fs_addons
4 {
5 .fs-cards-list
6 {
7 list-style: none;
8
9 .fs-card
10 {
11 float: left;
12 // height: 185px; // With reviews/ratings
13 height: 152px;
14 width: 310px;
15 padding: 0;
16 margin: 0 0 30px 30px;
17 font-size: 14px;
18 list-style: none;
19 border: 1px solid #ddd;
20 cursor: pointer;
21 position: relative;
22
23 .fs-overlay
24 {
25 position: absolute;
26 left: 0;
27 right: 0;
28 bottom: 0;
29 top: 0;
30 z-index: 9;
31 }
32
33 .fs-inner
34 {
35 background-color: #fff;
36 overflow: hidden;
37 height: 100%;
38 position: relative;
39
40 ul
41 {
42 @include transition(all, 0.15s);
43 left: 0;
44 right: 0;
45 top: 0;
46 position: absolute;
47 }
48
49 li
50 {
51 list-style: none;
52 line-height: 18px;
53 padding: 0 15px;
54 width: 100%;
55 display: block;
56 @include box-sizing(border-box);
57 }
58
59 .fs-card-banner
60 {
61 padding: 0;
62 margin: 0;
63 line-height: 0;
64 display: block;
65 height: 100px;
66 background-repeat: repeat-x;
67 background-size: 100% 100%;
68 @include transition(all, 0.15s);
69 }
70
71 .fs-title
72 {
73 margin: 10px 0 0 0;
74 height: 18px;
75 overflow: hidden;
76 color: #000;
77 white-space: nowrap;
78 text-overflow: ellipsis;
79 font-weight: bold;
80 }
81
82 .fs-offer
83 {
84 font-size: 0.9em;
85 }
86
87 .fs-description
88 {
89 background-color: #f9f9f9;
90 padding: 10px 15px 100px 15px;
91 border-top: 1px solid #eee;
92 margin: 0 0 10px 0;
93 color: #777;
94 }
95
96 .fs-tag
97 {
98 position: absolute;
99 top: 10px;
100 right: 0px;
101 background: greenyellow;
102 display: block;
103 padding: 2px 10px;
104 @include box-shadow(1px 1px 1px rgba(0,0,0,0.3));
105 text-transform: uppercase;
106 font-size: 0.9em;
107 font-weight: bold;
108 }
109
110 .fs-cta
111 {
112 .button
113 {
114 position: absolute;
115 top: 112px;
116 right: 10px;
117 }
118 }
119 }
120
121 @media screen and (min-width: 960px) {
122 &:hover
123 {
124 .fs-overlay
125 {
126 border: 2px solid $fms-link-color;
127 margin-left: -1px;
128 margin-top: -1px;
129 }
130
131 .fs-inner
132 {
133 ul
134 {
135 top: -100px;
136 }
137
138 .fs-card-banner
139 {
140 // background-position: 50% -100px;
141 }
142
143 .fs-title,
144 .fs-offer
145 {
146 color: $fms-link-color;
147 }
148 }
149 }
150 }
151 }
152 }
153 }
154
155 #TB_window
156 {
157 &, iframe
158 {
159 width: 772px !important;
160 }
161 }
162
163 #plugin-information
164 {
165 #section-description
166 {
167 h2, h3, p, b, i, blockquote, li, ul, ol
168 {
169 clear: none;
170 }
171
172 .fs-selling-points
173 {
174 padding-bottom: 10px;
175 border-bottom: 1px solid #ddd;
176
177 ul
178 {
179 margin: 0;
180
181 li
182 {
183 padding: 0;
184 list-style: none outside none;
185
186 i.dashicons
187 {
188 color: $fs-logo-green-color;
189 font-size: 3em;
190 vertical-align: middle;
191 line-height: 30px;
192 float: left;
193 margin: 0 0 0 -15px;
194 }
195
196 h3
197 {
198 margin: 1em 30px !important;
199 }
200 }
201 }
202 }
203
204 .fs-screenshots
205 {
206 @include clearfix();
207 ul
208 {
209 list-style: none;
210 margin: 0;
211
212 li
213 {
214 width: 225px;
215 height: 225px;
216 float: left;
217 margin-bottom: 20px;
218 @include box-sizing(content-box);
219
220 a
221 {
222 display: block;
223 width: 100%;
224 height: 100%;
225 border: 1px solid;
226 @include box-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
227 background-size: cover;
228 }
229
230 &.odd
231 {
232 margin-right: 20px;
233 }
234 }
235 }
236 }
237 }
238
239 .plugin-information-pricing
240 {
241 $pricing_color: #FFFEEC;
242 $borders_color: #DDD;
243 margin: -16px;
244 // padding: 20px;
245 border-bottom: 1px solid $borders_color;
246
247 .fs-plan
248 {
249
250 h3
251 {
252 margin-top: 0;
253 padding: 20px;
254 font-size: 16px;
255 }
256
257 .nav-tab-wrapper
258 {
259 border-bottom: 1px solid $borders_color;
260
261 .nav-tab
262 {
263 cursor: pointer;
264 position: relative;
265 padding: 0 10px;
266 font-size: 0.9em;
267
268 label
269 {
270 text-transform: uppercase;
271 color: green;
272 background: greenyellow;
273 position: absolute;
274 left: -1px;
275 right: -1px;
276 bottom: 100%;
277 border: 1px solid darkgreen;
278 padding: 2px;
279 text-align: center;
280 font-size: 0.9em;
281 line-height: 1em;
282 }
283
284 &.nav-tab-active
285 {
286 cursor: default;
287 background: $pricing_color;
288 border-bottom-color: $pricing_color;
289 }
290 }
291 }
292
293 &.fs-single-cycle
294 {
295 h3
296 {
297 background: $pricing_color;
298 margin: 0;
299 padding-bottom: 0;
300 color: #0073aa;
301 }
302
303 .nav-tab-wrapper,
304 .fs-billing-frequency
305 {
306 display: none;
307 }
308 }
309
310 .fs-pricing-body
311 {
312 background: $pricing_color;
313 padding: 20px;
314 }
315
316 .button
317 {
318 width: 100%;
319 text-align: center;
320 font-weight: bold;
321 text-transform: uppercase;
322 font-size: 1.1em;
323 }
324
325 label
326 {
327 white-space: nowrap;
328 }
329
330 var {
331 font-style: normal;
332 }
333
334 .fs-billing-frequency,
335 .fs-annual-discount
336 {
337 text-align: center;
338 display: block;
339 font-weight: bold;
340 margin-bottom: 10px;
341 text-transform: uppercase;
342 background: #F3F3F3;
343 padding: 2px;
344 border: 1px solid #ccc;
345 }
346
347 .fs-annual-discount
348 {
349 text-transform: none;
350 color: green;
351 background: greenyellow;
352 }
353
354 ul.fs-trial-terms
355 {
356 font-size: 0.9em;
357
358 i
359 {
360 float: left;
361 margin: 0 0 0 -15px;
362 }
363
364 li
365 {
366 margin: 10px 0 0 0;
367 }
368 }
369 }
370 }
371
372 #section-features
373 {
374 .fs-features
375 {
376 margin: -20px -26px;
377 }
378
379 table
380 {
381 width: 100%;
382 border-spacing: 0;
383 border-collapse: separate;
384
385 thead
386 {
387 th
388 {
389 padding: 10px 0;
390 }
391
392 .fs-price
393 {
394 color: $fs-logo-green-color;
395 font-weight: normal;
396 display: block;
397 text-align: center;
398 }
399 }
400
401 tbody
402 {
403 td
404 {
405 border-top: 1px solid #ccc;
406 padding: 10px 0;
407 text-align: center;
408 width: 100px;
409 color: $fs-logo-green-color;
410
411 &:first-child
412 {
413 text-align: left;
414 width: auto;
415 color: inherit;
416 padding-left: 26px;
417 }
418 }
419 tr.fs-odd
420 {
421 td
422 {
423 background: #fefefe;
424 }
425 }
426 }
427 }
428
429 .dashicons-yes
430 {
431 width: 30px;
432 height: 30px;
433 font-size: 30px;
434 }
435 }
436 }
437
438 @media screen and (max-width: 961px) {
439 #fs_addons
440 {
441 .fs-cards-list
442 {
443 .fs-card
444 {
445 height: 265px;
446 }
447 }
448 }
449 }