summaryrefslogtreecommitdiff
path: root/gtk-themes/parabola-blackmate/gtk-3.0/gnome-applications.css
blob: 87c4ea504037c095c086feef116153f90dd934ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
/* FIXME, this does not work anymore with >= gtk+-3.20 */

/****************
 * Applications *
 ****************/

ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
{
	background-color: @chrome_bg_color;
	-EogScrollView-shadow-type: none;
}

/* gnome-terminal */
TerminalScreen {
	background-color: @theme_main_color;
	color: @theme_text_color;
	-TerminalScreen-background-darkness: 0.80;
}

/* gcalctool */
MathWindow .frame {
	border-color: @theme_main_color;
	padding: 0px;
}

MathWindow GtkScrolledWindow GtkViewport.frame {
	border-style: solid;
	border-width: 2px;
	border-radius: 3px;
	border-color: @theme_main_color;
}

MathDisplay .view {
	background-color: @theme_main_color;
	color: @theme_text_color;
}

/* empathy and gnome-contacts */
EmpathyRosterView,
ContactsListPane.frame * {
	background-color: @less_dark_color;
}

ContactsListPane.frame GtkLabel,
ContactsListPane.frame GtkImage,
ContactsListPane.frame GtkBox,
ContactsListPane.frame GtkGrid {
	background-color: transparent;
}

EmpathyRosterView:hover,
ContactsView:hover,
EmpathyRosterView GtkBin:hover,
ContactsView GtkBin:hover {
	background-color: shade(@less_dark_color, 1.1);
}

.contacts-suggestion {
	background-color: @less_dark_color;
}

EmpathyRosterView:selected,
ContactsView:selected,
EmpathyRosterView GtkBin:selected,
ContactsView GtkBin:selected {
	box-shadow: inset 0 3px alpha(white, 0.04),
	            inset 0 2px alpha(white, 0.07),
	            inset 0 1px alpha(white, 0.15);
	background-image: linear-gradient(to bottom,
	                                  shade(@theme_selected_bg_color, 0.7),
	                                  shade(@theme_selected_bg_color, 1.5));
}

ContactsWindow .toolbar {
	background-image: none;
}

ContactsListPane.frame GtkToolbar,
ContactsListPane GtkScrolledWindow {
	border-radius: 0px;
}

ContactsListPane.frame GtkToolbar {
	padding: 4px 4px 10px 4px;
}

/* the rest is in the Nautilus block */

/* file-roller with folder view
   is more beautiful this way */
FrWindow GtkPaned {
	background-color: @less_dark_color;
}

FrWindow .pane-separator,
NautilusWindow > GtkGrid > .pane-separator {
	color: shade(@theme_selected_bg_color, 2.0);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("assets/notebook-pane-separator-grip.svg");
	background-color: @less_dark_color;
}

FrWindow .pane-separator:hover,
FrWindow .pane-separator:selected,
NautilusWindow > GtkGrid > .pane-separator:hover,
NautilusWindow > GtkGrid > .pane-separator:selected {
	background-image: url("assets/notebook-pane-separator-grip-hover.svg");
}

/* is this really needed? */
FrWindow .pane-separator.vertical,
NautilusWindow > GtkGrid > .pane-separator.vertical {
	background-image: url("assets/notebook-pane-separator-grip-vertical.svg");
}

FrWindow .pane-separator.vertical:hover,
FrWindow .pane-separator.vertical:selected,
NautilusWindow > GtkGrid > .pane-separator.vertical:hover,
NautilusWindow > GtkGrid > .pane-separator.vertical:selected {
	background-image: url("assets/notebook-pane-separator-grip-vertical-hover.svg");
}

/* the rest is in the Nautilus block */

/* Epiphany */
EphyToolbar.toolbar {
	padding: 4px 0px;
}

EphyToolbar .entry {
	background-image: linear-gradient(to bottom,
					shade(@theme_bg_color, 0.2),
					shade(@theme_bg_color, 0.5) 10%,
					shade(@theme_bg_color, 1.2) 50%,
					shade(@theme_bg_color, 1.7));
	border-style: solid;
	border-color: shade(@less_dark_color, 0.9);
	box-shadow: inset 0 -3px alpha(@entry_shadow, 0.04),
	            inset 0 -2px alpha(@entry_shadow, 0.09),
	            inset 0 -1px alpha(@entry_shadow, 0.15);
}

EphyToolbar .entry:focus {
	border-color: shade(@less_dark_color, 1.6);
}

