diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/temp342423/buy3.css	Tue Jul 27 22:23:13 2010 -0400
     1.3 @@ -0,0 +1,28 @@
     1.4 +div#debug {
     1.5 +    position: absolute;
     1.6 +    top:5%;
     1.7 +    right:10%;
     1.8 +    width: 450px;
     1.9 +    border-color:#DD7777;
    1.10 +    border-width:2px;
    1.11 +    background-color:#bf3f9b;
    1.12 +    font: bold 15px "helvetica","arial", "sans-serif";
    1.13 +    color: white;
    1.14 +    height: 200px;
    1.15 +    display : none;
    1.16 +}
    1.17 +
    1.18 +div#text-entry {
    1.19 +    position : absolute;
    1.20 +    top : 15%;
    1.21 +    left : 25%;
    1.22 +    width : 150px;
    1.23 +}
    1.24 +
    1.25 +.hidden {
    1.26 +    display : none;
    1.27 +}
    1.28 +
    1.29 +input.exampleText {
    1.30 +  color: #aaa;
    1.31 +}