Advertisement
cvndythemes

search box

Mar 3rd, 2020
1,518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <form action="/search" method="get" class="find" name="sform">
  2. <input type="text" name="q" placeholder="search this blog" value="" class="upper"/>
  3. </form>
  4.  
  5. <style>
  6. .find {margin:0px;}
  7.  
  8. .find input {
  9. width:340px;
  10. display:inline-block;
  11. margin:10px 0px 0px 0px;
  12. padding:5px;
  13. border:0px;
  14. outline:0px;
  15. text-align:center;
  16. }
  17.  
  18. .find input[type=text] {color:#000000;}, input::-webkit-input-placeholder, input::-moz-placeholder {color:#6d6d6d;}, input:-moz-placeholder {color:#6d6d6d;}, input:-ms-input-placeholder {color:#6d6d6d;}
  19.  
  20.  
  21. /* ---
  22. TO CHANGE COLORS:
  23.  
  24. #000000 is the text when you type your search
  25. #6d6d6d is the text on the search box "search this blog"
  26.  
  27. --- */
  28.  
  29. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement