34 lines
772 B
Plaintext
34 lines
772 B
Plaintext
<style>
|
|
#search{border-radius: 5px; margin:10px;margin-top:25px;}
|
|
input {
|
|
border:none;
|
|
-webkit-border-radius:5px;
|
|
-moz-border-radius:5px;
|
|
border-radius:5px;
|
|
-webkit-box-shadow:0 0 5px #666 inset;
|
|
-moz-box-shadow:0 0 5px #666 inset;
|
|
box-shadow:0 0 5px #666 inset;
|
|
height:15px;
|
|
line-height:25px;
|
|
width:200px;
|
|
text-indent:5px;
|
|
}
|
|
#eric {
|
|
font: 15px Tahoma, Helvetica, Arial, Sans-Serif;
|
|
text-align: center;
|
|
color: #222;
|
|
text-shadow: 0px 1px 1px #555;
|
|
}
|
|
</style>
|
|
<center>
|
|
<form id="search">
|
|
<img src="desktop_widgets/4fa78140c88514014d7c59be/img/google_64.png" style='margin-right:10px;'><br />
|
|
<input id="googlesearch">
|
|
<input type="submit" style="display:none;">
|
|
<br>
|
|
<span id="eric">Powered by Eric</span>
|
|
</form>
|
|
</center>
|
|
<script>
|
|
search();
|
|
</script> |