| 1 |
/** |
| 2 |
* CSS Rules for the language switcher in standard WordPress themes |
| 3 |
*/ |
| 4 |
|
| 5 |
/** |
| 6 |
* Twenty Fourteen |
| 7 |
*/ |
| 8 |
.page_item_wpglobus_menu_switch {width:80px;} |
| 9 |
.page_item_wpglobus_menu_switch .children{width:60px;} |
| 10 |
.page_item_wpglobus_menu_switch .children:hover{width:60px;} |
| 11 |
.page_item_wpglobus_menu_switch li:hover > a{width:35px;} |
| 12 |
|
| 13 |
.menu_item_wpglobus_menu_switch {width:80px;} |
| 14 |
.menu_item_wpglobus_menu_switch .sub-menu{width:60px;} |
| 15 |
.menu_item_wpglobus_menu_switch .sub-menu:hover{width:60px;} |
| 16 |
.menu_item_wpglobus_menu_switch li:hover > a{width:35px;} |
| 17 |
|
| 18 |
|
| 19 |
/** |
| 20 |
* Twenty Thirteen |
| 21 |
*/ |
| 22 |
.page_item_wpglobus_menu_switch {width:80px;} |
| 23 |
.page_item_wpglobus_menu_switch .children{width:84px;} |
| 24 |
.page_item_wpglobus_menu_switch .children:hover{width:84px;} |
| 25 |
.page_item_wpglobus_menu_switch li:hover > a{width:80px;} |
| 26 |
|
| 27 |
.menu_item_wpglobus_menu_switch {width:80px;} |
| 28 |
.menu_item_wpglobus_menu_switch .sub-menu{width:84px;} |
| 29 |
.menu_item_wpglobus_menu_switch .sub-menu:hover{width:84px;} |
| 30 |
.menu_item_wpglobus_menu_switch li:hover > a{width:80px;} |
| 31 |
|
| 32 |
/** |
| 33 |
* Twenty Twelve |
| 34 |
*/ |
| 35 |
.page_item_wpglobus_menu_switch {width:40px;} |
| 36 |
.page_item_wpglobus_menu_switch .children li{width:40px;} |
| 37 |
.page_item_wpglobus_menu_switch .children li a{width:40px;} |
| 38 |
.page_item_wpglobus_menu_switch .children:hover{width:40px;} |
| 39 |
.page_item_wpglobus_menu_switch li:hover > a{width:40px;} |
| 40 |
|
| 41 |
.menu_item_wpglobus_menu_switch {width:40px;} |
| 42 |
.menu_item_wpglobus_menu_switch .sub-menu {width:60px;} |
| 43 |
.menu_item_wpglobus_menu_switch .sub-menu li{width:40px;} |
| 44 |
.menu_item_wpglobus_menu_switch .sub-menu li a{width:40px;} |
| 45 |
.menu_item_wpglobus_menu_switch .sub-menu:hover{width:40px;} |
| 46 |
.menu_item_wpglobus_menu_switch .sub-menu li:hover > a{width:40px;} |
| 47 |
|
| 48 |
/** |
| 49 |
* Twenty Eleven |
| 50 |
*/ |
| 51 |
#access ul ul, #access ul ul a {width:47px;} |
| 52 |
.page_item_wpglobus_menu_switch {width:60px;} |
| 53 |
.page_item_wpglobus_menu_switch .children li{width:60px;} |
| 54 |
.page_item_wpglobus_menu_switch .children li a{width:40px;} |
| 55 |
.page_item_wpglobus_menu_switch .children:hover{width:60px;} |
| 56 |
.page_item_wpglobus_menu_switch li:hover > a{width:60px;} |
| 57 |
|
| 58 |
/** |
| 59 |
* Twenty Ten |
| 60 |
*/ |
| 61 |
#access ul ul, #access ul ul a {width:38px;} |
| 62 |
.page_item_wpglobus_menu_switch {width:60px;} |
| 63 |
.page_item_wpglobus_menu_switch .children li{width:60px;} |
| 64 |
.page_item_wpglobus_menu_switch .children li a{width:40px;} |
| 65 |
.page_item_wpglobus_menu_switch .children:hover{width:60px;} |
| 66 |
.page_item_wpglobus_menu_switch li:hover > a{width:60px;} |
| 67 |
|