shelbstiel

fic search bar: stylize

Mar 18th, 2014
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. .search {
  2. border: solid 1px #5a5a5a;
  3. padding: 2px;
  4. font-family: 'Montserrat', sans-serif;
  5. font-size: 10px;
  6. font-weight: normal;
  7. }
  8.  
  9. .searchtip {
  10. font-size: 10px;
  11. padding-left: 5px;
  12. color: #929292;
  13. }
  14.  
  15. .btn {
  16. color: #5a5a5a;
  17. display: block;
  18. float: left;
  19. cursor: hand;
  20. background-color: #ececec;
  21. margin-right:5px;
  22. padding:5px 10px;
  23. border: solid 1px #5a5a5a;
  24. text-transform: uppercase;
  25. font-size: 10px;
  26. font-family: 'Montserrat', sans-serif;
  27. }
  28.  
  29. .btn:hover {
  30. background-color: #ffffff;
  31. transition: all 0.3s ease-out;
  32. -o-transition: all 0.3s ease-out;
  33. -webkit-transition: all 0.3s ease-out;
  34. -moz-transition: all 0.3s ease-out;
  35. }
  36.  
  37. .list li {
  38. list-style:none;
  39. padding-bottom:5px;
  40. }
  41.  
  42. ul, li {
  43. margin-left: 0;
  44. padding-left: 0;
  45. }
  46.  
  47. p {
  48. padding-left: 5px;
  49. font-size: 12px;
  50. }
  51.  
  52. .filter {
  53. clear: both;
  54. }
  55.  
  56. .rating {
  57. display: none;
  58. }
Advertisement
Add Comment
Please, Sign In to add comment