-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
287 lines (244 loc) · 15.7 KB
/
style.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
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
html, body {background-color: #181818; color: #999999; }
div#preload {
width: 0px; height: 0px; display: none;
background-image: url(./images/tb_add.svg);
background-image: url(./images/tb_create.svg);
background-image: url(./images/tb_trash.svg);
background-image: url(./images/tb_start.svg);
background-image: url(./images/tb_pause.svg);
background-image: url(./images/tb_stop.svg);
background-image: url(./images/tb_moveu.svg);
background-image: url(./images/tb_moved.svg);
background-image: url(./images/tb_search.svg);
background-image: url(./images/tb_rss.svg);
background-image: url(./images/rb_rss_group.svg);
background-image: url(./images/tb_setting.svg);
background-image: url(./images/menuexp.svg);
background-image: url(./images/menusel.svg);
background-image: url(./images/tb_rss.svg);
background-image: url(./images/t_error.svg);
background-image: url(./images/close.svg);
background-image: url(./images/yellow.svg);
background-image: url(./images/red.svg);
background-image: url(./images/green.svg);
background-image: url(./images/pnl_open.svg);
background-image: url(./images/pnl_close.svg);
background-image: url(./images/file.svg);
background-image: url(./images/dir.svg);
background-image: url(./images/dir.svg);
background-image: url(./images/t_down.svg);
background-image: url(./images/t_up.svg);
background-image: url(./images/t_inactive.svg);
background-image: url(./images/t_paused.svg);
background-image: url(./images/t_error_down.svg);
background-image: url(./images/t_error_up.svg);
background-image: url(./images/t_error.svg);
background-image: url(./images/t_completed.svg);
background-image: url(./images/t_queued_down.svg);
background-image: url(./images/t_queued_up.svg);
background-image: url(./images/t_active.svg);
background-image: url(./images/t_all.svg);
background-image: url(./images/rb_rss.svg);
background-image: url(./images/pnl_open.svg);
background-image: url(./images/quest.svg);
background-image: url(./images/go.svg);
background-image: url(./images/plugin.svg);
background-image: url(./images/yellow.svg);
background-image: url(./images/red.svg);
background-image: url(./images/green.svg);
}
div#cover {background: #181818}
div#msg {background: #181818; border-top: 1px solid #333333; border-bottom: 1px solid #333333}
div#sc {border: 1px solid #333333; background-color: #181818}
div#sc li.se_act div {background-color: #333333; color: #888888}
div#lng {background-color:#181818; border:1px solid #333333}
ul.CMenu {border: 1px solid #333333; border-right: 2px solid #333333; border-bottom: 2px solid #333333; background: #181818}
ul.CMenu li {background: #181818}
ul.CMenu li a.dis {color: #333333}
ul.CMenu li a.dis:hover {background-color: #181818; color: #333333}
ul.CMenu li hr {border-top: 1px solid #333333}
ul.CMenu li a.exp {background: transparent url(./images/menuexp.svg) no-repeat scroll 138px center; background-size: 10px}
ul.CMenu li a.sel {background: transparent url(./images/menusel.svg) no-repeat scroll 4px center; background-size: 8px}
ul.CMenu li a:hover {background-color: #888888; color: #111111}
ul.CMenu li:hover ul li a {background-color: #181818; color: #666666}
ul.CMenu li:hover ul li a:hover {background-color: #888888; color: #111111}
ul.CMenu li ul li a.dis {color: #333333}
ul.CMenu li ul li a.dis:hover {background-color: #181818; color: #333333}
#sel {border: 1px dotted #555555}
div#t {background: #181818 url(./images/t_bg.png) repeat-x center center; border-bottom: 1px solid #333333;}
div#t a:hover {background: #222;}
div#t div.TB_Separator {background-color: #333333}
div#t div#add {background: transparent url(./images/tb_add.svg) no-repeat center; background-size: 28px}
div#t div#create {background: transparent url(./images/tb_create.svg) no-repeat center; background-size: 28px}
div#t div#remove {background: transparent url(./images/tb_trash.svg) no-repeat center; background-size: 28px}
div#t div#start {background: transparent url(./images/tb_start.svg) no-repeat center; background-size: 48px}
div#t div#pause {background: transparent url(./images/tb_pause.svg) no-repeat center; background-size: 48px}
div#t div#stop {background: transparent url(./images/tb_stop.svg) no-repeat center; background-size: 48px}
div#t div#moveu {background: transparent url(./images/tb_moveu.svg) no-repeat center; background-size: 28px}
div#t div#moved {background: transparent url(./images/tb_moved.svg) no-repeat center; background-size: 28px}
div#t div#search {background: transparent url(./images/tb_search.svg) no-repeat center; background-size: 28px}
div#t div#rss {background: transparent url(./images/tb_rss.svg) no-repeat center; background-size: 28px}
div#t div#setting {background: transparent url(./images/tb_setting.svg) no-repeat center; background-size: 26px}
div#t div#help {background: transparent url(./images/quest.svg) no-repeat center; background-size: 28px}
div#t div#go {background: transparent url(./images/go.svg) no-repeat center; background-size: 28px}
div#t div#plugins {background: transparent url(./images/plugin.svg) no-repeat center; background-size: 28px}
#StatusBar table tr td.pstatus0 {background: url(./images/yellow.svg) no-repeat !important; background-size: 22px !important}
#StatusBar table tr td.pstatus1 {background: url(./images/red.svg) no-repeat !important; background-size: 22px !important}
#StatusBar table tr td.pstatus2 {background: url(./images/green.svg) no-repeat !important; background-size: 22px !important}
a.dlg-close:hover, a.dlg-close:link, a.dlg-close:visited {
background: transparent url(./images/close.svg) center; background-size: 22px !important;
}
a.dlg-close:active {
background: transparent url(./images/t_error.svg) center;
}
div#CatList ul li.RSS .label-icon {
background: url(./images/tb_rss.svg) 2px 0px no-repeat;
background-size: 18px !important;
}
div#CatList ul li.RSSGroup .label-icon {
background: url(./images/tb_rss_group.svg) 2px 0px no-repeat !important;
background-size: 18px !important;
}
.stable-icon {background-image: url(../images/tstatus.png); background-repeat: no-repeat}
.Status_Down {background: transparent url(./images/t_down.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Up {background: transparent url(./images/t_up.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Incompleted {background: transparent url(./images/t_inactive.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Paused {background: transparent url(./images/t_paused.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Error_Down {background: transparent url(./images/t_error_down.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Error_Up {background: transparent url(./images/t_error_up.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Error {background: transparent url(./images/t_error.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Completed {background: transparent url(./images/t_completed.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Queued_Down {background: transparent url(./images/t_queued_down.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Queued_Up {background: transparent url(./images/t_queued_up.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Up_Down {background: transparent url(./images/t_active.svg) no-repeat center center !important; background-size: 16px !important}
.Status_Checking {background: transparent url(./images/t_all.svg) no-repeat center center !important; background-size: 16px !important}
.Status_RSS {background: transparent url(./images/rb_rss.svg) no-repeat center center !important; background-size: 16px !important}
.label-icon { min-width: 18px; min-height: 18px; background-size: 18px !important; background-position: 0px 0px !important; }
.label-icon img { width: 18px; }
.-_-_-all-_-_- .label-icon, #-_-_-all-_-_- .label-icon {background-image: url(./images/t_all.svg) !important}
#-_-_-dls-_-_- .label-icon {background-image: url(./images/t_down.svg) !important}
#-_-_-com-_-_- .label-icon {background-image: url(./images/t_up.svg) !important}
#-_-_-act-_-_- .label-icon {background-image: url(./images/t_active.svg) !important}
#-_-_-iac-_-_- .label-icon {background-image: url(./images/t_inactive.svg) !important}
#-_-_-err-_-_- .label-icon {background-image: url(./images/t_error.svg) !important}
#flabel_cont li:not(.-_-_-all-_-_-) .label-icon {background-image: url(./images/tb_search.svg) !important}
input.Textbox, input.Button, select {border: 1px solid #333333}
Input.TextboxShort {border: 1px solid #333333}
Input.TextboxMid {border: 1px solid #333333}
Input.TextboxLarge {border: 1px solid #333333}
Input.TextboxVShort {border: 1px solid #333333}
input.Button {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d6d6d6), color-stop(1, #c7c7c7));
background:-moz-linear-gradient(top, #d6d6d6 5%, #c7c7c7 100%);
background:-webkit-linear-gradient(top, #d6d6d6 5%, #c7c7c7 100%);
background:-o-linear-gradient(top, #d6d6d6 5%, #c7c7c7 100%);
background:-ms-linear-gradient(top, #d6d6d6 5%, #c7c7c7 100%);
background:linear-gradient(to bottom, #d6d6d6 5%, #c7c7c7 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#c7c7c7',GradientType=0);
background-color:#d6d6d6;
border:1px solid #333333;
}
input.Button:active {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c7c7c7), color-stop(1, #d6d6d6));
background:-moz-linear-gradient(top, #c7c7c7 5%, #d6d6d6 100%);
background:-webkit-linear-gradient(top, #c7c7c7 5%, #d6d6d6 100%);
background:-o-linear-gradient(top, #c7c7c7 5%, #d6d6d6 100%);
background:-ms-linear-gradient(top, #c7c7c7 5%, #d6d6d6 100%);
background:linear-gradient(to bottom, #c7c7c7 5%, #d6d6d6 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#d6d6d6',GradientType=0);
background-color:#c7c7c7;
}
input.Button:active {
-moz-box-shadow:inset 0px 0px 8px 0px #474747;
-webkit-box-shadow:inset 0px 0px 8px 0px #474747;
}
a {color: #686868}
div#CatList {border: 1px solid #333333; background-color: #181818}
div#CatList ul li {border-color: #181818}
div#CatList ul li.sel {background-color: #888888 !important; color:#111111; border-color: #888888}
div#CatList ul li.disRSS .label-icon {background-image: url(./images/tstatus.png)}
.stable-icon {background-image: url(./images/tstatus.png)}
.Icon_File {background: transparent url(./images/file.svg) no-repeat left center; background-size: 16px}
.Icon_Dir {background: transparent url(./images/dir.svg) no-repeat left center; background-size: 16px}
.Icon_Share {background: transparent url(./images/dir.svg) no-repeat left center; background-size: 16px}
div.tab {background: #181818}
div#lcont {background: #181818}
div#gcont table td.Header {background: #181818}
div.graph_tab {background-color: #181818}
.graph_tab_legend { color: #FFF; background-color: #181818; }
.graph_tab_tooltip { color: #FFF; background-color: #606060; border: 1px solid #606060; }
div.table_tab {background-color: #181818}
div#List {border: 1px solid #333333}
div#modalbg {background-color: #181818}
div#List {border: 1px solid #333333; background-color: #181818}
div#FileList, div#TrackerList, div#PeerList, div#Speed {background-color: #181818}
div#stg {background-color: #181818; color: #888888; border: 1px solid #333333}
div#stg-header {background-color: #181818; border-bottom: 1px solid #333333}
div#stg .lm {background-color: #181818; border: 1px solid #333333}
.lm li {background: transparent url(./images/bul.gif) no-repeat scroll left center}
.lm li.first {background: transparent url(./images/bul_f.gif) no-repeat scroll left bottom}
.lm li.last {background: transparent url(./images/bul_l.gif) no-repeat scroll left top}
.lm li div.toggle {background: transparent url(./images/exp.gif) no-repeat scroll center center}
.lm li a {color: #888888}
.lm li a.focus {background-color: #333333}
.stg_con {background-color: #181818}
* > fieldset {border: 1px solid #333333}
input.disabled {background-color: #181818; color: #333333; border: 1px solid #333333}
td.disabled, label.disabled, span.disabled, div.disabled {color: #333333}
legend {color: #888888}
select.cols {border: 1px solid #333333}
div#dragmask {border: 1px dotted #333333}
div#tdetails {background-color: #181818}
div#tdcont {background: #181818; border: 1px solid #333333}
div#tadd {background-color: #181818; border: 1px solid #333333}
div#tadd-header {background-color: #181818; border-bottom: 1px solid #333333}
.tabbar li a {border: 1px solid #333333; }
.tabbar li a:hover {border-top: 2px solid #222222}
.tabbar li.selected a {border-top: 2px solid #999999; background: #181818; color: #888888}
div#dlgProps textarea#prop-trackers {background: #181818; border: 1px solid #333333}
div.dlg-window {background-color: #181818; color: #888888; border: 1px solid #333333}
div.dlg-header {background-color: #181818; border-bottom: 1px solid #333333}
div.tab {background-color: #181818}
div#t div#ind {background: transparent url(./images/ajax-loader.gif) no-repeat 0px center; background-size: 28px}
span#loadimg {background: transparent url(./images/ajax-loader.gif) no-repeat center center; background-size: 28px}
.catpanel {background: url(./images/pnl_open.svg) 4px no-repeat; background-size: 14px; background-color: #111111; border-bottom: 1px solid #333333; border-top: 1px solid #333333}
.catpanel[style*="pnl_open.gif"] {
background: url(./images/pnl_open.svg) 4px no-repeat !important; background-size: 14px !important;
}
.catpanel[style*="pnl_close.gif"] {
background: url(./images/pnl_close.svg) 4px no-repeat !important; background-size: 14px !important;
}
.label-count,.label-size { background-color: #111111; }
li.sel .label-count,li.sel .label-size { background-color: #999999; }
#StatusBar {border-top: 1px solid #333333; background-color: #181818; color: #888888}
#st_up {background:url(./images/up.svg) no-repeat; background-size: 22px}
#st_down {background:url(./images/down.svg) no-repeat; background-size: 22px}
.statuscell {border-right: 1px solid #333333}
div#stg-header {
background: url(./images/settings.svg) no-repeat 2px center !important; background-size: 20px; padding-left: 28px;
}
div#tcreate div.dlg-header {
background: transparent url(./images/tb_create.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#dlgEditRules div.dlg-header, div#dlgEditFilters div.dlg-header {
background: transparent url(./images/tb_rss.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#dlgEditRatioRules div.dlg-header, div#tedit div.dlg-header, div#padd div.dlg-header, div#tskConsole div.dlg-header {
background: transparent url(./images/edit.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#tadd-header {
background: transparent url(./images/world.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#dlgHelp div.dlg-header, div#dlgAbout div.dlg-header {
background: transparent url(./images/quest.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#dlgLabel div.dlg-header {
background: url(./images/label.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#dlgProps div.dlg-header {
background: url(./images/file.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div#yesnoDlg div.dlg-header {
background: url(./images/yellow.svg) no-repeat 2px center !important; background-size: 20px !important;
}
div.dlg-header {}