source: themes/default_ajax/inc/style.css@ 2c34a2a

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

rtwi-0.3.4-090726

  • Property mode set to 100644
File size: 6.6 KB
RevLine 
[b804c91]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 color: #000000;
122 background: #e0e0e0;
123}
124
[db24b19]125#err {
[b804c91]126 margin: 0 0 1em 0;
127 color: #aa0000;
128 font-weight: bold;
129 text-align: center;
130}
131
132#loginbox {
133 text-align: center;
134}
135
136#changeviewform {
137 float: left;
138 margin: 0 1em 0 0;
139}
140
141#changerefreshform {
142 float: left;
143 margin: 0 1em 0 0;
144}
145
146#changelanguageform {
147 float: left;
148}
149
150#loginbox #changelanguageform {
151 float: none;
152 margin: 0 0 1em 0;
153}
154
155#doonalltorrentform {
156 float: right;
157}
158
159#addtorrent {
160 clear: both;
161}
162
163.clr {
164 clear: both;
165 height: 1px;
166 overflow: hidden;
167}
168
169.submit {
170 margin: 0 0 0 .3em;
171}
172
173.submenu {
174 margin: 0 0 0 20%;
175 font-size: smaller;
176 border-left: 1px solid #aaaaaa;
177}
178
179.submenu.notshown {
180 display: none;
181}
182
183.tline {
184 margin: 0 0 1em 0;
185}
186
187.spacer {
188 margin: 0 0 1em 0;
189}
190
191.tline.last {
192 margin: 1em 0 1em 0;
193}
194
195.tthrottle {
196 float: left;
197 margin: 0 1em 0 0;
198}
199
200.tthrottle input[type="text"] {
201 width: 2em;
202 text-align: right;
203}
204
205.trates_total {
206 float: left;
207}
208
209.ticon {
210 float: left;
211 width: 1em;
212}
213
214.ticon img {
215 width: .8125em;
216}
217
218.tname {
219 float: left;
220 margin: 0;
221}
222
223.tops {
224 float: right;
225 font-size: smaller;
226}
227
228.tops a {
229 margin: 0 0 0 .5em;
230}
231
232.tbytes {
233 float: left;
234 width: 11.3em;
235 margin: 0 .5em 0 1.2em;
236 background: #eeeeee;
237 font-size: smaller;
238}
239
240.trates {
241 float: left;
242 width: 14em;
243 margin: 0 .5em 0 0;
244 background: #eeeeee;
245 font-size: smaller;
246}
247
248.tupbytes {
249 float: left;
250 width: 11em;
251 margin: 0 .5em 0 0;
252 background: #eeeeee;
253 font-size: smaller;
254}
255
256.tpercentage {
257 float: left;
258 width: 3.5em;
259 margin: 0 .5em 0 0;
260 background: #eeeeee;
261 font-size: smaller;
262 text-align: right;
263}
264
265.testimate {
266 float: left;
267 width: 5em;
268 background: #eeeeee;
269 font-size: smaller;
270 text-align: right;
271}
272
273.tselect {
274 float: right;
275 font-size: smaller;
276 text-align: right;
277}
278
279.tpriority {
280 float: right;
281 margin: 0 0 0 .5em;
282 background: #eeeeee;
283 font-size: smaller;
284 text-align: right;
285}
286
287.tpriority select {
288 font-size: smaller;
289}
290
291.tpriority .submit {
292 font-size: smaller;
293}
294
295.tratio {
296 float: right;
297 width: 6.5em;
298 margin: 0 0 0 .5em;
299 background: #eeeeee;
300 font-size: smaller;
301 text-align: right;
302}
303
304.tmessage {
305 float: left;
306 margin: 0 .5em 0 1.2em;
307 background: #eeeeee;
308 font-size: smaller;
309}
310
311.tcontainer {
312 margin: 0 0 0 1.2em;
313 font-size: smaller;
314}
315
316.tcontainer a.subpage {
317 float: left;
318 width: 10em;
319 margin: 0 .5em 0 0;
320 background: #eeeeee;
321 text-align: center;
322}
323
324.tcontent {
325 margin: .5em 0 0 0;
326}
327
328.tufleft {
329 float: left;
330 width: 14%;
331 font-weight: bold;
332}
333
334.tufright {
335 float: left;
336 width: 86%;
337}
338
339.tufpath {
340 float: left;
341}
342
343.tufspace {
344 float: right;
345}
346
347.tuform .formsend {
348 margin: 1em 0 0 14%;
349}
350
351.infoleft {
352 float: left;
353 width: 25%;
354 font-weight: bold;
355}
356
357.inforight {
358 float: left;
359 width: 74%
360}
361
362.directory {
363 margin: 0 0 0 1em;
364}
365
366.directory li {
367}
368
369.dopenlink {
370 float: left;
371}
372
373.dpriority {
374 float: right;
375 margin: 0;
376 font-size: smaller;
377 text-align: right;
378 background: #eeeeee;
379}
380
381.dpriority select {
382 font-size: smaller;
383}
384
385.dpriority .submit {
386 font-size: smaller;
387}
388
389.tcontent .dpriority {
390 float: right;
391 margin: 0;
392 text-align: right;
393 background: #eeeeee;
394}
395
396.fname {
397 float: left;
398 background: #eeeeee;
399}
400
401.fdownload {
402 float: right;
403 background: #eeeeee;
404}
405
406.fchunks {
407 float: right;
408 width: 6.5em;
409 margin: 0 0 0 .5em;
410 text-align: right;
411 background: #eeeeee;
412}
413
414.fsize {
415 float: right;
416 width: 5.5em;
417 margin: 0 0 0 .5em;
418 text-align: right;
419 background: #eeeeee;
420}
421
422.fpriority {
423 float: right;
424 width: 8.5em;
425 margin: 0 0 0 .5em;
426 font-size: smaller;
427 text-align: right;
428 background: #eeeeee;
429}
430
431.fpriority select {
432 font-size: smaller;
433}
434
435.fpriority .submit {
436 font-size: smaller;
437}
438
439.tcontent .fpriority {
440 float: right;
441 width: 8em;
442 margin: 0 0 0 .5em;
443 text-align: right;
444 background: #eeeeee;
445}
446
447.fpercentage {
448 float: right;
449 width: 3.5em;
450 margin: 0 0 0 .5em;
451 text-align: right;
452 background: #eeeeee;
453}
454
455.tracker {
456 margin: 0 0 .5em 0;
457}
458
459.tgroup {
460 float: left;
461 width: 1.5em;
462 text-align: right;
463 background: #eeeeee;
464}
465
466.turl {
467 float: left;
468 margin: 0 0 0 .5em;
469}
470
471.tfocus {
472 float: left;
473 width: 6em;
474 font-size: smaller;
475 background: #eeeeee;
476}
477
478.tenabled {
479 float: left;
480 width: 11.5em;
481 margin: 0 0 0 .5em;
482 font-size: smaller;
483 background: #eeeeee;
484}
485
486.tcontainer .tenabled {
487 width: 13em;
488}
489
490.tenabled .submit {
491 font-size: smaller;
492}
493
494.tenabled select {
495 font-size: smaller;
496}
497
498.topen {
499 float: left;
500 width: 6em;
501 margin: 0 0 0 .5em;
502 font-size: smaller;
503 background: #eeeeee;
504}
505
506.tpeers {
507 float: left;
508 margin: 0 0 0 .5em;
509 font-size: smaller;
510}
511
512.tscrape {
513 font-size: smaller;
514}
515
516.phead {
517 font-weight: bold;
518}
519
520.paddress {
521 float: left;
522 width: 10em;
523}
524
525.paddress img {
526 margin: 0 .5em 0 0;
527}
528
529.pup {
530 float: left;
531 width: 5em;
532 margin: 0 0 0 .5em;
533 text-align: right;
534}
535
536.pdown {
537 float: left;
538 width: 5em;
539 margin: 0 0 0 .5em;
540 text-align: right;
541}
542
543.prate {
544 float: left;
545 width: 5em;
546 margin: 0 0 0 .5em;
547 text-align: right;
548}
549
550.pdone {
551 float: left;
552 width: 4em;
553 margin: 0 0 0 .5em;
554 text-align: right;
555}
556
557.pencrypted {
558 float: left;
559 width: 6em;
560 margin: 0 0 0 .5em;
561}
562
563.pincoming {
564 float: left;
565 width: 6em;
566 margin: 0 0 0 1.5em;
567}
568
569.poptions {
570 float: left;
571 width: 6em;
572 margin: 0 0 0 .5em;
573 font-size: smaller;
574}
575
576.pclient {
577 float: left;
578 margin: 0 0 0 .5em;
579}
Note: See TracBrowser for help on using the repository browser.