Mercurial > laserkard
diff css/echo.css @ 78:4ebd94bfecda laserkard
moved css files to own directory; deleted USELESS files
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Jul 2010 09:56:12 -0400 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/css/echo.css Thu Jul 22 09:56:12 2010 -0400 1.3 @@ -0,0 +1,105 @@ 1.4 +div#perlClick 1.5 +{ 1.6 +background-color: #aaa; 1.7 +} 1.8 + 1.9 + 1.10 +div#output 1.11 +{ 1.12 +/*background-color: #585;*/ 1.13 +} 1.14 + 1.15 + 1.16 +div#disp_contain 1.17 +{ 1.18 +/*background-color: #aab;*/ 1.19 +} 1.20 + 1.21 +div#perlClick 1.22 +{ 1.23 +position:absolute; 1.24 + 1.25 +top:240px; 1.26 +right:25px; 1.27 + 1.28 +width: 120px; 1.29 +text-align: center; 1.30 + 1.31 +background-color: #4ff; /*sky blue*/ 1.32 + 1.33 +} 1.34 + 1.35 + 1.36 +div#sendTo 1.37 +{ 1.38 +background-color: #000000; 1.39 +color:white; 1.40 +} 1.41 +div#i_inputbox 1.42 +{ 1.43 + 1.44 +padding-left:10px; 1.45 +padding-top:10px; 1.46 +padding-right:0px; 1.47 +border-style:solid; 1.48 +border-color:#ffffff; 1.49 +border-width:1px; 1.50 +padding-bottom:10px; 1.51 + 1.52 +font: bold 22px "helvetica","arial", "sans-serif"; 1.53 +color: white; 1.54 + 1.55 +float:left; 1.56 +width:520px; 1.57 +} 1.58 + 1.59 + 1.60 +div#formValues 1.61 + 1.62 +{ 1.63 +color:white; 1.64 +position: absolute; 1.65 +top:30px; 1.66 +left: 15px; 1.67 +display:none; 1.68 +} 1.69 + 1.70 +div#cardDefs 1.71 +{ 1.72 +color:green; 1.73 +position: absolute; 1.74 +width: 200px; 1.75 +top: 90px; 1.76 +left: 10px; 1.77 +display:none; 1.78 +} 1.79 + 1.80 +div#currentSpec 1.81 +{ 1.82 +color:red; 1.83 +position: absolute; 1.84 +width: 200px; 1.85 +top: 90px; 1.86 +right: 10px; 1.87 +display:none; 1.88 +} 1.89 + 1.90 +div#output 1.91 +{ 1.92 +color:#fbafcd; 1.93 +position: absolute; 1.94 +width: 200px; 1.95 +top: 130px; 1.96 +right: 10px; 1.97 +/*display:none;*/ 1.98 +} 1.99 +div#perlClick 1.100 +{ 1.101 +color:red; 1.102 +position: absolute; 1.103 +width: 200px; 1.104 +top: 90px; 1.105 +right: 10px; 1.106 +display:none; 1.107 +} 1.108 +