~ubuntu-branches/ubuntu/oneiric/lubuntu-artwork/oneiric

« back to all changes in this revision

Viewing changes to usr/share/themes/Lubuntu-default/gtk-3.0/gtk-misc.css

  • Committer: Package Import Robot
  • Author(s): Julien Lavergne
  • Date: 2011-09-13 02:00:21 UTC
  • Revision ID: package-import@ubuntu.com-20110913020021-d385sqkywqv3j94q
Tags: 0.17
* usr/share/lxdm/themes/Lubuntu
 - Update with Ozone2 theme.
* usr/share/lubuntu/wallpapers/1110-*
 - Add community wallpapers.
* debian/copyright:
 - Update copyright of the new wallpapers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/********
 
2
 * Misc *
 
3
 ********/
 
4
/* gnome-terminal */
 
5
TerminalScreen {
 
6
        background-color: @theme_base_color;
 
7
        color: @theme_fg_color;
 
8
        -TerminalScreen-background-darkness: 0.95;
 
9
}
 
10
 
 
11
/* GtkAssistant */
 
12
GtkAssistant .sidebar .highlight {
 
13
        color: @theme_fg_color;
 
14
        font: bold;
 
15
}
 
16
 
 
17
GtkAssistant .sidebar {
 
18
        padding: 12;
 
19
        border-width: 1;
 
20
        border-radius: 2;
 
21
        border-style: solid;
 
22
        border-color: @inactive_frame_color;
 
23
        color: mix (@theme_fg_color, @theme_bg_color, 0.40);
 
24
        background-color: shade (@theme_bg_color, 0.97);
 
25
}
 
26
 
 
27
/* Sidebar */
 
28
.sidebar,
 
29
.sidebar.view {
 
30
        background-color: shade (@sidebar_color, 0.99);
 
31
        background-image: -gtk-gradient (linear,
 
32
                left top, right top,
 
33
                from (shade (@sidebar_color,1.00)),
 
34
                color-stop (0.98, shade (@sidebar_color, 1.00)),
 
35
                color-stop (0.99, shade (@sidebar_color, 1.00)),
 
36
                color-stop (1.00, shade (@sidebar_color, 0.86)),
 
37
                to (shade (@sidebar_color,1.00)));
 
38
        color: @theme_fg_color;
 
39
}
 
40
 
 
41
.sidebar.menuitem:selected {
 
42
        background-color: shade (@theme_selected_bg_color, 0.99);
 
43
        color: @theme_fg_color;
 
44
}
 
45
 
 
46
/* View */
 
47
GtkViewport,
 
48
GtkIconView {
 
49
        border-radius: 2;
 
50
        padding: 0;
 
51
}
 
52
 
 
53
GtkIconView.view.cell:selected,
 
54
GtkIconView.view.cell:selected:focused {
 
55
        background-color: @theme_selected_bg_color;
 
56
        border-radius: 2;
 
57
}
 
58
 
 
59
.view {
 
60
        background-color: @theme_base_color;
 
61
        color: @theme_fg_color;
 
62
        border-radius: 0;
 
63
        border-width: 0;
 
64
}
 
65
 
 
66
/* Calendars */
 
67
GtkCalendar.view {
 
68
        border-radius: 2;
 
69
        border-style: solid;
 
70
        border-width: 1;
 
71
        padding: 2;
 
72
}
 
73
 
 
74
GtkCalendar.header {
 
75
        border-radius: 0;
 
76
        background-image: -gtk-gradient (linear,
 
77
                left top,
 
78
                left bottom,
 
79
                from (shade (@theme_bg_color, 1.04)),
 
80
                to (shade (@theme_bg_color, 0.89)));
 
81
        border-width: 0;
 
82
}
 
83
 
 
84
GtkCalendar.button {
 
85
        background-image: -gtk-gradient (linear,
 
86
                left top,
 
87
                left bottom,
 
88
                from (rgba (0, 0, 0, 0)),
 
89
                to (rgba (0, 0, 0, 0)));
 
90
}
 