/* gnome-documents and Totem's search */
.documents-entry-tag {
	background-color: transparent;
	border-radius: 3px;
	border-width: 0;
	margin: 2px;
	padding: 4px;
}

.documents-entry-tag:hover {
	background-color: shade(@theme_selected_bg_color, 1.23);
}

/************
 * Nautilus *
 ************/

/**** View ***/

NautilusView .view {
	background-color: shade (@theme_bg_color, 1.08);
	color: @theme_fg_color;
}

.nautilus-inactive-pane .view {
	background-color: shade(@less_dark_color, 1.3);
}

/* file renaming */
NautilusView .view .entry,
NautilusView .view .entry:focus {
	background-image: none;
	border-image: none;
	border-style: solid;
	border-radius: 1px;
	border-color: @theme_selected_bg_color;
	background-color: shade(@theme_selected_bg_color, 0.3);
}

/**** Window ***/

NautilusWindow .view {
	background-color: shade (@theme_bg_color, 1.08);
	color: @theme_fg_color;
}

/* the small line between sidebar and view */
NautilusWindow * {
}

NautilusWindow GtkPaned {
	background-color: @less_dark_color;
}

NautilusWindow GtkScrolledWindow.frame {
	border-style: none;
}

ContactsWindow .button {
	border-image: url("assets/button-border-dark1.svg") 3 / 3px stretch;
	background-image: linear-gradient(to bottom,
	                                  shade(@less_dark_color, 1.3),
	                                  shade(@less_dark_color, 0.4));
}

ContactsWindow .button:hover {
	background-image: -gtk-gradient (radial,
					0.5 -2.0, 2.0,
					0.5 -2.0, 3.0,
					from (shade(@button_gradient_color_a, 1.5)),
					color-stop (0.42, shade(@button_gradient_color_a, 0.7)),
					color-stop (0.43, @theme_bg_color),
					to (shade(@less_dark_color, 0.4)));

}

ContactsWindow .button:checked,
ContactsWindow .button:hover:checked,
ContactsWindow .button:active,
ContactsWindow .button:hover:active {
	background-image: linear-gradient(to bottom,
	                                  shade(@button_gradient_color_b, 0.7),
	                                  @theme_bg_color 40%,
	                                  shade(@less_dark_color, 1.6));
	border-image: url("assets/button-active-border-dark1.svg") 3 / 3px stretch;
}

NautilusWindow column-header .button,
NautilusWindow column-header .button:hover {
	border-image: none;
	border-width: 0px 0px 1px 1px;
	border-radius: 0;
	border-style: solid;
	border-color: @less_dark_color;
}

NautilusWindow .toolbar {
	background-image: linear-gradient(to bottom,
	                                  shade(@less_dark_color, 0.4),
	                                  shade(@less_dark_color, 1.36));
}

ContactsWindow .scrollbar.slider:hover,
ContactsWindow .scrollbar.slider:hover:active,
ContactsWindow .scrollbar.slider.vertical:hover,
ContactsWindow .scrollbar.slider.vertical:hover:active,
FrWindow .scrollbar.slider:hover,
FrWindow .scrollbar.slider:hover:active,
FrWindow .scrollbar.slider.vertical:hover,
FrWindow .scrollbar.slider.vertical:hover:active,
NautilusWindow .scrollbar.slider:hover,
NautilusWindow .scrollbar.slider:hover:active,
NautilusWindow .scrollbar.slider.vertical:hover,
NautilusWindow .scrollbar.slider.vertical:hover:active {
	border-color: shade(@scroll_slider_color, 1.1);
}

ContactsWindow .scrollbar.button,
ContactsWindow .scrollbar.button.horizontal,
ContactsWindow .scrollbar.button.vertical,
ContactsWindow .scrollbar.button:disabled,
ContactsWindow .scrollbar.button.horizontal:disabled,
ContactsWindow .scrollbar.button.vertical:disabled,
FrWindow .scrollbar.button,
FrWindow .scrollbar.button.horizontal,
FrWindow .scrollbar.button.vertical,
FrWindow .scrollbar.button:disabled,
FrWindow .scrollbar.button.horizontal:disabled,
FrWindow .scrollbar.button.vertical:disabled,
NautilusWindow .scrollbar.button,
NautilusWindow .scrollbar.button.horizontal,
NautilusWindow .scrollbar.button.vertical,
NautilusWindow .scrollbar.button:disabled,
NautilusWindow .scrollbar.button.horizontal:disabled,
NautilusWindow .scrollbar.button.vertical:disabled {
	background-image: none;
}

