view css/echo.css @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents
children
line wrap: on
line source
1 div#perlClick
2 {
3 background-color: #aaa;
4 }
7 div#output
8 {
9 /*background-color: #585;*/
10 }
13 div#disp_contain
14 {
15 /*background-color: #aab;*/
16 }
18 div#perlClick
19 {
20 position:absolute;
22 top:240px;
23 right:25px;
25 width: 120px;
26 text-align: center;
28 background-color: #4ff; /*sky blue*/
30 }
33 div#sendTo
34 {
35 background-color: #000000;
36 color:white;
37 }
38 div#i_inputbox
39 {
41 padding-left:10px;
42 padding-top:10px;
43 padding-right:0px;
44 border-style:solid;
45 border-color:#ffffff;
46 border-width:1px;
47 padding-bottom:10px;
49 font: bold 22px "helvetica","arial", "sans-serif";
50 color: white;
52 float:left;
53 width:520px;
54 }
57 div#formValues
59 {
60 color:white;
61 position: absolute;
62 top:30px;
63 left: 15px;
64 display:none;
65 }
67 div#cardDefs
68 {
69 color:green;
70 position: absolute;
71 width: 200px;
72 top: 90px;
73 left: 10px;
74 display:none;
75 }
77 div#currentSpec
78 {
79 color:red;
80 position: absolute;
81 width: 200px;
82 top: 90px;
83 right: 10px;
84 display:none;
85 }
87 div#output
88 {
89 color:#fbafcd;
90 position: absolute;
91 width: 200px;
92 top: 130px;
93 right: 10px;
94 /*display:none;*/
95 }
96 div#perlClick
97 {
98 color:red;
99 position: absolute;
100 width: 200px;
101 top: 90px;
102 right: 10px;
103 display:none;
104 }