tipuesearch.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. color: #555;
  37. }
  38. #tipue_search_warning
  39. {
  40. font: 300 13px/1.6 'Open Sans', sans-serif;
  41. color: #333;
  42. margin: 7px 0;
  43. }
  44. #tipue_search_warning a
  45. {
  46. color: #36c;
  47. font-weight: 300;
  48. text-decoration: none;
  49. }
  50. #tipue_search_warning a:hover
  51. {
  52. color: #333;
  53. }
  54. #tipue_search_results_count
  55. {
  56. font: 300 13px/1.6 'Open Sans', sans-serif;
  57. color: #333;
  58. }
  59. .tipue_search_content_title
  60. {
  61. font: 300 25px/1.7 'Open Sans', sans-serif;
  62. text-rendering: optimizelegibility;
  63. margin-top: 23px;
  64. }
  65. .tipue_search_content_title a
  66. {
  67. color: #333;
  68. text-decoration: none;
  69. }
  70. .tipue_search_content_title a:hover
  71. {
  72. color: #555;
  73. }
  74. .tipue_search_content_url
  75. {
  76. font: 300 13px/1.7 'Open Sans', sans-serif;
  77. word-break: break-all;
  78. word-break: break-word;
  79. -webkit-hyphens: auto;
  80. -moz-hyphens: auto;
  81. hyphens: auto;
  82. }
  83. .tipue_search_content_url a
  84. {
  85. color: #06c;
  86. text-decoration: none;
  87. }
  88. .tipue_search_content_url a:hover
  89. {
  90. color: #333;
  91. }
  92. .tipue_search_content_text
  93. {
  94. font: 300 15px/1.6 'Open Sans', sans-serif;
  95. color: #555;
  96. word-break: break-all;
  97. word-break: break-word;
  98. -webkit-hyphens: auto;
  99. -moz-hyphens: auto;
  100. hyphens: auto;
  101. margin-top: 3px;
  102. }
  103. .h01
  104. {
  105. color: #333;
  106. font-weight: 400;
  107. }
  108. #tipue_search_foot
  109. {
  110. margin: 51px 0 21px 0;
  111. }
  112. #tipue_search_foot_boxes
  113. {
  114. padding: 0;
  115. margin: 0;
  116. font: 12px/1 'Open Sans', sans-serif;
  117. }
  118. #tipue_search_foot_boxes li
  119. {
  120. list-style: none;
  121. margin: 0;
  122. padding: 0;
  123. display: inline;
  124. }
  125. #tipue_search_foot_boxes li a
  126. {
  127. padding: 9px 15px 10px 15px;
  128. background-color: #f1f1f1;
  129. border: 1px solid #dcdcdc;
  130. border-radius: 1px;
  131. color: #333;
  132. margin-right: 7px;
  133. text-decoration: none;
  134. text-align: center;
  135. }
  136. #tipue_search_foot_boxes li.current
  137. {
  138. padding: 9px 15px 10px 15px;
  139. background: #fff;
  140. border: 1px solid #dcdcdc;
  141. border-radius: 1px;
  142. color: #333;
  143. margin-right: 7px;
  144. text-align: center;
  145. }
  146. #tipue_search_foot_boxes li a:hover
  147. {
  148. border: 1px solid #ccc;
  149. background-color: #f3f3f3;
  150. }