source: themes/default_ajax/inc/style.css@ 686303f

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

rtwi-070830

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