PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.2.5
StreamCast – bring live radio to your site with a sleek player v2.2.5
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / admin / codestar-framework / assets / scss / style-rtl.scss

style-rtl.scss in StreamCast – bring live radio to your site with a sleek player 2.2.5, at admin/codestar-framework/assets/scss/style-rtl.scss

729 lines 9.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 *
3 * ---------------------------------------------------------
4 * CODESTAR FRAMEWORK RTL CSS MAP
5 * ---------------------------------------------------------
6 *
7 * 01. Base
8 * 01. 01. Header
9 * 01. 02. Header Buttons
10 * 01. 03. Navigation
11 * 01. 04. Content
12 * 01. 05. Section
13 * 01. 06. Show All Settings
14 * 01. 07. Search Input
15 * 01. 08. Copyright
16 * 01. 09. Metabox
17 * 02. Fields
18 * 02. 01. Field: typography
19 * 02. 02. Field: checkbox, radio
20 * 02. 03. Field: switcher
21 * 02. 04. Field: upload
22 * 02. 05. Field: group
23 * 02. 06. Field: repeater
24 * 02. 07. Field: help
25 * 02. 08. Field: icon
26 * 02. 09. Field: gallery
27 * 02. 10. Field: sorter
28 * 02. 11. Field: tabbed
29 * 02. 12. Field: media
30 * 02. 13. Field: notice
31 * 02. 14. Field: border, spacing, dimensions
32 * 02. 15. Field: background
33 * 02. 16. Field: spinner
34 * 02. 17. Field: slider
35 * 02. 18. Field: button_set
36 * 02. 19. Field: link_color
37 * 02. 20. Field: color_group
38 * 02. 21. Field: palette
39 * 02. 22. Field: accordion
40 * 02. 23. Field: date
41 * 02. 24. Field: map
42 * 02. 25. Field: sortable
43 * 02. 26. Field: number
44 * 03. Taxonomy
45 * 04. Profile
46 * 05. Nav Menu
47 * 06. Modal
48 * 07. Customizer
49 * 08. Responsive
50 * 09. Others
51 *
52 * ---------------------------------------------------------
53 *
54 */
55
56 /**
57 * 01. Base
58 */
59 .csf-options{
60 margin-left: 20px;
61 margin-right: 0;
62 }
63
64 /**
65 * 01. 01. Header
66 */
67 .csf-header{
68 h1{
69 float: right;
70 }
71
72 fieldset{
73 float: left;
74 }
75 }
76
77 /**
78 * 01. 02. Header Buttons
79 */
80 .csf-buttons{
81 float: left;
82 direction: ltr;
83 }
84
85 .csf-header-left{
86 float: right;
87 }
88
89 .csf-header-right{
90 float: left;
91 }
92
93 /**
94 * 01. 03. Navigation
95 */
96 .csf-nav{
97 float: right;
98
99 ul{
100 clear: right;
101
102 li{
103 .csf-active:after{
104 right: auto;
105 left: 0;
106 border-left-color: #fff;
107 border-right-color: transparent;
108 }
109
110 .csf-arrow:after{
111 content: "\f053";
112 right: auto;
113 left: 10px;
114 }
115
116 &.csf-tab-expanded .csf-arrow:after{
117 transform: rotate(-90deg);
118 }
119 }
120
121 ul{
122 li{
123 a{
124 padding-right: 25px;
125 padding-left: 15px;
126 }
127 }
128
129 &:before{
130 left: auto;
131 right: 15px;
132 }
133 }
134 }
135
136 .csf-tab-icon{
137 margin-left: 5px;
138 margin-right: 0;
139 }
140 }
141
142 .csf-nav-background{
143 left: auto;
144 right: 0;
145 }
146
147 /**
148 * 01. 04. Content
149 */
150 .csf-content{
151 margin-left: 0;
152 margin-right: 225px;
153 }
154
155 /**
156 * 01. 05. Section
157 */
158 .csf-sections{
159 float: right;
160 }
161
162 /**
163 * 01. 06. Show all options
164 */
165 .csf-show-all .csf-content{
166 margin-right: 0;
167 overflow: hidden;
168 }
169
170 .csf-expand-all{
171 float: right;
172 right: auto;
173 left: 40px;
174 margin-right: 0;
175 margin-left: 4px;
176 }
177
178 /**
179 * 01. 07. Search Input
180 */
181 .csf-search{
182 float: right;
183
184 input{
185 margin: 0 0 0 5px;
186 }
187 }
188
189 /**
190 * 01. 08. Copyright
191 */
192 .csf-copyright{
193 float: right;
194 }
195
196 /**
197 * 01. 09. Metabox
198 */
199 .csf-metabox{
200 margin: -6px -12px -12px -12px;
201
202 .csf-section-title{
203 padding: 20px;
204 }
205 }
206
207 .csf-section-title{
208
209 .csf-section-icon{
210 margin-left: 5px;
211 margin-right: 0;
212 }
213 }
214
215 /**
216 * 02. Fields
217 */
218 .csf-field{
219
220 .csf-title{
221 float: right;
222 }
223
224 .csf-fieldset{
225 float: left;
226 }
227 }
228
229 .csf-pseudo-field{
230 padding: 0 0 0 5px !important;
231 }
232
233 /**
234 * 02. 01. Field: typography
235 */
236 .csf-field-typography{
237
238 select{
239 margin: 0;
240 width: 100%;
241 }
242
243 .csf--blocks-inputs{
244 .csf--blocks{
245 flex-direction: row-reverse;
246 }
247 }
248
249 .csf--unit{
250 left: 4px;
251 right: auto;
252 }
253 }
254
255 /**
256 * 02. 02. Field: checkbox, radio
257 */
258 .csf-field-checkbox,
259 .csf-field-radio{
260
261 ul ul li{
262 margin-left: 0;
263 margin-right: 8px;
264
265 &:first-child{
266 margin-right: 0;
267 }
268 }
269
270 .csf--inline-list li{
271 margin-right: 0;
272 margin-left: 15px;
273 }
274
275 .csf--text{
276 margin-left: 0;
277 margin-right: 5px;
278 }
279 }
280
281 /**
282 * 02. 03. Field: switcher
283 */
284 .csf-field-switcher{
285
286 .csf--switcher{
287 float: right;
288 }
289
290 .csf--label{
291 float: right;
292 margin-left: 0;
293 margin-right: 5px;
294 }
295 }
296
297 /**
298 * 02. 04. Field: upload
299 */
300 .csf-field-upload{
301
302 .csf--remove,
303 .csf--button{
304 margin-left: 0;
305 margin-right: 5px;
306 }
307 }
308
309 /**
310 * 02. 05. Field: group
311 */
312 .csf-field-group{
313
314 .csf-cloneable-title{
315 padding: 15px 10px 15px 65px;
316 }
317
318 .csf-cloneable-helper{
319 right: auto;
320 left: 10px;
321 }
322 }
323
324 /**
325 * 02. 06. Field: repeater
326 */
327 .csf-field-repeater{
328
329 .csf-repeater-helper{
330 border-left: 0;
331 border-right: 1px solid #eee;
332 }
333 }
334
335 /**
336 * 02. 07. Field: help
337 */
338 .csf-help{
339 right: auto;
340 left: 5px;
341 }
342
343 /**
344 * 02. 08. Field: icon
345 */
346 .csf-field-icon{
347
348 .button{
349 margin-right: 0;
350 margin-left: 5px;
351 }
352
353 .csf-icon-preview i{
354 margin-right: 0;
355 margin-left: 5px;
356 }
357 }
358
359 /**
360 * 02. 09. Field: gallery
361 */
362 .csf-field-gallery{
363
364 ul li{
365 margin-right: 0;
366 margin-left: 5px;
367 }
368
369 .button{
370 margin-right: 0;
371 margin-left: 5px;
372 }
373 }
374
375 /**
376 * 02. 11. Field: tabbed
377 */
378 .csf-field-tabbed{
379
380 .csf-tabbed-nav{
381
382 .csf--icon{
383 padding-right: 0;
384 padding-left: 5px;
385 }
386
387 a{
388 margin-right: 0;
389 margin-left: 5px;
390 }
391 }
392 }
393
394 /**
395 * 02. 12. Field: media
396 */
397 .csf-field-media{
398
399 .button{
400 margin-left: 0;
401 margin-right: 7px;
402 }
403
404 .hidden + .button{
405 margin-right: 0;
406 }
407 }
408
409 /**
410 * 02. 13. Field: notice
411 */
412 .csf-notice{
413 border-left: none;
414 border-right-style: solid;
415 border-right-width: 4px;
416 }
417
418 /**
419 * 02. 14. Field: border, spacing, dimensions
420 */
421 .csf-field-dimensions,
422 .csf-field-spacing,
423 .csf-field-border{
424
425 .csf--input,
426 .csf-fieldset{
427 direction: ltr;
428 }
429
430 .csf--inputs,
431 .csf--color{
432 float: right;
433 }
434
435 .csf--color{
436 margin-right: 4px;
437 direction: rtl;
438 }
439 }
440
441 /**
442 * 02. 15. Field: background
443 */
444 .csf-field-background{
445
446 .csf--block{
447 float: right;
448 }
449
450 .csf--select,
451 .csf--media{
452 padding-right: 0;
453 }
454
455 .csf--title{
456 margin-right: 0;
457 margin-left: 5px;
458 }
459 }
460
461 /**
462 * 02. 16. Field: spinner
463 */
464 .csf-field-spinner{
465
466 .csf--spin{
467 float: right;
468 direction: ltr;
469 }
470 }
471
472 /**
473 * 02. 17. Field: slider
474 */
475 .csf-field-slider{
476
477 .csf-slider-ui{
478 direction: ltr;
479 margin-right: 0;
480 margin-left: 15px;
481 }
482
483 .csf--input{
484 direction: ltr;
485 }
486 }
487
488 /**
489 * 02. 18. Field: button_set
490 */
491 .csf-field-button_set{
492
493 .csf--button-group{
494 float: right;
495 }
496 }
497
498 /**
499 * 02. 19. Field: link_color
500 */
501 .csf-field-link_color{
502
503 .csf--left{
504 float: right;
505 margin-right: 0;
506 margin-left: 10px;
507 }
508 }
509
510 /**
511 * 02. 20. Field: color_group
512 */
513 .csf-field-color_group{
514
515 .csf--left{
516 float: right;
517 margin-right: 0;
518 margin-left: 10px;
519 }
520 }
521
522 /**
523 * 02. 21. Field: palette
524 */
525 .csf-field-palette{
526
527 .csf--palette{
528 margin-right: 0;
529 margin-left: 10px;
530 }
531 }
532
533 /**
534 * 02. 22. Field: accordion
535 */
536 .csf-field-accordion{
537
538 .csf--icon{
539 margin-right: 0;
540 margin-left: 2px;
541 }
542 }
543
544 /**
545 * 02. 23. Field: date
546 */
547 .csf-field-date{
548
549 .csf--to {
550 margin-left: 0;
551 margin-right: 7px;
552 }
553 }
554
555 /**
556 * 02. 24. Field: map
557 */
558 .csf-field-map{
559
560 .csf--map-input:last-child {
561 padding-left: 0;
562 padding-right: 10px;
563 }
564 }
565
566 /**
567 * 02. 25. Field: sortable
568 */
569 .csf-field-sortable{
570
571 .csf-sortable-helper{
572 border-left: none;
573 border-right: 1px solid #eee;
574 }
575 }
576
577 /**
578 * 02. 26. Field: number
579 */
580 .csf-field-number{
581
582 .csf--wrap{
583 float: right;
584 }
585
586 .csf--unit{
587 left: 4px;
588 right: auto;
589 }
590 }
591
592 /**
593 * 03. Taxonomy
594 */
595 .csf-taxonomy-add-fields{
596 margin-right: 0;
597 margin-left: 30px;
598
599 .csf-field > .csf-fieldset > .csf-help{
600 left: -5px;
601 right: auto;
602 }
603 }
604
605 .csf-taxonomy-edit-fields{
606 margin-right: 0;
607 margin-left: 35px;
608
609 .csf-field > .csf-fieldset > .csf-help{
610 right: auto;
611 left: -5px;
612 }
613 }
614
615 /**
616 * 04. Profile
617 */
618 .csf-profile-options{
619
620 > h2 > .fa{
621 padding-right: 0;
622 padding-left: 7px;
623 }
624
625 > .csf-field{
626
627 > .csf-fieldset{
628
629 > .csf-help{
630 left: -5px;
631 right: auto;
632 }
633 }
634 }
635 }
636
637 /**
638 * 05. Nav Menu
639 */
640 .csf-nav-menu-options{
641
642 > .csf-fields{
643 margin-left: 0;
644 margin-right: -10px;
645 }
646 }
647
648 .csf-nav-menu-title {
649 padding-left: 14px;
650 padding-right: 12px;
651 }
652
653 .csf-nav-menu-icon{
654 margin-right: 0;
655 margin-left: 5px;
656 }
657
658 /**
659 * 06. Modal
660 */
661 .csf-modal-content{
662
663 .csf-field{
664 padding: 15px 15px 15px 30px;
665 }
666 }
667
668 .csf-modal-title{
669 padding: 0 16px 0 36px;
670 }
671
672 .csf-modal-close{
673 right: auto;
674 left: 0;
675 }
676
677 /**
678 * 07. Customizer
679 */
680 .control-section{
681
682 .csf-field{
683
684 .csf-fieldset{
685 margin-right: 0;
686 }
687 }
688 }
689
690 /**
691 * 08. Responsive
692 */
693 @media only screen and (max-width:1200px){
694 .csf-metabox .csf-field .csf-fieldset{
695 margin-left: 0;
696 }
697 }
698
699 @media only screen and (max-width:782px){
700 .csf .csf-fieldset,
701 .csf .csf-content{
702 margin-right: 0;
703 }
704 }
705
706 /**
707 * 09. Others
708 */
709 .csf-field{
710
711 .csf--transparent-slider{
712 margin-left: 0;
713 margin-right: 2px;
714
715 .ui-slider-handle{
716 margin: 0 -11px;
717 }
718 }
719
720 .csf--transparent-offset{
721 background-position: center right;
722 }
723
724 .csf--transparent-text{
725 right: auto;
726 left: 10px;
727 }
728 }
729