93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
z-index: 1000;
text-align: left;
/*box-shadow: 0px 0px 0px 4px hsla(210, 0%, 50%, 0.4);*/
}
div#grammalecte_tooltip_message_block {
margin: 0;
padding: 5px 10px 10px 10px;
background-color: hsl(210, 50%, 30%);
color: hsl(210, 50%, 96%);
}
div#grammalecte_tooltip_rule_id {
display: none;
margin: 0 0 5px 0;
border: 1px solid hsl(210, 50%, 60%);
|
|
>
>
>
>
>
>
|
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
|
z-index: 1000;
text-align: left;
/*box-shadow: 0px 0px 0px 4px hsla(210, 0%, 50%, 0.4);*/
}
div#grammalecte_tooltip_message_block {
margin: 0;
padding: 5px 10px 5px 10px;
background-color: hsl(210, 50%, 30%);
color: hsl(210, 50%, 96%);
}
div#grammalecte_tooltip_actions {
margin: 0;
padding: 7px 10px 5px 10px;
background-color: hsl(210, 50%, 30%);
color: hsl(210, 50%, 96%);
}
div#grammalecte_tooltip_rule_id {
display: none;
margin: 0 0 5px 0;
border: 1px solid hsl(210, 50%, 60%);
|
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
|
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 {
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 {
background-color: hsl(210, 50%, 60%);
color: hsla(0, 0%, 100%, 1);
text-shadow: 0 0 3px hsl(210, 30%, 60%);
}
div#grammalecte_tooltip_sugg_title {
padding: 0 10px;
background-color: hsl(210, 10%, 90%);
color: hsl(210, 50%, 30%);
font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
font-size: 10px;
font-weight: bold;
|
|
|
>
|
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
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_db_search {
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_db_search: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_sugg_title {
padding: 0 10px;
background-color: hsl(210, 10%, 90%);
color: hsl(210, 50%, 30%);
font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
font-size: 10px;
font-weight: bold;
|