Mercurial > laserkard
comparison sexy.css @ 29:7742910e0479 laserkard
[svn r30] implemented drawing text on the picture dynamically. still need to center stuff
author | rlm |
---|---|
date | Sat, 16 Jan 2010 12:25:43 -0500 |
parents | 5b5c03a850b9 |
children | 0deeb2d5d1db |
comparison
equal
deleted
inserted
replaced
28:5b5c03a850b9 | 29:7742910e0479 |
---|---|
169 | 169 |
170 | 170 |
171 } | 171 } |
172 | 172 |
173 | 173 |
174 | |
175 div#display | |
176 { | |
177 | |
178 | |
179 | |
180 | |
181 /* | |
182 position:absolute; | |
183 left:200px; | |
184 top:80px; | |
185 */ | |
186 | |
187 | |
188 | |
189 background-color:#000000; | |
190 } | |
191 | |
192 | |
193 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr | |
194 { | |
195 padding:3px; | |
196 /*#border-style:solid; | |
197 #border-color:#79797b;*/ | |
198 border-width:1px; | |
199 } | |
200 | |
201 | |
202 div#i_inputbox | |
203 { | |
204 | |
205 padding-left:10px; | |
206 padding-top:10px; | |
207 padding-right:0px; | |
208 border-style:solid; | |
209 border-color:#ffffff; | |
210 border-width:1px; | |
211 padding-bottom:10px; | |
212 | |
213 font: bold 14px "helvetica","arial", "sans-serif"; | |
214 color: white; | |
215 | |
216 float:left; | |
217 width:240px; | |
218 clear:right; | |
219 | |
220 /* | |
221 position:absolute; | |
222 left:1260px; | |
223 top:80px; | |
224 */ | |
225 | |
226 background-color:#000000; | |
227 } | |
228 | |
229 | |
230 div#centerbox | 174 div#centerbox |
231 { | 175 { |
232 float:left; | 176 float:left; |
233 margin-top:-10px; | 177 margin-top:-10px; |
234 margin-left:10px; | 178 margin-left:10px; |
235 margin-right:10px; | 179 margin-right:10px; |
236 width:515px; | 180 width:515px; |
237 padding:5px; | 181 padding:5px; |
238 | 182 background-color:#000; |
239 /* | 183 /* |
240 border-style:solid; | 184 border-style:solid; |
241 border-color:#79797b; | 185 border-color:#79797b; |
242 border-width:1px; | 186 border-width:1px; |
243 margin:10px; | 187 margin:10px; |
244 */ | 188 */ |
245 } | 189 } |
190 | |
191 | |
192 div#disp_contain | |
193 {position: relative;z-index:10;} | |
194 | |
195 div#display | |
196 { | |
197 position: absolute; | |
198 top:60px; | |
199 left:0px | |
200 background-color:#00ff00; | |
201 z-index: 5; | |
202 } | |
203 | |
204 | |
205 | |
206 | |
207 | |
208 | |
209 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr | |
210 { | |
211 padding:3px; | |
212 /*#border-style:solid; | |
213 #border-color:#79797b;*/ | |
214 border-width:1px; | |
215 } | |
216 | |
217 | |
218 div#i_inputbox | |
219 { | |
220 | |
221 padding-left:10px; | |
222 padding-top:10px; | |
223 padding-right:0px; | |
224 border-style:solid; | |
225 border-color:#ffffff; | |
226 border-width:1px; | |
227 padding-bottom:10px; | |
228 | |
229 font: bold 14px "helvetica","arial", "sans-serif"; | |
230 color: white; | |
231 | |
232 float:left; | |
233 width:240px; | |
234 clear:right; | |
235 | |
236 /* | |
237 position:absolute; | |
238 left:1260px; | |
239 top:80px; | |
240 */ | |
241 | |
242 background-color:#000000; | |
243 } | |
244 | |
245 | |
246 | 246 |
247 | 247 |
248 | 248 |
249 div#pokedex | 249 div#pokedex |
250 { | 250 { |