comparison sexy.css @ 16:839533015ed3 laserkard

[svn r17] made it look good.
author rlm
date Sat, 02 Jan 2010 01:42:50 -0500
parents 116b15d3d68c
children 1481aa25c3c7
comparison
equal deleted inserted replaced
15:5c7f16af1dd2 16:839533015ed3
8 text-align: center; 8 text-align: center;
9 font: bold 32px "arial", "sans-serif"; 9 font: bold 32px "arial", "sans-serif";
10 10
11 } 11 }
12 12
13 div.whole
14 {
15 width: 1200px ;
16 margin-left: auto ;
17 margin-right: auto ;
18
19
20
21 }
13 22
14 23
15 24
16 div#i_materials 25 div#i_materials
17 { 26 {
18 padding:15px; 27 display: none;
28 padding:5px;
19 border-style:solid; 29 border-style:solid;
20 border-color:#79797b; 30 border-color:#79797b;
21 border-width:1px; 31 border-width:1px;
22 32
23 position:absolute; 33 width:auto;
24 left:80px; 34 float:left;
25 top:80px; 35 margin:15px;
36 /*position:absolute;
37 left:15px;
38 top:80px;*/
26 background-color:#000000; 39 background-color:#000000;
27 40
28 } 41 }
29 42
30 div#i_templates 43 div#i_templates
38 padding:10px; 51 padding:10px;
39 border-style:solid; 52 border-style:solid;
40 border-color:#79797b; 53 border-color:#79797b;
41 border-width:1px; 54 border-width:1px;
42 55
56 float: left;
57 width: auto;
43 58
59 margin:15px;
60
61 /*
44 position:absolute; 62 position:absolute;
45 left:15px; 63 left:15px;
46 bottom:15px; 64 bottom:15px;
65 */
66
47 } 67 }
48 68
49 69
50 70
51 div#display 71 div#display
52 { 72 {
73
74 float:left;
75 margin:15px;
76 /*
53 position:absolute; 77 position:absolute;
54 left:500px; 78 left:200px;
55 top:80px; 79 top:80px;
80 */
56 background-color:#FEE2F9; 81 background-color:#FEE2F9;
57 } 82 }
58 83
59 84
60 input#template1,input#template2,input#template3,input#template4 85 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
61 { 86 {
62 padding:3px; 87 padding:3px;
63 #border-style:solid; 88 #border-style:solid;
64 #border-color:#79797b; 89 #border-color:#79797b;
65 border-width:1px; 90 border-width:1px;
66 } 91 }
67 92
68 93
69 div#i_inputbox 94 div#i_inputbox
70 { 95 {
71 padding:25px; 96 padding:10px;
72 border-style:solid; 97 border-style:solid;
73 border-color:#79797b; 98 border-color:#79797b;
74 border-width:1px; 99 border-width:1px;
75 100
76 font: bold 14px "helvetica","arial", "sans-serif"; 101 font: bold 14px "helvetica","arial", "sans-serif";
77 color: white; 102 color: white;
103
104 float:left;
105 width:280px;
106 margin:5px;
107
108 /*
78 position:absolute; 109 position:absolute;
79 left:1260px; 110 left:1260px;
80 top:80px; 111 top:80px;
112 */
113
81 background-color:#000000; 114 background-color:#000000;
82 } 115 }
83 116
84 117
85 div#pokedex 118 div#pokedex