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