52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
display: inline-block;
padding: 2px 5px;
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 50%);
}
.grammalecte_lxg_morph_list {
padding: 2px 0 10px 20px;
}
.grammalecte_lxg_morph_elem {
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 0%);
}
.grammalecte_lxg_token_WORD {
background-color: hsla(150, 50%, 50%, 1);
|
>
>
>
>
>
|
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
display: inline-block;
padding: 2px 5px;
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 50%);
}
.grammalecte_lxg_morph_list {
padding: 2px 0 10px 20px;
}
.grammalecte_lxg_morph_elem_inline {
display: inline-block;
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 0%);
}
.grammalecte_lxg_morph_elem {
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 0%);
}
.grammalecte_lxg_token_WORD {
background-color: hsla(150, 50%, 50%, 1);
|