-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle-3.14.css
123 lines (107 loc) · 2.2 KB
/
style-3.14.css
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
/*The Babe stylesheet Camilo Higuita 2016*/
/* Copyright 2016 Camilo Higuita(milohr)
*
* This file is part of Babe Music Player.
*
* Babe is free software: you can redistribute it
* and/or modify it under the terms of version 3 of the
* GNU General Public License as published by the Free Software Foundation.
*
* Babe is distributed in the hope that it will be
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
* Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with Babe. If not, see http://www.gnu.org/licenses/.
*/
.babed:checked
{
color: #ff6376;
}
GtkSeparator.horizontal
{
color:alpha(#000, 0.6);
}
.separator.vertical {
color: alpha(black, 0.6);
-GtkWidget-wide-separators: false;
}
GtkListBox.babe
{
background-color:alpha(#333, 0.9);
color:white;
}
.playback_box
{
background-color:alpha (white, 0.9);
border-radius:5px;
color:gray;
border: 1px solid alpha (#000, 0.35);
box-shadow: inset 0 0 0 1px alpha (#000, 0.03),
0 1px 0 0 alpha (@bg_highlight_color, 0.30);
}
.options_icon
{
color:alpha(white, 0.8);
icon-shadow: 0 1px alpha(#000, 0.5);
}
GtkListBox.babe .button GtkImage,
GtkListBox.babe .button
{
color:white;
icon-shadow: 0 1px #000;
background-color:transparent;
border:none;
box-shadow:none;
padding:2px;
}
GtkListBox.babe .button:selected
{
background-color:@selected_bg_color;
color:white;
border-radius:0px;
}
GtkListBox.babe :selected:backdrop
{
background-color:alpha(#333, 0.99);
color:white;
}
.entry
{
background-color:transparent;
border: none;
box-shadow:none;
}
GtkPopover.babe-pop
{
background-color:@bg_color;
}
.titlebar
{
border-radius: 0px;
-gtk-image-effect: none;
}
.csd
{
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.window-frame
{
box-shadow: 0 0 0 1px alpha (#000, 0.35),
0 12px 30px -6px alpha (@selected_bg_color, 0.80);
}
.scale.slider
{
border: none;
border-radius: 0;
background-color:transparent;
background-image: none;
box-shadow: none;
}
.scale.trough
{
border-radius: 0;
border-width: 1px 1px 1px 1px;
}