NautilusWindow GtkStatusbar,
NautilusWindow .floating-bar{
	font-style: italic;
}

NautilusWindow .floating-bar.right,
NautilusWindow .floating-bar.left {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

/**** Notebook ***/

.nautilus-inactive-pane .notebook {
	border-color: @less_dark_color;
}

.nautilus-inactive-pane .notebook tab.top:active {
	background-image: linear-gradient(to bottom,
	                                  shade(@less_dark_color, 1.05),
	                                  shade(@less_dark_color, 1.16) 40%,
	                                  shade(@less_dark_color, 1.25) 70%,
	                                  shade(@less_dark_color, 1.3));
}

NautilusWindow .notebook .view.rubberband,
NautilusWindow .notebook .rubberband {
	background-color: alpha(@theme_selected_bg_color, 0.35);
}

/**** Sidebar ***/

NautilusWindow .sidebar .frame {
	border-width: 0px;
}

NautilusWindow .sidebar .scrollbar.button {
	color: @theme_fg_color;
}

NautilusWindow .sidebar .scrollbar.button:hover {
	color: @theme_fg_color;
}

NautilusPlacesSidebar .cell,
NautilusPlacesSidebar *.cell {
	color: @theme_text_color;
}

NautilusPlacesSidebar .cell:hover,
NautilusPlacesSidebar *.cell:hover {
	color: @theme_text_color;
}

NautilusPlacesSidebar .cell:selected,
NautilusPlacesSidebar *.cell:selected {
	background-image: linear-gradient(to bottom,
	                                  shade(@less_dark_color, 1.5),
	                                  shade(@less_dark_color, 0.6));
	color: @theme_text_color;
	border-radius: 2px;
}

NautilusPlacesSidebar .cell:selected:focus,
NautilusPlacesSidebar *.cell:selected:focus {
	color: @theme_text_color;
	background-image: linear-gradient(to top,
					 shade(@less_dark_color, 1.5),
					 shade(@less_dark_color, 0.6));
}

/**** Infos ***/

NautilusWindow .question, /* why question for trash? */
NautilusWindow .info,
NautilusTrashBar.info,
NautilusXContentBar.info,
NautilusQueryEditor.info,
NautilusSearchBar.info {
	background-color: transparent;
}

NautilusWindow NautilusQueryEditor .toolbar,
NautilusWindow .notebook NautilusQueryEditor .toolbar {
	background-image: none;
	background-color: transparent;
	padding: 5px 7px;
}

ContactsWindow .entry,
ContactsListPane.frame GtkToolbar .entry,
NautilusSearchBar .entry,
NautilusQueryEditor .toolbar .entry {
	background-image: linear-gradient(to bottom,
	                                  shade(@less_dark_color, 0.2),
	                                  shade(@less_dark_color, 0.5) 10%,
	                                  @less_dark_color 50%,
	                                  shade(@less_dark_color, 1.5));
	box-shadow: inset 0 -3px alpha(@entry_shadow, 0.03),
	            inset 0 -2px alpha(@entry_shadow, 0.04),
	            inset 0 -1px alpha(@entry_shadow, 0.06);
}

ContactsWindow .entry:focus,
NautilusSearchBar .entry:focus,
NautilusQueryEditor .toolbar .entry:focus {
	border-color: shade(@less_dark_color, 1.4);
	box-shadow: inset 0 -2px alpha(@entry_shadow, 0.04),
	            inset 0 -1px alpha(@entry_shadow, 0.06);
}

.nautilus-canvas-item {
	border-radius: 5px;
}

/**** Desktop Drawn ***/

NautilusDesktopWindow GtkPaned {
	background-color: transparent;
}

.nautilus-desktop.nautilus-canvas-item {
	color: @theme_fg_color;
	text-shadow: none;
}

.nautilus-desktop.nautilus-canvas-item:active {
	color: @theme_text_color;
}

.nautilus-desktop.nautilus-canvas-item:selected {
	color: @theme_selected_fg_color;
}

.nautilus-desktop.nautilus-canvas-item:active,
.nautilus-desktop.nautilus-canvas-item:hover,
.nautilus-desktop.nautilus-canvas-item:selected {
	text-shadow: none;
}

/*************
 * rhythmbox *
 *************/

toolbar.primary-toolbar.horizontal RBHeader.horizontal button.scale.flat,
toolbar.primary-toolbar.horizontal RBHeader.horizontal button.scale.flat:active,
toolbar.primary-toolbar.horizontal RBHeader.horizontal button.scale.flat:hover {
	padding: 0px 6px;
}