view sexy.css @ 18:2f537455ebf7 laserkard

[svn r19] lots o changes
author rlm
date Sun, 03 Jan 2010 00:26:19 -0500
parents 1481aa25c3c7
children cf8ca6cde192
line wrap: on
line source




5 div#templates
6 {
7 float: left;
8 width: 34%;
9 margin-left: 33%;
10 display: inline;
15 color: white;
16 background-color:#000000;
17 text-align: left;
18 font: bold 32px "arial", "sans-serif";
20 padding:10px;
21 border-style:solid;
22 border-color:#79797b;
23 border-width:1px;
25 }
29 div#display
30 {
31 float: left;
32 width: 33%;
33 margin-left: -67%;
34 display: inline;
37 background-color:#FEE2F9;
38 }
43 div#inputbox
44 {
45 float: left;
46 width: 33%;
47 display: inline;
50 font: bold 14px "helvetica","arial", "sans-serif";
51 color: white;
52 background-color:#000000;
53 }
73 div#i_inputbox
74 {
75 padding:7px;
76 border-style:solid;
77 border-color:#79797b;
78 border-width:1px;
79 }
83 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
84 {
85 padding:3px;
86 #border-style:solid;
87 #border-color:#79797b;
88 border-width:1px;
89 }
93 div#materials
94 {
95 display: none;
96 }
98 div#pokedex
99 {
100 position:absolute;
101 right:25px;
102 bottom:20px;
103 background-color:#B3DF15;
104 }