Overview
| Comment: | [fr] lexicographe: màj du CSS |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | fr | Lexicographe |
| Files: | files | file ages | folders |
| SHA3-256: |
b08a87e4bf85c5c2f06cd1d4d66242d0 |
| User & Date: | olr on 2017-10-30 21:08:09 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-31
| ||
| 19:47 | Ajustement pour retrouver les informations des locutions check-in: 70a2417975 user: IllusionPerdu tags: fr, Lexicographe | |
|
2017-10-30
| ||
| 21:08 | [fr] lexicographe: màj du CSS check-in: b08a87e4bf user: olr tags: fr, Lexicographe | |
| 20:50 | [fr] lexicographe: analyse des sous-parties des locutions check-in: 2ef57e5809 user: olr tags: fr, Lexicographe | |
Changes
Modified gc_lang/fr/webext/content_scripts/panel_lxg.css from [c6d538bdb2] to [06d2a8ca5d].
1 2 3 4 5 6 7 8 9 10 11 |
/*
Lexicographer
*/
#grammalecte_lxg_panel_content {
padding: 5px;
font-size: 13px;
}
.grammalecte_lxg_list_of_tokens {
margin: 5px 0 10px 0;
padding: 10px;
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
/*
Lexicographer
*/
#grammalecte_lxg_panel_content {
padding: 5px;
font-size: 13px;
}
.grammalecte_lxg_list_of_tokens {
margin: 5px 0 10px 0;
padding: 10px;
background-color: hsla(0, 0%, 95%, 1);
border-radius: 5px;
}
.grammalecte_lxg_list_num {
float: right;
margin: -12px 0 5px 10px;
padding: 5px 10px;
font-weight: bold;
|
| ︙ | ︙ | |||
35 36 37 38 39 40 41 |
.grammalecte_lxg_token_block {
margin: 4px 0;
}
.grammalecte_lxg_token_subblock {
margin: 2px 0 2px 20px;
padding: 5px;
| | > > | | | 35 36 37 38 39 40 41 42 43 44 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 |
.grammalecte_lxg_token_block {
margin: 4px 0;
}
.grammalecte_lxg_token_subblock {
margin: 2px 0 2px 20px;
padding: 5px;
border-left: 4px solid hsl(150, 30%, 70%);
background-color: hsl(210, 10%, 90%);
border-radius: 2px;
}
.grammalecte_lxg_token_descr {
margin: 1px;
padding: 1px;
}
.grammalecte_lxg_token {
display: inline-block;
background-color: hsl(150, 0%, 50%);
color: hsl(0, 0%, 96%);
padding: 2px 5px;
border-radius: 2px;
text-decoration: none;
font-weight: bold;
}
.grammalecte_lxg_token_colon {
display: inline-block;
padding: 2px 5px;
color: hsl(0, 0%, 50%);
}
.grammalecte_lxg_morph_list {
padding: 2px 0 2px 20px;
}
.grammalecte_lxg_morph_elem {
color: hsl(0, 0%, 0%);
}
.grammalecte_lxg_token_LOC {
background-color: hsla(150, 50%, 30%, 1);
}
|
| ︙ | ︙ |