diff sexy.css @ 18:2f537455ebf7 laserkard

[svn r19] lots o changes
author rlm
date Sun, 03 Jan 2010 00:26:19 -0500
parents 1481aa25c3c7
children cf8ca6cde192
line wrap: on
line diff
     1.1 --- a/sexy.css	Sat Jan 02 17:41:29 2010 -0500
     1.2 +++ b/sexy.css	Sun Jan 03 00:26:19 2010 -0500
     1.3 @@ -1,43 +1,17 @@
     1.4  
     1.5  
     1.6 -h1 
     1.7 -{
     1.8 -font-size:;
     1.9 -color: white;
    1.10 -background-color:#000000;
    1.11 -text-align: center;
    1.12 -font: bold 32px "arial", "sans-serif";
    1.13 -}
    1.14 -
    1.15 -div.whole
    1.16 -{
    1.17 -  width: 1150px ;
    1.18 -  margin-left: auto ;
    1.19 -  margin-right: auto ;
    1.20 -}
    1.21  
    1.22  
    1.23 -         
    1.24 -div#i_materials
    1.25 +div#templates
    1.26  {
    1.27 -display: none;
    1.28 -padding:5px;
    1.29 -border-style:solid;
    1.30 -border-color:#79797b;
    1.31 -border-width:1px;
    1.32 +	float: left;
    1.33 +	width: 34%;
    1.34 +	margin-left: 33%;
    1.35 +	display: inline;
    1.36  
    1.37 -width:auto;
    1.38 -float:left;
    1.39 -margin:15px;
    1.40 -/*position:absolute;
    1.41 -left:15px;
    1.42 -top:80px;*/
    1.43 -background-color:#000000;
    1.44 -}
    1.45 -
    1.46 -div#i_templates
    1.47 -{
    1.48 -font-size:;
    1.49 +
    1.50 +
    1.51 +
    1.52  color: white;
    1.53  background-color:#000000;
    1.54  text-align: left;
    1.55 @@ -48,33 +22,64 @@
    1.56  border-color:#79797b;
    1.57  border-width:1px;
    1.58  
    1.59 -float: left;
    1.60 -width: auto;
    1.61 -
    1.62 -margin:5px;
    1.63 -
    1.64 -/*
    1.65 -position:absolute;
    1.66 -left:15px;
    1.67 -bottom:15px;
    1.68 -*/
    1.69  }
    1.70  
    1.71  
    1.72  
    1.73  div#display 
    1.74  {
    1.75 -float:left;
    1.76 -margin:5px;
    1.77 -/*
    1.78 -position:absolute;
    1.79 -left:200px;
    1.80 -top:80px;
    1.81 -*/
    1.82 +	float: left;
    1.83 +	width: 33%;
    1.84 +	margin-left: -67%;
    1.85 +	display: inline;
    1.86 +
    1.87 +
    1.88  background-color:#FEE2F9;
    1.89  }
    1.90  
    1.91  
    1.92 +
    1.93 +
    1.94 +div#inputbox
    1.95 +{
    1.96 +	float: left;
    1.97 +	width: 33%;
    1.98 +	display: inline;
    1.99 +
   1.100 +
   1.101 +font: bold 14px "helvetica","arial", "sans-serif";
   1.102 +color: white;
   1.103 +background-color:#000000;
   1.104 +}
   1.105 +
   1.106 +
   1.107 +
   1.108 +
   1.109 +
   1.110 +
   1.111 +
   1.112 +
   1.113 +
   1.114 +
   1.115 +
   1.116 +
   1.117 +
   1.118 +
   1.119 +
   1.120 +
   1.121 +
   1.122 +
   1.123 +
   1.124 +div#i_inputbox
   1.125 +{
   1.126 +padding:7px;
   1.127 +border-style:solid;
   1.128 +border-color:#79797b;
   1.129 +border-width:1px;
   1.130 +}
   1.131 +
   1.132 +
   1.133 +
   1.134  input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
   1.135  {
   1.136  padding:3px;
   1.137 @@ -84,29 +89,11 @@
   1.138  }
   1.139  
   1.140  
   1.141 -div#i_inputbox
   1.142 +
   1.143 +div#materials
   1.144  {
   1.145 -padding:7px;
   1.146 -border-style:solid;
   1.147 -border-color:#79797b;
   1.148 -border-width:1px;
   1.149 -
   1.150 -font: bold 14px "helvetica","arial", "sans-serif";
   1.151 -color: white;
   1.152 -
   1.153 -float:left;
   1.154 -width:280px;
   1.155 -margin:5px;
   1.156 -
   1.157 -/*
   1.158 -position:absolute;
   1.159 -left:1260px;
   1.160 -top:80px;
   1.161 -*/
   1.162 -
   1.163 -background-color:#000000;
   1.164 -}
   1.165 -         
   1.166 +display: none;
   1.167 +}         
   1.168  
   1.169  div#pokedex
   1.170  {
   1.171 @@ -115,3 +102,5 @@
   1.172  bottom:20px;
   1.173  background-color:#B3DF15;
   1.174  }
   1.175 +
   1.176 +