source: themes/default_ajax/inc/style.css@ 380452a

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

rtwi-070912

  • Property mode set to 100644
File size: 5.8 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
142.submit {
143 margin: 0 0 0 .3em;
144}
145
146.submenu {
147 margin: 0 0 0 20%;
148 font-size: smaller;
149 border-left: 1px solid #aaaaaa;
150}
151
152.submenu.notshown {
153 display: none;
154}
155
156.tline {
157 margin: 0 0 1em 0;
158}
159
160.line.spacer{
161 margin: 0 0 1em 0;
162}
163
164.tline.last {
165 margin: 1em 0 1em 0;
166}
167
168.tthrottle {
169 float: left;
170 margin: 0 1em 0 0;
171}
172
173.trates_total {
174 float: left;
175}
176
[380452a]177.ticon {
178 float: left;
179 width: 1em;
180}
181
182.ticon img {
183 width: .8125em;
184}
185
[e11e175]186.tname {
187 float: left;
[380452a]188 margin: 0;
[e11e175]189}
190
191.tops {
192 float: right;
193 font-size: smaller;
194}
195
196.tops a {
197 margin: 0 0 0 .5em;
198}
199
200.tbytes {
201 float: left;
202 width: 11.3em;
203 margin: 0 .5em 0 1.2em;
204 background: #eeeeee;
205 font-size: smaller;
206}
207
208.trates {
209 float: left;
210 width: 13em;
211 margin: 0 .5em 0 0;
212 background: #eeeeee;
213 font-size: smaller;
214}
215
216.tupbytes {
217 float: left;
218 width: 11em;
219 margin: 0 .5em 0 0;
220 background: #eeeeee;
221 font-size: smaller;
222}
223
224.tpercentage {
225 float: left;
226 width: 3em;
227 margin: 0 .5em 0 0;
228 background: #eeeeee;
229 font-size: smaller;
230 text-align: right;
231}
232
233.testimate {
234 float: left;
235 width: 5em;
236 background: #eeeeee;
237 font-size: smaller;
238 text-align: right;
239}
240
241.tpriority {
242 float: right;
243 background: #eeeeee;
244 font-size: smaller;
245 text-align: right;
246}
247
248.tpriority select {
249 font-size: smaller;
250}
251
[380452a]252.tpriority .submit {
253 font-size: smaller;
[e11e175]254}
255
256.tratio {
257 float: right;
258 width: 5.5em;
259 margin: 0 0 0 .5em;
260 background: #eeeeee;
261 font-size: smaller;
262 text-align: right;
263}
264
[380452a]265.tmessage {
266 float: left;
267 margin: 0 .5em 0 1.2em;
268 background: #eeeeee;
269 font-size: smaller;
270}
271
[e11e175]272.tcontainer {
273 margin: 0 0 0 1.2em;
274 font-size: smaller;
275}
276
277.tcontainer a.info {
278 float: left;
279 width: 11.3em;
280 margin: 0 .5em 0 0;
281 background: #eeeeee;
282 text-align: center;
283}
284
285.tcontainer a.files {
286 float: left;
287 width: 13em;
288 margin: 0 .5em 0 0;
289 background: #eeeeee;
290 text-align: center;
291}
292
293.tcontainer a.trackers {
294 float: left;
295 width: 11em;
296 margin: 0;
297 background: #eeeeee;
298 text-align: center;
299}
300
301.tcontent {
302 margin: .5em 0 0 0;
303}
304
305.tufleft {
306 float: left;
307 width: 14%;
308 font-weight: bold;
309}
310
311.tufright {
312 float: left;
313 width: 86%;
314}
315
316.tufpath {
317 float: left;
318}
319
320.tufspace {
321 float: right;
322}
323
324.tuform .formsend {
325 margin: 1em 0 0 14%;
326}
327
328.infoleft {
329 float: left;
330 width: 25%;
331 font-weight: bold;
332}
333
334.inforight {
335 float: left;
336 width: 75%
337}
338
339.directory {
340 margin: 0 0 0 1em;
341}
342
343.directory li {
344}
345
346.fname {
347 float: left;
348 background: #eeeeee;
349}
350
351.fdownload {
352 float: right;
353 background: #eeeeee;
354}
355
356.fchunks {
357 float: right;
[686303f]358 width: 6.5em;
[e11e175]359 margin: 0 0 0 .5em;
360 text-align: right;
361 background: #eeeeee;
362}
363
364.fsize {
365 float: right;
366 width: 5.5em;
367 margin: 0 0 0 .5em;
368 text-align: right;
369 background: #eeeeee;
370}
371
372.fpriority {
373 float: right;
[380452a]374 width: 8em;
[e11e175]375 margin: 0 0 0 .5em;
376 text-align: right;
377 background: #eeeeee;
378}
379
380.tcontent .fpriority {
381 float: right;
[380452a]382 width: 6em;
[e11e175]383 margin: 0 0 0 .5em;
384 text-align: right;
385 background: #eeeeee;
386}
387
388.fpriority select {
389 font-size: smaller;
390}
391
392.fpercentage {
393 float: right;
394 width: 3.5em;
395 margin: 0 0 0 .5em;
396 text-align: right;
397 background: #eeeeee;
398}
399
400.tracker {
401 margin: 0 0 .5em 0;
402}
403
404.tgroup {
405 float: left;
406 width: 1.5em;
407 text-align: right;
408 background: #eeeeee;
409}
410
411.turl {
412 float: left;
413 margin: 0 0 0 .5em;
414}
415
416.tfocus {
417 float: left;
418 width: 6em;
419 font-size: smaller;
420 background: #eeeeee;
421}
422
423.tenabled {
424 float: left;
[380452a]425 width: 11.5em;
[e11e175]426 margin: 0 0 0 .5em;
427 font-size: smaller;
428 background: #eeeeee;
429}
430
[380452a]431.tenabled .submit {
432 font-size: smaller;
433}
434
[e11e175]435.tenabled select {
436 font-size: smaller;
437}
438
439.topen {
440 float: left;
441 width: 6em;
442 margin: 0 0 0 .5em;
443 font-size: smaller;
444 background: #eeeeee;
445}
446
447.tpeers {
448 float: left;
449 margin: 0 0 0 .5em;
450 font-size: smaller;
451}
452
453.tscrape {
454 font-size: smaller;
455}
456
457
458
459
460
461
462
463
464
465
Note: See TracBrowser for help on using the repository browser.