|
1 /*** style xili-language admin - xl-style.css - ***/ |
|
2 |
|
3 /*** === xili-language === ***/ |
|
4 /*** Contributors: michelwppi, MS dev.xiligroup.com ***/ |
|
5 /*** Donate link: http://dev.xiligroup.com/ ***/ |
|
6 |
|
7 /* .postsbody tr > th span { display:inline-block; text-indent:-9999px ; height: 20px; } // inside plugin function print_styles_cpt_edit */ |
|
8 |
|
9 tr.lang-en_us th { background: transparent url('flags/en_us.png') no-repeat 60% center; } |
|
10 tr.lang-fr_fr th { background: transparent url('flags/fr_fr.png') no-repeat 60% center ; } |
|
11 tr.lang-es_es th { background: transparent url('flags/es_es.png') no-repeat 60% center ;} |
|
12 tr.lang-it_it th { background: transparent url('flags/it_it.png') no-repeat 60% center ;} |
|
13 tr.lang-de_de th { background: transparent url('flags/de_de.png') no-repeat 60% center ;} |
|
14 tr.lang-pt_pt th { background: transparent url('flags/pt_pt.png') no-repeat 60% center ;} |
|
15 tr.lang-ru_ru th { background: transparent url('flags/ru_ru.png') no-repeat 60% center ;} |
|
16 tr.lang-zh_cn th { background: transparent url('flags/zh_cn.png') no-repeat 60% center ;} |
|
17 tr.lang-ar_ar th { background: transparent url('flags/ar_ar.png') no-repeat 60% center ;} |
|
18 tr.lang-ja th { background: transparent url('flags/ja.png') no-repeat 60% center ;} |
|
19 |
|
20 |
|
21 span.translated-in a { display:inline-block; text-indent:-9999px; width:25px; border:0px solid red;} |
|
22 div.taxinmos span[class|="lang"] { display:inline-block; text-indent:-9999px; width:20px; border:0px solid red; } |
|
23 fieldset.taxinmos span[class|="lang"] { display:inline-block; text-indent:-9999px; width:20px; border:0px solid red; } |
|
24 |
|
25 span.translated-in a.lang-en_us { background: transparent url('flags/en_us.png') no-repeat 50% center ; } |
|
26 span.translated-in a.lang-fr_fr { background: transparent url('flags/fr_fr.png') no-repeat 50% center ; } |
|
27 span.translated-in a.lang-es_es { background: transparent url('flags/es_es.png') no-repeat 50% center ;} |
|
28 span.translated-in a.lang-it_it { background: transparent url('flags/it_it.png') no-repeat 50% center ;} |
|
29 span.translated-in a.lang-de_de { background: transparent url('flags/de_de.png') no-repeat 50% center ;} |
|
30 span.translated-in a.lang-pt_pt { background: transparent url('flags/pt_pt.png') no-repeat 50% center ;} |
|
31 span.translated-in a.lang-ru_ru { background: transparent url('flags/ru_ru.png') no-repeat 50% center ;} |
|
32 span.translated-in a.lang-zh_cn { background: transparent url('flags/zh_cn.png') no-repeat 50% center ;} |
|
33 span.translated-in a.lang-ar_ar { background: transparent url('flags/ar_ar.png') no-repeat 50% center ;} |
|
34 span.translated-in a.lang-ja { background: transparent url('flags/ja.png') no-repeat 50% center ;} |
|
35 |
|
36 |
|
37 /** do not modify - will be overwritten during plugin's update - use it as example **/ |
|
38 |
|
39 /** copy xili-css folder in your current theme folder and move the flags in your current theme /images sub-folder **/ |
|
40 |
|
41 /* ---current theme folder---/xili-css/ */ |
|
42 /* ---current theme folder---/images/flags/ - as in twentyeleven theme example to be shared by frontend */ |
|
43 |
|
44 |
|
45 /** another alternative place **/ |
|
46 |
|
47 /* ---plugins folder---/xilidev-libraries/xili-css/ */ |
|
48 /* ---plugins folder---/xilidev-libraries/xili-css/flags */ |