Mercurial > laserkard
comparison buy_files/sexy.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
45:bff96abdddfa | 46:26c2b3ad21c7 |
---|---|
1 | |
2 | |
3 div#whole | |
4 { | |
5 width: 1100px ; | |
6 margin-top:25px; | |
7 margin-left: auto ; | |
8 margin-right: auto ; | |
9 clear: right; | |
10 } | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 /* stuff dealing with the templates on the left */ | |
17 | |
18 | |
19 div#i_templates | |
20 { | |
21 | |
22 color: white; | |
23 background-color:#000000; | |
24 text-align: left; | |
25 font: bold 32px "arial", "sans-serif"; | |
26 | |
27 padding:10px; | |
28 padding-top: 15px; | |
29 border-style:solid; | |
30 border-color:#ffffff; | |
31 border-width:1px; | |
32 | |
33 float: left; | |
34 width: auto; | |
35 margin-right: 7px; | |
36 | |
37 } | |
38 | |
39 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr | |
40 { | |
41 padding:3px; | |
42 border-width:1px; | |
43 } | |
44 | |
45 | |
46 /*************************************************************************/ | |
47 | |
48 | |
49 /* Display in the middle */ | |
50 | |
51 div#centerbox | |
52 { | |
53 | |
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 } | |
62 | |
63 | |
64 div#disp_contain | |
65 { | |
66 position: absolute; | |
67 z-index:10; | |
68 top:73px; | |
69 | |
70 } | |
71 | |
72 div#display | |
73 { | |
74 position: absolute; | |
75 top:73px; | |
76 background-color:#000000; | |
77 z-index: 5; | |
78 } | |
79 | |
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; | |
92 | |
93 font: bold 16px "helvetica","arial", "sans-serif"; | |
94 color: white; | |
95 } | |
96 | |
97 | |
98 /*************************************************************************/ | |
99 | |
100 | |
101 | |
102 | |
103 | |
104 | |
105 | |
106 | |
107 /* the "input your information form on the right */ | |
108 | |
109 | |
110 div#i_inputbox | |
111 { | |
112 | |
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; | |
120 | |
121 font: bold 14px "helvetica","arial", "sans-serif"; | |
122 color: white; | |
123 | |
124 float:left; | |
125 width:240px; | |
126 clear:right; | |
127 margin-left: 7px; | |
128 | |
129 background-color:#000000; | |
130 } | |
131 | |
132 div.descript | |
133 { | |
134 font: bold 16px "helvetica","arial", "sans-serif"; | |
135 color: white; | |
136 margin-bottom: 15px; | |
137 background-color: #000000; | |
138 } | |
139 | |
140 | |
141 /*************************************************************************/ | |
142 | |
143 | |
144 | |
145 /* try to make teh copyright appear correctly on the bottom*/ | |
146 | |
147 | |
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 | |
157 } | |
158 | |
159 /*************************************************************************/ | |
160 | |
161 | |
162 | |
163 | |
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 } | |
174 | |
175 | |
176 /* stuff for the paypal button */ | |
177 | |
178 div#buttoncon | |
179 { | |
180 position:relative; | |
181 } | |
182 | |
183 | |
184 div#vanish | |
185 { | |
186 position:absolute; | |
187 top:0px; | |
188 left:0px; | |
189 z-index:2; | |
190 } | |
191 | |
192 div#crush | |
193 { | |
194 position:relative; | |
195 left:8px; | |
196 top:0px; | |
197 z-index:1; | |
198 } | |
199 | |
200 /* end paypal button stuff */ | |
201 | |
202 | |
203 /*stupid stuff for the headers and whatnot */ | |
204 | |
205 | |
206 div.ttyl | |
207 { | |
208 padding-top: 0px; | |
209 padding-left: 10px; | |
210 | |
211 } | |
212 div.ttyls | |
213 { | |
214 padding-top:6px; | |
215 padding-left: 0px; | |
216 | |
217 } | |
218 | |
219 div#stupid | |
220 { | |
221 padding-top: 7px; | |
222 | |
223 } | |
224 | |
225 | |
226 | |
227 titletron | |
228 { | |
229 color: white; | |
230 background-color:#00000; | |
231 font: bold 32px "arial", "sans-serif"; | |
232 } | |
233 | |
234 | |
235 | |
236 | |
237 /* end stupid header stuff */ | |
238 | |
239 div#i_materials | |
240 { | |
241 | |
242 display: none; | |
243 padding:5px; | |
244 border-style:solid; | |
245 border-color:#79797b; | |
246 border-width:1px; | |
247 | |
248 width:auto; | |
249 float:left; | |
250 | |
251 background-color:#000000; | |
252 | |
253 } | |
254 | |
255 | |
256 | |
257 | |
258 | |
259 | |
260 | |
261 | |
262 |