Mercurial > laserkard
view css/buy3.css @ 106:5b0753c6f34d laserkard tip
updated to newest compojure and a simpler syntax
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 27 Sep 2010 20:22:58 -0400 |
parents | 9649b14f3b38 |
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 }