view css/buy3.css @ 94:0f19af92260e laserkard

saving progress.
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Jul 2010 20:33:17 -0400
parents 614dca52e323
children 9649b14f3b38
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;
12 }
14 div#text-entry {
15 position : absolute;
16 top : 15%;
17 left : 25%;
18 width : 150px;
19 }
21 .hidden {
22 display : none;
23 }
25 input.exampleText {
26 color: #aaa;
27 }