Overview
Comment: | Permet d'isoler les sections ajoutées par script. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | Lexicographe |
Files: | files | file ages | folders |
SHA3-256: |
cbaf0f2ddfb240f17ead104d8e51a807 |
User & Date: | IllusionPerdu on 2017-11-07 16:42:48 |
Other Links: | branch diff | manifest | tags |
Context
2017-11-11
| ||
12:19 | [fx] gestion des différentes sortes de mots composés du lexicographe check-in: 4f7bc2e814 user: olr tags: fx, Lexicographe | |
2017-11-07
| ||
16:42 | Permet d'isoler les sections ajoutées par script. check-in: cbaf0f2ddf user: IllusionPerdu tags: Lexicographe | |
2017-11-06
| ||
11:58 | [fr] locution: à vil prix check-in: a7b1ce6537 user: olr tags: fr, Lexicographe | |
Changes
Modified gc_lang/fr/webext/content_scripts/menu.css from [6ef7f32071] to [aa3491b2f6].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | /* CSS Button and menu for Grammalecte */ /* Button */ .grammalecte_menu_main_button { position: absolute; box-sizing: border-box; display: none; margin: -8px 0 0 -8px; width: 16px; height: 16px; background-color: hsla(210, 80%, 80%, .5); | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | /* CSS Button and menu for Grammalecte */ /* Button */ .grammalecte_menu_main_button { all: initial; position: absolute; box-sizing: border-box; display: none; margin: -8px 0 0 -8px; width: 16px; height: 16px; background-color: hsla(210, 80%, 80%, .5); |
︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 | } /* Menu */ .grammalecte_menu { 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%); | > | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | } /* Menu */ .grammalecte_menu { all: initial; 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%); |
︙ | ︙ |
Modified gc_lang/fr/webext/content_scripts/message_box.css from [5ca0392419] to [619e78f63e].
1 2 3 4 5 6 7 8 9 10 11 12 13 | /* CSS Message box for Grammalecte */ .grammalecte_message_box { position: fixed; padding: 0; margin: 0; top: 50%; left: 50%; width: 400px; margin-left: -200px; | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* CSS Message box for Grammalecte */ .grammalecte_message_box { all: initial; position: fixed; padding: 0; margin: 0; top: 50%; left: 50%; width: 400px; margin-left: -200px; |
︙ | ︙ |
Modified gc_lang/fr/webext/content_scripts/panel.css from [2a886a1bfe] to [a156ff1ddc].
1 2 3 4 5 6 7 8 9 10 11 12 13 | /* CSS Content panels for Grammalecte */ .grammalecte_panel { padding: 0; margin: 0; position: fixed; 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, 10%, 50%); border-radius: 10px 10px 10px 10px; | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | /* CSS Content panels for Grammalecte */ .grammalecte_panel { all: initial; padding: 0; margin: 0; position: fixed; 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, 10%, 50%); border-radius: 10px 10px 10px 10px; |
︙ | ︙ |