1 | 1 | unreal | * { |
2 | | | margin: 0; |
3 | | | padding: 0; |
4 | 16 | unreal | border: 0; |
5 | 1 | unreal | } |
6 | | | html, body { |
7 | | | width: 100%; |
8 | | | height: 100%; |
9 | | | } |
10 | 12 | unreal | body { |
11 | | | background: #d4d0c8; |
12 | | | } |
13 | 1 | unreal | h1 { |
14 | | | font: 16pt verdana; |
15 | | | margin: 0; |
16 | | | text-align: center; |
17 | 12 | unreal | padding-top: 5px; |
18 | 1 | unreal | } |
19 | 16 | unreal | a img { |
20 | | | border: 0; |
21 | | | } |
22 | 1 | unreal | .icon { |
23 | | | width: 70px; |
24 | | | height: 75px; |
25 | | | _height: 80px; |
26 | | | margin: 3px; |
27 | | | float: left; |
28 | | | text-align: center; |
29 | | | overflow: hidden; |
30 | | | } |
31 | | | .icon2 { |
32 | | | width: 100px; |
33 | | | height: 115px; |
34 | | | _height: 120px; |
35 | | | margin: 3px; |
36 | | | float: left; |
37 | | | text-align: center; |
38 | | | overflow: hidden; |
39 | | | } |
40 | | | .icon a, .icon2 a, .tree a, #copy, #copy a, .group { |
41 | | | font: 8pt verdana; |
42 | | | text-decoration: none; |
43 | | | } |
44 | | | .icon a, .icon2 a { |
45 | | | color: black; |
46 | | | } |
47 | 14 | unreal | .icon a:hover, .icon2 a:hover { |
48 | | | text-decoration: underline; |
49 | | | } |
50 | 16 | unreal | .icon img, .icon_det img { |
51 | | | width: 32px; |
52 | | | height: 32px; |
53 | | | } |
54 | | | .icon2 img { |
55 | | | width: 50px; |
56 | | | height: 50px; |
57 | | | } |
58 | 14 | unreal | .group { |
59 | | | float: left; |
60 | | | margin-left: 4px; |
61 | | | margin-bottom: 3px; |
62 | | | } |
63 | 1 | unreal | #copy { |
64 | | | text-align: right; |
65 | 12 | unreal | padding-bottom: 8px; |
66 | 1 | unreal | } |
67 | | | .title, .title a { |
68 | | | display: block; |
69 | | | font: 10pt verdana; |
70 | 12 | unreal | margin: 15px 0px 0px; |
71 | 1 | unreal | background: #ffffff url('pozadi/bg_blue.jpg') repeat-x; |
72 | | | color: #000000; |
73 | | | padding: 2px; |
74 | | | padding-left: 5px; |
75 | | | text-decoration: none; |
76 | | | } |
77 | | | .cloudip { |
78 | | | font-size: 11pt; |
79 | | | font-weight: bold; |
80 | | | } |
81 | | | .smallicon { |
82 | | | padding-left: 5px; |
83 | | | color: black; |
84 | 14 | unreal | margin: 5px 0; |
85 | | | _margin: 3px 0; |
86 | 1 | unreal | } |
87 | | | .smallicon a { |
88 | 14 | unreal | color: black; |
89 | 1 | unreal | } |
90 | 14 | unreal | .smallicon a img { |
91 | | | margin-right: 6px; |
92 | | | vertical-align: top; |
93 | 16 | unreal | width: 16px; |
94 | | | height: 16px; |
95 | 14 | unreal | } |
96 | 16 | unreal | .smallicon a img.dot { |
97 | | | width: 10px; |
98 | | | height: 13px; |
99 | | | } |
100 | 14 | unreal | .smallicon a span { |
101 | | | display: inline-block; |
102 | | | width: 150px; |
103 | | | padding-top: 1px; |
104 | | | word-wrap: break-word; |
105 | | | cursor: pointer; |
106 | | | line-height: 1.3em; |
107 | | | } |
108 | | | .smallicon a:hover span { |
109 | | | text-decoration: underline; |
110 | | | } |
111 | | | |
112 | 1 | unreal | .nomargin { |
113 | 14 | unreal | margin: 0; |
114 | | | padding-top: 0; |
115 | 1 | unreal | } |
116 | | | hr { |
117 | | | height: 1px; |
118 | 14 | unreal | color: #fe8710; |
119 | | | background-color: #fe8710; |
120 | 1 | unreal | border: 0px none; |
121 | | | margin: 0.2em 0; |
122 | | | } |
123 | | | .tree { |
124 | | | width: 200px; |
125 | | | float: left; |
126 | | | _margin-right: -3px; |
127 | | | overflow: auto; |
128 | | | border-top: 2px solid #b2b2b2; |
129 | | | border-left: 2px solid #b2b2b2; |
130 | 14 | unreal | border-right: 2px solid #444444; |
131 | | | border-bottom: 2px solid #444444; |
132 | 1 | unreal | background-color: #ffffff; |
133 | | | height: 65%; |
134 | | | } |
135 | | | .items { |
136 | | | background-color: #ffffff; |
137 | | | overflow: auto; |
138 | | | border-top: 2px solid #b2b2b2; |
139 | | | border-left: 2px solid #b2b2b2; |
140 | 14 | unreal | border-right: 2px solid #444444; |
141 | | | border-bottom: 2px solid #444444; |
142 | 1 | unreal | height: 65%; |
143 | | | } |
144 | | | .detail { |
145 | | | font: 8pt verdana; |
146 | | | background-color: #ffffff; |
147 | | | border-top: 2px solid #b2b2b2; |
148 | | | border-left: 2px solid #b2b2b2; |
149 | 14 | unreal | border-right: 2px solid #444444; |
150 | | | border-bottom: 2px solid #444444; |
151 | 1 | unreal | } |
152 | | | .detail .contents { |
153 | | | padding: 5px; |
154 | | | } |
155 | | | .detail .contents a { |
156 | 14 | unreal | color: #fe8710; |
157 | 1 | unreal | text-decoration: none; |
158 | | | } |
159 | | | .detail .contents a:hover, .title a:hover, .tree a:hover, .icon a:hover { |
160 | | | text-decoration: underline; |
161 | | | } |
162 | | | .det { |
163 | | | border: 0px none; |
164 | 14 | unreal | margin: 0; |
165 | 1 | unreal | clear: both; |
166 | | | } |
167 | | | .icon_det { |
168 | | | float: left; |
169 | | | padding: 10px 17px 10px 10px; |
170 | | | position: absolute; |
171 | | | } |
172 | | | .info_det { |
173 | 12 | unreal | padding-left: 60px; |
174 | 1 | unreal | padding-bottom: 2px; |
175 | | | } |
176 | 12 | unreal | .info_cut { |
177 | 1 | unreal | clear: both; |
178 | | | } |
179 | 12 | unreal | .sizer { |
180 | 14 | unreal | border: 0px none; |
181 | | | margin: 0; |
182 | | | padding: 0; |
183 | 1 | unreal | float: none; |
184 | | | clear: both; |
185 | | | width: 0px; |
186 | | | height: 0px; |
187 | | | line-height: 0px; |
188 | | | font-size: 0px; |
189 | 12 | unreal | } |
190 | | | .info { |
191 | 14 | unreal | background-color: #ffffff; |
192 | 12 | unreal | margin-left: 10px; |
193 | | | margin-right: 10px; |
194 | | | } |
195 | | | .pad { |
196 | | | padding-left: 7px; |
197 | | | padding-bottom: 2px; |
198 | 14 | unreal | border: 1px solid #c0c0c0; |
199 | 1 | unreal | } |