Index: gc_lang/fr/webext/content_scripts/menu.css ================================================================== --- gc_lang/fr/webext/content_scripts/menu.css +++ gc_lang/fr/webext/content_scripts/menu.css @@ -17,14 +17,15 @@ background-color: hsla(210, 80%, 95%, .5); border: 3px solid hsla(210, 80%, 50%, .9); border-top: 3px solid hsla(210, 80%, 90%, .9); border-left: 3px solid hsla(210, 80%, 90%, .9); border-radius: 50%; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; text-align: center; cursor: pointer; box-shadow: 0 0 0 0 hsla(210, 80%, 50%, .7); - /*z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */ + z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */ animation: grammalecte-spin 2s ease 1; } div.grammalecte_menu_main_button:hover { background-color: hsla(210, 80%, 50%, .05); animation: grammalecte-spin .5s linear infinite; @@ -55,11 +56,11 @@ margin-left: -10px; border-radius: 5px; border: 3px solid hsl(210, 50%, 30%); box-shadow: 0px 0px 2px hsla(210, 10%, 10%, .5); background-color: hsl(210, 50%, 30%); - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; z-index: 2147483640; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */ text-align: left; width: 220px; } @@ -131,14 +132,14 @@ background-color: hsl(210, 50%, 30%); background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAC8UlEQVQ4jX3TbUgTcRwH8P89ddu5u9tt082aZmpFEU4tFz0QGTUwCi0heniR9MSUIKRaD0RvIlKigsooo+iNFa0XJYuwIjEK19OcDtPElsG0ktyp591t7u7+vUh7MPX3+vf5/n8/+P0BmKJIPUUVlh2rdVVeesWlzEybqg+bFOsoylnqPmNavGFfknV2Omu2Lvja3vxAURKJib3opHizu8riLK6gjRyuKgmoSoMRFENRUqfXTzvBGK62LC2uoFkOl4RhjQ8+qWt7dPNE3sbdp+2LXbsGe9qb4rIo/BfwFy6nWQ4ThWGNDzbcfu29dMDh2nHU7CypYNLmzTda0/L5cNuzmDQi/A4Y27k6eQxLI79wS/11D0AAMNvs6XT6ojVJjJEgTbMy2BT77xBMp09KcpaWV1uc41jQoi0NdUHfjeOO9WWn7AVF7s7n986SithPJGeupBh2PCSP/xxqxAp3eq6wuUV7Wc6MSZIEhA8vHjbfOe/OcW3zmAuKy+nUzAyD2bow8ODaEROFq8AyZ5WBYdEZXGqGxZ61HJV+9HYCJRbTNA0QBA40HWunaKN5dKg/DBKxeCIe09Th/m4MJwiMSZmLEzMQAABQRuNqgu8NYX3doTcMpvCkLbtQZ2AJkrPOZG1zlnY13T+Hy9EehY90h57eqcorcZ/lctZuMzAsOjLEqwNv66/6vZcPYRBC+C3cGaBxhSet2av1BpYgTTY7k5y2JPT41slIR6Axv8R9nnOs+4Pf+2r992uOxGVJwgAAAEINfgt3BGgsESWtWas1iGDyl+CT/u7WpvxNFRc4x7qtBoZFhSFejb7z1fq9NYfjsiT+cwcQavBruCOgU4SIGo18amuoq3Js3FNlynVtH385+s53ze+t8cRkURx3yMTTRBAEQVAUXbFlf3XystJKA2NExeFBdWASDAAA+MQACCEEmqbJ0b6PMC7JwhDU8YFHV5u9NZ64LErT/oW/63tPV6uJwmKoOND78u7Fg5NhAAD4CVbzY9cwrWQrAAAAAElFTkSuQmCC'); background-repeat: no-repeat; background-position: 10% 50%; font-size: 16px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; color: hsl(210, 50%, 90%); text-shadow: 0px 0px 2px hsla(210, 10%, 10%, .9); text-align: center; } div.grammalecte_menu_footer { padding: 2px 10px; background-color: hsl(210, 50%, 30%); } Index: gc_lang/fr/webext/content_scripts/panel.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel.css +++ gc_lang/fr/webext/content_scripts/panel.css @@ -18,11 +18,11 @@ z-index: 2147483641; /* maximum is 2147483647: https://stackoverflow.com/questions/491052/minimum-and-maximum-value-of-z-index */ border: 2px solid hsl(210, 50%, 50%); border-radius: 10px 10px 10px 10px; background-color: hsl(210, 0%, 100%); color: hsl(0, 0%, 0%); - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; box-shadow: 0 0 1px 6px hsla(210, 50%, 50%, .5); line-height: normal; text-shadow: none; text-decoration: none; text-align: left; @@ -47,11 +47,11 @@ font-size: 20px; } div.grammalecte_panel_label { display: inline-block; padding: 0 10px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; } div.grammalecte_panel_invisible_marker { position: absolute; /*visibility: hidden;*/ font-size: 4px; @@ -63,11 +63,11 @@ display: flex; align-items: stretch; } div.grammalecte_panel_button { padding: 1px 10px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 14px; font-weight: bold; text-align: center; cursor: pointer; } @@ -130,11 +130,11 @@ background-color: hsl(0, 50%, 50%); border-top: 2px solid; border-bottom: 2px solid; border-color: hsl(0, 50%, 75%); color: hsl(0, 10%, 96%); - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 14px; hyphens: auto; } div#grammalecte_panel_message_close_button { float: right; @@ -156,11 +156,11 @@ margin: 10px; padding: 10px; border-radius: 5px; background-color: hsl(0, 0%, 50%); color: hsl(0, 50%, 96%); - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 16px; } Index: gc_lang/fr/webext/content_scripts/panel_conj.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel_conj.css +++ gc_lang/fr/webext/content_scripts/panel_conj.css @@ -67,11 +67,11 @@ padding: 5px 10px; border: 2px solid hsl(0, 0%, 80%); border-radius: 3px; height: 20px; background: transparent; - font: normal 18px Tahoma, "Ubuntu Condensed"; + font: normal 18px Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif; color: hsl(0, 0%, 30%); } input[placeholder]#grammalecte_conj_verb { color: hsl(0, 0%, 70%); } Index: gc_lang/fr/webext/content_scripts/panel_lxg.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel_lxg.css +++ gc_lang/fr/webext/content_scripts/panel_lxg.css @@ -18,11 +18,11 @@ div.grammalecte_lxg_list_num { float: right; margin: -12px 0 5px 10px; padding: 5px 10px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 14px; font-weight: bold; border-radius: 0 0 4px 4px; background-color: hsl(0, 50%, 50%); color: hsl(0, 10%, 96%); @@ -56,11 +56,11 @@ display: inline-block; background-color: hsl(150, 0%, 50%); color: hsl(0, 0%, 96%); padding: 2px 5px; border-radius: 2px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; text-decoration: none; font-weight: bold; } div.grammalecte_lxg_token_also { display: inline-block; @@ -70,23 +70,23 @@ text-decoration: none; } div.grammalecte_lxg_token_colon { display: inline-block; padding: 2px 5px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; color: hsl(0, 0%, 50%); } div.grammalecte_lxg_morph_list { padding: 2px 0 2px 20px; } div.grammalecte_lxg_morph_elem_inline { display: inline-block; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; color: hsl(0, 0%, 0%); } div.grammalecte_lxg_morph_elem { - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; color: hsl(0, 0%, 0%); } div.grammalecte_lxg_token_LOC { background-color: hsla(150, 50%, 30%, 1); } Index: gc_lang/fr/webext/content_scripts/panel_tf.css ================================================================== --- gc_lang/fr/webext/content_scripts/panel_tf.css +++ gc_lang/fr/webext/content_scripts/panel_tf.css @@ -32,15 +32,15 @@ div.grammalecte_tf_indent { padding-left: 20px; } div.grammalecte_tf_result { display: inline-block; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 13px; } div.grammalecte_tf_option { - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 13px; line-height: 1; } div.grammalecte_tf_option_on { flex-grow: 1; @@ -95,11 +95,11 @@ div.grammalecte_tf_button { display: inline-block; padding: 5px 10px; width: 100px; border-radius: 3px; - font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif; + font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif; font-size: 16px; font-weight: bold; text-align: center; cursor: pointer; }