51ff3226 |
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 | background-color: #000; |
8 | background-position: top center; |
9 | background-repeat: no-repeat; |
10 | scrollbar-shadow-color: #6DAE42; |
11 | scrollbar-highlight-color: #000; |
12 | scrollbar-3dlight-color: #6DAE42; |
13 | scrollbar-base-color: #000; |
14 | scrollbar-darkshadow-color: #000; |
15 | scrollbar-track-color: #000; |
16 | scrollbar-arrow-color: #000; |
17 | } |
18 | |
19 | /* fix menu: menu je potrebne vlozit do <div class="t1"> a podneho nasupovat div z "t2" */ |
20 | .t1 { |
21 | color: #6DAE42; |
22 | position: fixed; |
23 | margin: 0; |
24 | text-align: center; |
25 | font-size: 8pt; |
26 | font-weight: normal; |
27 | background-color: #000; |
28 | border-bottom: 1px dashed #6DAE42; |
29 | top: auto; |
30 | width: 100%; |
31 | height: 20px; |
32 | right: 0; |
33 | top: 0%; |
34 | left: 0; |
35 | z-index: 666; |
36 | } |
37 | |
38 | .t2 {height: 20px} |
39 | |
40 | inframe { |
41 | width: 90%; |
42 | height:230px; |
43 | } |
44 | |
45 | textarea.small { |
46 | width : 90%; |
47 | height : 42px; |
48 | border-color: #6DAE42; |
49 | background-color: transparent; |
50 | overflow: hidden; |
51 | font-color: #FFF; |
52 | color: #FFF; |
53 | } |
54 | |
55 | img { |
56 | background: #000; |
57 | border: 0; |
58 | } |
59 | |
60 | img:hover { |
61 | background: #111; |
62 | } |
63 | |
64 | a { |
65 | color: #FFF; |
66 | font-size: 8pt; |
67 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
68 | text-decoration: none; |
69 | } |
70 | |
71 | a:hover { |
72 | color: #F00; |
73 | font-size: 8pt; |
74 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
75 | text-decoration: none; |
76 | } |
77 | |
78 | a.mail { |
79 | color: #F00; |
80 | font-size: 8pt; |
81 | font-weight: bold; |
82 | text-align: center; |
83 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
84 | text-decoration: none; |
85 | } |
86 | |
87 | a.mail:hover { |
88 | color: #FFF; |
89 | font-size: 8pt; |
90 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
91 | text-decoration: none; |
92 | font-weight: bold; |
93 | text-align: center; |
94 | } |
95 | |
96 | a.mail:active { |
97 | border-bottom: 5px solid #333; |
98 | } |
99 | |
100 | |
101 | td { |
102 | font-size: 8pt; |
103 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
104 | wordwrap: break-word; |
105 | } |
106 | |
107 | table[width="666"] {background: #000;} |
108 | |
109 | .bordered { |
110 | border: dashed 1px #6DAE42; |
111 | border-bottom: 1px dashed #6DAE42; |
112 | border-left: 1px dashed #6DAE42; |
113 | background-color: #000; |
114 | } |
115 | |
116 | .bordered2 { |
117 | border: dashed 1px #6DAE42; |
118 | border-bottom: 1px; |
119 | border-left: 1px; |
120 | } |
121 | |
122 | input { |
123 | color: #FFFFFF; |
124 | font-size: 8pt; |
125 | font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; |
126 | background-color: transparent; |
127 | vertical-align: middle; |
128 | border: solid 1px #6DAE42; |
129 | height: 15px |
130 | } |
131 | |
132 | input[type='submit'] {color: #FFF; background-color: #000; border: 1px solid #6DAE42;} |
133 | input[type='submit']:focus {color: #000; background-color: #6DAE42; border: 1px solid #6DAE42;} |
134 | |
135 | input[type='text'] {border: 1px solid #6DAE42; color: #FFF;} |
136 | input[type='text']:focus {border: 1px dashed #FFF; color: #FFF;} |
137 | |
138 | input[value='K'] {position: fixed; right: 175px; bottom: auto; bottom: 25px; width: 20px; z-index: 666;} |
139 | input[value='delete'] {position: fixed; right: 110px; bottom: auto; bottom: 25px; width: 60px; z-index: 666;} |
140 | input[value='put'] {position: fixed; right: 65px; bottom: auto; bottom: 25px; width: 40px; z-index: 666;} |
141 | input[name='nodeshell_id'] {position: fixed; right: 10px; bottom: auto; bottom: 25px; background-color: #000; width: 50px; z-index: 666;} |
142 | |
143 | input[name='bookmark_category_id'] {position: fixed; right: 165px; bottom: auto; bottom: 25px; width: 100px; z-index: 666;} |
144 | input[value='set_bookmark_category'] {position: fixed; right: 10px; bottom: auto; bottom: 25px; width: 150px; z-index: 666;} |
145 | |
146 | input[value='<'] {position: fixed; right: 175px; bottom: auto; bottom: 45px; width: 20px; z-index: 666;} |
147 | input[value='<<'] {position: fixed; right: 140px; bottom: auto; bottom: 45px; width: 30px; z-index: 666;} |
148 | input[name='listing_amount'] {position: fixed; right: 77.5px; bottom: auto; bottom: 45px; width: 50px; text-align: center; z-index: 666;} |
149 | input[value='>>'] {position: fixed; right: 35px; bottom: auto; bottom: 45px; width: 30px; z-index: 666;} |
150 | input[value='>'] {position: fixed; right: 10px; bottom: auto; bottom: 45px; width: 20px; z-index: 666;} |
151 | |
152 | input[value='delete_mail'] {position: fixed; right: 10px; bottom: auto; bottom: 25px; width: 100px; z-index: 666;} |
153 | |
154 | input.small { |
155 | color: #FFF; |
156 | font-size: 8pt; |
157 | font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; |
158 | background-color: transparent; |
159 | width: 50px; |
160 | vertical-align: middle; |
161 | border: solid 1px #6DAE42; |
162 | height: 15px; |
163 | } |
164 | |
165 | select { |
166 | color: #FFF; |
167 | font-size: 8pt; |
168 | font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; |
169 | background-color: #000; |
170 | vertical-align: middle; |
171 | border: solid 1px #6DAE42; |
172 | height: 15px; |
173 | } |
174 | |
175 | .header { |
176 | background-color: #222; |
177 | border-bottom: solid 1px #6DAE42; |
178 | height: 100%; |
179 | width: 100%; |
180 | vertical-align: top; |
181 | align: left; |
182 | padding: 0pt; |
183 | width: 100%; |
184 | } |
185 | |
186 | .important { |
187 | font-weight: bold; |
188 | text-align: center; |
189 | } |
190 | |
191 | .most_important { |
192 | font-weight: bold; |
193 | font-color: #F00; |
194 | color: #F00; |
195 | } |
196 | |
197 | .active_users .active_user_img { |
198 | width: 50px; |
199 | float: left; |
200 | } |
201 | |
202 | .active_user_img img { |
203 | border: 0; width: 50px; height: 50px; |
204 | } |
205 | |
206 | .active_users .active_user_name { |
207 | text-align: center; |
208 | } |
209 | |
210 | textarea { |
211 | width : 666px; |
212 | height: 123px; |
213 | background-color: transparent; |
214 | border: 1px dashed #6DAE42; |
215 | color: #999; |
216 | font-size: 8pt; |
217 | font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica; |
218 | } |
219 | textarea:focus {border: 1px dashed #FFF; color: #FFF;} |
220 | |
221 | textarea.node_content { |
222 | width : 800px; |
223 | height: 666px; |
224 | background-color: transparent; |
225 | border: 1px dashed #6DAE42; |
226 | color: #999; |
227 | } |
228 | textarea.node_content:focus {border: 1px dashed #FFF; color: #FFF;} |
229 | |
230 | /* ----- FRIEND HILIGHT ----- */ |
231 | .hilight { |
232 | background-color: #222; |
233 | } |
234 | .hilight .header { |
235 | background-color: #555; |
236 | } |
237 | |
238 | /* ----- PANEL ----- */ |
239 | #panel { |
240 | position: absolute; |
241 | top: 0px; |
242 | left: 0px; |
243 | display: none; |
244 | z-index: 23; |
245 | color: #FFF; |
246 | background: #000; |
247 | border: 1px solid #6DAE42; |
248 | padding: 2px; |
249 | margin: 0; |
250 | } |
251 | #panel .panel_btn { |
252 | border: 0; |
253 | color: #FFF; |
254 | background: transparent; |
255 | margin: 0; |
256 | padding: 1px 0 1px 0; |
257 | } |
258 | #panel .panel_btn:hover { |
259 | color: #F00; |
260 | } |
261 | #panel form { |
262 | padding: 0; |
263 | margin: 0; |
264 | } |