]> Pileus Git - ~andy/gtk/blob - demos/gtk-demo/reset.css
Silence compiler warnings
[~andy/gtk] / demos / gtk-demo / reset.css
1 /* @import this colorsheet to get the default values for every property.
2  * This is useful when writing special CSS tests that should not be
3  * inluenced by themes - not even the default ones.
4  * Keep in mind that the output will be very ugly and not look like
5  * anything GTK.
6  * Also, when adding new style properties, please add them here.
7  */
8
9 * {
10   color: inherit;
11   font-size: inherit;
12   background-color: initial;
13   font-family: inherit;
14   font-style: inherit;
15   font-variant: inherit;
16   font-weight: inherit;
17   text-shadow: inherit;
18   icon-shadow: inherit;
19   box-shadow: initial;
20   margin-top: initial;
21   margin-left: initial;
22   margin-bottom: initial;
23   margin-right: initial;
24   padding-top: initial;
25   padding-left: initial;
26   padding-bottom: initial;
27   padding-right: initial;
28   border-top-style: initial;
29   border-top-width: initial;
30   border-left-style: initial;
31   border-left-width: initial;
32   border-bottom-style: initial;
33   border-bottom-width: initial;
34   border-right-style: initial;
35   border-right-width: initial;
36   border-top-left-radius: initial;
37   border-top-right-radius: initial;
38   border-bottom-right-radius: initial;
39   border-bottom-left-radius: initial;
40   outline-style: initial;
41   outline-width: initial;
42   outline-offset: initial;
43   background-clip: initial;
44   background-origin: initial;
45   background-size: initial;
46   background-position: initial;
47   border-top-color: initial;
48   border-right-color: initial;
49   border-bottom-color: initial;
50   border-left-color: initial;
51   outline-color:  initial;
52   background-repeat: initial;
53   background-image: initial;
54   border-image-source: initial;
55   border-image-repeat: initial;
56   border-image-slice: initial;
57   border-image-width: initial;
58   transition-property: initial;
59   transition-duration: initial;
60   transition-timing-function: initial;
61   transition-delay: initial;
62   engine: initial;
63   gtk-key-bindings: initial;
64
65   -GtkWidget-focus-line-width: 0;
66   -GtkWidget-focus-padding: 0;
67   -GtkNotebook-initial-gap: 0;
68 }