source: themes/default_ajax/inc/style.css@ a7a1edb

Last change on this file since a7a1edb was a7a1edb, checked in by Gabor Hudiczius <cyla@jmk.hu>, 9 years ago

rtwi-0.2.3-080131

  • Property mode set to 100644
File size: 7.2 KB
Line 
1body {
2 min-width: 60em;
3 margin: 0;
4 padding: 0;
5 font-family: arial, sans-serif;
6 font-size: medium;
7 background: #ffffff;
8 line-height: 1.2em;
9}
10
11div {
12 margin: 0;
13 padding: 0;
14 overflow: hidden;
15}
16
17ul {
18 margin: 0;
19 padding: 0;
20 list-style-type: none;
21}
22
23li {
24 margin: 0;
25 padding: 0;
26}
27
28img {
29 margin: 0;
30 padding: 0;
31 border: none;
32}
33
34p {
35 margin: 0;
36 padding: 0;
37}
38
39span {
40 margin: 0;
41 padding: 0;
42}
43
44a {
45 color: #505050;
46 font-weight: bold;
47 text-decoration: none;
48}
49
50form {
51 margin: 0;
52 padding: 0;
53}
54
55a:hover {
56 color: #a0a0a0;
57}
58
59select.whiteselect {
60 border: 1px solid #000000;
61 background: #ffffff;
62}
63
64#top {
65 width: 100%;
66 height: 91px;
67 margin: 0 0 2em 0;
68 background: url( "../pics/topbar.gif" );
69}
70
71#main {
72 width: 100%;
73 margin: 0;
74 padding: 0;
75}
76
77#leftcol {
78 float: left;
79 width: 13%;
80 margin: 0 1% 0 1%;
81}
82
83#maincol {
84 float: left;
85 width: 84%;
86 margin: 0 0 0 0;
87 padding: 0;
88}
89
90#footer {
91 margin: 4em 1em 2em 0;
92 text-align: right;
93 font-size: smaller;
94}
95
96#mainmenu {
97 margin: 0 0 1em 0;
98 padding: 0;
99 border: 1px solid #aaaaaa;
100}
101
102#mainmenu li.first {
103 margin: 0;
104 padding: 0;
105 border-top: none;
106}
107
108#mainmenu li {
109 border-top: 1px solid #aaaaaa;
110}
111
112#mainmenu a {
113 display: block;
114 padding: .2em 0 .2em 0;
115 color: #505050;
116 font-weight: bold;
117 text-align: center;
118}
119
120#mainmenu a:hover {
121 display: block;
122 color: #000000;
123 background: #e0e0e0;
124}
125
126#err, #aerr {
127 height: 1.5em;
128 margin: 0 0 1em 0;
129 color: #aa0000;
130 font-weight: bold;
131 text-align: center;
132}
133
134#loginbox {
135 text-align: center;
136}
137
138#changeviewform {
139 float: left;
140 margin: 0 1em 0 0;
141}
142
143#changerefreshform {
144 float: left;
145 margin: 0 1em 0 0;
146}
147
148#changelanguageform {
149 float: left;
150}
151
152#loginbox #changelanguageform {
153 float: none;
154 margin: 0 0 1em 0;
155}
156
157#doonalltorrentform {
158 float: right;
159}
160
161#addtorrent {
162 clear: both;
163}
164
165.clr {
166 clear: both;
167 height: 1px;
168 overflow: hidden;
169}
170
171.submit {
172 margin: 0 0 0 .3em;
173}
174
175.submenu {
176 margin: 0 0 0 20%;
177 font-size: smaller;
178 border-left: 1px solid #aaaaaa;
179}
180
181.submenu.notshown {
182 display: none;
183}
184
185.tline {
186 margin: 0 0 1em 0;
187}
188
189.spacer {
190 margin: 0 0 1em 0;
191}
192
193.tline.last {
194 margin: 1em 0 1em 0;
195}
196
197.tthrottle {
198 float: left;
199 margin: 0 1em 0 0;
200}
201
202.tthrottle input[type="text"] {
203 width: 2em;
204 text-align: right;
205}
206
207.trates_total {
208 float: left;
209}
210
211.ticon {
212 float: left;
213 width: 1em;
214}
215
216.ticon img {
217 width: .8125em;
218}
219
220.tname {
221 float: left;
222 margin: 0;
223}
224
225.tops {
226 float: right;
227 font-size: smaller;
228}
229
230.tops a {
231 margin: 0 0 0 .5em;
232}
233
234.tbytes {
235 float: left;
236 width: 11.3em;
237 margin: 0 .5em 0 1.2em;
238 background: #eeeeee;
239 font-size: smaller;
240}
241
242.trates {
243 float: left;
244 width: 14em;
245 margin: 0 .5em 0 0;
246 background: #eeeeee;
247 font-size: smaller;
248}
249
250.tupbytes {
251 float: left;
252 width: 11em;
253 margin: 0 .5em 0 0;
254 background: #eeeeee;
255 font-size: smaller;
256}
257
258.tpercentage {
259 float: left;
260 width: 3.5em;
261 margin: 0 .5em 0 0;
262 background: #eeeeee;
263 font-size: smaller;
264 text-align: right;
265}
266
267.testimate {
268 float: left;
269 width: 5em;
270 background: #eeeeee;
271 font-size: smaller;
272 text-align: right;
273}
274
275.tselect {
276 float: right;
277 font-size: smaller;
278 text-align: right;
279}
280
281.tpriority {
282 float: right;
283 margin: 0 0 0 .5em;
284 background: #eeeeee;
285 font-size: smaller;
286 text-align: right;
287}
288
289.tpriority select {
290 font-size: smaller;
291}
292
293.tpriority .submit {
294 font-size: smaller;
295}
296
297.tratio {
298 float: right;
299 width: 6em;
300 margin: 0 0 0 .5em;
301 background: #eeeeee;
302 font-size: smaller;
303 text-align: right;
304}
305
306.tmessage {
307 float: left;
308 margin: 0 .5em 0 1.2em;
309 background: #eeeeee;
310 font-size: smaller;
311}
312
313.tcontainer {
314 margin: 0 0 0 1.2em;
315 font-size: smaller;
316}
317
318.tcontainer a.subpage {
319 float: left;
320 width: 10em;
321 margin: 0 .5em 0 0;
322 background: #eeeeee;
323 text-align: center;
324}
325
326.tcontent {
327 margin: .5em 0 0 0;
328}
329
330.tufleft {
331 float: left;
332 width: 14%;
333 font-weight: bold;
334}
335
336.tufright {
337 float: left;
338 width: 86%;
339}
340
341.tufpath {
342 float: left;
343}
344
345.tufspace {
346 float: right;
347}
348
349.tuform .formsend {
350 margin: 1em 0 0 14%;
351}
352
353.infoleft {
354 float: left;
355 width: 25%;
356 font-weight: bold;
357}
358
359.inforight {
360 float: left;
361 width: 74%
362}
363
364.directory {
365 margin: 0 0 0 1em;
366}
367
368.directory li {
369}
370
371.dopenlink {
372 float: left;
373}
374
375.dpriority {
376 float: right;
377 margin: 0;
378 font-size: smaller;
379 text-align: right;
380 background: #eeeeee;
381}
382
383.dpriority select {
384 font-size: smaller;
385}
386
387.dpriority .submit {
388 font-size: smaller;
389}
390
391.tcontent .dpriority {
392 float: right;
393 margin: 0;
394 text-align: right;
395 background: #eeeeee;
396}
397
398.fname {
399 float: left;
400 background: #eeeeee;
401}
402
403.fdownload {
404 float: right;
405 background: #eeeeee;
406}
407
408.fchunks {
409 float: right;
410 width: 6.5em;
411 margin: 0 0 0 .5em;
412 text-align: right;
413 background: #eeeeee;
414}
415
416.fsize {
417 float: right;
418 width: 5.5em;
419 margin: 0 0 0 .5em;
420 text-align: right;
421 background: #eeeeee;
422}
423
424.fpriority {
425 float: right;
426 width: 8.5em;
427 margin: 0 0 0 .5em;
428 font-size: smaller;
429 text-align: right;
430 background: #eeeeee;
431}
432
433.fpriority select {
434 font-size: smaller;
435}
436
437.fpriority .submit {
438 font-size: smaller;
439}
440
441.tcontent .fpriority {
442 float: right;
443 width: 8em;
444 margin: 0 0 0 .5em;
445 text-align: right;
446 background: #eeeeee;
447}
448
449.fpercentage {
450 float: right;
451 width: 3.5em;
452 margin: 0 0 0 .5em;
453 text-align: right;
454 background: #eeeeee;
455}
456
457.tracker {
458 margin: 0 0 .5em 0;
459}
460
461.tgroup {
462 float: left;
463 width: 1.5em;
464 text-align: right;
465 background: #eeeeee;
466}
467
468.turl {
469 float: left;
470 margin: 0 0 0 .5em;
471}
472
473.tfocus {
474 float: left;
475 width: 6em;
476 font-size: smaller;
477 background: #eeeeee;
478}
479
480.tenabled {
481 float: left;
482 width: 11.5em;
483 margin: 0 0 0 .5em;
484 font-size: smaller;
485 background: #eeeeee;
486}
487
488.tcontainer .tenabled {
489 width: 13em;
490}
491
492.tenabled .submit {
493 font-size: smaller;
494}
495
496.tenabled select {
497 font-size: smaller;
498}
499
500.topen {
501 float: left;
502 width: 6em;
503 margin: 0 0 0 .5em;
504 font-size: smaller;
505 background: #eeeeee;
506}
507
508.tpeers {
509 float: left;
510 margin: 0 0 0 .5em;
511 font-size: smaller;
512}
513
514.tscrape {
515 font-size: smaller;
516}
517
518.phead {
519 font-weight: bold;
520}
521
522.paddress {
523 float: left;
524 width: 8em;
525}
526
527.pup {
528 float: left;
529 width: 5em;
530 margin: 0 0 0 .5em;
531 text-align: right;
532}
533
534.pdown {
535 float: left;
536 width: 5em;
537 margin: 0 0 0 .5em;
538 text-align: right;
539}
540
541.prate {
542 float: left;
543 width: 5em;
544 margin: 0 0 0 .5em;
545 text-align: right;
546}
547
548.pdone {
549 float: left;
550 width: 4em;
551 margin: 0 0 0 .5em;
552 text-align: right;
553}
554
555.pencrypted {
556 float: left;
557 width: 6em;
558 margin: 0 0 0 .5em;
559}
560
561.pincoming {
562 float: left;
563 width: 6em;
564 margin: 0 0 0 1.5em;
565}
566
567.poptions {
568 float: left;
569 width: 6em;
570 margin: 0 0 0 .5em;
571 font-size: smaller;
572}
573
574.pclient {
575 float: left;
576 margin: 0 0 0 .5em;
577}
578
579
580
581
582
583
584
Note: See TracBrowser for help on using the repository browser.