diff sexy.css @ 5:116b15d3d68c laserkard

[svn r6]
author rlm
date Fri, 01 Jan 2010 17:44:10 -0500
parents e2e7c63a0a08
children 839533015ed3
line wrap: on
line diff
     1.1 --- a/sexy.css	Fri Jan 01 01:19:49 2010 -0500
     1.2 +++ b/sexy.css	Fri Jan 01 17:44:10 2010 -0500
     1.3 @@ -13,9 +13,9 @@
     1.4  
     1.5  
     1.6           
     1.7 -div#materials
     1.8 +div#i_materials
     1.9  {
    1.10 -padding:25px;
    1.11 +padding:15px;
    1.12  border-style:solid;
    1.13  border-color:#79797b;
    1.14  border-width:1px;
    1.15 @@ -27,7 +27,7 @@
    1.16  
    1.17  }
    1.18  
    1.19 -div#templates
    1.20 +div#i_templates
    1.21  {
    1.22  font-size:;
    1.23  color: white;
    1.24 @@ -35,7 +35,7 @@
    1.25  text-align: left;
    1.26  font: bold 32px "arial", "sans-serif";
    1.27  
    1.28 -padding:25px;
    1.29 +padding:10px;
    1.30  border-style:solid;
    1.31  border-color:#79797b;
    1.32  border-width:1px;
    1.33 @@ -43,7 +43,7 @@
    1.34  
    1.35  position:absolute;
    1.36  left:15px;
    1.37 -top:460px;
    1.38 +bottom:15px;
    1.39  }
    1.40  
    1.41  
    1.42 @@ -57,22 +57,36 @@
    1.43  }
    1.44  
    1.45  
    1.46 +input#template1,input#template2,input#template3,input#template4
    1.47 +{
    1.48 +padding:3px;
    1.49 +#border-style:solid;
    1.50 +#border-color:#79797b;
    1.51 +border-width:1px;
    1.52 +}
    1.53  
    1.54  
    1.55 -div#inputbox
    1.56 +div#i_inputbox
    1.57  {
    1.58 +padding:25px;
    1.59 +border-style:solid;
    1.60 +border-color:#79797b;
    1.61 +border-width:1px;
    1.62 +
    1.63 +font: bold 14px "helvetica","arial", "sans-serif";
    1.64 +color: white;
    1.65  position:absolute;
    1.66  left:1260px;
    1.67  top:80px;
    1.68 -background-color:#B3DFFF;
    1.69 +background-color:#000000;
    1.70  }
    1.71           
    1.72  
    1.73  div#pokedex
    1.74  {
    1.75  position:absolute;
    1.76 -left:25px;
    1.77 -top:700px;
    1.78 +right:25px;
    1.79 +bottom:20px;
    1.80  background-color:#B3DF15;
    1.81  }
    1.82