diff echo.css @ 51:95fa4bcc5d67 laserkard

[svn r52] implemented SVG backend
author rlm
date Wed, 03 Feb 2010 03:14:09 -0500
parents 021a9ab1ed5b
children
line wrap: on
line diff
     1.1 --- a/echo.css	Mon Feb 01 02:54:59 2010 -0500
     1.2 +++ b/echo.css	Wed Feb 03 03:14:09 2010 -0500
     1.3 @@ -6,11 +6,100 @@
     1.4  
     1.5  div#output
     1.6  {
     1.7 -background-color: #585;
     1.8 +/*background-color: #585;*/
     1.9  }
    1.10  
    1.11  
    1.12  div#disp_contain
    1.13  {
    1.14 -background-color: #aab;
    1.15 +/*background-color: #aab;*/
    1.16  }
    1.17 +
    1.18 +div#perlClick
    1.19 +{
    1.20 +position:absolute;
    1.21 +
    1.22 +top:240px;
    1.23 +right:25px;
    1.24 +
    1.25 +width: 120px;
    1.26 +text-align: center;
    1.27 +
    1.28 +background-color: #4ff;  /*sky blue*/
    1.29 +
    1.30 +}
    1.31 +
    1.32 +
    1.33 +div#sendTo
    1.34 +{
    1.35 +background-color: #000000;
    1.36 +color:white;
    1.37 +}
    1.38 +div#i_inputbox
    1.39 +{
    1.40 +
    1.41 +padding-left:10px;
    1.42 +padding-top:10px;
    1.43 +padding-right:0px;
    1.44 +border-style:solid;
    1.45 +border-color:#ffffff;
    1.46 +border-width:1px;
    1.47 +padding-bottom:10px;
    1.48 +
    1.49 +font: bold 22px "helvetica","arial", "sans-serif";
    1.50 +color: white;
    1.51 +
    1.52 +float:left;
    1.53 +width:520px;
    1.54 +}
    1.55 +
    1.56 +
    1.57 +div#formValues
    1.58 +
    1.59 +{
    1.60 +color:white;
    1.61 +position: absolute;
    1.62 +top:30px;
    1.63 +left: 15px;
    1.64 +display:none;
    1.65 +}
    1.66 +
    1.67 +div#cardDefs
    1.68 +{
    1.69 +color:green;
    1.70 +position: absolute;
    1.71 +width: 200px;
    1.72 +top: 90px;
    1.73 +left: 10px;
    1.74 +display:none;
    1.75 +}
    1.76 +
    1.77 +div#currentSpec
    1.78 +{
    1.79 +color:red;
    1.80 +position: absolute;
    1.81 +width: 200px;
    1.82 +top: 90px;
    1.83 +right: 10px;
    1.84 +display:none;
    1.85 +}
    1.86 +
    1.87 +div#output
    1.88 +{
    1.89 +color:#fbafcd;
    1.90 +position: absolute;
    1.91 +width: 200px;
    1.92 +top: 130px;
    1.93 +right: 10px;
    1.94 +/*display:none;*/
    1.95 +}
    1.96 +div#perlClick
    1.97 +{
    1.98 +color:red;
    1.99 +position: absolute;
   1.100 +width: 200px;
   1.101 +top: 90px;
   1.102 +right: 10px;
   1.103 +display:none;
   1.104 +}
   1.105 +