PluginProbe
Slider Ultimate / 1.0.18
Slider Ultimate v1.0.18
2.2.10 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 All 54 releases
ultimate-slider / css / Admin.css

Admin.css in Slider Ultimate 1.0.18, at css/Admin.css

624 lines 13.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ewd-us-hidden {
2 display: none;
3 }
4 .ewd-us-clear {
5 clear: both;
6 }
7
8 /***********************************************************
9 * META BOX STYLING
10 ***********************************************************/
11 .ewd-us-meta-menu {
12 float: left;
13 max-width: 120px;
14 }
15 .ewd-us-meta-menu-item {
16 float:left;
17 padding: 0;
18 width:100%;
19 margin:0 !important;
20 display:block;
21 height:40px;
22 line-height:40px;
23 font-weight:10;
24 padding-left:20px;
25 background-color: rgba(224, 224, 224, 0.5);
26 cursor: pointer;
27 }
28
29 .ewd-us-meta-menu-item.meta-menu-tab-active {
30 box-shadow: inset 2px 0 0 #1188cc;
31 background-color: #ffffff !important;
32 color: #29324e;
33 }
34 .ewd-us-meta-menu-item:hover {
35 color: #29324e;
36 background-color: rgba(199,199,199, 0.5);
37 box-shadow: inset 2px 0 0 #1188cc;
38 }
39
40 .ewd-us-meta-body {
41 min-width: 300px;
42 max-width: 600px;
43 float: left;
44 padding-left: 40px;
45 padding-bottom: 20px;
46 }
47
48 .ewd-us-meta-option-radio {
49 width: 24px;
50 float: left;
51 min-height: 30px;
52 }
53 .ewd-us-meta-option-explanation {
54 min-height: 30px;
55 }
56
57 #ewd-us-buttons-list-table {
58 min-width: 400px;
59 }
60
61 #ewd-us-buttons-list-table tbody td {
62 padding-top: 12px;
63 }
64
65
66 /***********************************************************
67 * TABBED OPTIONS PAGE
68 ***********************************************************/
69
70 .us-hidden {
71 display:none;
72 }
73
74 .us-options-page-tabbed {
75 min-height:450px;
76 height:auto;
77 }
78 .us-options-page-tabbed-nav{
79 position: relative;
80 top: 0;
81 left: 0;
82 width:15%;
83 z-index: 1;
84 min-width:100px;
85 margin:0 !important;
86 }
87
88 .us-options-submenu-div li {
89 float:left;
90 padding: 0;
91 width:100%;
92 margin:0; !important;
93 }
94 .us-options-submenu-div a {
95 display:block;
96 height:40px;
97 line-height:40px;
98 font-weight:10;
99 padding-left:20px;
100 }
101 .us-options-submenu-div a.options-subnav-tab-active,
102 .us-options-submenu-div a.styling-subnav-tab-active{
103 box-shadow: inset 2px 0 0 #1188cc;
104 background-color: #ffffff !important;
105 color: #29324e;
106 }
107 .us-options-submenu-div a.options-subnav-tab,
108 .us-options-submenu-div a.styling-subnav-tab{
109 background-color: rgba(224, 224, 224, 0.5);
110 }
111 .us-options-submenu-div a:hover {
112 color: #29324e;
113 background-color: rgba(199,199,199, 0.5);
114 box-shadow: inset 2px 0 0 #1188cc;
115
116 }
117
118 .us-options-submenu-div {
119 float:left;
120 width:100px;
121 border: 1px solid #e5e5e5;
122 }
123 .us-options-page-tabbed-content,
124 .us-styling-page-tabbed-content {
125 float:left;
126 width:80%;
127 z-index: 999;
128 background:#fff;
129 margin:0 !important;
130 position:relative;
131 min-height:400px;
132 border: 1px solid #e5e5e5;
133 padding-bottom:5px;
134 }
135 .ewd-us-option-set,
136 .us-styling-set{
137 width:85%;
138 margin:0 auto;
139 position:relative;
140 left:10px;
141 min-height:400px;
142 }
143 .us-options-page-tab-title{
144 margin:15px 0 !important;
145 }
146
147 .us-options-page-tabbed p.submit {
148 float: right;
149 margin-right: 10px;
150 margin-top: 15px;
151 padding: 3px;
152 }
153
154 .us-label-option {
155 margin-right: 16px;
156 margin-bottom: 12px;
157 }
158
159 @media only screen and (max-width: 650px) {
160 .us-options-page-tabbed,
161 .us-styling-page-tabbed{
162 margin:0;
163 }
164 .us-options-submenu-div {
165 width: 100%;
166 }
167 .us-options-page-tabbed-nav{
168 width:100%;
169 }
170 .us-options-page-tabbed li{
171 float:none;
172 }
173 .us-options-page-tabbed a.styling-subnav-tab{
174 width:25%;
175 float:left;
176 padding:0;
177 text-align:center;
178 }
179 .us-options-page-tabbed a.options-subnav-tab-active{
180 }
181
182 .us-options-page-tabbed-content,
183 .us-styling-page-tabbed-content{
184 width:100%;
185 }
186
187 }
188
189
190 /***********************************************************
191 LEAVE REVIEW BOX
192 ***********************************************************/
193 #ewd-us-dashboard-leave-review {
194 position: relative;
195 float: left;
196 margin-top: 20px;
197 width: calc(90% + 2em);
198 background: #9D64BC;
199 color: #fff;
200 }
201 #ewd-us-dashboard-leave-review h3 {
202 background: #262262;
203 color: #fff;
204 text-align: center;
205 margin: 0;
206 padding: 4px 0;
207 }
208 #ewd-us-dashboard-leave-review h3 span {
209 font-family: 'dashicons';
210 color: #F5E836;
211 }
212 #ewd-us-dashboard-leave-review h3 span:before {
213 content: "\f155\f155\f155\f155\f155";
214 }
215 #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-text {
216 position: relative;
217 float: left;
218 width: 55%;
219 margin: 8px 0 8px 5%;
220 font-size: 1.25em;
221 line-height: 1.3;
222 }
223 #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link {
224 position: relative;
225 float: left;
226 width: 30%;
227 margin: 8px 5% ;
228 padding: 12px 0;
229 background: #F5E836;
230 color: #9D64BC;
231 font-size: 1.25em;
232 text-align: center;
233 border-radius: 3px;
234 }
235 #ewd-us-dashboard-leave-review .ewd-dashboard-content .ewd-dashboard-leave-review-link:hover {
236 background: #F5EE90;
237 color: #9D64BC;
238 text-decoration: none;
239 }
240 #ewd-us-dashboard-leave-review .ewd-dashboard-leave-review-dismiss {
241 position: relative;
242 float: left;
243 background: #262262;
244 border: none;
245 margin: 0;
246 padding: 0;
247 padding: 4px 0;
248 width: 100%;
249 text-align: center;
250 color: #fff;
251 font-size: 12px;
252 cursor: pointer;
253 }
254
255
256 /***********************************************************
257 FLEXBOX STYLING
258 ***********************************************************/
259 .ewd-us-option-set h3,
260 .us-styling-set h3 {
261 padding-top:10px;
262 }
263 .us-options-table th {
264 padding:15px 5px;
265 height:1em;
266 }
267
268 .us-options-page-tabbed input[type=text],
269 .us-styling-page-tabbed input[type=text] {
270 width: 90% !important;
271 max-width:130px;
272 }
273 .us-options-page-tabbed select,
274 .us-options-page-tabbed textarea
275 {
276 width:50% !important;
277 }
278
279 .us-styling-page-tabbed select,
280 .us-styling-page-tabbed textarea{
281
282 }
283
284 .us-options-div {
285 width:100%;
286 }
287 .us-options-div.us-options-flex {
288 width:100%;
289 display:flex;
290 display: -webkit-flex;
291 flex-flow: row wrap;
292 -webkit-flex-flow: row wrap;
293 }
294 .us-subsection{
295 margin: 0 10px 10px 0;
296 flex-grow:1;
297 }
298 .us-subsection-half{
299 width:50%;
300 }
301
302 .us-subsection-header{
303 margin:3px;
304 }
305
306 .us-options-page-tabbed .submit{
307 float:left;
308 margin-top:0;
309 }
310 .us-options-page-tabbed .submit input[type=submit]{
311 position:relative;
312 /* left:100px;*/
313 }
314
315 .us-subsection-header {
316 font-size:1.2em;
317 font-weight:900;
318 padding: 10px;
319 margin:0;
320 }
321
322 .us-subsection-content{
323 padding: 10px;
324 }
325 .us-subsection-content .us-option {
326 margin: 8px 0;
327 }
328 .us-subsection-content.us-subsection-full{
329 border: none;
330 padding: 5px;
331 }
332
333 /*Subsection Rows*/
334 .us-subsection-content .us-option-label {
335 display:inline;
336 }
337 .us-subsection-content .us-option-checkbox {
338 display:inline;
339 }
340 .us-subsection-content .us-option-one-line {
341 margin-bottom: 24px;
342 }
343 .us-subsection-content .us-option-one-line .us-arrow {
344 font-size: 4.5em;
345 }
346
347
348
349 /*
350 ==============================================
351 Admin Table
352 ==============================================
353 */
354 .ewd-us-admin-table-thumbnail {
355 width: 100px;
356 height: auto;
357 padding: 2px;
358 }
359 th.column-us_thumbnail {
360 width: 136px;
361 }
362
363
364 /*
365 ==============================================
366 PS Changes
367 ==============================================
368 */
369
370 .us-option-one-line input[type=radio] {
371 vertical-align: top;
372 margin-top: 1px;
373 }
374
375 /*
376 ==============================================
377 Arrow Font
378 ==============================================
379 */
380
381 @font-face { /* declare fonts */
382 font-family: 'untitled-font-7';
383 src: url("fonts/untitled-font-7.eot");
384 src: url('fonts/untitled-font-7.woff2') format('woff2'),
385 url('fonts/untitled-font-7.woff') format('woff'),
386 url("fonts/untitled-font-7.ttf") format("truetype"),
387 url("fonts/untitled-font-7.svg#untitled-font-7") format("svg");
388 font-weight: normal;
389 font-style: normal;
390 }
391
392 .us-arrow {
393 font-family: 'untitled-font-7';
394 }
395
396
397
398
399 /***********************************************************
400 * ADDITIONAL DASHBOARD
401 ***********************************************************/
402 /**--Start Upgrade Area--**/
403 #ewd-us-dashboard-top-upgrade {
404 position: relative;
405 float: left;
406 width: 100%;
407 }
408 #ewd-us-dashboard-top-upgrade-left {
409 position: relative;
410 float: left;
411 width: 70%;
412 margin-right: 2em;
413 }
414 #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-right .inside {
415 display: block;
416 }
417 #ewd-us-dashboard-top-upgrade-left .inside, #ewd-us-dashboard-top-upgrade-left .postbox {
418 background: #e5e5e5;
419 }
420 #ewd-us-dashboard-top-upgrade-left .inside h3 {
421 color: #262262;
422 margin-bottom: 8px;
423 }
424 #ewd-us-dashboard-top-upgrade-left .inside ul {
425 position: relative;
426 float: left;
427 width: 100%;
428 width: calc(100% - 16px);
429 list-style-type: disc;
430 padding-left: 16px;
431 margin-top: 0;
432 }
433 #ewd-us-dashboard-top-upgrade-left .inside ul li {
434 margin-bottom: 1px;
435 }
436 #ewd-us-dashboard-top-upgrade-left .inside ul li span {
437 position: relative;
438 left: 0;
439 }
440 #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton {
441 position: relative;
442 display: block;
443 width: 340px;
444 margin: 0 auto 12px;
445 padding: 12px 0;
446 background: #4A4694;
447 background: #afadc9;
448 background: -moz-linear-gradient(top, #afadc9 0%, #8f8da8 100%);
449 background: -webkit-linear-gradient(top, #afadc9 0%,#8f8da8 100%);
450 background: linear-gradient(to bottom, #afadc9 0%,#8f8da8 100%);
451 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afadc9', endColorstr='#8f8da8',GradientType=0 );
452 border-bottom: 2px solid #262262;
453 border-radius: 4px;
454 color: #fff;
455 font-size: 17px;
456 text-align: center;
457 line-height: 1.3;
458 text-decoration: none;
459 }
460 #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton:hover {
461 background: #4A4694;
462 background: #c5bcdb;
463 background: -moz-linear-gradient(top, #c5bcdb 0%, #a09eb8 100%);
464 background: -webkit-linear-gradient(top, #c5bcdb 0%,#a09eb8 100%);
465 background: linear-gradient(to bottom, #c5bcdb 0%,#a09eb8 100%);
466 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5bcdb', endColorstr='#a09eb8',GradientType=0 );
467 text-decoration: none;
468 }
469 @media screen and (max-width: 768px) {
470 #ewd-us-dashboard-top-upgrade-left .inside .purchaseButton {
471 width: calc(98% - 12px);
472 }
473 }
474 #ewd-us-dashboard-top-upgrade-left .inside input[type="text"] {
475 padding: 9px 8px;
476 width: 81%;
477 float: left;
478 font-size: 15px;
479 margin: 0;
480 margin-bottom: 6px;
481 border: none;
482 }
483 #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-webkit-input-placeholder {
484 font-size: 15px;
485 color: #ccc;
486 }
487 #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]::-moz-placeholder {
488 font-size: 15px;
489 color: #ccc;
490 }
491 #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-ms-input-placeholder {
492 font-size: 15px;
493 color: #ccc;
494 }
495 #ewd-us-dashboard-top-upgrade-left .inside input[type="text"]:-moz-placeholder {
496 font-size: 15px;
497 color: #ccc;
498 }
499 #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"] {
500 padding: 9px 8px;
501 width: 18%;
502 float: left;
503 border: 0;
504 cursor: pointer;
505 margin: 0;
506 margin-bottom: 6px;
507 background: #c6ab55;
508 color: #fff;
509 font-weight: bold;
510 border-bottom: 2px solid #a69b50;
511 }
512 #ewd-us-dashboard-top-upgrade-left .inside input[type="submit"]:hover {
513 background: #E8CD79;
514 }
515
516 #ewd-us-dashboard-top-upgrade-right {
517 position: relative;
518 float: left;
519 width: 25%;
520 }
521 #ewd-us-dashboard-top-upgrade-right .postbox .hndle{
522 border: none;
523 }
524 #ewd-us-dashboard-top-upgrade-right .ewd-dashboard-h3{
525 margin: 0;
526 }
527 #ewd-us-dashboard-top-upgrade-right .inside, #ewd-us-dashboard-top-upgrade-right .postbox {
528 background: #e5e5e5;
529 background: rgba(38,34,98,.4);
530 }
531 #ewd-us-dashboard-top-upgrade-right .inside {
532 padding: 0;
533 margin: 0;
534 }
535 #ewd-us-dashboard-top-upgrade-right .inside .topPart {
536 position: relative;
537 float: left;
538 width: calc(100% - 72px);
539 text-align: center;
540 padding: 4px 36px 21px;
541 background: #262262;
542 color: #fff;
543 font-size: 24px;
544 font-style: italic;
545 line-height: 1.3;
546 margin-top: -20px;
547 }
548 #ewd-us-dashboard-top-upgrade-right .inside .bottomPart {
549 position: relative;
550 float: left;
551 padding: 21px 36px 22px;
552 width: calc(100% - 72px);
553 color: #fff;
554 font-size: 24px;
555 line-height: 1.3;
556 text-align: center;
557 border-top: 3px solid #c6ab55;
558 }
559 #ewd-us-dashboard-top-upgrade-right .inside .bottomPart span.freeTrialText {
560 color: #262262;
561 }
562 #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink {
563 color: #E8CD79;
564 text-decoration: underline
565 }
566 #ewd-us-dashboard-top-upgrade-right .inside .bottomPart a.freeTrialPurchaseLink:hover {
567 color: #262262;
568 text-decoration: underline
569 }
570
571 /**--End Upgrade Area--**/
572
573 .ewd-dashboard-box-value.ewd-font-22 {
574 font-size: 22px;
575 }
576
577
578
579
580 /***********
581 NEWS SECTION
582 ***********/
583 .ewd-us-news {
584 position: relative;
585 float: left;
586 width: 100%;
587 height: auto;
588 margin-top: 20px;
589 background: #fff;
590 text-align: center;
591 font-weight: 700;
592 }
593 .ewd-us-news a {
594 text-decoration: none;
595 }
596 .ewd-us-news h3 {
597 background: #262262;
598 color: #fff;
599 text-align: center;
600 margin: 0;
601 padding: 8px 0;
602 }
603 .ewd-us-news p {
604 margin: 24px 0;
605 font-size: 1.25em;
606 }
607 .ewd-us-news p a {
608 position: relative;
609 float: left;
610 width: 50%;
611 margin-left: 25%;
612 margin-bottom: 24px;
613 padding: 12px 18px;
614 background: #F5E836;
615 color: #9D64BC;
616 text-align: center;
617 border-radius: 3px;
618 }
619 .ewd-us-news p a:hover {
620 background: #F5EE90;
621 color: #9D64BC;
622 text-decoration: none;
623 }
624