view sexy.css @ 48:b2a11435a89b laserkard

[svn r49] implemented resizing text :)
author rlm
date Sun, 31 Jan 2010 20:26:16 -0500
parents 4431dc7d4bb5
children 1b5417799713
line wrap: on
line source


3 div#whole
4 {
5 width: 1100px ;
6 margin-top:25px;
7 margin-left: auto ;
8 margin-right: auto ;
9 clear: right;
10 }
16 /* stuff dealing with the templates on the left */
19 div#i_templates
20 {
22 color: white;
23 background-color:#000000;
24 text-align: left;
25 font: bold 32px "arial", "sans-serif";
27 padding:10px;
28 padding-top: 15px;
29 border-style:solid;
30 border-color:#ffffff;
31 border-width:1px;
33 float: left;
34 width: auto;
35 margin-right: 7px;
37 }
39 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
40 {
41 padding:3px;
42 border-width:1px;
43 }
46 /*************************************************************************/
49 /* Display in the middle */
51 div#centerbox
52 {
54 float:left;
55 margin-top:0px;
56 margin-left:10px;
57 margin-right:10px;
58 width:515px;
59 padding:5px;
60 background-color:#000;
61 }
64 div#disp_contain
65 {
66 position: absolute;
67 z-index:10;
68 top:73px;
70 }
72 div#display
73 {
74 position: absolute;
75 top:73px;
76 background-color:#000000;
77 z-index: 5;
78 }
80 div#pokedex
81 {
82 position: absolute;
83 width: 453px;
84 top: 415px;
85 padding : 30px;
86 clear:right;
87 float:none;
88 background-color:#000000;
89 border-style:solid;
90 border-color:#ffffff;
91 border-width:1px;
93 font: bold 16px "helvetica","arial", "sans-serif";
94 color: white;
95 }
98 /*************************************************************************/
107 /* the "input your information form on the right */
110 div#i_inputbox
111 {
113 padding-left:10px;
114 padding-top:10px;
115 padding-right:0px;
116 border-style:solid;
117 border-color:#ffffff;
118 border-width:1px;
119 padding-bottom:10px;
121 font: bold 14px "helvetica","arial", "sans-serif";
122 color: white;
124 float:left;
125 width:240px;
126 clear:right;
127 margin-left: 7px;
129 background-color:#000000;
130 }
132 div.descript
133 {
134 font: bold 16px "helvetica","arial", "sans-serif";
135 color: white;
136 margin-bottom: 15px;
137 background-color: #000000;
138 }
141 /*************************************************************************/
145 /* try to make teh copyright appear correctly on the bottom*/
148 div#copyright
149 {
150 position:relative;
151 font: bold 16px "helvetica","arial", "sans-serif";
152 color: white;
153 margin-left:auto;
154 margin-right: auto;
155 clear:left;
156 display:none;
157 }
159 /*************************************************************************/
164 h1
165 {
166 padding: 0px;
167 margin:0px;
168 margin-bottom: 10px;
169 color: white;
170 background-color:#000000;
171 text-align: center;
172 font: bold 32px "arial", "sans-serif";
173 }
176 /* stuff for the paypal button */
178 div#buttoncon
179 {
180 position:relative;
181 }
184 div#vanish
185 {
186 position:absolute;
187 top:0px;
188 left:0px;
189 z-index:2;
190 }
192 div#crush
193 {
194 position:relative;
195 left:8px;
196 top:0px;
197 z-index:1;
198 }
200 /* end paypal button stuff */
203 /*stupid stuff for the headers and whatnot */
206 div.ttyl
207 {
208 padding-top: 0px;
209 padding-left: 10px;
211 }
212 div.ttyls
213 {
214 padding-top:6px;
215 padding-left: 0px;
217 }
219 div#stupid
220 {
221 padding-top: 7px;
223 }
227 titletron
228 {
229 color: white;
230 background-color:#000000;
231 font: bold 32px "arial", "sans-serif";
232 }
237 /* end stupid header stuff */
239 div#i_materials
240 {
242 display: none;
243 padding:5px;
244 border-style:solid;
245 border-color:#79797b;
246 border-width:1px;
248 width:auto;
249 float:left;
251 background-color:#000000;
253 }
256 div#formValues
258 {
259 color:white;
260 position: absolute;
261 top:30px;
262 left: 15px;
264 }
266 div#cardDefs
267 {
268 color:green;
269 position: absolute;
270 width: 200px;
271 top: 90px;
272 left: 10px;
274 }
276 div#currentSpec
277 {
278 color:red;
279 position: absolute;
280 width: 200px;
281 top: 90px;
282 right: 10px;
284 }
286 div#output
287 {
288 color:#fbafcd;
289 position: absolute;
290 width: 200px;
291 top: 130px;
292 right: 10px;
294 }