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;
font-family: "Trebuchet MS", "Fira Sans", "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%);
}
|
|
|
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;
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%);
}
|
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;
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
text-decoration: none;
font-weight: bold;
}
div.grammalecte_lxg_token_also {
display: inline-block;
margin-left: 5px;
color: hsl(0, 0%, 50%);
padding: 2px 5px;
text-decoration: none;
}
div.grammalecte_lxg_token_colon {
display: inline-block;
padding: 2px 5px;
font-family: "Trebuchet MS", "Fira Sans", "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;
color: hsl(0, 0%, 0%);
}
div.grammalecte_lxg_morph_elem {
font-family: "Trebuchet MS", "Fira Sans", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 0%);
}
div.grammalecte_lxg_token_LOC {
background-color: hsla(150, 50%, 30%, 1);
}
div.grammalecte_lxg_token_WORD {
background-color: hsla(150, 50%, 50%, 1);
|
|
|
|
|
|
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;
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;
margin-left: 5px;
color: hsl(0, 0%, 50%);
padding: 2px 5px;
text-decoration: none;
}
div.grammalecte_lxg_token_colon {
display: inline-block;
padding: 2px 5px;
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", "Ubuntu Condensed", "Liberation Sans", sans-serif;
color: hsl(0, 0%, 0%);
}
div.grammalecte_lxg_morph_elem {
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);
}
div.grammalecte_lxg_token_WORD {
background-color: hsla(150, 50%, 50%, 1);
|