Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / templates / own_templates / 2197287.tpl
1 body {
2 color : #6dae42;
3 font-size: 8pt;
4 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
5 text-decoration: none;
6 margin: 0;
7 padding-bottom: 74px;
8 background-color: black;
9 background-position: top center;
10 background-repeat: no-repeat;
11 scrollbar-shadow-color: #6dae42;
12 scrollbar-highlight-color: #000;
13 scrollbar-3dlight-color: #6dae42;
14 scrollbar-base-color: black;
15 scrollbar-darkshadow-color: #000;
16 scrollbar-track-color: black;
17 scrollbar-arrow-color: black;}
18
19 /* fix menu: menu je potrebne vlozit do <div class="t1"> a podneho nasupovat div z "t2" */
20 .t1 {
21 position: fixed;
22 margin: 0;
23 text-align: center;
24 background-color: #000;
25 top: auto;
26 width: 100%;
27 height: 20px;
28 right: 0;
29 top: 0%;
30 left: 0;
31 }
32 .t2 {height: 20px}
33
34 inframe {
35 width: 90%;
36 height:230px;
37 }
38
39 textarea.small {
40 width : 90%;
41 height : 42px;
42 border-color: #6dae42;
43 background-color: transparent;
44 overflow: hidden;
45 color: white;
46 }
47
48 a {
49 color: white;
50 font-size: 8pt;
51 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
52 text-decoration: none;
53 }
54
55 a:hover {
56 color: #ACA899;
57 font-size: 8pt;
58 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
59 text-decoration: none;
60 }
61
62 a.mail {
63 color: red;
64 font-size: 8pt;
65 font-weight: bold;
66 text-align: center;
67 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
68 text-decoration: none;
69 }
70
71 a.mail:hover {
72 color: white;
73 font-size: 8pt;
74 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
75 text-decoration: none;
76 font-weight: bold;
77 text-align: center;
78 }
79
80 a.mail:active {
81 border-bottom: 5px solid #333;
82 }
83
84 .active_user_img a {border-bottom: 1px solid transparent;}
85 .active_user_img a:hover {border-bottom: 1px solid red;}
86
87 a img {border-bottom: 1px solid transparent;}
88 img > a:hover {border-bottom: 0px solid red;}
89
90 td {
91 font-size: 8pt;
92 font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
93 wordwrap: break-word;
94 }
95
96 table[width="666"] {background: #111;}
97
98 .bordered {
99 border: solid 0px #6dae42;
100 border-bottom: solid 1px #333333;
101 background: #000;
102 }
103
104 .bordered2 {
105 border-left: solid 1px #6dae42;
106 border-right: solid 1px #6dae42;
107 border-bottom: solid 1px #6dae42;
108 }
109
110
111
112 input {
113 color: white;
114 font-size: 8pt;
115 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
116 background-color: transparent;
117 vertical-align: middle;
118 border: solid 1px #6dae42; height: 18px
119 }
120
121 input[type=submit], input[type=button] {
122 color: #6dae42;
123 background-color: #000;
124 border: 1px solid;
125 }
126
127 input[value='add'] {
128 color: #6dae42;
129 background-color: transparent;
130 border: 0; margin:0; padding: 0; height: 15px; font-size: 10px; width: 70px;
131 }
132 input[value='preview'] {
133 color: #6dae42;
134 background-color: transparent; width: 70px;
135 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
136 }
137 table[width="666"] input[value='preview'] {
138 border:0;
139 }
140 input[value='delete_mail'] {
141 color: #6dae42;
142 background-color: #000; width: 70px;
143 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
144 }
145 input[value='send'] {
146 color: #6dae42;
147 background-color: #000; width: 70px;
148 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
149 }
150
151 input[value='filter_by'] {
152 color: #6dae42;
153 background-color: transparent; width: 70px;
154 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 15px; font-size: 10px;
155 }
156 table[width="666"] input[value='filter_by'] {
157 border:0;
158 }
159 input[value='set_parent'] {
160 color: #6dae42;
161 background-color: #000; width: 70px;
162 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 18px; font-size: 10px;
163 }
164
165 input[name='new_parent'] {
166 color: #fff;
167 background-color: #000;
168 border: 0; border-top: 1px solid #6dae42; margin:0; padding: 0; height: 18px;
169 }
170
171
172 input[type='text'][name='new_parent']:focus {
173 color: #6dae42;
174 border: 0; border-top: 1px solid #fff;
175 }
176
177 input[type=submit]:focus, input[type=button]:focus {
178 background-color: #6dae42;
179 color: #fff;
180 }
181
182
183 input.small {
184 color: white;
185 font-size: 8pt;
186 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
187 background-color: transparent;
188 width: 50px;
189 vertical-align: middle;
190 border: solid 1px #6dae42; height: 18px
191 }
192
193
194
195 .header {
196 background: #222;
197 border-bottom: solid 1px #6dae42;
198 height: 100%;
199 width: 100%;
200 vertical-align: top;
201 align: left;
202 padding: 0pt; width: 100%;
203 }
204
205 .important {
206 font-weight: bold;
207 text-align: center;
208
209 }
210
211 .most_important {
212 font-weight: bold;
213 font-color: red;
214 color: red;
215 }
216
217 .active_users .active_user_img {
218 width: 50px;
219 float: left;
220 }
221
222 .active_users .active_user_name {
223 text-align: center;
224 }
225
226 td[width="16%"] {
227 border: 0px solid pink;
228 }
229
230
231
232 textarea {
233 width : 666px;
234 height: 123px;
235 background-color: transparent;
236 border: 1px solid #6dae42;
237 color: white;
238 font-family: monospace;
239 font-size: 8pt
240 }
241
242 textarea:focus {border: 1px solid #fff; color: #6dae42;}
243 input[type=text]:focus {border: 1px solid #fff; color: #6dae42;}
244
245 textarea.node_content {
246 width : 800px;
247 height: 666px;
248 background-color: transparent;
249 border: 1px solid #6dae42;
250 color: white;
251 }
252
253 textarea.node_content:focus {border: 1px solid #fff; color: #6dae42;}
254
255
256 input[value='delete'] {border:1px solid; font-size: 8pt; height: 18px; position: fixed; width:59px; left: 10px; bottom: auto; bottom: 10px;}
257 input[value='put'] { height: 18px; font-size: 8pt; border:1px solid; position: fixed; left: 70px; bottom: auto; bottom: 10px;}
258 input[name='nodeshell_id'] {position: fixed; left: 10px; bottom: auto; bottom: 10px; background-color: black;}
259
260 input[name='get_children_move'] {
261 background: black;
262 height: 10px;
263 padding: 0;
264 font-size: 10px;
265 position: fixed;
266 bottom: auto;
267 bottom: 35px;
268 border: 0;
269 }
270
271 input[name='get_children_move']:focus {color: #fff;}
272
273
274
275 input[value='<'] { left: 10px; border: 0; border-left: 2px solid; }
276 input[value='<<'] { left: 30px; border: 0; border-left: 2px solid;}
277 input[value='>>'] { left: 120px; border: 0; border-right: 2px solid; }
278 input[value='>'] { left: 150px; border: 0; border-right: 2px solid; }
279 input[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;}
280
281 input[name='listing_amount'] {
282 border: 0px;
283 background: black;
284 height: 10px;
285 padding: 0;
286 font-size: 10px;
287 width: 20px;
288 position: fixed;
289 left: 80px;
290 bottom: auto;
291 bottom: 35px;
292 }
293 input[name='listing_amount']:focus {border: 0; background: black;}
294
295 select {
296 color: white;
297 font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
298 border: 1px solid transparent;
299 background-color: black;
300 height: 15px;
301 padding: 0;
302 font-size: 10px;
303 vertical-align: middle;
304 }
305
306 table[width="666"] select {
307 background-color: #111;
308 }
309
310 select[name='listing_order'] {
311 border: 1px solid transparent;
312 background-color: black;
313 height: 20px;
314 padding: 0;
315 font-size: 10px;
316 position: fixed; left: 74px; bottom: auto; bottom: 55px;
317 }
318 select[name='listing_order']:focus {border: 1px solid transparent; }
319
320 option {margin: 0px; background: black}
321
322
323 table[width="666"] td[colspan='3'] a {
324 color: #333;
325 background: #333;
326 text-decoration: none;
327 font-size: 3px;
328 }
329
330 table[width="666"] td[colspan='3'] a:hover {
331 background: #fff;
332 }
This page took 0.388897 seconds and 4 git commands to generate.