Mercurial > laserkard
comparison sexy.css @ 5:116b15d3d68c laserkard
[svn r6]
author | rlm |
---|---|
date | Fri, 01 Jan 2010 17:44:10 -0500 |
parents | e2e7c63a0a08 |
children | 839533015ed3 |
comparison
equal
deleted
inserted
replaced
4:c96cb4e773e5 | 5:116b15d3d68c |
---|---|
11 } | 11 } |
12 | 12 |
13 | 13 |
14 | 14 |
15 | 15 |
16 div#materials | 16 div#i_materials |
17 { | 17 { |
18 padding:25px; | 18 padding:15px; |
19 border-style:solid; | 19 border-style:solid; |
20 border-color:#79797b; | 20 border-color:#79797b; |
21 border-width:1px; | 21 border-width:1px; |
22 | 22 |
23 position:absolute; | 23 position:absolute; |
25 top:80px; | 25 top:80px; |
26 background-color:#000000; | 26 background-color:#000000; |
27 | 27 |
28 } | 28 } |
29 | 29 |
30 div#templates | 30 div#i_templates |
31 { | 31 { |
32 font-size:; | 32 font-size:; |
33 color: white; | 33 color: white; |
34 background-color:#000000; | 34 background-color:#000000; |
35 text-align: left; | 35 text-align: left; |
36 font: bold 32px "arial", "sans-serif"; | 36 font: bold 32px "arial", "sans-serif"; |
37 | 37 |
38 padding:25px; | 38 padding:10px; |
39 border-style:solid; | 39 border-style:solid; |
40 border-color:#79797b; | 40 border-color:#79797b; |
41 border-width:1px; | 41 border-width:1px; |
42 | 42 |
43 | 43 |
44 position:absolute; | 44 position:absolute; |
45 left:15px; | 45 left:15px; |
46 top:460px; | 46 bottom:15px; |
47 } | 47 } |
48 | 48 |
49 | 49 |
50 | 50 |
51 div#display | 51 div#display |
55 top:80px; | 55 top:80px; |
56 background-color:#FEE2F9; | 56 background-color:#FEE2F9; |
57 } | 57 } |
58 | 58 |
59 | 59 |
60 input#template1,input#template2,input#template3,input#template4 | |
61 { | |
62 padding:3px; | |
63 #border-style:solid; | |
64 #border-color:#79797b; | |
65 border-width:1px; | |
66 } | |
60 | 67 |
61 | 68 |
62 div#inputbox | 69 div#i_inputbox |
63 { | 70 { |
71 padding:25px; | |
72 border-style:solid; | |
73 border-color:#79797b; | |
74 border-width:1px; | |
75 | |
76 font: bold 14px "helvetica","arial", "sans-serif"; | |
77 color: white; | |
64 position:absolute; | 78 position:absolute; |
65 left:1260px; | 79 left:1260px; |
66 top:80px; | 80 top:80px; |
67 background-color:#B3DFFF; | 81 background-color:#000000; |
68 } | 82 } |
69 | 83 |
70 | 84 |
71 div#pokedex | 85 div#pokedex |
72 { | 86 { |
73 position:absolute; | 87 position:absolute; |
74 left:25px; | 88 right:25px; |
75 top:700px; | 89 bottom:20px; |
76 background-color:#B3DF15; | 90 background-color:#B3DF15; |
77 } | 91 } |
78 | 92 |
79 | 93 |
80 | 94 |