~skellat/+junk/shimmer-themes

« back to all changes in this revision

Viewing changes to greybird/gtk-3.0/apps/misc.css

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2012-02-05 22:48:30 UTC
  • mfrom: (0.3.1) (0.2.1) (0.1.1)
  • Revision ID: package-import@ubuntu.com-20120205224830-2xcw5f6gm51t4tci
Tags: 1.1-0ubuntu1
Initial release, split Shimmer Project themes from murrine-themes
(Albatross [a4c586d], Bluebird [2713c7e], Greybird [7915c3e]).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********
 
2
 * Misc *
 
3
 ********/
 
4
/* gnome-terminal */
 
5
TerminalScreen {
 
6
        background-color: @base_color;
 
7
        color: @fg_color;
 
8
        -TerminalScreen-background-darkness: 0.95;
 
9
}
 
10
 
 
11
/* Calendars */
 
12
GtkCalendar.view {
 
13
        border-radius: 2;
 
14
        border-style: solid;
 
15
        border-width: 1;
 
16
        padding: 2;
 
17
}
 
18
 
 
19
GtkCalendar.header {
 
20
        border-radius: 0;
 
21
        background-image: -gtk-gradient (linear,
 
22
                left top,
 
23
                left bottom,
 
24
                from (shade (@bg_color, 1.04)),
 
25
                to (shade (@bg_color, 0.89)));
 
26
        border-width: 0;
 
27
}
 
28
 
 
29
GtkCalendar.button {
 
30
        background-image: -gtk-gradient (linear,
 
31
                left top,
 
32
                left bottom,
 
33
                from (rgba (0, 0, 0, 0)),
 
34
                to (rgba (0, 0, 0, 0)));
 
35
}
 
36
 
 
37
.highlight,
 
38
GtkCalendar.highlight {
 
39
        background-color: @selected_bg_color;
 
40
        color: @selected_fg_color;
 
41
        border-radius: 0;
 
42
        padding: 0;
 
43
        border-width: 0;
 
44
}
 
45
 
 
46
/**********************
 
47
 * Fallback Mode Panel
 
48
 **********************/
 
49
PanelWidget,
 
50
PanelApplet,
 
51
PanelToplevel {
 
52
        background-color: @dark_bg_color;
 
53
        background-image: -gtk-gradient (linear, left top, left bottom,
 
54
                from (shade (@dark_bg_color, 1.05)),
 
55
                to (shade (@dark_bg_color, 1.05)));
 
56
        color: @dark_fg_color;
 
57
        border-radius: 0;
 
58
        -unico-inner-stroke-style: none;
 
59
        -unico-outer-stroke-style: none;
 
60
        text-shadow: none;
 
61
        padding: 0;
 
62
        border-width:0;
 
63
}
 
64
 
 
65
PanelApplet > GtkMenuBar.menubar,
 
66
.gnome-panel-menu-bar,
 
67
PanelMenuBar.menubar,
 
68
PanelApplet > GtkMenuBar.menubar.menuitem,
 
69
PanelMenuBar.menubar.menuitem {
 
70
        background-color: @dark_bg_color;
 
71
        background-image: -gtk-gradient (linear, left top, left bottom,
 
72
                from (shade (@dark_bg_color, 1.05)),
 
73
                to (shade (@dark_bg_color, 1.05)));
 
74
        color: @dark_fg_color;
 
75
        text-shadow: none;/*0 -1 shade (@fg_color, 1.0);*/
 
76
}
 
77
 
 
78
ClockBox {
 
79
        color: @dark_fg_color;
 
80
        text-shadow: 0 -1 shade (@fg_color, 1.0);
 
81
}
 
82
 
 
83
PanelApplet > GtkMenuBar.menubar.menuitem:prelight,
 
84
.gnome-panel-menu-bar.menuitem:prelight {
 
85
}
 
86
 
 
87
PanelAppletFrame { 
 
88
        background-color: @dark_bg_color;
 
89
        background-image: -gtk-gradient (linear, left top, left bottom,
 
90
                from (shade (@dark_bg_color, 1.05)),
 
91
                to (shade (@dark_bg_color, 1.05)));
 
92
}
 
93
 
 
94
PanelApplet .button {
 
95
        background-color: @dark_bg_color;
 
96
        background-image: none;
 
97
        color: @dark_fg_color;
 
98
        border-radius: 0;
 
99
        -unico-inner-stroke-style: none;
 
100
        -unico-outer-stroke-style: none;
 
101
        text-shadow: none;
 
102
        border-width:0;
 
103
        background-image: -gtk-gradient (linear, left top, left bottom,
 
104
                from (shade (@dark_bg_color, 1.05)),
 
105
                to (shade (@dark_bg_color, 1.05)));
 
106
}
 
107
 
 
108
PanelApplet .button:prelight:active,
 
109
PanelApplet .button:active {
 
110
        background-color: shade (@dark_bg_color, 0.85);
 
111
        background-image: none;
 
112
        color: @dark_fg_color;
 
113
}
 
114
 
 
115
PanelApplet .button :prelight {
 
116
        background-color: shade (@dark_bg_color, 1.2);
 
117
        background-image: none;
 
118
        color: @dark_fg_color;
 
119
}
 
120
 
 
121
NaTrayApplet {
 
122
}
 
123
 
 
124
WnckPager, WnckTasklist {
 
125
        background-color: @dark_bg_color;
 
126
}
 
127
 
 
128
GsmFailWhaleDialog,
 
129
GsmFailWhaleDialog * {
 
130
}
 
 
b'\\ No newline at end of file'