|
|
@@ -1,927 +0,0 @@
|
|
1
|
|
-/* Layout (Torrents page) */
|
|
2
|
|
-
|
|
3
|
|
-/* We're going to opt for the category icon method for now, tags_* is also available */
|
|
4
|
|
-.cats_dna { width: 36px; height: 36px; background: url('/static/common/caticons/dna.png') no-repeat center center; }
|
|
5
|
|
-.cats_rna { width: 36px; height: 36px; background: url('/static/common/caticons/rna.png') no-repeat center center; }
|
|
6
|
|
-.cats_protein { width: 36px; height: 36px; background: url('/static/common/caticons/protein.png') no-repeat center center; }
|
|
7
|
|
-.cats_other { width: 36px; height: 36px; background: url('/static/common/caticons/other.png') no-repeat center center; }
|
|
8
|
|
-
|
|
9
|
|
-/* Global */
|
|
10
|
|
-* {
|
|
11
|
|
- padding: 0em;
|
|
12
|
|
- margin: 0em;
|
|
13
|
|
-}
|
|
14
|
|
-
|
|
15
|
|
-html {
|
|
16
|
|
- width: 100%;
|
|
17
|
|
-}
|
|
18
|
|
-
|
|
19
|
|
-body {
|
|
20
|
|
- width: 100%;
|
|
21
|
|
- font-family: tahoma,helvetica,sans-serif;
|
|
22
|
|
- font-size: 8pt;
|
|
23
|
|
- color: #999;
|
|
24
|
|
- min-width: 850px;
|
|
25
|
|
- background-color: #222;
|
|
26
|
|
-}
|
|
27
|
|
-
|
|
28
|
|
-/* Common elements */
|
|
29
|
|
-
|
|
30
|
|
-a {
|
|
31
|
|
- text-decoration: none;
|
|
32
|
|
- border: none;
|
|
33
|
|
- color: #ccc;
|
|
34
|
|
-}
|
|
35
|
|
-
|
|
36
|
|
-a:hover {
|
|
37
|
|
- text-decoration: underline;
|
|
38
|
|
- color: #aaaaaa;
|
|
39
|
|
-}
|
|
40
|
|
-
|
|
41
|
|
-
|
|
42
|
|
-a.similar_artist {
|
|
43
|
|
- background-color: #444444;
|
|
44
|
|
- display: block;
|
|
45
|
|
- padding: 1px 4px;
|
|
46
|
|
- color: #FFF;
|
|
47
|
|
- border: 1px solid #fff;
|
|
48
|
|
-}
|
|
49
|
|
-
|
|
50
|
|
-a.similar_artist:hover {
|
|
51
|
|
- background-color: #555;
|
|
52
|
|
-}
|
|
53
|
|
-
|
|
54
|
|
-.similar_artist_header {
|
|
55
|
|
- color: #FFF;
|
|
56
|
|
- background-color: #666;
|
|
57
|
|
- border: 1px solid #fff;
|
|
58
|
|
- padding: 3px 5px;
|
|
59
|
|
-}
|
|
60
|
|
-
|
|
61
|
|
-h1,h2,h3,h4 {
|
|
62
|
|
- margin: 5px 0px;
|
|
63
|
|
- font-weight: bold;
|
|
64
|
|
-}
|
|
65
|
|
-
|
|
66
|
|
-h2 {
|
|
67
|
|
- text-align: center;
|
|
68
|
|
- font-size: 12pt;
|
|
69
|
|
- color: #fff;
|
|
70
|
|
-}
|
|
71
|
|
-
|
|
72
|
|
-h4 {
|
|
73
|
|
- font-size: 8pt;
|
|
74
|
|
-}
|
|
75
|
|
-
|
|
76
|
|
-p {
|
|
77
|
|
- margin: 10px 5px;
|
|
78
|
|
-}
|
|
79
|
|
-
|
|
80
|
|
-li {
|
|
81
|
|
- margin: 5px 15px;
|
|
82
|
|
-}
|
|
83
|
|
-
|
|
84
|
|
-input {
|
|
85
|
|
- padding: 2px 3px;
|
|
86
|
|
-}
|
|
87
|
|
-
|
|
88
|
|
-textarea {
|
|
89
|
|
- padding: 2px 3px;
|
|
90
|
|
-}
|
|
91
|
|
-
|
|
92
|
|
-img {
|
|
93
|
|
- border: none;
|
|
94
|
|
-}
|
|
95
|
|
-
|
|
96
|
|
-
|
|
97
|
|
-/* Ratio Colors */
|
|
98
|
|
-
|
|
99
|
|
-.r00 { color: #FF0000; }
|
|
100
|
|
-.r01 { color: #FF1300; }
|
|
101
|
|
-.r02 { color: #FF1300; }
|
|
102
|
|
-.r03 { color: #FF2600; }
|
|
103
|
|
-.r04 { color: #FF4C00; }
|
|
104
|
|
-.r05 { color: #FF5E00; }
|
|
105
|
|
-.r06 { color: #FF5E00; }
|
|
106
|
|
-.r07 { color: #FF7100; }
|
|
107
|
|
-.r08 { color: #FF9700; }
|
|
108
|
|
-.r09 { color: #FFAA00; }
|
|
109
|
|
-.r10 { color: #74C42E; }
|
|
110
|
|
-.r20 { color: #418B00; }
|
|
111
|
|
-.r50 { color: #418B00; }
|
|
112
|
|
-.r99 { color: #418B00; }
|
|
113
|
|
-
|
|
114
|
|
-/* Styles generated by the BBCode parser */
|
|
115
|
|
-
|
|
116
|
|
-span.size1 {
|
|
117
|
|
- font-size: 0.75em;
|
|
118
|
|
-}
|
|
119
|
|
-
|
|
120
|
|
-span.size2 {
|
|
121
|
|
- font-size: 1em;
|
|
122
|
|
-}
|
|
123
|
|
-
|
|
124
|
|
-span.size3 {
|
|
125
|
|
- font-size: 1.25em;
|
|
126
|
|
-}
|
|
127
|
|
-
|
|
128
|
|
-span.size4 {
|
|
129
|
|
- font-size: 1.5em;
|
|
130
|
|
-}
|
|
131
|
|
-
|
|
132
|
|
-span.size5 {
|
|
133
|
|
- font-size: 1.75em;
|
|
134
|
|
-}
|
|
135
|
|
-
|
|
136
|
|
-span.size6 {
|
|
137
|
|
- font-size: 2em;
|
|
138
|
|
-}
|
|
139
|
|
-
|
|
140
|
|
-span.size7 {
|
|
141
|
|
- font-size: 2.25em;
|
|
142
|
|
-}
|
|
143
|
|
-
|
|
144
|
|
-span.size8 {
|
|
145
|
|
- font-size: 2.5em;
|
|
146
|
|
-}
|
|
147
|
|
-
|
|
148
|
|
-span.size9 {
|
|
149
|
|
- font-size: 2.75em;
|
|
150
|
|
-}
|
|
151
|
|
-
|
|
152
|
|
-span.size10 {
|
|
153
|
|
- font-size: 3em;
|
|
154
|
|
-}
|
|
155
|
|
-
|
|
156
|
|
-ul.thin {
|
|
157
|
|
- margin: 0px 0px 0px 25px;
|
|
158
|
|
- padding: 0px;
|
|
159
|
|
-}
|
|
160
|
|
-
|
|
161
|
|
-ul.thin li {
|
|
162
|
|
- margin: 0px 0px;
|
|
163
|
|
- padding: 0px;
|
|
164
|
|
-}
|
|
165
|
|
-
|
|
166
|
|
-/* Layout (Every page) */
|
|
167
|
|
-
|
|
168
|
|
-#header {
|
|
169
|
|
- width: 100%;
|
|
170
|
|
- padding: 0px 0 0 0;
|
|
171
|
|
-}
|
|
172
|
|
-
|
|
173
|
|
-#content {
|
|
174
|
|
- margin: auto;
|
|
175
|
|
- width: 100%;
|
|
176
|
|
- overflow: hidden;
|
|
177
|
|
- background-color: #303030;
|
|
178
|
|
- position: relative;
|
|
179
|
|
- top: 60px;
|
|
180
|
|
- min-width: 850px;
|
|
181
|
|
-}
|
|
182
|
|
-
|
|
183
|
|
-#wrapper {
|
|
184
|
|
- width: 90%;
|
|
185
|
|
- margin: 0px auto;
|
|
186
|
|
-}
|
|
187
|
|
-
|
|
188
|
|
-#footer {
|
|
189
|
|
- margin-top: 60px;
|
|
190
|
|
- width: 100%;
|
|
191
|
|
- text-align: center;
|
|
192
|
|
- padding: 1em 0;
|
|
193
|
|
- color: #fff;
|
|
194
|
|
-}
|
|
195
|
|
-
|
|
196
|
|
-#logo {
|
|
197
|
|
- width: 220px;
|
|
198
|
|
- height: 50px;
|
|
199
|
|
- background: url('images/logo.png') no-repeat center center;
|
|
200
|
|
- margin: 5px auto 0px auto;
|
|
201
|
|
-}
|
|
202
|
|
-
|
|
203
|
|
-#logo a {
|
|
204
|
|
- border: none;
|
|
205
|
|
- width: 220px;
|
|
206
|
|
- height: 50px;
|
|
207
|
|
- display: block;
|
|
208
|
|
-}
|
|
209
|
|
-
|
|
210
|
|
-#logo a:hover {
|
|
211
|
|
- border: none;
|
|
212
|
|
-}
|
|
213
|
|
-
|
|
214
|
|
-#menu {
|
|
215
|
|
- position: absolute;
|
|
216
|
|
- top: 85px;
|
|
217
|
|
- width: 90%;
|
|
218
|
|
- padding: 0.6em 0;
|
|
219
|
|
- text-align: center;
|
|
220
|
|
- background-color: #222;
|
|
221
|
|
- font-size: 10pt;
|
|
222
|
|
- min-width: 850px;
|
|
223
|
|
-}
|
|
224
|
|
-
|
|
225
|
|
-#menu ul li {
|
|
226
|
|
- position: relative;
|
|
227
|
|
- display: inline;
|
|
228
|
|
- background-color: #454545;
|
|
229
|
|
- padding: 6px 0;
|
|
230
|
|
- margin: 0px;
|
|
231
|
|
-}
|
|
232
|
|
-
|
|
233
|
|
-#index #nav_index, #torrents #nav_torrents, #requests #nav_requests, #forums #nav_forums, #top10 #nav_top10, #rules #nav_rules, #wiki #nav_wiki, #staff #nav_staff, #collage #nav_collages, #chat #nav_irc {
|
|
234
|
|
- background-color: #303030;
|
|
235
|
|
-}
|
|
236
|
|
-
|
|
237
|
|
-#menu ul li a {
|
|
238
|
|
- padding: 0.6em 2%;
|
|
239
|
|
- color: #fff;
|
|
240
|
|
-}
|
|
241
|
|
-
|
|
242
|
|
-#menu ul li a:hover {
|
|
243
|
|
- background-color: #303030;
|
|
244
|
|
- text-decoration: none;
|
|
245
|
|
- color: #fff;
|
|
246
|
|
-}
|
|
247
|
|
-
|
|
248
|
|
-#userinfo {
|
|
249
|
|
- background: #1c1c1c;
|
|
250
|
|
- color: #777;
|
|
251
|
|
- width: 100%;
|
|
252
|
|
- text-align: center;
|
|
253
|
|
- font-size: 8pt;
|
|
254
|
|
- padding: 3px 0px;
|
|
255
|
|
- z-index: 10;
|
|
256
|
|
- min-width: 850px;
|
|
257
|
|
-}
|
|
258
|
|
-
|
|
259
|
|
-#userinfo img {
|
|
260
|
|
-
|
|
261
|
|
-}
|
|
262
|
|
-
|
|
263
|
|
-#userinfo ul {
|
|
264
|
|
- display: inline;
|
|
265
|
|
- margin: 0px 0.8%;
|
|
266
|
|
- padding: 4px;
|
|
267
|
|
-}
|
|
268
|
|
-
|
|
269
|
|
-#userinfo ul li {
|
|
270
|
|
- position: relative;
|
|
271
|
|
- display: inline;
|
|
272
|
|
- margin: 0 0.1em;
|
|
273
|
|
- line-height: 20px;
|
|
274
|
|
- vertical-align: middle;
|
|
275
|
|
- padding: 2px;
|
|
276
|
|
-}
|
|
277
|
|
-
|
|
278
|
|
-#userinfo a {
|
|
279
|
|
- color: #777;
|
|
280
|
|
-}
|
|
281
|
|
-
|
|
282
|
|
-#userinfo a:hover {
|
|
283
|
|
- text-decoration: underline;
|
|
284
|
|
-}
|
|
285
|
|
-
|
|
286
|
|
-#userinfo b a {
|
|
287
|
|
- font-weight: normal;
|
|
288
|
|
- font-size: 0.9em;
|
|
289
|
|
-}
|
|
290
|
|
-
|
|
291
|
|
-#userinfo span.stat {
|
|
292
|
|
- color: #AAA;
|
|
293
|
|
-}
|
|
294
|
|
-
|
|
295
|
|
-#userinfo_username {
|
|
296
|
|
- position: absolute;
|
|
297
|
|
- top: 10px;
|
|
298
|
|
- left: 5%;
|
|
299
|
|
-}
|
|
300
|
|
-
|
|
301
|
|
-#userinfo_major {
|
|
302
|
|
- position: absolute;
|
|
303
|
|
- top: 10px;
|
|
304
|
|
- right: 5%;
|
|
305
|
|
-}
|
|
306
|
|
-
|
|
307
|
|
-#searchbars {
|
|
308
|
|
- position: absolute;
|
|
309
|
|
- top: 115px;
|
|
310
|
|
- width: 90%;
|
|
311
|
|
- text-align: center;
|
|
312
|
|
- background-color: #303030;
|
|
313
|
|
- padding: 4px 0px;
|
|
314
|
|
- min-width: 850px;
|
|
315
|
|
-}
|
|
316
|
|
-
|
|
317
|
|
-#searchbars input {
|
|
318
|
|
- position: relative;
|
|
319
|
|
- padding: 3px 3px 3px 5px;
|
|
320
|
|
- font-size: 0.9em;
|
|
321
|
|
- background-color: #222;
|
|
322
|
|
- color: #ccc;
|
|
323
|
|
- border: 1px solid #303030;
|
|
324
|
|
-}
|
|
325
|
|
-
|
|
326
|
|
-#searchbars ul {
|
|
327
|
|
- margin: 0 auto;
|
|
328
|
|
- display: block;
|
|
329
|
|
-}
|
|
330
|
|
-
|
|
331
|
|
-#searchbars ul li {
|
|
332
|
|
- display: inline;
|
|
333
|
|
- margin: 0px 1px;
|
|
334
|
|
- list-style: none;
|
|
335
|
|
- position: relative;
|
|
336
|
|
-}
|
|
337
|
|
-
|
|
338
|
|
-#searchbars ul li ul {
|
|
339
|
|
- display: block;
|
|
340
|
|
- position: absolute;
|
|
341
|
|
- top: 1em;
|
|
342
|
|
- left: 0;
|
|
343
|
|
- z-index: 1000;
|
|
344
|
|
- width: 12em;
|
|
345
|
|
- margin-top: 12px;
|
|
346
|
|
-}
|
|
347
|
|
-
|
|
348
|
|
-#searchbars ul li ul li {
|
|
349
|
|
- margin: 0;
|
|
350
|
|
- padding: 0;
|
|
351
|
|
- display: block;
|
|
352
|
|
- width: 100%;
|
|
353
|
|
- background: #303030;
|
|
354
|
|
-}
|
|
355
|
|
-
|
|
356
|
|
-#searchbars ul li ul li.highlight {
|
|
357
|
|
- background: #454545;
|
|
358
|
|
-}
|
|
359
|
|
-
|
|
360
|
|
-#searchbars ul li form {
|
|
361
|
|
- display: inline;
|
|
362
|
|
-}
|
|
363
|
|
-
|
|
364
|
|
-#alerts {
|
|
365
|
|
- position: relative;
|
|
366
|
|
- margin-top: 60px;
|
|
367
|
|
- margin-bottom: -60px;
|
|
368
|
|
- padding: 10px 0px;
|
|
369
|
|
- width: 100%;
|
|
370
|
|
- background-color: #303030;
|
|
371
|
|
- min-width: 850px;
|
|
372
|
|
-}
|
|
373
|
|
-
|
|
374
|
|
-#alerts a {
|
|
375
|
|
- color: #ccc;
|
|
376
|
|
-}
|
|
377
|
|
-
|
|
378
|
|
-.alertbar.blend {
|
|
379
|
|
- background-color: #222;
|
|
380
|
|
- border: 1px solid #303030;
|
|
381
|
|
-}
|
|
382
|
|
-
|
|
383
|
|
-#cat-selector ul {
|
|
384
|
|
- width: 100%;
|
|
385
|
|
-}
|
|
386
|
|
-
|
|
387
|
|
-#cat-selector ul li {
|
|
388
|
|
- display: inline;
|
|
389
|
|
- width: 12em;
|
|
390
|
|
- height: 1em;
|
|
391
|
|
- float: left;
|
|
392
|
|
-}
|
|
393
|
|
-
|
|
394
|
|
-.alertbar {
|
|
395
|
|
- background-color: #222;
|
|
396
|
|
- text-align: center;
|
|
397
|
|
- color: #ccc;
|
|
398
|
|
- font-weight: bold;
|
|
399
|
|
- font-size: 0.95em;
|
|
400
|
|
- width: 350px;
|
|
401
|
|
- margin: 0px auto 0px auto;
|
|
402
|
|
- padding: 10px;
|
|
403
|
|
-}
|
|
404
|
|
-
|
|
405
|
|
-.alertbar a {
|
|
406
|
|
- color: #555;
|
|
407
|
|
- text-decoration: underline;
|
|
408
|
|
-}
|
|
409
|
|
-
|
|
410
|
|
-.alertbar a:hover {
|
|
411
|
|
- color: #777;
|
|
412
|
|
- text-decoration: none;
|
|
413
|
|
-}
|
|
414
|
|
-
|
|
415
|
|
-/* IE doesn't appear to like a simple display:none in our header. Random things start fucking up pretty badly. */
|
|
416
|
|
-
|
|
417
|
|
-.hidden {
|
|
418
|
|
- position: absolute;
|
|
419
|
|
- left: -10000px;
|
|
420
|
|
-}
|
|
421
|
|
-
|
|
422
|
|
-input.hidden {
|
|
423
|
|
- position: absolute;
|
|
424
|
|
- display: none;
|
|
425
|
|
-}
|
|
426
|
|
-
|
|
427
|
|
-/* Layout (Any page) */
|
|
428
|
|
-
|
|
429
|
|
-.thin {
|
|
430
|
|
- width: 850px;
|
|
431
|
|
- margin: 0px auto;
|
|
432
|
|
-}
|
|
433
|
|
-
|
|
434
|
|
-.widethin { /* overriding the thin class on torrents.php */
|
|
435
|
|
- width: 95% !important;
|
|
436
|
|
- margin: 0px auto;
|
|
437
|
|
-}
|
|
438
|
|
-
|
|
439
|
|
-#userinfo_major .brackets:before {
|
|
440
|
|
- font-weight: bold;
|
|
441
|
|
-}
|
|
442
|
|
-
|
|
443
|
|
-#userinfo_major .brackets:after {
|
|
444
|
|
- font-weight: bold;
|
|
445
|
|
-}
|
|
446
|
|
-
|
|
447
|
|
-div.linkbox {
|
|
448
|
|
- text-align: center;
|
|
449
|
|
- padding: 5px;
|
|
450
|
|
-}
|
|
451
|
|
-
|
|
452
|
|
-.center {
|
|
453
|
|
- text-align: center;
|
|
454
|
|
-}
|
|
455
|
|
-
|
|
456
|
|
-.right {
|
|
457
|
|
- text-align: right;
|
|
458
|
|
-}
|
|
459
|
|
-
|
|
460
|
|
-.min_padding {
|
|
461
|
|
- padding: 0px;
|
|
462
|
|
- margin: 0px 0px;
|
|
463
|
|
-}
|
|
464
|
|
-
|
|
465
|
|
-p.min_padding {
|
|
466
|
|
- margin: 2px 0px;
|
|
467
|
|
-}
|
|
468
|
|
-
|
|
469
|
|
-.pad {
|
|
470
|
|
- padding: 1em;
|
|
471
|
|
-}
|
|
472
|
|
-
|
|
473
|
|
-.sidebar .pad {
|
|
474
|
|
- padding: 9px;
|
|
475
|
|
-}
|
|
476
|
|
-
|
|
477
|
|
-.vertical_space {
|
|
478
|
|
- margin-bottom: 10px;
|
|
479
|
|
-}
|
|
480
|
|
-
|
|
481
|
|
-.box {
|
|
482
|
|
- font-size: 8pt;
|
|
483
|
|
- background-color: #282828;
|
|
484
|
|
- border: 1px solid #303030;
|
|
485
|
|
- margin-bottom: 10px;
|
|
486
|
|
-}
|
|
487
|
|
-
|
|
488
|
|
-.box2 {
|
|
489
|
|
- font-size: 8pt;
|
|
490
|
|
- background-color: #282828;
|
|
491
|
|
- border: 1px solid #303030;
|
|
492
|
|
- margin-bottom: 10px;
|
|
493
|
|
-}
|
|
494
|
|
-
|
|
495
|
|
-.pad h3,.pad h4,.padbox h3,.padbox h4 {
|
|
496
|
|
- margin-top: 0px;
|
|
497
|
|
- padding-top: 0px;
|
|
498
|
|
-}
|
|
499
|
|
-
|
|
500
|
|
-.sidebar {
|
|
501
|
|
- float: right;
|
|
502
|
|
- width: 245px;
|
|
503
|
|
-}
|
|
504
|
|
-
|
|
505
|
|
-.head {
|
|
506
|
|
- padding: 4px;
|
|
507
|
|
- border-bottom: 1px solid #303030;
|
|
508
|
|
- background: #121212;
|
|
509
|
|
- color: white;
|
|
510
|
|
-}
|
|
511
|
|
-
|
|
512
|
|
-.body {
|
|
513
|
|
- padding: 3px 10px 10px 10px;
|
|
514
|
|
-}
|
|
515
|
|
-
|
|
516
|
|
-.main_column {
|
|
517
|
|
- width: 592px;
|
|
518
|
|
-}
|
|
519
|
|
-
|
|
520
|
|
-.main_column table {
|
|
521
|
|
- margin-bottom: 10px;
|
|
522
|
|
-}
|
|
523
|
|
-
|
|
524
|
|
-.tags {
|
|
525
|
|
- padding: 0px 0px 0px 20px;
|
|
526
|
|
- font-style: italic;
|
|
527
|
|
-}
|
|
528
|
|
-
|
|
529
|
|
-.tags a {
|
|
530
|
|
- color: #7e7e7e;
|
|
531
|
|
-}
|
|
532
|
|
-
|
|
533
|
|
-.tags a:hover {
|
|
534
|
|
- color: #dedede;
|
|
535
|
|
- text-decoration: none;
|
|
536
|
|
-}
|
|
537
|
|
-
|
|
538
|
|
-.noborder {
|
|
539
|
|
- border: none;
|
|
540
|
|
-}
|
|
541
|
|
-
|
|
542
|
|
-ul.nobullet {
|
|
543
|
|
- list-style-type: none;
|
|
544
|
|
-}
|
|
545
|
|
-
|
|
546
|
|
-table {
|
|
547
|
|
- width: 100%;
|
|
548
|
|
- border-collapse: collapse;
|
|
549
|
|
- border: 1px solid #303030;
|
|
550
|
|
-}
|
|
551
|
|
-
|
|
552
|
|
-tr {
|
|
553
|
|
- border: 1px solid #303030;
|
|
554
|
|
- background-color: #222;
|
|
555
|
|
-}
|
|
556
|
|
-
|
|
557
|
|
-td, th {
|
|
558
|
|
- border: 1px solid #303030;
|
|
559
|
|
- padding: 5px;
|
|
560
|
|
- text-align: left;
|
|
561
|
|
-}
|
|
562
|
|
-
|
|
563
|
|
-.colhead {
|
|
564
|
|
- background: #121212;
|
|
565
|
|
- font-weight: bold;
|
|
566
|
|
- color: #ffffff;
|
|
567
|
|
-}
|
|
568
|
|
-
|
|
569
|
|
-td.colhead,.colhead td, .colhead th {
|
|
570
|
|
- padding-left: 10px;
|
|
571
|
|
- padding-right: 10px;
|
|
572
|
|
-}
|
|
573
|
|
-
|
|
574
|
|
-.colhead .sign {
|
|
575
|
|
- padding: 0px 8px 0px 8px;
|
|
576
|
|
- font-size: 12pt;
|
|
577
|
|
- font-weight: bold;
|
|
578
|
|
- vertical-align: middle;
|
|
579
|
|
-}
|
|
580
|
|
-
|
|
581
|
|
-.colhead_dark {
|
|
582
|
|
- background: #121212;
|
|
583
|
|
- color: #ccc;
|
|
584
|
|
- vertical-align: middle;
|
|
585
|
|
-}
|
|
586
|
|
-
|
|
587
|
|
-.colhead_dark a {
|
|
588
|
|
- color: #fff;
|
|
589
|
|
-}
|
|
590
|
|
-
|
|
591
|
|
-td.label {
|
|
592
|
|
- font-weight: bold;
|
|
593
|
|
- text-align: right;
|
|
594
|
|
- width: 180px;
|
|
595
|
|
-}
|
|
596
|
|
-
|
|
597
|
|
-table.slice {
|
|
598
|
|
- margin-top: -1px;
|
|
599
|
|
-}
|
|
600
|
|
-
|
|
601
|
|
-.error_message {
|
|
602
|
|
- border: 1px solid #666;
|
|
603
|
|
- padding: 3px 0px 3px 0px;
|
|
604
|
|
- background-color: #AF2525;
|
|
605
|
|
- text-align: center;
|
|
606
|
|
- color: white;
|
|
607
|
|
- font-weight: bold;
|
|
608
|
|
-}
|
|
609
|
|
-
|
|
610
|
|
-.save_message {
|
|
611
|
|
- border: 1px solid #666;
|
|
612
|
|
- padding: 3px 0px 3px 0px;
|
|
613
|
|
- background-color: #F4E649;
|
|
614
|
|
- text-align: center;
|
|
615
|
|
- color: #492802;
|
|
616
|
|
- font-weight: bold;
|
|
617
|
|
-}
|
|
618
|
|
-
|
|
619
|
|
-.elem_error {
|
|
620
|
|
- border: 3px solid #B00D0D;
|
|
621
|
|
-}
|
|
622
|
|
-
|
|
623
|
|
-.hidden {
|
|
624
|
|
- display: none;
|
|
625
|
|
-}
|
|
626
|
|
-
|
|
627
|
|
-/* Layout (home page) */
|
|
628
|
|
-
|
|
629
|
|
-ul.stats li {
|
|
630
|
|
- padding: 0px 0px 1px 0px;
|
|
631
|
|
-}
|
|
632
|
|
-
|
|
633
|
|
-ul.poll li {
|
|
634
|
|
- padding: 0px 0px 0px 10px;
|
|
635
|
|
- margin: 0px;
|
|
636
|
|
- clear: left;
|
|
637
|
|
-}
|
|
638
|
|
-
|
|
639
|
|
-ul.poll li.graph {
|
|
640
|
|
- margin-bottom: 3px;
|
|
641
|
|
- padding-left: 20px;
|
|
642
|
|
-}
|
|
643
|
|
-
|
|
644
|
|
-/* Layout (Torrents page) */
|
|
645
|
|
-
|
|
646
|
|
-.show_torrents {
|
|
647
|
|
- width: 28px;
|
|
648
|
|
- height: 28px;
|
|
649
|
|
- background: url('images/show.png') no-repeat center center;
|
|
650
|
|
-}
|
|
651
|
|
-
|
|
652
|
|
-.hide_torrents {
|
|
653
|
|
- width: 28px;
|
|
654
|
|
- height: 28px;
|
|
655
|
|
- background: url('images/hide.png') no-repeat center center;
|
|
656
|
|
-}
|
|
657
|
|
-
|
|
658
|
|
-.show_torrents_link {
|
|
659
|
|
- border: none;
|
|
660
|
|
- width: 28px;
|
|
661
|
|
- height: 28px;
|
|
662
|
|
- display: block;
|
|
663
|
|
-}
|
|
664
|
|
-
|
|
665
|
|
-.filter_torrents {
|
|
666
|
|
- width: 750px;
|
|
667
|
|
- margin: auto;
|
|
668
|
|
-}
|
|
669
|
|
-
|
|
670
|
|
-.filter_torrents .submit {
|
|
671
|
|
- text-align: right;
|
|
672
|
|
- padding-top: 5px;
|
|
673
|
|
-}
|
|
674
|
|
-
|
|
675
|
|
-#content form.search_form + .torrent_table {
|
|
676
|
|
- margin-top: 20px;
|
|
677
|
|
-}
|
|
678
|
|
-
|
|
679
|
|
-.cat_list tr td {
|
|
680
|
|
- border: none;
|
|
681
|
|
-}
|
|
682
|
|
-
|
|
683
|
|
-.torrent_table tr {
|
|
684
|
|
- vertical-align: top;
|
|
685
|
|
-}
|
|
686
|
|
-
|
|
687
|
|
-.colhead .sign, .colhead_dark .sign {
|
|
688
|
|
- padding: 0px 8px 0px 8px;
|
|
689
|
|
- vertical-align:middle;
|
|
690
|
|
- text-align:center;
|
|
691
|
|
- font-size: 12pt;
|
|
692
|
|
- font-weight: bold;
|
|
693
|
|
-}
|
|
694
|
|
-
|
|
695
|
|
-.torrent_table tr.group, tr.group_torrent, tr.torrent {
|
|
696
|
|
- background-color: #222;
|
|
697
|
|
-}
|
|
698
|
|
-
|
|
699
|
|
-.torrent_table div.tags {
|
|
700
|
|
- font-weight: normal;
|
|
701
|
|
-}
|
|
702
|
|
-
|
|
703
|
|
-.torrent_table tr .center {
|
|
704
|
|
- vertical-align: middle;
|
|
705
|
|
- text-align: center;
|
|
706
|
|
-}
|
|
707
|
|
-
|
|
708
|
|
-.group_torrent span {
|
|
709
|
|
- float: right;
|
|
710
|
|
-}
|
|
711
|
|
-
|
|
712
|
|
-.torrent span {
|
|
713
|
|
- font-weight:normal;
|
|
714
|
|
- float:right;
|
|
715
|
|
-}
|
|
716
|
|
-
|
|
717
|
|
-.nobr {
|
|
718
|
|
- white-space: nowrap;
|
|
719
|
|
-}
|
|
720
|
|
-
|
|
721
|
|
-/* Layout (Forums) */
|
|
722
|
|
-
|
|
723
|
|
-.last_read {width: 15px; height: 15px; background: url(images/go_last_read.png) no-repeat center center; margin-left: 5px;}
|
|
724
|
|
-.last_read a { border: none; width: 100%; height: 100%; display: block; }
|
|
725
|
|
-.last_read a:hover { border: none; }
|
|
726
|
|
-
|
|
727
|
|
-.unread_locked_sticky,.read_locked_sticky {background: url(images/locked_sticky.png) no-repeat center center;}
|
|
728
|
|
-.read_sticky,.unread_sticky{background: url(images/sticky.png) no-repeat center center;}
|
|
729
|
|
-.unread_locked {background: url(images/locked_unread.png) no-repeat center center;}
|
|
730
|
|
-.read_locked {background: url(images/locked_read.png) no-repeat center center;}
|
|
731
|
|
-.unread{background: url(images/unread.png) no-repeat center center;}
|
|
732
|
|
-.read{background: url(images/read.png) no-repeat center center;}
|
|
733
|
|
-strong.quoteheader{color: #999; }
|
|
734
|
|
-
|
|
735
|
|
-table.forum_post {
|
|
736
|
|
- margin: 10px 0px;
|
|
737
|
|
-}
|
|
738
|
|
-
|
|
739
|
|
-table.forum_post td {
|
|
740
|
|
- border: 1px solid #303030;
|
|
741
|
|
-}
|
|
742
|
|
-
|
|
743
|
|
-table.forum_unread {
|
|
744
|
|
- border: 2px solid #CCC;
|
|
745
|
|
-}
|
|
746
|
|
-
|
|
747
|
|
-td.avatar {
|
|
748
|
|
- width: 150px;
|
|
749
|
|
- padding: 0px;
|
|
750
|
|
-}
|
|
751
|
|
-
|
|
752
|
|
-table.forum_post td.body {
|
|
753
|
|
- max-width: 675px;
|
|
754
|
|
-}
|
|
755
|
|
-
|
|
756
|
|
-tbody {
|
|
757
|
|
- max-width: 690px;
|
|
758
|
|
-}
|
|
759
|
|
-
|
|
760
|
|
-blockquote {
|
|
761
|
|
- margin: 10px;
|
|
762
|
|
- padding: 10px;
|
|
763
|
|
- border: 1px dashed #666;
|
|
764
|
|
-}
|
|
765
|
|
-
|
|
766
|
|
-/* Layout (Inbox) */
|
|
767
|
|
-
|
|
768
|
|
-tr.unreadpm {
|
|
769
|
|
- background-color: #692222;
|
|
770
|
|
-}
|
|
771
|
|
-
|
|
772
|
|
-/* Layout (Permission Page) */
|
|
773
|
|
-
|
|
774
|
|
-.permission_head {
|
|
775
|
|
- width: 400px;
|
|
776
|
|
- margin-left: auto;
|
|
777
|
|
- margin-right: auto;
|
|
778
|
|
-}
|
|
779
|
|
-
|
|
780
|
|
-.permissions {
|
|
781
|
|
- width: 930px;
|
|
782
|
|
- margin-left: auto;
|
|
783
|
|
- margin-right: auto;
|
|
784
|
|
-}
|
|
785
|
|
-
|
|
786
|
|
-.permission_container {
|
|
787
|
|
- float: left;
|
|
788
|
|
- width: 300px;
|
|
789
|
|
- padding: 5px;
|
|
790
|
|
-}
|
|
791
|
|
-
|
|
792
|
|
-.permission_container input {
|
|
793
|
|
- margin: 0px 3px 5px 0px;
|
|
794
|
|
- vertical-align: top;
|
|
795
|
|
-}
|
|
796
|
|
-
|
|
797
|
|
-.submit_container {
|
|
798
|
|
- clear: both;
|
|
799
|
|
- text-align: right;
|
|
800
|
|
-}
|
|
801
|
|
-
|
|
802
|
|
-/* Layout (Invite tree) */
|
|
803
|
|
-
|
|
804
|
|
-ul .invitetree {
|
|
805
|
|
- margin: 0px 0px 0px 25px;
|
|
806
|
|
-}
|
|
807
|
|
-
|
|
808
|
|
-.invitetree li {
|
|
809
|
|
- list-style: none;
|
|
810
|
|
- margin: 10px 2px;
|
|
811
|
|
-}
|
|
812
|
|
-
|
|
813
|
|
-/* Layout (User options) */
|
|
814
|
|
-
|
|
815
|
|
-.user_options .options_list li {
|
|
816
|
|
- margin: 0;
|
|
817
|
|
-}
|
|
818
|
|
-
|
|
819
|
|
-/* Layout (MISC) */
|
|
820
|
|
-
|
|
821
|
|
-.left_poll {
|
|
822
|
|
- width: 2px;
|
|
823
|
|
- height: 9px;
|
|
824
|
|
- background: url('images/bar_left.gif') no-repeat center center;
|
|
825
|
|
- float: left;
|
|
826
|
|
- margin: 0px;
|
|
827
|
|
- padding: 0px;
|
|
828
|
|
-}
|
|
829
|
|
-
|
|
830
|
|
-.center_poll {
|
|
831
|
|
- height: 9px;
|
|
832
|
|
- background: url('images/bar.gif') repeat;
|
|
833
|
|
- float: left;
|
|
834
|
|
- margin: 0px;
|
|
835
|
|
- padding: 0px;
|
|
836
|
|
-}
|
|
837
|
|
-
|
|
838
|
|
-.right_poll {
|
|
839
|
|
- width: 2px;
|
|
840
|
|
- height: 9px;
|
|
841
|
|
- background: url('images/bar_right.gif') no-repeat center center;
|
|
842
|
|
- float: left;
|
|
843
|
|
- margin: 0px;
|
|
844
|
|
- padding: 0px;
|
|
845
|
|
-}
|
|
846
|
|
-
|
|
847
|
|
-.curtain {
|
|
848
|
|
- position: fixed;
|
|
849
|
|
- top: 0%;
|
|
850
|
|
- left: 0%;
|
|
851
|
|
- width: 100%;
|
|
852
|
|
- height: 100%;
|
|
853
|
|
- background-color: black;
|
|
854
|
|
- z-index: 1001;
|
|
855
|
|
- -moz-opacity: 0.8;
|
|
856
|
|
- opacity: .80;
|
|
857
|
|
- filter: alpha(opacity=80);
|
|
858
|
|
-}
|
|
859
|
|
-
|
|
860
|
|
-.lightbox {
|
|
861
|
|
- position: fixed;
|
|
862
|
|
- text-align: center;
|
|
863
|
|
- top: 5%;
|
|
864
|
|
- left: 5%;
|
|
865
|
|
- width: 90%;
|
|
866
|
|
- height: 90%;
|
|
867
|
|
- padding: 0px;
|
|
868
|
|
- z-index: 1002;
|
|
869
|
|
- overflow: auto;
|
|
870
|
|
-}
|
|
871
|
|
-
|
|
872
|
|
-table#torrent_table.torrent_table {
|
|
873
|
|
- margin: auto;
|
|
874
|
|
-}
|
|
875
|
|
-
|
|
876
|
|
-form tr {
|
|
877
|
|
- background-color: #222222;
|
|
878
|
|
-}
|
|
879
|
|
-
|
|
880
|
|
-.center {
|
|
881
|
|
- text-align: center;
|
|
882
|
|
-}
|
|
883
|
|
-
|
|
884
|
|
-.spellcheck {
|
|
885
|
|
- margin: 25px 0;
|
|
886
|
|
- font-size: 1.25em;
|
|
887
|
|
- font-weight: bold;
|
|
888
|
|
-}
|
|
889
|
|
-
|
|
890
|
|
-tr.torrent .bookmark > a:before { color:#999; }
|
|
891
|
|
-tr.torrent .bookmark > a:after { color:#999; }
|
|
892
|
|
-
|
|
893
|
|
-.linkbox .brackets:before,
|
|
894
|
|
-.linkbox .brackets:after,
|
|
895
|
|
-.top10_quantity_links .brackets:before,
|
|
896
|
|
-.top10_quantity_links .brackets:after {
|
|
897
|
|
- color: #999;
|
|
898
|
|
-}
|
|
899
|
|
-
|
|
900
|
|
-.field_div {
|
|
901
|
|
- margin-bottom: 10px;
|
|
902
|
|
-}
|
|
903
|
|
-
|
|
904
|
|
-.edit_changelog textarea {
|
|
905
|
|
- width: 600px;
|
|
906
|
|
-}
|
|
907
|
|
-
|
|
908
|
|
-.autocomplete-suggestions {
|
|
909
|
|
- background: #222;
|
|
910
|
|
-}
|
|
911
|
|
-
|
|
912
|
|
-.post_id {
|
|
913
|
|
- font-weight: normal;
|
|
914
|
|
-}
|
|
915
|
|
-
|
|
916
|
|
-/* workaround for calendar display issue */
|
|
917
|
|
-div.sidebar #event_div {
|
|
918
|
|
- margin-left: -232px;
|
|
919
|
|
-}
|
|
920
|
|
-
|
|
921
|
|
-ol {
|
|
922
|
|
- margin-left: 1em;
|
|
923
|
|
-}
|
|
924
|
|
-
|
|
925
|
|
-#forum_search_cat_list, #forum_search_cat_list tr {
|
|
926
|
|
- border: none;
|
|
927
|
|
-}
|