view temp342423/buy3.css @ 102:8ed3394e6b73 laserkard

wrote comment-killer
author Robert McIntyre <rlm@mit.edu>
date Tue, 27 Jul 2010 22:23:13 -0400
parents
children
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 display : none;
13 }
15 div#text-entry {
16 position : absolute;
17 top : 15%;
18 left : 25%;
19 width : 150px;
20 }
22 .hidden {
23 display : none;
24 }
26 input.exampleText {
27 color: #aaa;
28 }