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

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

rtwi-0.3.3-090725

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