diff css/sexy.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/sexy.css	Thu Jul 22 09:56:12 2010 -0400
     1.3 @@ -0,0 +1,287 @@
     1.4 +
     1.5 +
     1.6 +div#whole
     1.7 +{
     1.8 +  width: 1100px ;
     1.9 +  margin-top:25px;
    1.10 +  margin-left: auto ;
    1.11 +  margin-right: auto ;
    1.12 +  clear: right;
    1.13 +}
    1.14 +
    1.15 +
    1.16 +         
    1.17 +
    1.18 +
    1.19 +/* stuff dealing with the templates on the left */
    1.20 +
    1.21 +
    1.22 +div#i_templates
    1.23 +{
    1.24 +
    1.25 +color: white;
    1.26 +background-color:#000000;
    1.27 +text-align: left;
    1.28 +font: bold 32px "arial", "sans-serif";
    1.29 +
    1.30 +padding:10px;
    1.31 +padding-top: 15px;
    1.32 +border-style:solid;
    1.33 +border-color:#ffffff;
    1.34 +border-width:1px;
    1.35 +
    1.36 +float: left;
    1.37 +width: auto;
    1.38 +margin-right: 7px;
    1.39 +
    1.40 +}
    1.41 +
    1.42 +input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
    1.43 +{
    1.44 +padding:3px;
    1.45 +border-width:1px;
    1.46 +}
    1.47 +
    1.48 +
    1.49 +/*************************************************************************/
    1.50 +
    1.51 +
    1.52 +/* Display in the middle */
    1.53 +
    1.54 +div#centerbox
    1.55 +{
    1.56 +
    1.57 +float:left;
    1.58 +margin-top:0px;
    1.59 +margin-left:10px;
    1.60 +margin-right:10px;
    1.61 +width:515px;
    1.62 +padding:5px;
    1.63 +background-color:#000;
    1.64 +}
    1.65 +
    1.66 +
    1.67 +div#disp_contain
    1.68 +{
    1.69 +position: absolute;
    1.70 +z-index:10;
    1.71 +top:73px;
    1.72 +
    1.73 +}
    1.74 +
    1.75 +div#display 
    1.76 +{
    1.77 +position: absolute;
    1.78 +top:73px;
    1.79 +background-color:#000000;
    1.80 +z-index: 5;
    1.81 +}
    1.82 +
    1.83 +div#pokedex
    1.84 +{
    1.85 +position: absolute;
    1.86 +width: 453px;
    1.87 +top: 415px;
    1.88 +padding : 30px;
    1.89 +clear:right;
    1.90 +float:none;
    1.91 +background-color:#000000;
    1.92 +border-style:solid;
    1.93 +border-color:#ffffff;
    1.94 +border-width:1px;
    1.95 +
    1.96 +font: bold 16px "helvetica","arial", "sans-serif";
    1.97 +color: white;
    1.98 +}
    1.99 +
   1.100 +
   1.101 +/*************************************************************************/
   1.102 +
   1.103 +
   1.104 +
   1.105 +
   1.106 +
   1.107 +
   1.108 +
   1.109 +
   1.110 +/* the "input your information form on the right */
   1.111 +
   1.112 +
   1.113 +div#i_inputbox
   1.114 +{
   1.115 +
   1.116 +padding-left:10px;
   1.117 +padding-top:10px;
   1.118 +padding-right:0px;
   1.119 +border-style:solid;
   1.120 +border-color:#ffffff;
   1.121 +border-width:1px;
   1.122 +padding-bottom:10px;
   1.123 +
   1.124 +font: bold 14px "helvetica","arial", "sans-serif";
   1.125 +color: white;
   1.126 +
   1.127 +float:left;
   1.128 +width:240px;
   1.129 +clear:right;
   1.130 +margin-left: 7px;
   1.131 +
   1.132 +background-color:#000000;
   1.133 +}
   1.134 +         
   1.135 +div.descript
   1.136 +{
   1.137 +font: bold 16px "helvetica","arial", "sans-serif";
   1.138 +color: white;
   1.139 +margin-bottom: 15px;
   1.140 +background-color: #000000;
   1.141 +}
   1.142 +
   1.143 +
   1.144 +/*************************************************************************/
   1.145 +
   1.146 +
   1.147 +
   1.148 +/* try to make teh copyright appear correctly on the bottom*/
   1.149 +
   1.150 +
   1.151 +
   1.152 +/*************************************************************************/
   1.153 +
   1.154 +
   1.155 +
   1.156 +
   1.157 +h1 
   1.158 +{
   1.159 +padding: 0px;
   1.160 +margin:0px;
   1.161 +margin-bottom: 10px;
   1.162 +color: white;
   1.163 +background-color:#000000;
   1.164 +text-align: center;
   1.165 +font: bold 32px "arial", "sans-serif";
   1.166 +}
   1.167 +
   1.168 +
   1.169 +/*  stuff for the paypal button */
   1.170 +
   1.171 +div#buttoncon
   1.172 +{
   1.173 +position:relative;
   1.174 +}
   1.175 +
   1.176 +
   1.177 +div#vanish
   1.178 +{
   1.179 +position:absolute;
   1.180 +top:0px;
   1.181 +left:0px;
   1.182 +z-index:2;
   1.183 +}
   1.184 +
   1.185 +div#crush
   1.186 +{
   1.187 +position:relative;
   1.188 +left:8px;
   1.189 +top:0px;
   1.190 +z-index:1;
   1.191 +}
   1.192 +
   1.193 +/* end paypal button stuff */
   1.194 +
   1.195 +
   1.196 +/*stupid stuff for the headers and whatnot */
   1.197 +
   1.198 +
   1.199 +div.ttyl
   1.200 +{
   1.201 +padding-top: 0px;
   1.202 +padding-left: 10px;
   1.203 +
   1.204 +}
   1.205 +div.ttyls
   1.206 +{
   1.207 +padding-top:6px;
   1.208 +padding-left: 0px;
   1.209 +
   1.210 +}
   1.211 +
   1.212 +div#stupid
   1.213 +{
   1.214 +padding-top: 7px;
   1.215 +
   1.216 +}
   1.217 +
   1.218 +
   1.219 +
   1.220 +titletron
   1.221 +{
   1.222 +color: white;
   1.223 +background-color:#000000;
   1.224 +font: bold 32px "arial", "sans-serif";
   1.225 +}
   1.226 +
   1.227 +
   1.228 +
   1.229 +
   1.230 +/* end stupid header stuff  */
   1.231 +
   1.232 +div#i_materials
   1.233 +{
   1.234 +
   1.235 +display: none;
   1.236 +padding:5px;
   1.237 +border-style:solid;
   1.238 +border-color:#79797b;
   1.239 +border-width:1px;
   1.240 +
   1.241 +width:auto;
   1.242 +float:left;
   1.243 +
   1.244 +background-color:#000000;
   1.245 +
   1.246 +}
   1.247 +
   1.248 +
   1.249 +div#formValues
   1.250 +
   1.251 +{
   1.252 +color:white;
   1.253 +position: absolute;
   1.254 +top:30px;
   1.255 +left: 15px;
   1.256 +display:none;
   1.257 +}
   1.258 +
   1.259 +div#cardDefs
   1.260 +{
   1.261 +color:green;
   1.262 +position: absolute;
   1.263 +width: 200px;
   1.264 +top: 90px;
   1.265 +left: 10px;
   1.266 +display:none;
   1.267 +}
   1.268 +
   1.269 +div#currentSpec
   1.270 +{
   1.271 +color:red;
   1.272 +position: absolute;
   1.273 +width: 200px;
   1.274 +top: 90px;
   1.275 +right: 10px;
   1.276 +display:none;
   1.277 +}
   1.278 +
   1.279 +div#output
   1.280 +{
   1.281 +color:#fbafcd;
   1.282 +position: absolute;
   1.283 +width: 200px;
   1.284 +top: 130px;
   1.285 +right: 10px;
   1.286 +display:none;
   1.287 +}
   1.288 +
   1.289 +
   1.290 +