changeset 35:ae22c2d59891 laserkard

[svn r36] more work with kevin
author rlm
date Mon, 18 Jan 2010 15:31:33 -0500
parents e99fab9df7bb
children bb048e29406b
files buy.html buycode.js contact.php images/bl_sm.jpg images/gr_sm.jpg images/or_sm.jpg images/wt_sm.jpg index.php log/error_log.log main.css paypal/BASE.paylist paypal/basic_acrylic_clear.paylist paypal/basic_acrylic_green.paylist paypal/big_acrylic_clear.paylist paypal/big_acrylic_green.paylist paypal/classic_acrylic_clear.paylist paypal/classic_acrylic_green.paylist paypal/lines_acrylic_clear.paylist paypal/lines_acrylic_green.paylist paypal/make.pl sexy.css top_menu.include
diffstat 22 files changed, 298 insertions(+), 383 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/buy.html	Mon Jan 18 10:59:41 2010 -0500
     1.2 +++ b/buy.html	Mon Jan 18 15:31:33 2010 -0500
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5  <script type="text/javascript" src="./buycode.js"></script>
     1.6  <script type="text/javascript" src="./awesome_js/raphael.js"></script>
     1.7 -<script type="text/javascript" src="./awesome_js/robert.js"></script>
     1.8 +
     1.9  <script type="text/javascript" src="./awesome_js/cufon-yui.js"></script>
    1.10  <script type="text/javascript" src="./awesome_js/HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_700-HelveticaNeue_LT_55_Roman_italic_700-HelveticaNeue_LT_55_Roman_italic_700.font.js"></script>
    1.11  
    1.12 @@ -18,7 +18,6 @@
    1.13  
    1.14  
    1.15  
    1.16 -
    1.17  </head>
    1.18  
    1.19  <body id = "buy">
    1.20 @@ -32,10 +31,6 @@
    1.21  
    1.22  PERL-REPLACE::TOP_MENU
    1.23  
    1.24 -<script type="text/javascript">
    1.25 -robert.process();
    1.26 -</script>
    1.27 -
    1.28  
    1.29  <div id="whole">
    1.30  
    1.31 @@ -60,9 +55,12 @@
    1.32  <script language="javascript">
    1.33  
    1.34  
    1.35 -var raphe = Raphael("disp_contain", 502, 320);
    1.36 +var raphe = Raphael("disp_contain", 515, 318);
    1.37  
    1.38 -///tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75);
    1.39 +//var c = raphe.rect(0, 0, 514, 317);
    1.40 +//c.attr("stroke", "#00f");
    1.41 +//tt = raphe.print(10, 150, "Kevin Rustagi", raphe.getFont("HelveticaNeue", 800), 75);
    1.42 +
    1.43  
    1.44  tt.attr("stroke", "#f00");
    1.45  tt.attr("fill", "RED");
     2.1 --- a/buycode.js	Mon Jan 18 10:59:41 2010 -0500
     2.2 +++ b/buycode.js	Mon Jan 18 15:31:33 2010 -0500
     2.3 @@ -74,7 +74,25 @@
     2.4    else des = des + ", " + val;
     2.5  }
     2.6  
     2.7 -function ReadForm (obj1, tst) { // Read the user form
     2.8 +function ReadForm (obj1, tst) { 
     2.9 +	
    2.10 +	
    2.11 +	
    2.12 +
    2.13 +
    2.14 +
    2.15 + if (!obj1.accept.checked){
    2.16 +  alert ("Please approve the design & content.");
    2.17 +  return false;
    2.18 + }
    2.19 + 
    2.20 + 
    2.21 + if(obj1.accept.checked)
    2.22 + {vanish(['args__go'],['vanish']);}
    2.23 +
    2.24 +
    2.25 +	
    2.26 +	// Read the user form
    2.27  var i,j,pos;
    2.28    amt=0;des="";op1a="";op1b="";op2a="";op2b="";op3a="";op3b="";op4a="";op4b="";op5a="";op5b="";op6a="";op6b="";op7a="";op7b="";op8a="";op8b="";op9a="";op9b="";itmn="";
    2.29    if (obj1.baseamt) amt  = obj1.baseamt.value*1.0;  // base amount
     3.1 --- a/contact.php	Mon Jan 18 10:59:41 2010 -0500
     3.2 +++ b/contact.php	Mon Jan 18 15:31:33 2010 -0500
     3.3 @@ -41,6 +41,14 @@
     3.4  
     3.5  3 Ames Street #135<br>
     3.6  Cambridge, MA 02142
     3.7 +<br>
     3.8 +
     3.9 +<p>
    3.10 +For custom requests, please feel free to contact us.
    3.11 +</p>
    3.12 +
    3.13 +
    3.14 +
    3.15  </div>
    3.16  
    3.17  </div>
     4.1 Binary file images/bl_sm.jpg has changed
     5.1 Binary file images/gr_sm.jpg has changed
     6.1 Binary file images/or_sm.jpg has changed
     7.1 Binary file images/wt_sm.jpg has changed
     8.1 --- a/index.php	Mon Jan 18 10:59:41 2010 -0500
     8.2 +++ b/index.php	Mon Jan 18 15:31:33 2010 -0500
     8.3 @@ -16,11 +16,21 @@
     8.4  <div class="center">
     8.5  	<a href="./buy.pl"><img src="./images/wt_sm.jpg" name="but" border="0"></a>
     8.6  <div class="text">
     8.7 -  <p>Competition is tough.  
     8.8 -  <br>Everyone wants that next job, that next opportunity.
     8.9 -  <br>They all look the same. 
    8.10 -  <br>Same suit, same hair, same business card.</p>
    8.11 -  <p>But not you &mdash; <br> Laserkard is a unique way to make an impact when it counts.</p>
    8.12 +  <p>Competition is tough.  <br>
    8.13 +  Everyone wants that next job, that next opportunity.<br>
    8.14 +  They all look the same. <br>
    8.15 +  Same suit, same hair, same business card.
    8.16 +  </p>
    8.17 +  
    8.18 +  <p>
    8.19 +  But not you. <br> 
    8.20 +  </p>
    8.21 +  <p>
    8.22 +  Laserkards &mdash; laser etched acrylic business cards<br>
    8.23 +  Designed to make an impact.
    8.24 +  </p>
    8.25 +  
    8.26 +  
    8.27  </div>
    8.28  
    8.29  </div>
     9.1 --- a/log/error_log.log	Mon Jan 18 10:59:41 2010 -0500
     9.2 +++ b/log/error_log.log	Mon Jan 18 15:31:33 2010 -0500
     9.3 @@ -2636,3 +2636,9 @@
     9.4  [Mon Jan 18 10:56:28 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.5  [Mon Jan 18 10:56:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.6  [Mon Jan 18 10:56:31 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.7 +[Mon Jan 18 12:52:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.8 +[Mon Jan 18 12:52:16 2010] [error] [client 18.238.1.90] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
     9.9 +[Mon Jan 18 12:53:33 2010] [error] [client 18.238.1.90] Problem with code: Undefined subroutine &main::vanish called at /usr/local/share/perl/5.10.0/CGI/Ajax.pm line 1145., referer: http://laserkard.rlmcintyre.com/buy.pl
    9.10 +[Mon Jan 18 12:53:33 2010] [error] [client 18.238.1.90] , referer: http://laserkard.rlmcintyre.com/buy.pl
    9.11 +[Mon Jan 18 15:13:26 2010] [error] [client 18.111.69.201] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
    9.12 +[Mon Jan 18 15:13:28 2010] [error] [client 18.111.69.201] File does not exist: /home/rlm/Desktop/web/laserkard/favicon.ico
    10.1 --- a/main.css	Mon Jan 18 10:59:41 2010 -0500
    10.2 +++ b/main.css	Mon Jan 18 15:31:33 2010 -0500
    10.3 @@ -52,20 +52,20 @@
    10.4  	text-align:center;
    10.5  	display: inline;
    10.6  	list-style-type: none;
    10.7 -	padding-left: 4.9%;
    10.8 -	padding-right: 4.9%;
    10.9 +	padding-left: 2.9%;
   10.10 +	padding-right: 2.9%;
   10.11  }
   10.12  
   10.13  
   10.14  div.center
   10.15  {
   10.16  	display:block;
   10.17 -	width:425px;
   10.18 +	width:460px;
   10.19  	height:244px;
   10.20 -	background-color:#939;
   10.21 +	background-color:#000000;
   10.22  	margin-left:auto;
   10.23  	margin-right:auto;
   10.24 -	margin-top:100px;
   10.25 +	margin-top:60px;
   10.26  	margin-bottom:auto;
   10.27  	padding:0px;
   10.28  }
   10.29 @@ -75,7 +75,7 @@
   10.30  	/*font-family:Helvetica, sans-serif, Arial;*/
   10.31  	font: bold 16px "arial", "sans-serif";
   10.32  	
   10.33 -	margin-top:80px;
   10.34 +	margin-top:50px;
   10.35  	margin-bottom:30px;
   10.36  }
   10.37  
    11.1 --- a/paypal/BASE.paylist	Mon Jan 18 10:59:41 2010 -0500
    11.2 +++ b/paypal/BASE.paylist	Mon Jan 18 15:31:33 2010 -0500
    11.3 @@ -90,15 +90,20 @@
    11.4  <br>
    11.5  Total Cost:&nbsp; &nbsp;
    11.6  <input class="nbor" type="text" name="tot" size="8" value=PERL::INITIAL_COST>
    11.7 +<br>(Free Shipping)
    11.8 +<br><br>            
    11.9 +<input name="accept" type="checkbox" value="0"><br>
   11.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   11.11 +
   11.12  
   11.13  <br><br>
   11.14  <div id = "buttoncon">
   11.15  <div id="crush">
   11.16 -Sending Order...
   11.17 +Sending Order.
   11.18  </div>
   11.19  
   11.20  <div id="vanish">
   11.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   11.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   11.23  </div>
   11.24  
   11.25  
    12.1 --- a/paypal/basic_acrylic_clear.paylist	Mon Jan 18 10:59:41 2010 -0500
    12.2 +++ b/paypal/basic_acrylic_clear.paylist	Mon Jan 18 15:31:33 2010 -0500
    12.3 @@ -226,23 +226,24 @@
    12.4  
    12.5  <!-- End of Text Input Fields -->
    12.6  
    12.7 -<br>
    12.8 -<input type     = "checkbox"       onclick  = "ReadForm (this.form, false);"        value    = "( +0.01 ^__^ )">
    12.9 -Add a penny! ^__^
   12.10 -<br>
   12.11  
   12.12  <br>
   12.13  Total Cost:&nbsp; &nbsp;
   12.14  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
   12.15 +<br>(Free Shipping)
   12.16 +<br><br>            
   12.17 +<input name="accept" type="checkbox" value="0"><br>
   12.18 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   12.19 +
   12.20  
   12.21  <br><br>
   12.22  <div id = "buttoncon">
   12.23  <div id="crush">
   12.24 -Sending Order...
   12.25 +Sending Order.
   12.26  </div>
   12.27  
   12.28  <div id="vanish">
   12.29 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   12.30 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   12.31  </div>
   12.32  
   12.33  
    13.1 --- a/paypal/basic_acrylic_green.paylist	Mon Jan 18 10:59:41 2010 -0500
    13.2 +++ b/paypal/basic_acrylic_green.paylist	Mon Jan 18 15:31:33 2010 -0500
    13.3 @@ -230,15 +230,20 @@
    13.4  <br>
    13.5  Total Cost:&nbsp; &nbsp;
    13.6  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
    13.7 +<br>(Free Shipping)
    13.8 +<br><br>            
    13.9 +<input name="accept" type="checkbox" value="0"><br>
   13.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   13.11 +
   13.12  
   13.13  <br><br>
   13.14  <div id = "buttoncon">
   13.15  <div id="crush">
   13.16 -Sending Order...
   13.17 +Sending Order.
   13.18  </div>
   13.19  
   13.20  <div id="vanish">
   13.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   13.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   13.23  </div>
   13.24  
   13.25  
    14.1 --- a/paypal/big_acrylic_clear.paylist	Mon Jan 18 10:59:41 2010 -0500
    14.2 +++ b/paypal/big_acrylic_clear.paylist	Mon Jan 18 15:31:33 2010 -0500
    14.3 @@ -170,15 +170,20 @@
    14.4  <br>
    14.5  Total Cost:&nbsp; &nbsp;
    14.6  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
    14.7 +<br>(Free Shipping)
    14.8 +<br><br>            
    14.9 +<input name="accept" type="checkbox" value="0"><br>
   14.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   14.11 +
   14.12  
   14.13  <br><br>
   14.14  <div id = "buttoncon">
   14.15  <div id="crush">
   14.16 -Sending Order...
   14.17 +Sending Order.
   14.18  </div>
   14.19  
   14.20  <div id="vanish">
   14.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   14.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   14.23  </div>
   14.24  
   14.25  
    15.1 --- a/paypal/big_acrylic_green.paylist	Mon Jan 18 10:59:41 2010 -0500
    15.2 +++ b/paypal/big_acrylic_green.paylist	Mon Jan 18 15:31:33 2010 -0500
    15.3 @@ -174,15 +174,20 @@
    15.4  <br>
    15.5  Total Cost:&nbsp; &nbsp;
    15.6  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
    15.7 +<br>(Free Shipping)
    15.8 +<br><br>            
    15.9 +<input name="accept" type="checkbox" value="0"><br>
   15.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   15.11 +
   15.12  
   15.13  <br><br>
   15.14  <div id = "buttoncon">
   15.15  <div id="crush">
   15.16 -Sending Order...
   15.17 +Sending Order.
   15.18  </div>
   15.19  
   15.20  <div id="vanish">
   15.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   15.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   15.23  </div>
   15.24  
   15.25  
    16.1 --- a/paypal/classic_acrylic_clear.paylist	Mon Jan 18 10:59:41 2010 -0500
    16.2 +++ b/paypal/classic_acrylic_clear.paylist	Mon Jan 18 15:31:33 2010 -0500
    16.3 @@ -290,15 +290,20 @@
    16.4  <br>
    16.5  Total Cost:&nbsp; &nbsp;
    16.6  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
    16.7 +<br>(Free Shipping)
    16.8 +<br><br>            
    16.9 +<input name="accept" type="checkbox" value="0"><br>
   16.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   16.11 +
   16.12  
   16.13  <br><br>
   16.14  <div id = "buttoncon">
   16.15  <div id="crush">
   16.16 -Sending Order...
   16.17 +Sending Order.
   16.18  </div>
   16.19  
   16.20  <div id="vanish">
   16.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   16.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   16.23  </div>
   16.24  
   16.25  
    17.1 --- a/paypal/classic_acrylic_green.paylist	Mon Jan 18 10:59:41 2010 -0500
    17.2 +++ b/paypal/classic_acrylic_green.paylist	Mon Jan 18 15:31:33 2010 -0500
    17.3 @@ -290,15 +290,20 @@
    17.4  <br>
    17.5  Total Cost:&nbsp; &nbsp;
    17.6  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
    17.7 +<br>(Free Shipping)
    17.8 +<br><br>            
    17.9 +<input name="accept" type="checkbox" value="0"><br>
   17.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   17.11 +
   17.12  
   17.13  <br><br>
   17.14  <div id = "buttoncon">
   17.15  <div id="crush">
   17.16 -Sending Order...
   17.17 +Sending Order.
   17.18  </div>
   17.19  
   17.20  <div id="vanish">
   17.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   17.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   17.23  </div>
   17.24  
   17.25  
    18.1 --- a/paypal/lines_acrylic_clear.paylist	Mon Jan 18 10:59:41 2010 -0500
    18.2 +++ b/paypal/lines_acrylic_clear.paylist	Mon Jan 18 15:31:33 2010 -0500
    18.3 @@ -290,15 +290,20 @@
    18.4  <br>
    18.5  Total Cost:&nbsp; &nbsp;
    18.6  <input class="nbor" type="text" name="tot" size="8" value="$125.00">
    18.7 +<br>(Free Shipping)
    18.8 +<br><br>            
    18.9 +<input name="accept" type="checkbox" value="0"><br>
   18.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   18.11 +
   18.12  
   18.13  <br><br>
   18.14  <div id = "buttoncon">
   18.15  <div id="crush">
   18.16 -Sending Order...
   18.17 +Sending Order.
   18.18  </div>
   18.19  
   18.20  <div id="vanish">
   18.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   18.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   18.23  </div>
   18.24  
   18.25  
    19.1 --- a/paypal/lines_acrylic_green.paylist	Mon Jan 18 10:59:41 2010 -0500
    19.2 +++ b/paypal/lines_acrylic_green.paylist	Mon Jan 18 15:31:33 2010 -0500
    19.3 @@ -290,15 +290,20 @@
    19.4  <br>
    19.5  Total Cost:&nbsp; &nbsp;
    19.6  <input class="nbor" type="text" name="tot" size="8" value="$135.00">
    19.7 +<br>(Free Shipping)
    19.8 +<br><br>            
    19.9 +<input name="accept" type="checkbox" value="0"><br>
   19.10 +I approve this design.  I understand that my card will appear exactly as it appears on the screen and agree that spelling and content are correct.
   19.11 +
   19.12  
   19.13  <br><br>
   19.14  <div id = "buttoncon">
   19.15  <div id="crush">
   19.16 -Sending Order...
   19.17 +Sending Order.
   19.18  </div>
   19.19  
   19.20  <div id="vanish">
   19.21 -<input type="image" onclick = "vanish(['args__go'],['vanish']);" src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   19.22 +<input type="image"  src="https://www.paypal.com/en_US/i/btn/btn_cart_LG.gif" name="submit" alt="cart add">
   19.23  </div>
   19.24  
   19.25  
    20.1 --- a/paypal/make.pl	Mon Jan 18 10:59:41 2010 -0500
    20.2 +++ b/paypal/make.pl	Mon Jan 18 15:31:33 2010 -0500
    20.3 @@ -37,7 +37,7 @@
    20.4  COSTS_CODE    => ['40 cards @125.00', '4 cards @30.00'],
    20.5  INITIAL_PRICE => '$125.00',
    20.6  
    20.7 -ADD_PENNY       => 1,
    20.8 +ADD_PENNY       => 0,
    20.9  );
   20.10  }
   20.11  
    21.1 --- a/sexy.css	Mon Jan 18 10:59:41 2010 -0500
    21.2 +++ b/sexy.css	Mon Jan 18 15:31:33 2010 -0500
    21.3 @@ -1,107 +1,4 @@
    21.4  
    21.5 -div#trifold
    21.6 -{
    21.7 -position:relative;
    21.8 -width:505;
    21.9 -background-color:#000000;
   21.10 -margin-bottom:30px;
   21.11 -margin-top:4px;
   21.12 -font: bold 25px "helvetica","arial", "sans-serif";
   21.13 -color: white;
   21.14 -
   21.15 -
   21.16 -}
   21.17 -
   21.18 -
   21.19 -
   21.20 -div#texttop
   21.21 -{
   21.22 -position: relative;
   21.23 -top: 0px;
   21.24 -left: 80px;
   21.25 -}
   21.26 -
   21.27 -
   21.28 -div#textbottom
   21.29 -{
   21.30 -position: relative;
   21.31 -top: 0px;
   21.32 -left: 0px;
   21.33 -}
   21.34 -
   21.35 -
   21.36 -div#arrowleft
   21.37 -{
   21.38 -position: absolute;
   21.39 -top: 7px;
   21.40 -left: -65px;
   21.41 -}
   21.42 -
   21.43 -div#arrowright
   21.44 -{
   21.45 -position: absolute;
   21.46 -top: 8px;
   21.47 -left: 125px;
   21.48 -
   21.49 -}
   21.50 -
   21.51 -
   21.52 -
   21.53 -div#innertri
   21.54 -{
   21.55 -width:55%;
   21.56 -position:relative;
   21.57 -top:0;
   21.58 -left:0%;
   21.59 -
   21.60 -margin-left:auto;
   21.61 -margin-right:auto;
   21.62 -
   21.63 -
   21.64 -padding-top: 10px;
   21.65 -padding-left: 20px;
   21.66 -padding-right: 10px;
   21.67 -padding-bottom: 10px;
   21.68 -background-color: #000000;
   21.69 -
   21.70 -border-style:solid;
   21.71 -border-color:#ffffff;
   21.72 -border-width:1px;
   21.73 -
   21.74 -}
   21.75 -
   21.76 -
   21.77 -
   21.78 -
   21.79 -
   21.80 -div.texttext
   21.81 -{
   21.82 -padding-top: 12px;
   21.83 -}
   21.84 -
   21.85 -
   21.86 -
   21.87 -
   21.88 -
   21.89 -div#wtf
   21.90 -{
   21.91 -padding:5px;
   21.92 -border-style:solid;
   21.93 -border-color:#79797b;
   21.94 -border-width:1px;
   21.95 -}
   21.96 -
   21.97 -
   21.98 -
   21.99 -h1 
  21.100 -{
  21.101 -
  21.102 -color: white;
  21.103 -background-color:#000000;
  21.104 -text-align: center;
  21.105 -font: bold 32px "arial", "sans-serif";
  21.106 -
  21.107 -}
  21.108  
  21.109  div#whole
  21.110  {
  21.111 @@ -109,45 +6,14 @@
  21.112    margin-top:25px;
  21.113    margin-left: auto ;
  21.114    margin-right: auto ;
  21.115 -	clear: right;
  21.116 -	
  21.117 -	
  21.118 -/*
  21.119 -padding:2px;
  21.120 -border-style:solid;
  21.121 -border-color:#79797b;
  21.122 -border-width:1px;
  21.123 -*/
  21.124 +  clear: right;
  21.125  }
  21.126  
  21.127  
  21.128           
  21.129 -div#i_materials
  21.130 -{
  21.131  
  21.132 -display: none;
  21.133 -padding:5px;
  21.134 -border-style:solid;
  21.135 -border-color:#79797b;
  21.136 -border-width:1px;
  21.137  
  21.138 -width:auto;
  21.139 -float:left;
  21.140 -
  21.141 -/*position:absolute;
  21.142 -left:15px;
  21.143 -top:80px;*/
  21.144 -background-color:#000000;
  21.145 -
  21.146 -}
  21.147 -
  21.148 -
  21.149 -div#templates
  21.150 -{
  21.151 -	
  21.152 -margin-bottom:	10px;
  21.153 -}
  21.154 -
  21.155 +/* stuff dealing with the templates on the left */
  21.156  
  21.157  
  21.158  div#i_templates
  21.159 @@ -168,31 +34,175 @@
  21.160  width: auto;
  21.161  margin-right: 7px;
  21.162  
  21.163 +}
  21.164  
  21.165 -/*
  21.166 -position:absolute;
  21.167 -left:15px;
  21.168 -bottom:15px;
  21.169 -*/
  21.170 +input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
  21.171 +{
  21.172 +padding:3px;
  21.173 +border-width:1px;
  21.174 +}
  21.175 +
  21.176 +
  21.177 +/*************************************************************************/
  21.178 +
  21.179 +
  21.180 +/* Display in the middle */
  21.181 +
  21.182 +div#centerbox
  21.183 +{
  21.184 +
  21.185 +float:left;
  21.186 +margin-top:0px;
  21.187 +margin-left:10px;
  21.188 +margin-right:10px;
  21.189 +width:515px;
  21.190 +padding:5px;
  21.191 +background-color:#000;
  21.192 +}
  21.193 +
  21.194 +
  21.195 +div#disp_contain
  21.196 +{
  21.197 +position: absolute;
  21.198 +z-index:10;
  21.199 +top:73px;
  21.200  
  21.201  }
  21.202  
  21.203 +div#display 
  21.204 +{
  21.205 +position: absolute;
  21.206 +top:73px;
  21.207 +background-color:#000000;
  21.208 +z-index: 5;
  21.209 +}
  21.210  
  21.211 +div#pokedex
  21.212 +{
  21.213 +position: absolute;
  21.214 +width: 453px;
  21.215 +top: 415px;
  21.216 +padding : 30px;
  21.217 +clear:right;
  21.218 +float:none;
  21.219 +background-color:#000000;
  21.220 +border-style:solid;
  21.221 +border-color:#ffffff;
  21.222 +border-width:1px;
  21.223  
  21.224 -titletron
  21.225 +font: bold 16px "helvetica","arial", "sans-serif";
  21.226 +color: white;
  21.227 +}
  21.228 +
  21.229 +
  21.230 +/*************************************************************************/
  21.231 +
  21.232 +
  21.233 +
  21.234 +
  21.235 +
  21.236 +
  21.237 +
  21.238 +
  21.239 +/* the "input your information form on the right */
  21.240 +
  21.241 +
  21.242 +div#i_inputbox
  21.243  {
  21.244  
  21.245 +padding-left:10px;
  21.246 +padding-top:10px;
  21.247 +padding-right:0px;
  21.248 +border-style:solid;
  21.249 +border-color:#ffffff;
  21.250 +border-width:1px;
  21.251 +padding-bottom:10px;
  21.252  
  21.253 +font: bold 14px "helvetica","arial", "sans-serif";
  21.254 +color: white;
  21.255  
  21.256 +float:left;
  21.257 +width:240px;
  21.258 +clear:right;
  21.259 +margin-left: 7px;
  21.260  
  21.261 +background-color:#000000;
  21.262 +}
  21.263 +         
  21.264 +div.descript
  21.265 +{
  21.266 +font: bold 16px "helvetica","arial", "sans-serif";
  21.267  color: white;
  21.268 -background-color:#00000;
  21.269 +margin-bottom: 15px;
  21.270 +background-color: #000000;
  21.271 +}
  21.272  
  21.273 -font: bold 32px "arial", "sans-serif";
  21.274  
  21.275 +/*************************************************************************/
  21.276 +
  21.277 +
  21.278 +
  21.279 +/* try to make teh copyright appear correctly on the bottom*/
  21.280 +
  21.281 +
  21.282 +div#copyright
  21.283 +{
  21.284 +position:relative;
  21.285 +font: bold 16px "helvetica","arial", "sans-serif";
  21.286 +color: white;
  21.287 +margin-left:auto;
  21.288 +margin-right: auto;
  21.289 +clear:left;
  21.290  
  21.291  }
  21.292  
  21.293 +/*************************************************************************/
  21.294 +
  21.295 +
  21.296 +
  21.297 +
  21.298 +h1 
  21.299 +{
  21.300 +padding: 0px;
  21.301 +margin:0px;
  21.302 +margin-bottom: 10px;
  21.303 +color: white;
  21.304 +background-color:#000000;
  21.305 +text-align: center;
  21.306 +font: bold 32px "arial", "sans-serif";
  21.307 +}
  21.308 +
  21.309 +
  21.310 +/*  stuff for the paypal button */
  21.311 +
  21.312 +div#buttoncon
  21.313 +{
  21.314 +position:relative;
  21.315 +}
  21.316 +
  21.317 +
  21.318 +div#vanish
  21.319 +{
  21.320 +position:absolute;
  21.321 +top:0px;
  21.322 +left:0px;
  21.323 +z-index:2;
  21.324 +}
  21.325 +
  21.326 +div#crush
  21.327 +{
  21.328 +position:relative;
  21.329 +left:8px;
  21.330 +top:0px;
  21.331 +z-index:1;
  21.332 +}
  21.333 +
  21.334 +/* end paypal button stuff */
  21.335 +
  21.336 +
  21.337 +/*stupid stuff for the headers and whatnot */
  21.338 +
  21.339 +
  21.340  div.ttyl
  21.341  {
  21.342  padding-top: 0px;
  21.343 @@ -213,215 +223,40 @@
  21.344  }
  21.345  
  21.346  
  21.347 -div#centerbox
  21.348 +
  21.349 +titletron
  21.350  {
  21.351 -float:left;
  21.352 -margin-top:-10px;
  21.353 -margin-left:10px;
  21.354 -margin-right:10px;
  21.355 -width:515px;
  21.356 +color: white;
  21.357 +background-color:#00000;
  21.358 +font: bold 32px "arial", "sans-serif";
  21.359 +}
  21.360 +
  21.361 +
  21.362 +
  21.363 +
  21.364 +/* end stupid header stuff  */
  21.365 +
  21.366 +div#i_materials
  21.367 +{
  21.368 +
  21.369 +display: none;
  21.370  padding:5px;
  21.371 -background-color:#000;
  21.372 -/*
  21.373  border-style:solid;
  21.374  border-color:#79797b;
  21.375  border-width:1px;
  21.376 -margin:10px;
  21.377 -*/
  21.378 -}
  21.379  
  21.380 -
  21.381 -div#disp_contain
  21.382 -{position: relative;z-index:10;}
  21.383 -
  21.384 -div#display 
  21.385 -{
  21.386 -position: relative;
  21.387 -top: -325px;
  21.388 -background-color:#000000;
  21.389 -z-index: 5;
  21.390 -}
  21.391 -
  21.392 -
  21.393 -
  21.394 -
  21.395 -
  21.396 -
  21.397 -input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr
  21.398 -{
  21.399 -padding:3px;
  21.400 -/*#border-style:solid;
  21.401 -#border-color:#79797b;*/
  21.402 -border-width:1px;
  21.403 -}
  21.404 -
  21.405 -
  21.406 -div#i_inputbox
  21.407 -{
  21.408 -
  21.409 -padding-left:10px;
  21.410 -padding-top:10px;
  21.411 -padding-right:0px;
  21.412 -border-style:solid;
  21.413 -border-color:#ffffff;
  21.414 -border-width:1px;
  21.415 -padding-bottom:10px;
  21.416 -
  21.417 -font: bold 14px "helvetica","arial", "sans-serif";
  21.418 -color: white;
  21.419 -
  21.420 +width:auto;
  21.421  float:left;
  21.422 -width:240px;
  21.423 -clear:right;
  21.424 -margin-left: 7px;
  21.425 -/*
  21.426 -position:absolute;
  21.427 -left:1260px;
  21.428 -top:80px;
  21.429 -*/
  21.430  
  21.431  background-color:#000000;
  21.432 -}
  21.433 -         
  21.434 -div.descript
  21.435 -{
  21.436 -
  21.437 -
  21.438 -font: bold 16px "helvetica","arial", "sans-serif";
  21.439 -color: white;
  21.440 -margin-bottom: 10px;
  21.441 -background-color: #000000;
  21.442  
  21.443  }
  21.444  
  21.445  
  21.446  
  21.447 -div#pokedex
  21.448 -{
  21.449 -position: relative;
  21.450 -top: -334px;
  21.451 -padding : 30px;
  21.452 -clear:right;
  21.453 -float:none;
  21.454 -background-color:#000000;
  21.455 -border-style:solid;
  21.456 -border-color:#ffffff;
  21.457 -border-width:1px;
  21.458  
  21.459  
  21.460  
  21.461 -font: bold 16px "helvetica","arial", "sans-serif";
  21.462 -color: white;
  21.463 -}
  21.464  
  21.465 -div#garbage
  21.466 -{
  21.467  
  21.468 -float:left;
  21.469 -width:1000px;
  21.470  
  21.471 -}
  21.472 -
  21.473 -div#copyright
  21.474 -{
  21.475 -position:relative;
  21.476 -font: bold 16px "helvetica","arial", "sans-serif";
  21.477 -color: white;
  21.478 -margin-left:auto;
  21.479 -margin-right: auto;
  21.480 -clear:left;
  21.481 -
  21.482 -}
  21.483 -
  21.484 -
  21.485 -
  21.486 -div#buttoncon
  21.487 -{
  21.488 -position:relative;
  21.489 -
  21.490 -}
  21.491 -
  21.492 -
  21.493 -div#vanish
  21.494 -{
  21.495 -position:absolute;
  21.496 -top:0px;
  21.497 -left:0px;
  21.498 -z-index:2;
  21.499 -}
  21.500 -
  21.501 -div#crush
  21.502 -{
  21.503 -position:relative;
  21.504 -left:8px;
  21.505 -top:0px;
  21.506 -z-index:1;
  21.507 -}
  21.508 -
  21.509 -
  21.510 -
  21.511 -h1
  21.512 -
  21.513 -{
  21.514 -padding: 0px;
  21.515 -margin:0px;
  21.516 -margin-bottom: 10px;
  21.517 -}
  21.518 -
  21.519 -div#inputbox
  21.520 -{
  21.521 -
  21.522 -clear:right;
  21.523 -
  21.524 -}
  21.525 -
  21.526 -
  21.527 -/*  
  21.528 -Sticky Footer Solution
  21.529 -by Steve Hatcher 
  21.530 -http://stever.ca
  21.531 -http://www.cssstickyfooter.com
  21.532 -*/
  21.533 -
  21.534 -* {margin:0;padding:0;} 
  21.535 -
  21.536 -/* must declare 0 margins on everything, also for main layout components use padding, not 
  21.537 -vertical margins (top and bottom) to add spacing, else those margins get added to total height 
  21.538 -and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */
  21.539 -
  21.540 -html, body, #wrap {height: 100%;}
  21.541 -
  21.542 -body > #wrap {height: auto; min-height: 100%;}
  21.543 -
  21.544 -#main {padding-bottom: 150px;}  /* must be same height as the footer */
  21.545 -
  21.546 -#footer {position: relative;
  21.547 -font: bold 16px "helvetica","arial", "sans-serif";
  21.548 -color: white;
  21.549 -	margin-top: -150px; /* negative value of footer height */
  21.550 -	height: 150px;
  21.551 -	clear:both;} 
  21.552 -
  21.553 -/* CLEAR FIX*/
  21.554 -.clearfix:after {content: ".";
  21.555 -	display: block;
  21.556 -	height: 0;
  21.557 -	clear: both;
  21.558 -	visibility: hidden;}
  21.559 -.clearfix {display: inline-block;}
  21.560 -/* Hides from IE-mac \*/
  21.561 -* html .clearfix { height: 1%;}
  21.562 -.clearfix {display: block;}
  21.563 -/* End hide from IE-mac */
  21.564 -
  21.565 -/*stuff to make the containing divs actually contain the stuff they contain.*/
  21.566 -
  21.567 -    .clearfix:after {
  21.568 -        content: ".";
  21.569 -        display: block;
  21.570 -        height: 0;
  21.571 -        clear: both;
  21.572 -        visibility: hidden;
  21.573 -    }
  21.574 -
  21.575 -    * html .clearfix {height: 1%;}
    22.1 --- a/top_menu.include	Mon Jan 18 10:59:41 2010 -0500
    22.2 +++ b/top_menu.include	Mon Jan 18 15:31:33 2010 -0500
    22.3 @@ -4,12 +4,11 @@
    22.4  	<ul>
    22.5  		<li><a href="./index.php" id ="hom" onmouseover="document.but.src='images/or_sm.jpg'">Home</a></li>
    22.6  
    22.7 -		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'">Order</a></li>
    22.8 +<li><a href="./about.php" id = "about" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
    22.9 +		<li><a href="./buy.pl" id = "buy" onmouseover="document.but.src='images/gr_sm.jpg'">Design Studio</a></li>
   22.10 +
   22.11  
   22.12  		<li><a href="./contact.php" id = "contact" onmouseover="document.but.src='images/or_sm.jpg'">Contact</a></li>
   22.13 -
   22.14 -		<li><a href="./about.php" id = "about" onmouseover="document.but.src='images/bl_sm.jpg'">About</a></li>
   22.15 -
   22.16  	</ul>
   22.17  </div>
   22.18  </div>