Mercurial > laserkard
comparison 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 |
comparison
equal
deleted
inserted
replaced
91:0dd39631299c | 92:614dca52e323 |
---|---|
9 font: bold 15px "helvetica","arial", "sans-serif"; | 9 font: bold 15px "helvetica","arial", "sans-serif"; |
10 color: white; | 10 color: white; |
11 height: 200px; | 11 height: 200px; |
12 | 12 |
13 } | 13 } |
14 | |
15 div#text-entry { | |
16 position : absolute; | |
17 top : 15%; | |
18 left : 25%; | |
19 width : 150px; | |
20 | |
21 } | |
22 | |
23 .hidden { | |
24 display : none; | |
25 } | |
26 | |
27 input.exampleText { | |
28 color: #aaa; | |
29 } | |
30 | |
31 | |
32 |