~cmiller/ubuntu/quantal/deluge/fix-parameter-move-storage

« back to all changes in this revision

Viewing changes to deluge/ui/webui/templates/white/template_style.css

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-11-13 02:39:45 UTC
  • mfrom: (4.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091113023945-te1bybo2912ejzuc
Tags: 1.2.0~rc3-4
* debian/control: bump build-dep on python-setuptools to (>= 0.6c9).
* debian/patches:
  - 25_r5921_fastresume_files.patch
    new, should fix problems with fresh configs;
  - 30_r5931_ipc_lockfile.patch:
    new, should fix an issue where Deluge will fail to start if there is a
    stale ipc lockfile. (Closes: #555849)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$def with (style)
2
 
/*
3
 
preprocessed style.
4
 
avoid copy and pase of colours.
5
 
*/
6
 
 
7
 
 
8
 
/*global:*/
9
 
body, th, td,tr , div,table , div{
10
 
        font-family: Bitstream Vera Sans, verdana, arial, sans-serif;
11
 
        font-size:12px;
12
 
        padding:0px;
13
 
        margin:0px;
14
 
        border-style: hidden;
15
 
        border-spacing:0px;
16
 
}
17
 
body {
18
 
        background-color:#FFFFFF;
19
 
}
20
 
 
21
 
a {
22
 
        color: #0000AA;
23
 
        }
24
 
a:visited { color: #0000AA;}
25
 
 
26
 
th {
27
 
        font-weight:normal;
28
 
        text-align: left;
29
 
        }
30
 
 
31
 
form {
32
 
        display:inline;
33
 
}
34
 
 
35
 
img{
36
 
        border:0;
37
 
}
38
 
 
39
 
/*controls:*/
40
 
div.error {
41
 
        background-color:#FFFFFF;
42
 
        color:#AA0000;
43
 
        font-weight:bold;
44
 
        -moz-border-radius:10px;
45
 
        width:400px;
46
 
        margin-bottom:20px;
47
 
        padding:10px;
48
 
 
49
 
}
50
 
div.info {
51
 
        background-color:#FFFFFF;
52
 
    color: #0000AA;
53
 
        font-weight:bold;
54
 
}
55
 
 
56
 
a.tab_button_active {
57
 
        color: #0000AA;
58
 
        text-decoration:none;
59
 
        font-weight:bold;
60
 
        color:#000;
61
 
}
62
 
 
63
 
div.deluge_button{
64
 
        display:inline;
65
 
}
66
 
 
67
 
div.panel {
68
 
        border-style:solid;
69
 
        border-width:2px;
70
 
        border-color:#C3D9FF;
71
 
        background-color:#FAFAFA; /*offf-topic-hint:allo allo*/
72
 
        -moz-border-radius:5px;
73
 
        width:700px;
74
 
        margin-left:20px;
75
 
        margin-top:20px;
76
 
 
77
 
}
78
 
 
79
 
h2 {
80
 
                background-color:#E0ECFF;
81
 
                margin:0;
82
 
}
83
 
 
84
 
h3 {
85
 
                background-color:#E0ECFF;
86
 
                margin:0;
87
 
}
88
 
 
89
 
 
90
 
/*page from top to bottom:*/
91
 
 
92
 
/*top part :*/
93
 
#admin_toolbar {
94
 
        text-align:right;
95
 
        float;
96
 
}
97
 
 
98
 
#home_top {
99
 
        text-align:left;
100
 
        float;
101
 
}
102
 
 
103
 
/*toolbar*/
104
 
#toolbar {
105
 
        background-color:#E0ECFF;
106
 
}
107
 
 
108
 
 
109
 
#organize_block {
110
 
        width:170px;
111
 
        height:300px;
112
 
        /*border-style:solid;
113
 
        border-width:2px;
114
 
        border-color:#B5EDBC;
115
 
        -moz-border-radius:8px;*/
116
 
        float: left;
117
 
        margin-left: 10px;
118
 
        margin-top:20px;
119
 
}
120
 
 
121
 
 
122
 
#organize_state div.title {
123
 
        background-color:#E0ECFF;
124
 
        margin-right:2px;
125
 
        text-indent: 10px;
126
 
}
127
 
 
128
 
#organize_state ul {
129
 
        list-style-type: none;
130
 
        padding: 0;
131
 
        margin-top:0px;
132
 
}
133
 
 
134
 
#organize_state li {
135
 
        margin-top: 2px;
136
 
        text-indent: 10px;
137
 
        height:20px;
138
 
 
139
 
}
140
 
#organize_state li:hover {
141
 
        /*background-color:#68a;*/
142
 
}
143
 
 
144
 
#organize_state li.selected {
145
 
        background-color:#C3D9FF;
146
 
        -moz-border-radius:5px 0px 0px 5px;
147
 
}
148
 
 
149
 
 
150
 
 
151
 
 
152
 
 
153
 
/*torrent table*/
154
 
 
155
 
#torrent_list_block{
156
 
        border-style:solid;
157
 
        border-width:2px 2px 2px 12px;
158
 
        border-color:#C3D9FF;
159
 
        -moz-border-radius:5px;
160
 
        height:280px;
161
 
        /*float: right;*/
162
 
}
163
 
 
164
 
 
165
 
XX#torrent_table td {
166
 
        border-bottom-style:solid;
