diff -r 2f6f6f7551ca -r 32102edaa81b web/wp-content/plugins/xili-language/xili-css/xl-style.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/xili-language/xili-css/xl-style.css Mon Nov 19 18:26:13 2012 +0100 @@ -0,0 +1,48 @@ +/*** style xili-language admin - xl-style.css - ***/ + +/*** === xili-language === ***/ +/*** Contributors: michelwppi, MS dev.xiligroup.com ***/ +/*** Donate link: http://dev.xiligroup.com/ ***/ + +/* .postsbody tr > th span { display:inline-block; text-indent:-9999px ; height: 20px; } // inside plugin function print_styles_cpt_edit */ + +tr.lang-en_us th { background: transparent url('flags/en_us.png') no-repeat 60% center; } +tr.lang-fr_fr th { background: transparent url('flags/fr_fr.png') no-repeat 60% center ; } +tr.lang-es_es th { background: transparent url('flags/es_es.png') no-repeat 60% center ;} +tr.lang-it_it th { background: transparent url('flags/it_it.png') no-repeat 60% center ;} +tr.lang-de_de th { background: transparent url('flags/de_de.png') no-repeat 60% center ;} +tr.lang-pt_pt th { background: transparent url('flags/pt_pt.png') no-repeat 60% center ;} +tr.lang-ru_ru th { background: transparent url('flags/ru_ru.png') no-repeat 60% center ;} +tr.lang-zh_cn th { background: transparent url('flags/zh_cn.png') no-repeat 60% center ;} +tr.lang-ar_ar th { background: transparent url('flags/ar_ar.png') no-repeat 60% center ;} +tr.lang-ja th { background: transparent url('flags/ja.png') no-repeat 60% center ;} + + +span.translated-in a { display:inline-block; text-indent:-9999px; width:25px; border:0px solid red;} +div.taxinmos span[class|="lang"] { display:inline-block; text-indent:-9999px; width:20px; border:0px solid red; } +fieldset.taxinmos span[class|="lang"] { display:inline-block; text-indent:-9999px; width:20px; border:0px solid red; } + +span.translated-in a.lang-en_us { background: transparent url('flags/en_us.png') no-repeat 50% center ; } +span.translated-in a.lang-fr_fr { background: transparent url('flags/fr_fr.png') no-repeat 50% center ; } +span.translated-in a.lang-es_es { background: transparent url('flags/es_es.png') no-repeat 50% center ;} +span.translated-in a.lang-it_it { background: transparent url('flags/it_it.png') no-repeat 50% center ;} +span.translated-in a.lang-de_de { background: transparent url('flags/de_de.png') no-repeat 50% center ;} +span.translated-in a.lang-pt_pt { background: transparent url('flags/pt_pt.png') no-repeat 50% center ;} +span.translated-in a.lang-ru_ru { background: transparent url('flags/ru_ru.png') no-repeat 50% center ;} +span.translated-in a.lang-zh_cn { background: transparent url('flags/zh_cn.png') no-repeat 50% center ;} +span.translated-in a.lang-ar_ar { background: transparent url('flags/ar_ar.png') no-repeat 50% center ;} +span.translated-in a.lang-ja { background: transparent url('flags/ja.png') no-repeat 50% center ;} + + +/** do not modify - will be overwritten during plugin's update - use it as example **/ + +/** copy xili-css folder in your current theme folder and move the flags in your current theme /images sub-folder **/ + +/* ---current theme folder---/xili-css/ */ +/* ---current theme folder---/images/flags/ - as in twentyeleven theme example to be shared by frontend */ + + +/** another alternative place **/ + +/* ---plugins folder---/xilidev-libraries/xili-css/ */ +/* ---plugins folder---/xilidev-libraries/xili-css/flags */ \ No newline at end of file