Differences From Artifact [4620d0a4ab]:
- File gc_lang/fr/webext/content_scripts/panels_content.css — part of check-in [49c4a65f72] at 2017-08-29 06:18:42 on branch webext2 — [fx] copy text to clipboard (user: olr, size: 3560) [annotate] [blame] [check-ins using]
To Artifact [2efcd78668]:
- File gc_lang/fr/webext/content_scripts/panels_content.css — part of check-in [b8ce0aa31d] at 2017-08-29 12:33:47 on branch webext2 — [fx] main panel: help section (user: olr, size: 3577) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + |
/*
CSS
Content panels for Grammalecte
*/
/*
Wrapper
*/
.grammalecte_wrapper {
margin: 3px;
padding: 5px;
border-radius: 3px;
background-color: hsl(210, 40%, 96%);
border: 1px solid hsl(210, 40%, 92%);
box-shadow: 0 0 2px hsla(210, 40%, 0%, .5);
font-family: "Trebuchet MS", "Liberation Sans", sans-serif;
color: hsl(210, 40%, 50%);
|
| ︙ |