tipuesearch.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. /*
  2. Tipue Search 6.1
  3. Copyright (c) 2017 Tipue
  4. Tipue Search is released under the MIT License
  5. http://www.tipue.com/search
  6. */
  7. /* fonts */
  8. #tipue_search_input, #tipue_search_foot_boxes
  9. {
  10. font: 300 14px/1 Roboto, sans-serif;
  11. }
  12. #tipue_search_results_count, #tipue_search_warning, .tipue_search_content_url, .tipue_search_content_debug, .tipue_search_related_text
  13. {
  14. font: 300 14px/1.7 Roboto, sans-serif;
  15. }
  16. .tipue_search_content_title
  17. {
  18. font: 100 26px/1.7 Roboto, sans-serif;
  19. }
  20. .tipue_search_content_text, .tipue_search_related_title
  21. {
  22. font: 300 15px/1.7 Roboto, sans-serif;
  23. }
  24. .tipue_search_content_bold, .tipue_search_related_bold
  25. {
  26. font-weight: 400;
  27. }
  28. /* search box */
  29. #tipue_search_input
  30. {
  31. color: #333;
  32. width: 100%;
  33. max-width: 100%;
  34. padding: 17px;
  35. border: 1px solid #e3e3e3;
  36. border-radius: 0;
  37. -moz-appearance: none;
  38. -webkit-appearance: none;
  39. box-shadow: none;
  40. outline: 0;
  41. margin: 0;
  42. }
  43. .tipue_search_icon
  44. {
  45. width: 55px;
  46. height: 55px;
  47. }
  48. .tipue_search_left
  49. {
  50. float: left;
  51. padding: 0 0 0 0;
  52. }
  53. .tipue_search_right
  54. {
  55. float: left;
  56. width: calc(100% - 65px);
  57. max-width: calc(100% - 65px);
  58. }
  59. /* search results */
  60. #tipue_search_content
  61. {
  62. max-width: 750px;
  63. padding-top: 15px;
  64. margin: 0;
  65. }
  66. #tipue_search_results_count
  67. {
  68. color: #333;
  69. }
  70. #tipue_search_warning
  71. {
  72. color: #333;
  73. margin: 7px 0;
  74. }
  75. #tipue_search_warning a
  76. {
  77. color: #5396ea;
  78. text-decoration: none;
  79. }
  80. #tipue_search_warning a:hover
  81. {
  82. color: #555;
  83. }
  84. .tipue_search_content_title
  85. {
  86. color: #666;
  87. margin-top: 21px;
  88. }
  89. .tipue_search_content_title a
  90. {
  91. color: #666;
  92. text-decoration: none;
  93. }
  94. .tipue_search_content_title a:hover
  95. {
  96. color: #666;
  97. }
  98. .tipue_search_content_url
  99. {
  100. word-wrap: break-word;
  101. hyphens: auto;
  102. }
  103. .tipue_search_content_url a, .tipue_search_related_text a
  104. {
  105. color: #5396ea;
  106. text-decoration: none;
  107. }
  108. .tipue_search_content_url a:hover, .tipue_search_related_text a:hover, .tipue_search_related_before, .tipue_search_related_after
  109. {
  110. color: #555;
  111. }
  112. .tipue_search_content_text
  113. {
  114. color: #333;
  115. word-wrap: break-word;
  116. hyphens: auto;
  117. margin-top: 5px;
  118. }
  119. .tipue_search_content_bold
  120. {
  121. color: #333;
  122. }
  123. .tipue_search_content_debug
  124. {
  125. color: #333;
  126. margin: 5px 0;
  127. }
  128. .tipue_search_related_title
  129. {
  130. color: #333;
  131. margin: 26px 0 7px 0;
  132. }
  133. .tipue_search_related_cols
  134. {
  135. -webkit-columns: 230px 2;
  136. -moz-columns: 230px 2;
  137. columns: 230px 2;
  138. }
  139. #tipue_search_foot
  140. {
  141. margin: 51px 0 21px 0;
  142. }
  143. #tipue_search_foot_boxes
  144. {
  145. padding: 0;
  146. margin: 0;
  147. cursor: pointer;
  148. }
  149. #tipue_search_foot_boxes li
  150. {
  151. list-style: none;
  152. margin: 0;
  153. padding: 0;
  154. display: inline;
  155. }
  156. #tipue_search_foot_boxes li a
  157. {
  158. padding: 10px 17px 11px 17px;
  159. background-color: #fff;
  160. border: 1px solid #e3e3e3;
  161. border-radius: 1px;
  162. color: #333;
  163. margin-right: 7px;
  164. text-decoration: none;
  165. text-align: center;
  166. }
  167. #tipue_search_foot_boxes li.current
  168. {
  169. padding: 10px 17px 11px 17px;
  170. background: #f6f6f6;
  171. border: 1px solid #e3e3e3;
  172. border-radius: 1px;
  173. color: #333;
  174. margin-right: 7px;
  175. text-align: center;
  176. }
  177. #tipue_search_foot_boxes li a:hover
  178. {
  179. background: #f6f6f6;
  180. }
  181. /* spinner */
  182. .tipue_search_spinner
  183. {
  184. width: 50px;
  185. height: 28px;
  186. }
  187. .tipue_search_spinner > div
  188. {
  189. background-color: #e3e3e3;
  190. height: 100%;
  191. width: 2px;
  192. display: inline-block;
  193. margin-right: 2px;
  194. -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  195. animation: stretchdelay 1.2s infinite ease-in-out;
  196. }
  197. .tipue_search_spinner .tipue_search_rect2
  198. {
  199. -webkit-animation-delay: -1.1s;
  200. animation-delay: -1.1s;
  201. }
  202. .tipue_search_spinner .tipue_search_rect3
  203. {
  204. -webkit-animation-delay: -1.0s;
  205. animation-delay: -1.0s;
  206. }
  207. @-webkit-keyframes stretchdelay
  208. {
  209. 0%, 40%, 100%
  210. {
  211. -webkit-transform: scaleY(0.4)
  212. }
  213. 20%
  214. {
  215. -webkit-transform: scaleY(1.0)
  216. }
  217. }
  218. @keyframes stretchdelay
  219. {
  220. 0%, 40%, 100%
  221. {
  222. transform: scaleY(0.4);
  223. -webkit-transform: scaleY(0.4);
  224. }
  225. 20%
  226. {
  227. transform: scaleY(1.0);
  228. -webkit-transform: scaleY(1.0);
  229. }
  230. }