view css/buy3.css @ 92:614dca52e323 laserkard

basic drawing achieved
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Jul 2010 13:01:47 -0400
parents 08f93d043ed2
children 0f19af92260e
line wrap: on
line source
1 div#debug {
2 position: absolute;
3 top:5%;
4 right:10%;
5 width: 450px;
6 border-color:#DD7777;
7 border-width:2px;
8 background-color:#bf3f9b;
9 font: bold 15px "helvetica","arial", "sans-serif";
10 color: white;
11 height: 200px;
13 }
15 div#text-entry {
16 position : absolute;
17 top : 15%;
18 left : 25%;
19 width : 150px;
21 }
23 .hidden {
24 display : none;
25 }
27 input.exampleText {
28 color: #aaa;
29 }