1 | 1 | unreal | * { |
2 | | | margin: 0; |
3 | | | padding: 0; |
4 | | | } |
5 | | | html, body { |
6 | | | width: 100%; |
7 | | | height: 100%; |
8 | | | } |
9 | | | h1 { |
10 | | | font: 16pt verdana; |
11 | | | margin: 0; |
12 | | | text-align: center; |
13 | | | } |
14 | | | .icon { |
15 | | | width: 70px; |
16 | | | height: 75px; |
17 | | | _height: 80px; |
18 | | | margin: 3px; |
19 | | | float: left; |
20 | | | text-align: center; |
21 | | | overflow: hidden; |
22 | | | } |
23 | | | .icon2 { |
24 | | | width: 100px; |
25 | | | height: 115px; |
26 | | | _height: 120px; |
27 | | | margin: 3px; |
28 | | | float: left; |
29 | | | text-align: center; |
30 | | | overflow: hidden; |
31 | | | } |
32 | | | .icon a, .icon2 a, .tree a, #copy, #copy a, .group { |
33 | | | font: 8pt verdana; |
34 | | | text-decoration: none; |
35 | | | } |
36 | | | .group { |
37 | | | } |
38 | | | .icon a, .icon2 a { |
39 | | | color: black; |
40 | | | } |
41 | | | #copy { |
42 | | | text-align: right; |
43 | | | } |
44 | | | .title, .title a { |
45 | | | display: block; |
46 | | | font: 10pt verdana; |
47 | | | margin: 20px 0px 0px; |
48 | | | background: #ffffff url('pozadi/bg_blue.jpg') repeat-x; |
49 | | | color: #000000; |
50 | | | padding: 2px; |
51 | | | padding-left: 5px; |
52 | | | text-decoration: none; |
53 | | | } |
54 | | | .cloudip { |
55 | | | font-size: 11pt; |
56 | | | font-weight: bold; |
57 | | | } |
58 | | | .smallicon { |
59 | | | padding-left: 5px; |
60 | | | color: black; |
61 | | | } |
62 | | | .smallicon a { |
63 | | | color: black |
64 | | | } |
65 | | | .nomargin { |
66 | | | margin: 0px 0px 0px 0px; |
67 | | | padding-top: 0px; |
68 | | | } |
69 | | | hr { |
70 | | | height: 1px; |
71 | | | color: #FE8710; |
72 | | | background-color: #FE8710; |
73 | | | border: 0px none; |
74 | | | margin: 0.2em 0; |
75 | | | } |
76 | | | .tree { |
77 | | | width: 200px; |
78 | | | float: left; |
79 | | | _margin-right: -3px; |
80 | | | overflow: auto; |
81 | | | border-top: 2px solid #b2b2b2; |
82 | | | border-left: 2px solid #b2b2b2; |
83 | | | border-right: 2px solid #000000; |
84 | | | border-bottom: 2px solid #000000; |
85 | | | background-color: #ffffff; |
86 | | | height: 65%; |
87 | | | } |
88 | | | .items { |
89 | | | background-color: #ffffff; |
90 | | | overflow: auto; |
91 | | | border-top: 2px solid #b2b2b2; |
92 | | | border-left: 2px solid #b2b2b2; |
93 | | | border-right: 2px solid #000000; |
94 | | | border-bottom: 2px solid #000000; |
95 | | | height: 65%; |
96 | | | } |
97 | | | .detail { |
98 | | | font: 8pt verdana; |
99 | | | background-color: #ffffff; |
100 | | | border-top: 2px solid #b2b2b2; |
101 | | | border-left: 2px solid #b2b2b2; |
102 | | | border-right: 2px solid #000000; |
103 | | | border-bottom: 2px solid #000000; |
104 | | | } |
105 | | | .detail .contents { |
106 | | | padding: 5px; |
107 | | | } |
108 | | | .detail .contents a { |
109 | | | color: #FE8710; |
110 | | | text-decoration: none; |
111 | | | } |
112 | | | .detail .contents a:hover, .title a:hover, .tree a:hover, .icon a:hover { |
113 | | | text-decoration: underline; |
114 | | | } |
115 | | | .det { |
116 | | | border: 0px none; |
117 | | | margin: 0px; |
118 | | | clear: both; |
119 | | | } |
120 | | | .icon_det { |
121 | | | float: left; |
122 | | | padding: 10px 17px 10px 10px; |
123 | | | position: absolute; |
124 | | | } |
125 | | | .info_det { |
126 | | | padding-left: 60px; |
127 | | | padding-bottom: 2px; |
128 | | | } |
129 | | | .info_cut |
130 | | | { |
131 | | | clear: both; |
132 | | | } |
133 | | | .sizer |
134 | | | { |
135 | | | border: 0px none; |
136 | | | margin: 0px; |
137 | | | padding: 0px; |
138 | | | |
139 | | | float: none; |
140 | | | clear: both; |
141 | | | |
142 | | | width: 0px; |
143 | | | height: 0px; |
144 | | | line-height: 0px; |
145 | | | font-size: 0px; |
146 | | | } |