comparison sexy.css @ 19:cf8ca6cde192 laserkard

[svn r20]
author rlm
date Sun, 03 Jan 2010 00:46:36 -0500
parents 2f537455ebf7
children 896afe03bc67
comparison
equal deleted inserted replaced
18:2f537455ebf7 19:cf8ca6cde192
1 1
2 2
3 h1
4 {
5 font-size:;
6 color: white;
7 background-color:#000000;
8 text-align: center;
9 font: bold 32px "arial", "sans-serif";
10
11 }
12
13 div.whole
14 {
15 width: 1200px ;
16 margin-left: auto ;
17 margin-right: auto ;
18 margin-top:25px;
19 margin-bottom:15px;
20
21 }
3 22
4 23
5 div#templates 24
25 div#i_materials
6 { 26 {
7 float: left; 27 display: none;
8 width: 34%; 28 padding:5px;
9 margin-left: 33%; 29 border-style:solid;
10 display: inline; 30 border-color:#79797b;
31 border-width:1px;
11 32
33 width:auto;
34 float:left;
35 margin:15px;
36 /*position:absolute;
37 left:15px;
38 top:80px;*/
39 background-color:#000000;
12 40
41 }
13 42
14 43 div#i_templates
44 {
45 font-size:;
15 color: white; 46 color: white;
16 background-color:#000000; 47 background-color:#000000;
17 text-align: left; 48 text-align: left;
18 font: bold 32px "arial", "sans-serif"; 49 font: bold 32px "arial", "sans-serif";
19 50
20 padding:10px; 51 padding:10px;
21 border-style:solid; 52 border-style:solid;
22 border-color:#79797b; 53 border-color:#79797b;
23 border-width:1px; 54 border-width:1px;
24 55
56 float: left;
57 width: auto;
58
59
60
61 /*
62 position:absolute;
63 left:15px;
64 bottom:15px;
65 */
66
25 } 67 }
26 68
27 69
28 70
29 div#display 71 div#display
30 { 72 {
31 float: left;
32 width: 33%;
33 margin-left: -67%;
34 display: inline;
35 73
36 74 float:left;
75 margin-top:-5px;
76 margin-left:10px;
77 margin-right:10px;
78 /*
79 position:absolute;
80 left:200px;
81 top:80px;
82 */
37 background-color:#FEE2F9; 83 background-color:#FEE2F9;
38 } 84 }
39
40
41
42
43 div#inputbox
44 {
45 float: left;
46 width: 33%;
47 display: inline;
48
49
50 font: bold 14px "helvetica","arial", "sans-serif";
51 color: white;
52 background-color:#000000;
53 }
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73 div#i_inputbox
74 {
75 padding:7px;
76 border-style:solid;
77 border-color:#79797b;
78 border-width:1px;
79 }
80
81 85
82 86
83 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr 87 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
84 { 88 {
85 padding:3px; 89 padding:3px;
87 #border-color:#79797b; 91 #border-color:#79797b;
88 border-width:1px; 92 border-width:1px;
89 } 93 }
90 94
91 95
96 div#i_inputbox
97 {
98 padding:10px;
99 border-style:solid;
100 border-color:#79797b;
101 border-width:1px;
92 102
93 div#materials 103 font: bold 14px "helvetica","arial", "sans-serif";
94 { 104 color: white;
95 display: none; 105
96 } 106 float:left;
107 width:280px;
108
109
110 /*
111 position:absolute;
112 left:1260px;
113 top:80px;
114 */
115
116 background-color:#000000;
117 }
118
97 119
98 div#pokedex 120 div#pokedex
99 { 121 {
100 position:absolute; 122 position:absolute;
101 right:25px; 123 right:25px;
102 bottom:20px; 124 bottom:20px;
103 background-color:#B3DF15; 125 background-color:#B3DF15;
104 } 126 }
105 127
106 128
129
130
131