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

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

rtwi-0.2.1-070920

  • Property mode set to 100644
File size: 6.1 KB
RevLine 
[e11e175]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
[fbc3369]50form {
51 margin: 0;
52 padding: 0;
53}
54
[e11e175]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#balh {
78 float: left;
79 width: 13%;
80 margin: 0 1% 0 1%;
81}
82
83#kozeph {
84 float: left;
85 width: 84%;
86 margin: 0 0 0 0;
87 padding: 0;
88}
89
90#fomenu {
91 margin: 0 0 1em 0;
92 padding: 0;
93 border: 1px solid #aaaaaa;
94}
95
96#fomenu li.first {
97 margin: 0;
98 padding: 0;
99 border-top: none;
100}
101
102#fomenu li {
103 border-top: 1px solid #aaaaaa;
104}
105
106#fomenu a {
107 display: block;
108 padding: .2em 0 .2em 0;
109 color: #505050;
110 font-weight: bold;
111 text-align: center;
112}
113
114#fomenu a:hover {
115 display: block;
116 color: #000000;
117 background: #e0e0e0;
118}
119
120#err, #aerr {
121 height: 1.5em;
122 margin: 0 0 1em 0;
123 color: #aa0000;
124 font-weight: bold;
125 text-align: center;
126}
127
128#loginbox {
129 text-align: center;
130}
131
132#changeviewform {
133 float: left;
134 margin: 0 1em 0 0;
135}
136
137#changerefreshform {
138 float: left;
139}
140
[fbc3369]141#doonalltorrentform {
142 float: right;
143}
144
[e11e175]145.clr {
146 clear: both;
147 height: 1px;
148 overflow: hidden;
149}
150
151.submit {
152 margin: 0 0 0 .3em;
153}
154
155.submenu {
156 margin: 0 0 0 20%;
157 font-size: smaller;
158 border-left: 1px solid #aaaaaa;
159}
160
161.submenu.notshown {
162 display: none;
163}
164
165.tline {
166 margin: 0 0 1em 0;
167}
168
169.line.spacer{
170 margin: 0 0 1em 0;
171}
172
173.tline.last {
174 margin: 1em 0 1em 0;
175}
176
177.tthrottle {
178 float: left;
179 margin: 0 1em 0 0;
180}
181
[fbc3369]182.tthrottle input[type="text"] {
183 width: 2em;
184 text-align: right;
185}
186
[e11e175]187.trates_total {
188 float: left;
189}
190
[95d57e0]191.ticon {
192 float: left;
193 width: 1em;
194}
195
196.ticon img {
197 width: .8125em;
198}
199
[e11e175]200.tname {
201 float: left;
[95d57e0]202 margin: 0;
[e11e175]203}
204
205.tops {
206 float: right;
207 font-size: smaller;
208}
209
210.tops a {
211 margin: 0 0 0 .5em;
212}
213
214.tbytes {
215 float: left;
216 width: 11.3em;
217 margin: 0 .5em 0 1.2em;
218 background: #eeeeee;
219 font-size: smaller;
220}
221
222.trates {
223 float: left;
224 width: 13em;
225 margin: 0 .5em 0 0;
226 background: #eeeeee;
227 font-size: smaller;
228}
229
230.tupbytes {
231 float: left;
232 width: 11em;
233 margin: 0 .5em 0 0;
234 background: #eeeeee;
235 font-size: smaller;
236}
237
238.tpercentage {
239 float: left;
240 width: 3em;
241 margin: 0 .5em 0 0;
242 background: #eeeeee;
243 font-size: smaller;
244 text-align: right;
245}
246
247.testimate {
248 float: left;
249 width: 5em;
250 background: #eeeeee;
251 font-size: smaller;
252 text-align: right;
253}
254
[fbc3369]255.tselect {
256 float: right;
257 font-size: smaller;
258 text-align: right;
259}
260
[e11e175]261.tpriority {
262 float: right;
[fbc3369]263 margin: 0 0 0 .5em;
[e11e175]264 background: #eeeeee;
265 font-size: smaller;
266 text-align: right;
267}
268
269.tpriority select {
270 font-size: smaller;
271}
272
[95d57e0]273.tpriority .submit {
274 font-size: smaller;
[e11e175]275}
276
277.tratio {
278 float: right;
279 width: 5.5em;
280 margin: 0 0 0 .5em;
281 background: #eeeeee;
282 font-size: smaller;
283 text-align: right;
284}
285
[95d57e0]286.tmessage {
287 float: left;
288 margin: 0 .5em 0 1.2em;
289 background: #eeeeee;
290 font-size: smaller;
291}
292
[e11e175]293.tcontainer {
294 margin: 0 0 0 1.2em;
295 font-size: smaller;
296}
297
298.tcontainer a.info {
299 float: left;
300 width: 11.3em;
301 margin: 0 .5em 0 0;
302 background: #eeeeee;
303 text-align: center;
304}
305
306.tcontainer a.files {
307 float: left;
308 width: 13em;
309 margin: 0 .5em 0 0;
310 background: #eeeeee;
311 text-align: center;
312}
313
314.tcontainer a.trackers {
315 float: left;
316 width: 11em;
317 margin: 0;
318 background: #eeeeee;
319 text-align: center;
320}
321
322.tcontent {
323 margin: .5em 0 0 0;
324}
325
326.tufleft {
327 float: left;
328 width: 14%;
329 font-weight: bold;
330}
331
332.tufright {
333 float: left;
334 width: 86%;
335}
336
337.tufpath {
338 float: left;
339}
340
341.tufspace {
342 float: right;
343}
344
345.tuform .formsend {
346 margin: 1em 0 0 14%;
347}
348
349.infoleft {
350 float: left;
351 width: 25%;
352 font-weight: bold;
353}
354
355.inforight {
356 float: left;
[fbc3369]357 width: 74%
[e11e175]358}
359
360.directory {
361 margin: 0 0 0 1em;
362}
363
364.directory li {
365}
366
367.fname {
368 float: left;
369 background: #eeeeee;
370}
371
372.fdownload {
373 float: right;
374 background: #eeeeee;
375}
376
377.fchunks {
378 float: right;
[241bedb]379 width: 6.5em;
[e11e175]380 margin: 0 0 0 .5em;
381 text-align: right;
382 background: #eeeeee;
383}
384
385.fsize {
386 float: right;
387 width: 5.5em;
388 margin: 0 0 0 .5em;
389 text-align: right;
390 background: #eeeeee;
391}
392
393.fpriority {
394 float: right;
[fbc3369]395 width: 7.5em;
[e11e175]396 margin: 0 0 0 .5em;
[fbc3369]397 font-size: smaller;
[e11e175]398 text-align: right;
399 background: #eeeeee;
400}
401
[fbc3369]402.fpriority select {
403 font-size: smaller;
404}
405
406.fpriority .submit {
407 font-size: smaller;
408}
409
[e11e175]410.tcontent .fpriority {
411 float: right;
[fbc3369]412 width: 6.5em;
[e11e175]413 margin: 0 0 0 .5em;
414 text-align: right;
415 background: #eeeeee;
416}
417
418.fpercentage {
419 float: right;
420 width: 3.5em;
421 margin: 0 0 0 .5em;
422 text-align: right;
423 background: #eeeeee;
424}
425
426.tracker {
427 margin: 0 0 .5em 0;
428}
429
430.tgroup {
431 float: left;
432 width: 1.5em;
433 text-align: right;
434 background: #eeeeee;
435}
436
437.turl {
438 float: left;
439 margin: 0 0 0 .5em;
440}
441
442.tfocus {
443 float: left;
444 width: 6em;
445 font-size: smaller;
446 background: #eeeeee;
447}
448
449.tenabled {
450 float: left;
[95d57e0]451 width: 11.5em;
[e11e175]452 margin: 0 0 0 .5em;
453 font-size: smaller;
454 background: #eeeeee;
455}
456
[95d57e0]457.tenabled .submit {
458 font-size: smaller;
459}
460
[e11e175]461.tenabled select {
462 font-size: smaller;
463}
464
465.topen {
466 float: left;
467 width: 6em;
468 margin: 0 0 0 .5em;
469 font-size: smaller;
470 background: #eeeeee;
471}
472
473.tpeers {
474 float: left;
475 margin: 0 0 0 .5em;
476 font-size: smaller;
477}
478
479.tscrape {
480 font-size: smaller;
481}
482
483
484
485
486
487
488
489
490
491
Note: See TracBrowser for help on using the repository browser.