view sexy.css @ 5:116b15d3d68c laserkard

[svn r6]
author rlm
date Fri, 01 Jan 2010 17:44:10 -0500
parents e2e7c63a0a08
children 839533015ed3
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 }
16 div#i_materials
17 {
18 padding:15px;
19 border-style:solid;
20 border-color:#79797b;
21 border-width:1px;
23 position:absolute;
24 left:80px;
25 top:80px;
26 background-color:#000000;
28 }
30 div#i_templates
31 {
32 font-size:;
33 color: white;
34 background-color:#000000;
35 text-align: left;
36 font: bold 32px "arial", "sans-serif";
38 padding:10px;
39 border-style:solid;
40 border-color:#79797b;
41 border-width:1px;
44 position:absolute;
45 left:15px;
46 bottom:15px;
47 }
51 div#display
52 {
53 position:absolute;
54 left:500px;
55 top:80px;
56 background-color:#FEE2F9;
57 }
60 input#template1,input#template2,input#template3,input#template4
61 {
62 padding:3px;
63 #border-style:solid;
64 #border-color:#79797b;
65 border-width:1px;
66 }
69 div#i_inputbox
70 {
71 padding:25px;
72 border-style:solid;
73 border-color:#79797b;
74 border-width:1px;
76 font: bold 14px "helvetica","arial", "sans-serif";
77 color: white;
78 position:absolute;
79 left:1260px;
80 top:80px;
81 background-color:#000000;
82 }
85 div#pokedex
86 {
87 position:absolute;
88 right:25px;
89 bottom:20px;
90 background-color:#B3DF15;
91 }