annotate css/buy3.css @ 99:9649b14f3b38 laserkard

made main drawing function capable of rendering style selection boxes. no more pics needed
author Robert McIntyre <rlm@mit.edu>
date Tue, 27 Jul 2010 07:56:22 -0400
parents 0f19af92260e
children
rev   line source
rlm@90 1 div#debug {
rlm@90 2 position: absolute;
rlm@90 3 top:5%;
rlm@90 4 right:10%;
rlm@90 5 width: 450px;
rlm@90 6 border-color:#DD7777;
rlm@90 7 border-width:2px;
rlm@90 8 background-color:#bf3f9b;
rlm@90 9 font: bold 15px "helvetica","arial", "sans-serif";
rlm@90 10 color: white;
rlm@90 11 height: 200px;
rlm@99 12 display : none;
rlm@90 13 }
rlm@92 14
rlm@92 15 div#text-entry {
rlm@92 16 position : absolute;
rlm@92 17 top : 15%;
rlm@92 18 left : 25%;
rlm@92 19 width : 150px;
rlm@92 20 }
rlm@92 21
rlm@92 22 .hidden {
rlm@92 23 display : none;
rlm@92 24 }
rlm@92 25
rlm@92 26 input.exampleText {
rlm@92 27 color: #aaa;
rlm@92 28 }
rlm@92 29
rlm@92 30
rlm@92 31