tipuesearch.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /*
  2. Tipue Search 4.0
  3. Copyright (c) 2014 Tipue
  4. Tipue Search is released under the MIT License
  5. http://www.tipue.com/search
  6. */
  7. #tipue_search_input
  8. {
  9. font: 13px/1.6 'open sans', sans-serif;
  10. color: #333;
  11. padding: 12px 12px 12px 40px;
  12. width: 170px;
  13. border: 1px solid #e2e2e2;
  14. border-radius: 0;
  15. -moz-appearance: none;
  16. -webkit-appearance: none;
  17. box-shadow: none;
  18. outline: 0;
  19. margin: 0;
  20. background: #fff url('img/search.png') no-repeat 15px 15px;
  21. }
  22. #tipue_search_content
  23. {
  24. max-width: 650px;
  25. padding-top: 15px;
  26. margin: 0;
  27. }
  28. #tipue_search_loading
  29. {
  30. padding-top: 60px;
  31. background: #fff url('img/loader.gif') no-repeat left;
  32. }
  33. #tipue_search_warning_head
  34. {
  35. font: 300 15px/1.6 'Open Sans', sans-serif;
  36. }
  37. #tipue_search_warning
  38. {
  39. font: 300 13px/1.6 'Open Sans', sans-serif;
  40. margin: 7px 0;
  41. }
  42. #tipue_search_warning a
  43. {
  44. font-weight: 300;
  45. text-decoration: none;
  46. }
  47. #tipue_search_warning a:hover
  48. {
  49. }
  50. #tipue_search_results_count
  51. {
  52. font: 300 13px/1.6 'Open Sans', sans-serif;
  53. }
  54. .tipue_search_content_title
  55. {
  56. font: 300 25px/1.7 'Open Sans', sans-serif;
  57. text-rendering: optimizelegibility;
  58. margin-top: 23px;
  59. }
  60. .tipue_search_content_title a
  61. {
  62. text-decoration: none;
  63. }
  64. .tipue_search_content_url
  65. {
  66. font: 300 13px/1.7 'Open Sans', sans-serif;
  67. word-break: break-all;
  68. word-break: break-word;
  69. -webkit-hyphens: auto;
  70. -moz-hyphens: auto;
  71. hyphens: auto;
  72. }
  73. .tipue_search_content_url a
  74. {
  75. text-decoration: none;
  76. }
  77. .tipue_search_content_url a:hover
  78. {
  79. }
  80. .tipue_search_content_text
  81. {
  82. font: 300 15px/1.6 'Open Sans', sans-serif;
  83. word-break: break-all;
  84. word-break: break-word;
  85. -webkit-hyphens: auto;
  86. -moz-hyphens: auto;
  87. hyphens: auto;
  88. margin-top: 3px;
  89. }
  90. .h01
  91. {
  92. font-weight: 400;
  93. }
  94. #tipue_search_foot
  95. {
  96. margin: 51px 0 21px 0;
  97. }
  98. #tipue_search_foot_boxes
  99. {
  100. padding: 0;
  101. margin: 0;
  102. font: 12px/1 'Open Sans', sans-serif;
  103. }
  104. #tipue_search_foot_boxes li
  105. {
  106. list-style: none;
  107. margin: 0;
  108. padding: 0;
  109. display: inline;
  110. }
  111. #tipue_search_foot_boxes li a
  112. {
  113. padding: 9px 15px 10px 15px;
  114. background-color: #f1f1f1;
  115. border: 1px solid #dcdcdc;
  116. border-radius: 1px;
  117. margin-right: 7px;
  118. text-decoration: none;
  119. text-align: center;
  120. }
  121. #tipue_search_foot_boxes li.current
  122. {
  123. padding: 9px 15px 10px 15px;
  124. background: #fff;
  125. border: 1px solid #dcdcdc;
  126. border-radius: 1px;
  127. margin-right: 7px;
  128. text-align: center;
  129. }
  130. #tipue_search_foot_boxes li a:hover
  131. {
  132. border: 1px solid #ccc;
  133. background-color: #f3f3f3;
  134. }