1 | 1 | simandl | * { |
2 | | | margin: 0; padding: 0; |
3 | | | } |
4 | | | html, body { |
5 | | | width: 100%; |
6 | | | height: 100%; |
7 | | | } |
8 | | | h1 { |
9 | | | font: 16pt verdana; |
10 | | | margin: 0; |
11 | | | text-align: center; |
12 | | | } |
13 | | | .icon { |
14 | | | width: 70px; |
15 | | | height: 75px; |
16 | | | _height: 80px; |
17 | | | margin: 3px; |
18 | | | float: left; |
19 | | | text-align: center; |
20 | | | overflow: hidden; |
21 | | | } |
22 | | | .icon a, .tree a, #copy, #copy a, .group { |
23 | | | font: 8pt verdana; |
24 | | | text-decoration: none; |
25 | | | } |
26 | | | .group { |
27 | | | } |
28 | | | .icon a { |
29 | | | color: black; |
30 | | | } |
31 | | | #copy { |
32 | | | text-align: right; |
33 | | | } |
34 | | | .title, .title a { |
35 | | | display: block; |
36 | | | font: 10pt verdana; |
37 | | | margin: 20px 0px 0px; |
38 | | | background-image: url('bg_green.jpg'); |
39 | | | color: black; |
40 | | | padding: 2px; |
41 | | | padding-left: 5px; |
42 | | | text-decoration: none; |
43 | | | } |
44 | | | .cloudip { |
45 | | | font-size: 11pt; |
46 | | | font-weight: bold; |
47 | | | } |
48 | | | .smallicon { |
49 | | | padding-left: 5px; |
50 | | | color: black; |
51 | | | } |
52 | | | .smallicon a { |
53 | | | color: black |
54 | | | } |
55 | | | .nomargin { |
56 | | | margin: 0px 0px 0px 0px; padding-top: 0px; |
57 | | | } |
58 | | | hr { |
59 | | | height: 1px; |
60 | | | color: #FE8710; |
61 | | | background-color: #FE8710; |
62 | | | border: 0px none; |
63 | | | margin: 0.2em 0; |
64 | | | } |
65 | | | .tree { |
66 | | | width: 200px; |
67 | | | float: left; |
68 | | | overflow: auto; |
69 | | | border: 2px outset; |
70 | | | background-color: white; |
71 | | | height: 65%; |
72 | | | } |
73 | | | .items { |
74 | | | background-color: white; |
75 | | | overflow: auto; |
76 | | | border: 2px outset; |
77 | | | height: 65%; |
78 | | | } |
79 | | | .detail { |
80 | | | font: 8pt verdana; |
81 | | | background-color: white; |
82 | | | border: 2px outset; |
83 | | | } |
84 | | | .detail .contents { |
85 | | | padding: 5px; |
86 | | | } |
87 | | | .detail .contents a { |
88 | | | color: #FE8710; |
89 | | | text-decoration: none; |
90 | | | } |
91 | | | .detail .contents a:hover, .title a:hover, .tree a:hover, .icon a:hover { |
92 | | | text-decoration: underline; |
93 | | | } |
94 | | | .sizer |
95 | | | { |
96 | | | border: 0px none; |
97 | | | margin: 0px; |
98 | | | padding: 0px; |
99 | | | |
100 | | | float: none; |
101 | | | clear: both; |
102 | | | |
103 | | | width: 0px; |
104 | | | height: 0px; |
105 | | | line-height: 0px; |
106 | | | font-size: 0px; |
107 | | | } |