# HG changeset patch # User rlm # Date 1262497596 18000 # Node ID cf8ca6cde192dc86f6e5a49c0ccce77d482a99cc # Parent 2f537455ebf773f4f6f28df56bb5d641b71b1ba5 [svn r20] diff -r 2f537455ebf7 -r cf8ca6cde192 buy.html --- a/buy.html Sun Jan 03 00:26:19 2010 -0500 +++ b/buy.html Sun Jan 03 00:46:36 2010 -0500 @@ -15,29 +15,29 @@ PERL-REPLACE::TOP_MENU +
+
+PERL-REPLACE::MATERIALS +
+
+PERL-REPLACE::TEMPLATES +
+
+
-
PERL-REPLACE::TEMPLATES
-
PERL-REPLACE::DISPLAY
+
+
-
PERL-REPLACE::INPUTBOX
- - - - - - -
-
PERL-REPLACE::MATERIALS
- - +
+
diff -r 2f537455ebf7 -r cf8ca6cde192 sexy.css --- a/sexy.css Sun Jan 03 00:26:19 2010 -0500 +++ b/sexy.css Sun Jan 03 00:46:36 2010 -0500 @@ -1,17 +1,48 @@ +h1 +{ +font-size:; +color: white; +background-color:#000000; +text-align: center; +font: bold 32px "arial", "sans-serif"; + +} + +div.whole +{ + width: 1200px ; + margin-left: auto ; + margin-right: auto ; + margin-top:25px; + margin-bottom:15px; + +} -div#templates + +div#i_materials { - float: left; - width: 34%; - margin-left: 33%; - display: inline; +display: none; +padding:5px; +border-style:solid; +border-color:#79797b; +border-width:1px; +width:auto; +float:left; +margin:15px; +/*position:absolute; +left:15px; +top:80px;*/ +background-color:#000000; - - +} + +div#i_templates +{ +font-size:; color: white; background-color:#000000; text-align: left; @@ -22,64 +53,37 @@ border-color:#79797b; border-width:1px; +float: left; +width: auto; + + + +/* +position:absolute; +left:15px; +bottom:15px; +*/ + } div#display { - float: left; - width: 33%; - margin-left: -67%; - display: inline; - +float:left; +margin-top:-5px; +margin-left:10px; +margin-right:10px; +/* +position:absolute; +left:200px; +top:80px; +*/ background-color:#FEE2F9; } - - -div#inputbox -{ - float: left; - width: 33%; - display: inline; - - -font: bold 14px "helvetica","arial", "sans-serif"; -color: white; -background-color:#000000; -} - - - - - - - - - - - - - - - - - - - -div#i_inputbox -{ -padding:7px; -border-style:solid; -border-color:#79797b; -border-width:1px; -} - - - input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr { padding:3px; @@ -89,11 +93,29 @@ } +div#i_inputbox +{ +padding:10px; +border-style:solid; +border-color:#79797b; +border-width:1px; -div#materials -{ -display: none; -} +font: bold 14px "helvetica","arial", "sans-serif"; +color: white; + +float:left; +width:280px; + + +/* +position:absolute; +left:1260px; +top:80px; +*/ + +background-color:#000000; +} + div#pokedex { @@ -104,3 +126,6 @@ } + + +