diff options
Diffstat (limited to 'static/search/browser.html')
| -rwxr-xr-x | static/search/browser.html | 69 |
1 files changed, 29 insertions, 40 deletions
diff --git a/static/search/browser.html b/static/search/browser.html index 99e4710..917294f 100755 --- a/static/search/browser.html +++ b/static/search/browser.html @@ -4,6 +4,8 @@ <title>dump.fm - image search</title> <style type="text/css"> + + <!-- a { font-size: 12px; @@ -29,6 +31,8 @@ a:active { body { font-size:13; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; + margin:50; + } @@ -43,48 +47,35 @@ a:active { width: 1200px; } #description {display:none;width:790px;} - #description div, .post, .result {margin: -px 270px;width:470px;} - #description p > p,#description p {margin:0;line-height:.1;width:600;} - #description img {float:left;margin:0 12px 32px 0;} -table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333}.gsc-trailing-more-results,.gsc-resultsHeader,.gsc-search-box{display:none}.gsc-results{padding-left:20px}#searchControl .gsc-control{width:550px;padding:10px;padding-left:20;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;line-height:.1;}input#q{font:bold 11px Arial,Helvetica,sans-serif;color:#F00;height:2em;padding:3px;border-top:2px solid #999;border-right:2px solid #999;border-bottom:1px solid #999;border-left:1px solid #999;} -#logo{padding-left:20;} -.gsc-control img{ - max-width:500px; - width: expression(this.width > 500 ? 500: true); - max-height:400px; - height: expression(this.width > 500 ? 500: true); - - #submit { + #description div, .post, .result {} + #description p > p,#description p {margin:0;line-height:1;width:800;} + #description img {float:left;margin:0 12px 12px 0;} +table.search{font-family:Verdana,Arial,Helvetica,sans-serif;text-align:left;font-size:11px;color:#333} +.gsc-trailing-more-results,.gsc-resultsHeader, +.gsc-search-box{display:none;} +.gsc-results{padding-left:0px;} +#searchControl +.gsc-control{width:600;height:30;padding:0px;padding-left:0;}select, label{font:bold 11px Arial,Helvetica,sans-serif;color:#003;text-transform:uppercase;margin-right:5px;} +input#q{width:400;height:25px;font:bold Arial,Helvetica,sans-serif;color:#F00;} +input#submit{ - position:absolute; - display:inline-block; - width:120px; -height:35px; -right:0px; + width:100px; +height:28px; font-size:20px; background-image:url(/static/bg-btn-blue.png); -top:15px; text-align:center; z-index:100; cursor:pointer; background-color:#087cff; - border-top-right-radius:10px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topright:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomright:5px; - border-radius:2px; font-size:12px; color:#fff; text-shadow:1px 1px 3px rgba(0,0,0,0.5); } +#logo{padding-left:20;} + +#ish{width:800;} + -#ish{ - top:30%; - left:20%; - width: 300px; -} </style> @@ -101,19 +92,17 @@ top:15px; <div id="ish"> <form onSubmit="searchImages(); return false;" > <div align="left"> - - <tr> - <td colspan="2"><p align="left"><img src="browser.png" width="141" height="64"></p> - - <div align="left"> - <input name="q" type="text" id="q" onChange="searchImages();" size="30%"> + browser tool + + <tr> + <td colspan="2"><br> + <input name="q" type="text" id="q" onChange="searchImages();" size="10%"> <input type="submit" name="submit" id="submit" class="msgSubmit"value="Search Images"> - </div> + <label> </label> - </p> </td> - </tr> - <div align="center"> + </td> + <div align="left"> <div align="left"> <table class="search" width="425" border="0" cellpadding="5" cellspacing="0"> |
