comparison 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
comparison
equal deleted inserted replaced
17:1481aa25c3c7 18:2f537455ebf7
1 1
2 2
3 h1
4 {
5 font-size:;
6 color: white;
7 background-color:#000000;
8 text-align: center;
9 font: bold 32px "arial", "sans-serif";
10 }
11
12 div.whole
13 {
14 width: 1150px ;
15 margin-left: auto ;
16 margin-right: auto ;
17 }
18 3
19 4
20 5 div#templates
21 div#i_materials
22 { 6 {
23 display: none; 7 float: left;
24 padding:5px; 8 width: 34%;
25 border-style:solid; 9 margin-left: 33%;
26 border-color:#79797b; 10 display: inline;
27 border-width:1px;
28 11
29 width:auto;
30 float:left;
31 margin:15px;
32 /*position:absolute;
33 left:15px;
34 top:80px;*/
35 background-color:#000000;
36 }
37 12
38 div#i_templates 13
39 { 14
40 font-size:;
41 color: white; 15 color: white;
42 background-color:#000000; 16 background-color:#000000;
43 text-align: left; 17 text-align: left;
44 font: bold 32px "arial", "sans-serif"; 18 font: bold 32px "arial", "sans-serif";
45 19
46 padding:10px; 20 padding:10px;
47 border-style:solid; 21 border-style:solid;
48 border-color:#79797b; 22 border-color:#79797b;
49 border-width:1px; 23 border-width:1px;
50 24
51 float: left;
52 width: auto;
53
54 margin:5px;
55
56 /*
57 position:absolute;
58 left:15px;
59 bottom:15px;
60 */
61 } 25 }
62 26
63 27
64 28
65 div#display 29 div#display
66 { 30 {
67 float:left; 31 float: left;
68 margin:5px; 32 width: 33%;
69 /* 33 margin-left: -67%;
70 position:absolute; 34 display: inline;
71 left:200px; 35
72 top:80px; 36
73 */
74 background-color:#FEE2F9; 37 background-color:#FEE2F9;
75 } 38 }
39
40
41
42
43 div#inputbox
44 {
45 float: left;
46 width: 33%;
47 display: inline;
48
49
50 font: bold 14px "helvetica","arial", "sans-serif";
51 color: white;
52 background-color:#000000;
53 }
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73 div#i_inputbox
74 {
75 padding:7px;
76 border-style:solid;
77 border-color:#79797b;
78 border-width:1px;
79 }
80
76 81
77 82
78 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr 83 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
79 { 84 {
80 padding:3px; 85 padding:3px;
82 #border-color:#79797b; 87 #border-color:#79797b;
83 border-width:1px; 88 border-width:1px;
84 } 89 }
85 90
86 91
87 div#i_inputbox 92
93 div#materials
88 { 94 {
89 padding:7px; 95 display: none;
90 border-style:solid; 96 }
91 border-color:#79797b;
92 border-width:1px;
93
94 font: bold 14px "helvetica","arial", "sans-serif";
95 color: white;
96
97 float:left;
98 width:280px;
99 margin:5px;
100
101 /*
102 position:absolute;
103 left:1260px;
104 top:80px;
105 */
106
107 background-color:#000000;
108 }
109
110 97
111 div#pokedex 98 div#pokedex
112 { 99 {
113 position:absolute; 100 position:absolute;
114 right:25px; 101 right:25px;
115 bottom:20px; 102 bottom:20px;
116 background-color:#B3DF15; 103 background-color:#B3DF15;
117 } 104 }
105
106