renamed data directory
[mirrors/Kyberia-bloodline.git] / basic-data / templates / own_templates / 2070521.tpl
CommitLineData
51ff3226 1body {
2color : #6dae42;
3font-size: 8pt;
4font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
5text-decoration: none;
6margin: 0;
7padding-bottom: 74px;
8background-color: black;
9background-position: top center;
10background-repeat: no-repeat;
11scrollbar-shadow-color: #6dae42;
12scrollbar-highlight-color: #000;
13scrollbar-3dlight-color: #6dae42;
14scrollbar-base-color: black;
15scrollbar-darkshadow-color: #000;
16scrollbar-track-color: black;
17scrollbar-arrow-color: black;}
18
19/* fix menu: menu je potrebne vlozit do <div class="t1"> a podneho nasupovat div z "t2" */
20.t1 {
21position: fixed;
22margin: 0;
23text-align: center;
24background-color: #000;
25top: auto;
26width: 100%;
27height: 20px;
28right: 0;
29top: 0%;
30left: 0;
31z-index:2;
32}
33.t2 {height: 20px}
34
35#topic {
36 width:660px;
37 padding:6px;
38 display: table;
39}
40
41inframe {
42width: 90%;
43height:230px;
44}
45
46textarea.small {
47width : 90%;
48height : 42px;
49border-color: #6dae42;
50background-color: transparent;
51overflow: hidden;
52color: white;
53}
54
55a {
56color: white;
57font-size: 8pt;
58font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
59text-decoration: none;
60}
61
62a:hover {
63color: #ACA899;
64font-size: 8pt;
65font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
66text-decoration: none;
67}
68
69a.mail {
70color: red;
71font-size: 8pt;
72font-weight: bold;
73text-align: center;
74font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
75text-decoration: none;
76}
77
78a.mail:hover {
79color: white;
80font-size: 8pt;
81font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
82text-decoration: none;
83font-weight: bold;
84text-align: center;
85}
86
87a.mail:active {
88border-bottom: 5px solid #333;
89}
90
91
92a img {border-bottom: 1px solid transparent;}
93
94td {
95font-size: 8pt;
96font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
97wordwrap: break-word;
98}
99
100table[width="666"] {background: #111;}
101#topic {background: #111;}
102
103.bordered {
104border: solid 0px #6dae42;
105border-bottom: solid 1px #333333;
106background: #000;
107}
108
109.bordered2 {
110border-left: solid 1px #6dae42;
111border-right: solid 1px #6dae42;
112border-bottom: solid 1px #6dae42;
113}
114
115
116.important_y { color: red; display: block; font-size: 2em; margin: .67em 0 }
117.important_n { color: green; display: block; font-size: 2em; margin: .67em 0 }
118
119
120input {
121color: white;
122font-size: 8pt;
123font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
124background-color: black;
125vertical-align: middle;
126border: solid 1px #6dae42; height: 18px
127}
128
129input[type=submit] {
130color: #6dae42;
131background-color: #000;
132border: 1px solid;
133}
134
135input[value='add'] {
136 color: #6dae42;
137 background-color: black;
138 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px; width: 70px;
139}
140input[value='preview'] {
141 color: #6dae42; width: 70px;
142 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
143}
144
145
146
147table[width="666"] input[value='preview'] {
148 border:0;
149}
150input[value='delete_mail'] {
151 color: #6dae42;
152 background-color: #000; width: 70px;
153 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
154}
155input[value='send'] {
156 color: #6dae42;
157 background-color: #000; width: 70px;
158 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
159}
160
161input[value='filter_by'] {
162 color: #6dae42;
163 background-color: transparent; width: 70px;
164 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
165}
166
167.toolbar input[value='preview'], .toolbar input[value='filter_by'], .toolbar input[value='add']
168{ border:0; }
169
170table[width="666"] input[value='filter_by'] {
171 border:0;
172}
173input[value='set_parent'] {
174 color: #6dae42;
175 background-color: #000; width: 70px;
176 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 18px; font-size: 10px;
177}
178
179input[name='new_parent'] {
180 color: #fff;
181 background-color: #000;
182 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 18px;
183}
184
185
186input[type='text'][name='new_parent']:focus {
187 color: #6dae42;
188 border: 0; border-top: 1px solid #fff;
189}
190
191input[type=submit]:focus {
192background-color: #6dae42;
193color: #fff;
194}
195
196
197input.small {
198color: white;
199font-size: 8pt;
200font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
201background-color: transparent;
202width: 50px;
203vertical-align: middle;
204border: solid 1px #6dae42; height: 18px
205}
206
207
208.th_cnt .icon {margin-top:2px}
209
210.header {
211background: #222;
212border-bottom: solid 1px #6dae42;
213height: 100%;
214width: 100%;
215vertical-align: top;
216align: left;
217padding: 0pt; width: 100%;
218}
219
220.header input {
221 margin:0;
222 padding:0;
223 width: 8pt;
224 height: 8pt;
225 background: #444; /* len opera */
226 border: 1px solid #000; /* len opera */
227 color: #000;
228}
229
230.th_header {
231 background-color: #222;
232}
233
234#th_root {
235margin:0;
236padding:0;
237}
238
239#th_root > li {background:#111; margin-bottom:10px}
240
241
242a.vector {
243 color: #333;
244 background: #333;
245 text-decoration: none;
246 font-size: 3px;
247}
248
249a.vector:hover {
250 background: #fff;
251}
252
253.important {
254font-weight: bold;
255text-align: center;
256
257}
258
259table[width="666"] td[colspan='3'] a {
260 color: #333;
261 background: #333;
262 text-decoration: none;
263 font-size: 3px;
264}
265
266table[width="666"] td[colspan='3'] a:hover {
267 background: #fff;
268}
269
270.most_important {
271font-weight: bold;
272font-color: red;
273color: red;
274}
275
276.active_user_img {
277 width: 53px;
278 height: 53px;
279 margin: 0;
280 padding:0;
281 display:block;
282 float:left;
283}
284.active_user_img img {width: 50px; height:50px; border: 0;}
285
286.active_user_img img:hover {border: 0; width: 53px; height: 53px;}
287
288.active_users .active_user_name {
289text-align: center;
290}
291
292td[width="16%"] {
293 border: 0px solid pink;
294 }
295
296
297
298textarea {
299width : 666px;
300height: 123px;
301background-color: transparent;
302border: 1px solid #6dae42;
303color: white;
304font-family: monospace;
305font-size: 8pt
306}
307
308textarea:focus {border: 1px solid #fff; color: #6dae42;}
309input[type=text]:focus {border: 1px solid #fff; color: #6dae42;}
310
311textarea.node_content {
312width : 800px;
313height: 666px;
314background-color: transparent;
315border: 1px solid #6dae42;
316color: white;
317}
318
319textarea.node_content:focus {border: 1px solid #fff; color: #6dae42;}
320
321
322input[value='delete'] {border:1px solid; font-size: 8pt; height: 18px; position: fixed; width:59px; left: 10px; bottom: auto; bottom: 10px;}
323input[value='put'] { height: 18px; font-size: 8pt; border:1px solid; position: fixed; left: 70px; bottom: auto; bottom: 10px; width:40px}
324input[name='nodeshell_id'] {position: fixed; left: 111px; bottom: auto; bottom: 10px; background-color: black; width:55px}
325
326input[name='get_children_move'] {
327 background: black;
328 height: 10px;
329 padding: 0;
330 font-size: 10px;
331 position: fixed;
332 bottom: auto;
333 bottom: 35px;
334 border: 0;
335 }
336
337input[name='get_children_move']:focus {color: #fff;}
338
339
340
341input[value='<'] { left: 10px; border: 0; border-left: 2px solid; }
342input[value='<<'] { left: 30px; border: 0; border-left: 2px solid;}
343input[value='>>'] { left: 120px; border: 0; border-right: 2px solid; }
344input[value='>'] { left: 150px; border: 0; border-right: 2px solid; }
345input[value='K'] {position: fixed; bottom: auto; bottom: 55px; background: black; border: 0; border-left: 2px solid; left: 10px; height: 10px; padding: 0; font-size: 10px;}
346
347input[name='listing_amount'] {
348 border: 0px;
349 background: black;
350 height: 10px;
351 padding: 0;
352 font-size: 10px;
353 width: 20px;
354 position: fixed;
355 left: 80px;
356 bottom: auto;
357 bottom: 35px;
358 }
359input[name='listing_amount']:focus {border: 0; background: black;}
360
361select {
362 color: white;
363 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
364 border: 1px solid transparent;
365 background-color: black;
366 height: 15px;
367 padding: 0;
368 font-size: 10px;
369 vertical-align: middle;
370 }
371
372table[width="666"] select {
373 background-color: #111;
374}
375
376select[name='listing_order'] {
377 border: 1px solid transparent;
378 background-color: black;
379 height: 20px;
380 padding: 0;
381 font-size: 10px;
382 position: fixed; left: 74px; bottom: auto; bottom: 55px;
383 }
384select[name='listing_order']:focus {border: 1px solid transparent; }
385
386option {margin: 0px; background: black}
387
388#configure select[name='listing_order'] {
389 position:relative;
390 left:0;
391 bottom:0;
392}
393
394#configure input[name='listing_amount'] {
395 position:relative;
396 left:0;
397 bottom:0;
398}
399
400
401
402.message { z-index:0; }
403
404.node_userlist {
405 width:666px;
406 text-align:center;
407 margin-bottom:10px;
408 position:relative;
409 z-index:0;
410}
411
412.node_userlist img {
413 width: 50px;
414 height: 50px;
415 border: 0;
416 margin: 0 3px 3px 0;
417}
418
419/* add form */
420.toolbar, #own_toolbar, .add_put { background: #111; width: 666px; }
421
422.toolbar { margin: 0 0 2px 0; padding: 2px 0 1px 0; }
423#own_toolbar { margin-top: 2px; }
424.add_put { margin-top: 2px; }
425.add_k_cmnt { display:none; }
426
427
428/* panel */
429#panel {
430position: absolute;
431top: 0px;
432left: 0px;
433display: none;
434z-index: 23;
435color: #FFF;
436background: #000;
437border: 1px solid #6DAE42;
438padding: 2px;
439margin: 0;
440}
441#panel .panel_btn {
442border: 0;
443color: #FFF;
444background: transparent;
445margin: 0;
446padding: 1px 0 1px 0;
447}
448#panel .panel_btn:hover {
449color: #F00;
450}
451#panel form {
452padding: 0;
453margin: 0;
454}
455
456img[alt="NAJ.sk"], img[alt="Monitoring webu realizuje NAJ.sk"] {display:none}
457img[src~="http://www.ianus.sk/aspecial/smilies/"] {display:none}
This page took 0.530169 seconds and 4 git commands to generate.