sexycullen

gaytreks

Feb 9th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <!----- search ---->
  2.  
  3. <script>
  4. $(document).ready(function(){
  5. $('.search').submit(function(event){
  6. var value = $('input:first').val();
  7. location.replace('http://{Name}.tumblr.com/tagged/' + value);
  8. });
  9. });
  10. </script>
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. .search .query {
  22. width:245px;
  23. border: 0;
  24. outline: 0;
  25. text-align:center;
  26. font-size: {text:Body Font Size};
  27. font-family: {text:Body Font};
  28. color:{color:Text};
  29. background-color: transparent;
  30. text-transform:uppercase;
  31. }
  32.  
  33. input:focus::-webkit-input-placeholder {color: transparent; }
  34. input:focus:-moz-placeholder {color: transparent;}
  35. input:focus::-moz-placeholder {color: transparent;}
  36. input:focus:-ms-input-placeholder { color: transparent;}
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. <form class="search" action="javascript:return false">
  47. <input type="text" class="query" placeholder="search tags">
  48. </form>
Advertisement
Add Comment
Please, Sign In to add comment