Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----- search ---->
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- .search .query {
- width:245px;
- border: 0;
- outline: 0;
- text-align:center;
- font-size: {text:Body Font Size};
- font-family: {text:Body Font};
- color:{color:Text};
- background-color: transparent;
- text-transform:uppercase;
- }
- input:focus::-webkit-input-placeholder {color: transparent; }
- input:focus:-moz-placeholder {color: transparent;}
- input:focus::-moz-placeholder {color: transparent;}
- input:focus:-ms-input-placeholder { color: transparent;}
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="search tags">
- </form>
Advertisement
Add Comment
Please, Sign In to add comment