Overview
| Comment: | [fx] add UbuntuCondensed font to CSS content-scripts |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
d42f0bf12629eaeaba774d57199ff47a |
| User & Date: | olr on 2019-05-17 09:19:04 |
| Other Links: | manifest | tags |
Context
|
2019-05-17
| ||
| 09:43 | [fx] update context menu picture check-in: 93d27889fb user: olr tags: trunk, fx | |
| 09:19 | [fx] add UbuntuCondensed font to CSS content-scripts check-in: d42f0bf126 user: olr tags: trunk, fx | |
|
2019-05-16
| ||
| 09:02 | [fr] ajustements check-in: cc3609edd9 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [0e552e9d81] to [949d2c4a43].
| ︙ | |||
15 16 17 18 19 20 21 22 23 24 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | + - + |
width: 16px;
height: 16px;
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);
|
| ︙ | |||
53 54 55 56 57 58 59 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + |
display: none;
position: absolute;
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%);
|
| ︙ | |||
129 130 131 132 133 134 135 | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - + |
div.grammalecte_menu_header {
padding: 2px 10px;
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;
|
Modified gc_lang/fr/webext/content_scripts/panel.css from [2e9e64cb23] to [2782c3e150].
| ︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + |
/* end flexbox */
box-sizing: content-box;
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%);
|
| ︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - + - + |
padding: 3px 20px;
color: hsl(210, 30%, 96%);
font-size: 20px;
}
div.grammalecte_panel_label {
display: inline-block;
padding: 0 10px;
|
| ︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + |
padding: 10px;
margin-bottom: 3px;
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%);
|
| ︙ | |||
154 155 156 157 158 159 160 | 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 | - + |
div.grammalecte_panel_flow_message {
margin: 10px;
padding: 10px;
border-radius: 5px;
background-color: hsl(0, 0%, 50%);
color: hsl(0, 50%, 96%);
|
| ︙ |
Modified gc_lang/fr/webext/content_scripts/panel_conj.css from [6913324344] to [e61b4b58d2].
| ︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + |
width: 230px;
margin-left: 5px;
padding: 5px 10px;
border: 2px solid hsl(0, 0%, 80%);
border-radius: 3px;
height: 20px;
background: transparent;
|
| ︙ |
Modified gc_lang/fr/webext/content_scripts/panel_lxg.css from [3751042634] to [f157559a67].
| ︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + |
border-radius: 5px;
}
div.grammalecte_lxg_list_num {
float: right;
margin: -12px 0 5px 10px;
padding: 5px 10px;
|
| ︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | - + - + - + - + |
}
div.grammalecte_lxg_token {
display: inline-block;
background-color: hsl(150, 0%, 50%);
color: hsl(0, 0%, 96%);
padding: 2px 5px;
border-radius: 2px;
|
| ︙ |
Modified gc_lang/fr/webext/content_scripts/panel_tf.css from [be63cf139a] to [71267dfd17].
| ︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + - + |
display: flex;
}
div.grammalecte_tf_indent {
padding-left: 20px;
}
div.grammalecte_tf_result {
display: inline-block;
|
| ︙ | |||
93 94 95 96 97 98 99 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | - + |
}
div.grammalecte_tf_button {
display: inline-block;
padding: 5px 10px;
width: 100px;
border-radius: 3px;
|
| ︙ |