167
 
        border-bottom-width:1px;
168
 
        border-bottom-color:#000000;
169
 
}
170
 
 
171
 
#torrent_table th {
172
 
        background-color:#C3D9FF;
173
 
}
174
 
 
175
 
tr.altrow1 {
176
 
                background-color:#FAFAFA; /*offf-topic-hint:allo allo*/
177
 
}
178
 
 
179
 
th {
180
 
        padding-left:3px;
181
 
}
182
 
tr.altrow1 > td {
183
 
        padding-left:3px;
184
 
}
185
 
tr.altrow0 > td {
186
 
        padding-left:3px;
187
 
}
188
 
tr.torrent_table_selected > td {
189
 
        padding-left:3px;
190
 
}
191
 
 
192
 
 
193
 
tr.torrent_table_selected {
194
 
        background-color:#FFFFCC;
195
 
}
196
 
 
197
 
div.progress_bar{
198
 
        background-color:#E0ECFF;
199
 
        overflow:visible;
200
 
        white-space: nowrap;
201
 
        /*-moz-border-radius:5px;*/ /*ff only setting*/
202
 
}
203
 
 
204
 
div.progress_bar_detail {
205
 
        text-align:center;
206
 
        font-weight:bold;
207
 
        -moz-border-radius:5px;
208
 
}
209
 
 
210
 
/*info panel(inner):*/
211
 
 
212
 
#info_panel_div {
213
 
        width:100%;
214
 
        margin-top:20px;
215
 
        border-style:solid;
216
 
        /*old-green:
217
 
        border-width:2 2 0 0;
218
 
        border-width:2 2 2 12;*/
219
 
        /*new-blue:*/
220
 
        border-width:2px 2px 2px 12px;
221
 
        border-color:#C3D9FF;
222
 
 
223
 
 
224
 
        -moz-border-radius:5px;
225
 
        /*float: right;*/
226
 
}
227
 
#torrent_info_tabs {
228
 
        /*old-green
229
 
        background-color:#B5EDBC
230
 
        */
231
 
        /*new-blue:*/
232
 
        background-color:#E0ECFF;
233
 
 
234
 
 
235
 
}
236
 
 
237
 
#torrent_info tr.head{
238
 
        background-color:#C3D9FF;
239
 
}
240
 
#torrent_info div.progress_bar{
241
 
        background-color:#C3D9FF;
242
 
}
243
 
#torrent_info div.button_bar{
244
 
        background-color:#C3D9FF;
245
 
}
246
 
 
247
 
 
248
 
 
249
 
td.info_label {
250
 
                /*width:80px;*/
251
 
}
252
 
 
253
 
#torrent_tab tr.head {
254
 
        background-color:#C3D9FF;
255
 
}
256
 
#torrent_tab tr.altrow0 {
257
 
        background-color:#FFFFFF;
258
 
}
259
 
 
260
 
#torrent_tab a.tab_button {
261
 
        margin-right:10px;
262
 
}
263
 
#torrent_tab a.tab_button_active {
264
 
        margin-right:10px;
265
 
}
266
 
#torrent_tab div.progress_bar{
267
 
        background-color:#C3D9FF;
268
 
}
269
 
 
270
 
/*/torrent/info*/
271
 
#torrent_info #torrent_tab tr.head {
272
 
        background-color:#74DD82;
273
 
}
274
 
 
275
 
 
276
 
 
277
 
/*config:*/
278
 
#config_chooser {
279
 
        margin-left:20px;
280
 
        float: left;
281
 
        width:150px;
282
 
        text-align:left;
283
 
        height:none;
284
 
        background-color:#FFFFFF;
285
 
        border:none;
286
 
}
287
 
 
288
 
#config_chooser ul {
289
 
        list-style-type: none;
290
 
        padding: 0;
291
 
        margin-top:0px;
292
 
}
293
 
#config_chooser h3 {
294
 
        background-color:#E0ECFF;
295
 
        margin-right:2px;
296
 
        text-indent: 10px;
297
 
        font-size:12px;
298
 
        font-weight:normal;
299
 
}
300
 
 
301
 
 
302
 
#config_chooser li {
303
 
        margin-top: 2px;
304
 
        text-indent: 10px;
305
 
        height:20px;
306
 
}
307
 
#config_chooser li.selected {
308
 
        background-color:#C3D9FF;
309
 
        -moz-border-radius:5 0 0 5;
310
 
}
311
 
 
312
 
#config_panel {
313
 
                height:none;
314
 
                float:left;
315
 
                width:500px;
316
 
                height:500px;
317
 
                margin-left:0px;
318
 
                border-width:2px 2px 2px 12px;
319
 
}
320
 
#config_panel th {
321
 
                text-align:right;
322
 
}
323
 
 
324
 
/*config:*/
325
 
 
326
 
/*newforms*/
327
 
ul.errorlist {
328
 
        display:inline;
329
 
        float:right;
330
 
        height:15px;
331
 
        padding:5px;
332
 
        margin:0px;
333
 
        padding-left:10px;
334
 
}
335
 
 
336
 
ul.errorlist > li {
337
 
                background-color:#FFFFFF;
338
 
                color:#AA0000;
339
 
                display:inline;
340
 
                padding:0px;
341
 
                margin:0px;
342
 
}
 
 
b'\\ No newline at end of file'