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