147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
|
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
|
-
+
+
-
+
+
|
text-decoration: none;
}
div#grammalecte_tooltip_ignore:hover {
background-color: hsl(30, 30%, 50%);
color: hsla(0, 0%, 100%, 1);
text-shadow: 0 0 3px hsl(30, 30%, 60%);
}
div#grammalecte_tooltip_url {
div#grammalecte_tooltip_url,
div#grammalecte_tooltip_open_lexed {
display: inline-block;
margin-left: 10px;
padding: 1px 5px;
background-color: hsl(210, 50%, 50%);
color: hsla(210, 0%, 96%, 1);
border-radius: 2px;
cursor: pointer;
font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
font-size: 12px;
text-decoration: none;
}
div#grammalecte_tooltip_url:hover {
div#grammalecte_tooltip_url:hover,
div#grammalecte_tooltip_open_lexed:hover {
background-color: hsl(210, 50%, 60%);
color: hsla(0, 0%, 100%, 1);
text-shadow: 0 0 3px hsl(210, 30%, 60%);
}
div#grammalecte_tooltip_db_search {
display: inline-block;
margin-left: 10px;
|