174
175
176
177
178
179
180
181
182
183
184
185
186
187
|
border-top: 2px solid;
border-bottom: 2px solid;
border-color: hsl(60, 90%, 50%);
color: hsl(60, 10%, 40%);
font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif;
font-size: 14px;
hyphens: auto;
}
div#grammalecte_panel_message_close_button {
float: right;
margin: 0 0 10px 10px;
padding: 2px 5px;
border-radius: 5px;
background-color: hsl(60, 90%, 50%);
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
|
border-top: 2px solid;
border-bottom: 2px solid;
border-color: hsl(60, 90%, 50%);
color: hsl(60, 10%, 40%);
font-family: "Trebuchet MS", "Fira Sans", "Ubuntu Condensed", "Liberation Sans", sans-serif;
font-size: 14px;
hyphens: auto;
}
div#grammalecte_panel_message_action_button {
margin: 10px;
padding: 4px 10px;
border-radius: 5px;
background-color: hsl(30, 100%, 50%);
color: hsl(30, 60%, 95%);
font-size: 14px;
font-weight: bold;
cursor: pointer;
}
div#grammalecte_panel_message_close_button:hover {
background-color: hsl(0, 100%, 60%);
color: hsl(0, 50%, 100%);
}
div#grammalecte_panel_message_close_button {
float: right;
margin: 0 0 10px 10px;
padding: 2px 5px;
border-radius: 5px;
background-color: hsl(60, 90%, 50%);
|