91
 
 
92
.highlight,
 
93
GtkCalendar.highlight {
 
94
        background-color: @theme_selected_bg_color;
 
95
        color: @theme_selected_fg_color;
 
96
        border-radius: 0;
 
97
        padding: 0;
 
98
        border-width: 0;
 
99
}
 
100
 
 
101
/**********************
 
102
 * Fallback Mode Panel
 
103
 **********************/
 
104
PanelWidget,
 
105
PanelApplet,
 
106
PanelToplevel {
 
107
        background-color: @dark_bg_color;
 
108
        background-image: -gtk-gradient (linear, left top, left bottom,
 
109
                from (shade (@dark_bg_color, 1.05)),
 
110
                to (shade (@dark_bg_color, 1.05)));
 
111
        color: @dark_fg_color;
 
112
        border-radius: 0;
 
113
        -unico-inner-stroke-style: none;
 
114
        -unico-outer-stroke-style: none;
 
115
        text-shadow: none;
 
116
        padding: 0;
 
117
        border-width:0;
 
118
}
 
119
 
 
120
PanelApplet > GtkMenuBar.menubar,
 
121
.gnome-panel-menu-bar,
 
122
PanelMenuBar.menubar,
 
123
PanelApplet > GtkMenuBar.menubar.menuitem,
 
124
PanelMenuBar.menubar.menuitem {
 
125
        background-color: @dark_bg_color;
 
126
        background-image: -gtk-gradient (linear, left top, left bottom,
 
127
                from (shade (@dark_bg_color, 1.05)),
 
128
                to (shade (@dark_bg_color, 1.05)));
 
129
        color: @dark_fg_color;
 
130
        text-shadow: none;/*0 -1 shade (@fg_color, 1.0);*/
 
131
}
 
132
 
 
133
ClockBox {
 
134
        color: @dark_fg_color;
 
135
        text-shadow: 0 -1 shade (@fg_color, 1.0);
 
136
}
 
137
 
 
138
PanelApplet > GtkMenuBar.menubar.menuitem:prelight,
 
139
.gnome-panel-menu-bar.menuitem:prelight {
 
140
}
 
141
 
 
142
PanelAppletFrame { 
 
143
        background-color: @dark_bg_color;
 
144
        background-image: -gtk-gradient (linear, left top, left bottom,
 
145
                from (shade (@dark_bg_color, 1.05)),
 
146
                to (shade (@dark_bg_color, 1.05)));
 
147
}
 
148
 
 
149
PanelApplet .button {
 
150
        background-color: @dark_bg_color;
 
151
        background-image: none;
 
152
        color: @dark_fg_color;
 
153
        border-radius: 0;
 
154
        -unico-inner-stroke-style: none;
 
155
        -unico-outer-stroke-style: none;
 
156
        text-shadow: none;
 
157
        border-width:0;
 
158
        background-image: -gtk-gradient (linear, left top, left bottom,
 
159
                from (shade (@dark_bg_color, 1.05)),
 
160
                to (shade (@dark_bg_color, 1.05)));
 
161
}
 
162
 
 
163
PanelApplet .button:prelight:active,
 
164
PanelApplet .button:active {
 
165
        background-color: shade (@dark_bg_color, 0.85);
 
166
        background-image: none;
 
167
        color: @dark_fg_color;
 
168
}
 
169
 
 
170
PanelApplet .button :prelight {
 
171
        background-color: shade (@dark_bg_color, 1.2);
 
172
        background-image: none;
 
173
        color: @dark_fg_color;
 
174
}
 
175
 
 
176
NaTrayApplet {
 
177
}
 
178
 
 
179
WnckPager, WnckTasklist {
 
180
        background-color: @dark_bg_color;
 
181
}
 
182
 
 
183
GsmFailWhaleDialog,
 
184
GsmFailWhaleDialog * {
 
185
}