51ff3226 |
1 | /* tie komentare este niesu akoze naozaj [= vlastne aj toto css je taka provizooria; bo by som chcel zmenit system selektorov [aj v kode] */ |
2 | |
3 | /* pasteka */ |
4 | body { |
5 | color: #6DAE42; |
6 | text-decoration: none; |
7 | margin: 0; |
8 | background-color: black; |
9 | scrollbar-shadow-color: #6DAE42; |
10 | scrollbar-highlight-color: #6DAE42; |
11 | scrollbar-3dlight-color: #6DAE42; |
12 | scrollbar-base-color: black; |
13 | scrollbar-darkshadow-color: #6DAE42; |
14 | scrollbar-track-color: black; |
15 | scrollbar-arrow-color: black; |
16 | font: 8pt Tahoma,sans-serif; |
17 | } |
18 | |
19 | inframe { |
20 | width: 90%; |
21 | height: 230px; |
22 | } |
23 | |
24 | td { |
25 | wordwrap: break-word; |
26 | font: 8pt Tahoma,sans-serif; |
27 | } |
28 | |
29 | .t1 { |
30 | position: fixed; |
31 | margin: 0; |
32 | text-align: center; |
33 | background-color: #000; |
34 | top: 0%; |
35 | width: 100%; |
36 | height: 20px; |
37 | right: 0; |
38 | left: 0; |
39 | z-index:2; |
40 | } |
41 | |
42 | .t2 { |
43 | height: 20px; |
44 | } |
45 | |
46 | /* obsah nody */ |
47 | |
48 | #topic { |
49 | width: 662px; |
50 | padding: 2px; |
51 | display: table; |
52 | } |
53 | |
54 | |
55 | a { |
56 | color: white; |
57 | text-decoration: none; |
58 | font: 8pt Tahoma,sans-serif; |
59 | } |
60 | |
61 | a:hover { |
62 | color: red; |
63 | text-decoration: none; |
64 | font: 8pt Tahoma,sans-serif; |
65 | } |
66 | |
67 | a.mail { |
68 | color: red; |
69 | font-weight: bold; |
70 | text-align: center; |
71 | text-decoration: none; |
72 | font: 8pt Tahoma,sans-serif; |
73 | } |
74 | |
75 | a.mail:hover { |
76 | color: white; |
77 | text-decoration: none; |
78 | font-weight: bold; |
79 | text-align: center; |
80 | font: 8pt Tahoma,sans-serif; |
81 | } |
82 | |
83 | |
84 | .bordered { |
85 | border: solid 1pt #6DAE42; |
86 | } |
87 | |
88 | .bordered2 { |
89 | border-left: solid 1pt #6DAE42; |
90 | border-right: solid 1pt #6DAE42; |
91 | border-bottom: solid 1pt #6DAE42; |
92 | } |
93 | |
94 | |
95 | .header { |
96 | background-color: #333; |
97 | border-bottom: solid 1px #6DAE42; |
98 | height: 100%; |
99 | width: 100%; |
100 | vertical-align: top; |
101 | align: left; |
102 | padding: 0pt; |
103 | } |
104 | |
105 | |
106 | .th_header { |
107 | background-color: #333; |
108 | } |
109 | a.vector {font-size:6pt;} |
110 | a.vector:hover {font-size:6pt;} |
111 | |
112 | .important { |
113 | font-weight: bold; |
114 | text-align: center; |
115 | } |
116 | |
117 | .most_important { |
118 | font-weight: bold; |
119 | font-color: red; |
120 | color: red; |
121 | } |
122 | |
123 | |
124 | /* userlisty a podobny sajrajt ----------------------------------------- */ |
125 | |
126 | .active_user_img { |
127 | float: left; |
128 | width: 50px; |
129 | margin: 0 3px 3px 0; |
130 | _margin-bottom:0; |
131 | } |
132 | |
133 | .active_user_img img { margin:0; padding:0; width: 50px; height:50px; border:0; } |
134 | |
135 | .active_users .active_user_name { |
136 | text-align: center; |
137 | } |
138 | |
139 | .message { z-index:0; } |
140 | |
141 | .node_userlist { |
142 | width: 666px; |
143 | text-align: center; |
144 | margin-bottom: 10px; |
145 | position: relative; |
146 | z-index:0; |
147 | } |
148 | |
149 | .node_userlist img { |
150 | width: 50px; |
151 | height: 50px; |
152 | border: 0; |
153 | margin: 0 3px 3px 0; |
154 | } |
155 | |
156 | |
157 | |
158 | /* form -------------------------------------------------------------- */ |
159 | |
160 | |
161 | input { |
162 | color: white; |
163 | background-color: transparent; |
164 | vertical-align: middle; |
165 | border: solid 1px #6DAE42; |
166 | height: 18px; |
167 | font: 8pt Tahoma,sans-serif; |
168 | } |
169 | |
170 | |
171 | input.small { |
172 | color: white; |
173 | background-color: transparent; |
174 | width: 50px; |
175 | vertical-align: middle; |
176 | border: solid 1px #6DAE42; |
177 | height: 18px; |
178 | font: 8pt Tahoma,sans-serif; |
179 | } |
180 | |
181 | select { |
182 | color: white; |
183 | background-color: black; |
184 | vertical-align: middle; |
185 | border: solid 1px #6DAE42; |
186 | height: 18px; |
187 | font: 8pt Tahoma,sans-serif; |
188 | } |
189 | |
190 | textarea { |
191 | width: 666px; |
192 | height: 123px; |
193 | background-color: transparent; |
194 | border-color: #6DAE42; |
195 | color: white; |
196 | } |
197 | |
198 | textarea.node_content { |
199 | width: 800px; |
200 | height: 666px; |
201 | background-color: transparent; |
202 | border-color: #6DAE42; |
203 | color: white; |
204 | } |
205 | |
206 | textarea.small { |
207 | width: 90%; |
208 | height: 42px; |
209 | border-color: #6DAE42; |
210 | background-color: transparent; |
211 | overflow: hidden; |
212 | font-color: white; |
213 | color: white; |
214 | } |
215 | |
216 | .controls { margin-top:3px; } |
217 | .controls input { margin-left: 2px; } |
218 | |
219 | #panel { |
220 | position: absolute; |
221 | top: 0px; |
222 | left: 0px; |
223 | display: none; |
224 | z-index: 23; |
225 | color: #FFF; |
226 | background: #000; |
227 | border: 1px solid #6DAE42; |
228 | padding: 2px; |
229 | margin: 0; |
230 | } |
231 | #panel .panel_btn { |
232 | border: 0; |
233 | color: #FFF; |
234 | background: transparent; |
235 | margin: 0; |
236 | padding: 1px 0 1px 0; |
237 | } |
238 | #panel .panel_btn:hover { |
239 | color: #F00; |
240 | } |
241 | #panel form { |
242 | padding: 0; |
243 | margin: 0; |
244 | } |