Mercurial > laserkard
view css/echo.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 | 4ebd94bfecda |
children |
line wrap: on
line source
1 div#perlClick2 {3 background-color: #aaa;4 }7 div#output8 {9 /*background-color: #585;*/10 }13 div#disp_contain14 {15 /*background-color: #aab;*/16 }18 div#perlClick19 {20 position:absolute;22 top:240px;23 right:25px;25 width: 120px;26 text-align: center;28 background-color: #4ff; /*sky blue*/30 }33 div#sendTo34 {35 background-color: #000000;36 color:white;37 }38 div#i_inputbox39 {41 padding-left:10px;42 padding-top:10px;43 padding-right:0px;44 border-style:solid;45 border-color:#ffffff;46 border-width:1px;47 padding-bottom:10px;49 font: bold 22px "helvetica","arial", "sans-serif";50 color: white;52 float:left;53 width:520px;54 }57 div#formValues59 {60 color:white;61 position: absolute;62 top:30px;63 left: 15px;64 display:none;65 }67 div#cardDefs68 {69 color:green;70 position: absolute;71 width: 200px;72 top: 90px;73 left: 10px;74 display:none;75 }77 div#currentSpec78 {79 color:red;80 position: absolute;81 width: 200px;82 top: 90px;83 right: 10px;84 display:none;85 }87 div#output88 {89 color:#fbafcd;90 position: absolute;91 width: 200px;92 top: 130px;93 right: 10px;94 /*display:none;*/95 }96 div#perlClick97 {98 color:red;99 position: absolute;100 width: 200px;101 top: 90px;102 right: 10px;103 display:none;104 }