view sexy.css @ 22:3298256dd459 laserkard

[svn r23] did much cosmetic work.
author rlm
date Sun, 03 Jan 2010 03:36:21 -0500
parents 142054e0d572
children 707d202f58b1
line wrap: on
line source


3 h1
4 {
5 font-size:;
6 color: white;
7 background-color:#000000;
8 text-align: center;
9 font: bold 32px "arial", "sans-serif";
11 }
13 div#whole
14 {
15 width: 1100px ;
16 margin-top:25px;
17 margin-left: auto ;
18 margin-right: auto ;
21 padding:2px;
22 border-style:solid;
23 border-color:#79797b;
24 border-width:1px;
26 }
30 div#i_materials
31 {
32 display: none;
33 padding:5px;
34 border-style:solid;
35 border-color:#79797b;
36 border-width:1px;
38 width:auto;
39 float:left;
41 /*position:absolute;
42 left:15px;
43 top:80px;*/
44 background-color:#000000;
46 }
48 div#i_templates
49 {
50 font-size:;
51 color: white;
52 background-color:#000000;
53 text-align: left;
54 font: bold 32px "arial", "sans-serif";
56 padding:10px;
57 border-style:solid;
58 border-color:#79797b;
59 border-width:1px;
61 float: left;
62 width: auto;
66 /*
67 position:absolute;
68 left:15px;
69 bottom:15px;
70 */
72 }
76 div#display
77 {
82 /*
83 position:absolute;
84 left:200px;
85 top:80px;
86 */
90 background-color:#000000;
91 }
94 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
95 {
96 padding:3px;
97 #border-style:solid;
98 #border-color:#79797b;
99 border-width:1px;
100 }
103 div#i_inputbox
104 {
105 padding:5px;
106 border-style:solid;
107 border-color:#79797b;
108 border-width:1px;
111 font: bold 14px "helvetica","arial", "sans-serif";
112 color: white;
114 float:left;
115 width:240px;
116 clear:right;
118 /*
119 position:absolute;
120 left:1260px;
121 top:80px;
122 */
124 background-color:#000000;
125 }
128 div#centerbox
129 {
130 float:left;
131 margin-top:-4px;
132 margin-left:10px;
133 margin-right:10px;
134 width:515px;
135 padding:5px;
136 border-style:solid;
137 border-color:#79797b;
138 border-width:1px;
139 margin:10px;
140 }
144 div#pokedex
145 {
146 clear:right;
147 float:none;
148 background-color:#B3DF15;
149 }
151 div#garbage
152 {
154 float:left;
155 width:1000px;
157 }
163 /*stuff to make the containing divs actually contain the stuff they contain.*/
165 .clearfix:after {
166 content: ".";
167 display: block;
168 height: 0;
169 clear: both;
170 visibility: hidden;
171 }
173 * html .clearfix {height: 1%;}