51ff3226 |
1 | body { |
2 | color: black; |
3 | text-decoration: none; |
4 | margin: 0; |
5 | background-color: white; |
6 | font: 8pt Tahoma,sans-serif; |
7 | } |
8 | |
9 | inframe { |
10 | width: 90%; |
11 | height: 230px; |
12 | } |
13 | |
14 | td { |
15 | wordwrap: break-word; |
16 | font: 8pt Tahoma,sans-serif; |
17 | } |
18 | |
19 | |
20 | /* header [momentalne vypnute fixnutie] */ |
21 | .t1 { |
22 | position: relative; |
23 | margin: 0; |
24 | text-align: center; |
25 | background-color: white; |
26 | top: 0%; |
27 | width: 100%; |
28 | height: 20px; |
29 | right: 0; |
30 | left: 0; |
31 | } |
32 | |
33 | .t2 { |
34 | height: 20px; |
35 | } |
36 | |
37 | /* obsah nody */ |
38 | |
39 | #topic { |
40 | width: 662px; |
41 | padding: 2px; |
42 | display: table; |
43 | } |
44 | |
45 | |
46 | a { |
47 | color: black; |
48 | text-decoration: none; |
49 | font: 8pt Tahoma,sans-serif; |
50 | } |
51 | |
52 | a:hover { |
53 | color: red; |
54 | text-decoration: none; |
55 | font: 8pt Tahoma,sans-serif; |
56 | } |
57 | |
58 | a.mail { |
59 | color: red; |
60 | font-weight: bold; |
61 | text-align: center; |
62 | text-decoration: none; |
63 | font: 8pt Tahoma,sans-serif; |
64 | } |
65 | |
66 | a.mail:hover { |
67 | color: black; |
68 | text-decoration: none; |
69 | font-weight: bold; |
70 | text-align: center; |
71 | font: 8pt Tahoma,sans-serif; |
72 | } |
73 | |
74 | |
75 | .bordered { |
76 | border: 2px solid #6DAE42; |
77 | } |
78 | |
79 | .bordered2 { |
80 | border-left: solid 1pt #6DAE42; |
81 | border-right: solid 1pt #6DAE42; |
82 | border-bottom: solid 1pt #6DAE42; |
83 | } |
84 | |
85 | |
86 | |
87 | .header { |
88 | background-color: #333; |
89 | border-bottom: solid 1px #6DAE42; |
90 | height: 100%; |
91 | width: 100%; |
92 | vertical-align: top; |
93 | align: left; |
94 | padding: 0pt; |
95 | } |
96 | |
97 | .header input { |
98 | margin:0; |
99 | padding:0; |
100 | width: 8pt; |
101 | height: 8pt; |
102 | background: #444; /* len opera */ |
103 | border: 1px solid #000; /* len opera */ |
104 | color: #000; |
105 | opacity: 0.8; |
106 | } |
107 | |
108 | .important { |
109 | font-weight: bold; |
110 | text-align: center; |
111 | } |
112 | |
113 | .most_important { |
114 | font-weight: bold; |
115 | color: red; |
116 | size:70%; |
117 | } |
118 | |
119 | .important_y { color: red; display: block; font-size: 2em; margin: .67em 0 } |
120 | .important_n { color: green; display: block; font-size: 2em; margin: .67em 0 } |
121 | |
122 | /* userlisty a podobny sajrajt ----------------------------------------- */ |
123 | |
124 | .active_user_img { |
125 | float: left; |
126 | width: 50px; |
127 | margin: 0 3px 3px 0; |
128 | _margin-bottom:0; |
129 | } |
130 | |
131 | .active_user_img img { margin:0; padding:0; width: 50px; height:50px; border:0; } |
132 | |
133 | .active_users .active_user_name { |
134 | text-align: center; |
135 | } |
136 | |
137 | .node_userlist { |
138 | width: 666px; |
139 | text-align: center; |
140 | margin-bottom: 10px; |
141 | position: relative; |
142 | } |
143 | |
144 | .node_userlist img { |
145 | width: 50px; |
146 | height: 50px; |
147 | border: 0; |
148 | margin: 0 3px 3px 0; |
149 | } |
150 | |
151 | /* thread -------------------------------------------------------------- */ |
152 | |
153 | #th_root { |
154 | margin:0; |
155 | padding:0; |
156 | } |
157 | |
158 | #th_root li { |
159 | list-style-type:none; |
160 | border-left: 1px dotted #444; |
161 | padding-left:2pt; |
162 | margin-top: 5pt; |
163 | } |
164 | |
165 | #th_root > li { |
166 | border-bottom: 1px dotted #333; |
167 | } |
168 | |
169 | .th_cnt { |
170 | margin:0; |
171 | padding:0; |
172 | border-bottom: 1px dotted #444; |
173 | } |
174 | |
175 | |
176 | a.vector { |
177 | font-size: 6pt; |
178 | } |
179 | |
180 | a.vector:hover { |
181 | font-size: 6pt; |
182 | } |
183 | |
184 | .th_cnt .bordered { |
185 | margin:0; |
186 | padding: 2px; |
187 | border: 2px solid #6dae42; |
188 | background: #000; |
189 | } |
190 | |
191 | |
192 | |
193 | .th_header { |
194 | margin:0; |
195 | padding:0.2em; |
196 | background: #333; |
197 | } |
198 | |
199 | .th_header input { |
200 | margin:0; |
201 | padding:0; |
202 | width: 8pt; |
203 | height: 8pt; |
204 | background: #444; /* len opera */ |
205 | border: 1px solid #000; /* len opera */ |
206 | color: #000; |
207 | opacity: 0.8; |
208 | } |
209 | |
210 | .th_header input:hover { |
211 | background: #000; |
212 | color: #6dae42; |
213 | border: 1px solid; |
214 | opacity: 1; |
215 | } |
216 | |
217 | .th_header div { |
218 | margin:0; |
219 | } |
220 | |
221 | .th_content { |
222 | margin:0; |
223 | padding:0; |
224 | } |
225 | |
226 | .th_content img { |
227 | max-width: 560px; /* loliik[= */ |
228 | } |
229 | |
230 | /* form ---------------------------------------------------------------- */ |
231 | input { |
232 | color: white; |
233 | background-color: black; |
234 | vertical-align: middle; |
235 | border: solid 1px #6DAE42; |
236 | height: 18px; |
237 | font: 8pt Tahoma,sans-serif; |
238 | } |
239 | |
240 | |
241 | input.small { |
242 | color: white; |
243 | background-color: transparent; |
244 | width: 50px; |
245 | vertical-align: middle; |
246 | border: solid 1px #6DAE42; |
247 | height: 18px; |
248 | font: 8pt Tahoma,sans-serif; |
249 | } |
250 | |
251 | select { |
252 | color: white; |
253 | background-color: black; |
254 | vertical-align: middle; |
255 | border: solid 1px #6DAE42; |
256 | height: 18px; |
257 | font: 8pt Tahoma,sans-serif; |
258 | } |
259 | |
260 | textarea { |
261 | width: 666px; |
262 | height: 123px; |
263 | background-color: transparent; |
264 | border: 1px solid black; |
265 | color: white; |
266 | } |
267 | |
268 | textarea.node_content { |
269 | width: 800px; |
270 | height: 666px; |
271 | background-color: transparent; |
272 | color: black; |
273 | } |
274 | |
275 | textarea.small { |
276 | width: 90%; |
277 | height: 42px; |
278 | background-color: transparent; |
279 | overflow: hidden; |
280 | font-color: black; |
281 | color: black; |
282 | } |
283 | |
284 | .controls { margin-top:3px; } |
285 | .controls input { margin-right: 2px; } |
286 | |
287 | .toolbar { margin: 2px 0;} |
288 | .toolbar input { margin-right: 2px; } |
289 | |
290 | .add_put { margin-top: 3px; } |
291 | |
292 | |
293 | /* mejl ---------------------------------------------------------------- */ |
294 | |
295 | #mail_form { margin-bottom:10px } |
296 | #mail_form .controls { margin-top:2px; } |
297 | .message .header { padding:0.2em } |
298 | |
299 | |
300 | /* friend hilight [zatim len v blogs] ---------------------------------- */ |
301 | .hilight { |
302 | background-color: #222; |
303 | } |
304 | .hilight .header { |
305 | background-color: #555; |
306 | } |
307 | |
308 | |
309 | /* user panel ---------------------------------------------------------- */ |
310 | #panel { |
311 | position: absolute; |
312 | top: 0px; |
313 | left: 0px; |
314 | display: none; |
315 | z-index: 23; |
316 | color: #FFF; |
317 | background: #000; |
318 | border: 1px solid #6DAE42; |
319 | padding: 2px; |
320 | margin: 0; |
321 | } |
322 | #panel .panel_btn { |
323 | border: 0; |
324 | color: #FFF; |
325 | background: transparent; |
326 | margin: 0; |
327 | padding: 1px 0 1px 0; |
328 | } |
329 | #panel .panel_btn:hover { |
330 | color: #F00; |
331 | } |
332 | #panel form { |
333 | padding: 0; |
334 | margin: 0; |
335 | } |