summaryrefslogtreecommitdiff
path: root/static/search
diff options
context:
space:
mode:
Diffstat (limited to 'static/search')
-rwxr-xr-xstatic/search/browser.css21
-rwxr-xr-xstatic/search/browser.html41
-rwxr-xr-xstatic/search/imagesearch.html26
3 files changed, 48 insertions, 40 deletions
diff --git a/static/search/browser.css b/static/search/browser.css
index 44355a6..2383142 100755
--- a/static/search/browser.css
+++ b/static/search/browser.css
@@ -1,11 +1,22 @@
/* pichat.css */
body {
- font-size:13;
- font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
- margin:2%;
-
-}
+ font-size:13;
+ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
+ margin:2%;
+
+ }
+
+ .is-hidden {
+ display: none;
+ }
+
+ .browser-heading {
+ font-size: 30px;
+ text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e;
+ color: #fff;
+ font-weight: bold;
+ }
#rapper{
}
#container {
diff --git a/static/search/browser.html b/static/search/browser.html
index 358a07f..ea499ba 100755
--- a/static/search/browser.html
+++ b/static/search/browser.html
@@ -13,17 +13,14 @@
</head>
<body>
-<div id="ish">
-<form onSubmit="searchImages(); return false;" >
-<div align="left">
-<div style=" font-size:30;
- text-shadow: 1px 1px 1px #000, 2px 3px 1px #f0e;
-color:#fff;
-font-weight:bold;">image search</div>
- <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 id="ish">
+ <form onSubmit="searchImages(); return false;" >
+ <div align="left">
+ <div class="browser-heading">image search</div>
+ <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">
<label>
</label>
@@ -74,16 +71,16 @@ font-weight:bold;">image search</div>
<option value="corbis.com">corbis</option>
<option value="made-in-china.com">made in china</option>
<option value="0" selected>EVERYWHERE</option>
- </select>
- </label>
- <label>
- <input name="showFaces" type="checkbox" onClick="searchImages();">
- Only Faces</label>
- <div style="display:none;">&#x2605;<label> hot shit</label>&#x2605;
- <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
- Always ON</div>
- </td>
- </tr>
+ </select>
+ </label>
+ <label>
+ <input name="showFaces" type="checkbox" onClick="searchImages();">
+ Only Faces</label>
+ <div class="is-hidden">&#x2605;<label> hot shit</label>&#x2605;
+ <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
+ Always ON</div>
+ </td>
+ </tr>
@@ -264,4 +261,4 @@ font-weight:bold;">image search</div>
}
</script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/static/search/imagesearch.html b/static/search/imagesearch.html
index 53bb42f..0d14429 100755
--- a/static/search/imagesearch.html
+++ b/static/search/imagesearch.html
@@ -16,8 +16,8 @@
javascript:CreateDropdownWindow('image search', '680px', true, 'search', 50, 60);" >
- <div style="display:none;"id="search">
- <div id="content" name="content"style="background-image:url(/static/hearts.gif);background-repeat:repeat;height:800;">
+ <div id="search" class="is-hidden">
+ <div id="content" name="content" class="content-hearts">
<form onSubmit="searchImages(); return false;" >
@@ -77,16 +77,16 @@
<option value="corbis.com">corbis</option>
<option value="made-in-china.com">made in china</option>
<option value="0" selected>EVERYWHERE</option>
- </select>
- </label>
- <label>
- <input name="showFaces" type="checkbox" onClick="searchImages();">
- Only Faces</label>
- <div style="display:none;">&#x2605;<label> hot shit</label>&#x2605;
- <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
- Always ON</div>
- </td>
- </tr>
+ </select>
+ </label>
+ <label>
+ <input name="showFaces" type="checkbox" onClick="searchImages();">
+ Only Faces</label>
+ <div class="is-hidden">&#x2605;<label> hot shit</label>&#x2605;
+ <input type="radio" name="safeSearch" id="safeSearch2" value="off" onClick="searchImages();"checked>
+ Always ON</div>
+ </td>
+ </tr>
<tr>
@@ -267,4 +267,4 @@
}
</script>
</body>
-</html> \ No newline at end of file
+</html>