tipuesearch.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. /*
  2. Tipue Search 2.1
  3. Copyright (c) 2013 Tipue
  4. Tipue Search is released under the MIT License
  5. http://www.tipue.com/search
  6. */
  7. em
  8. {
  9. font: inherit;
  10. font-weight: 400;
  11. }
  12. #tipue_search_content
  13. {
  14. clear: left;
  15. max-width: 650px;
  16. padding: 25px 0 13px 0;
  17. margin: 0;
  18. }
  19. #tipue_search_loading
  20. {
  21. padding-top: 60px;
  22. background: #fff url('img/loader.gif') no-repeat left;
  23. }
  24. #tipue_search_warning_head
  25. {
  26. font: 14px/1.5 'open sans', sans-serif;
  27. color: #333;
  28. }
  29. #tipue_search_warning
  30. {
  31. font: 300 14px/1.5 lato, sans-serif;
  32. color: #111;
  33. margin: 13px 0;
  34. }
  35. #tipue_search_warning a
  36. {
  37. color: #36c;
  38. text-decoration: none;
  39. }
  40. #tipue_search_warning a:hover
  41. {
  42. color: #111;
  43. }
  44. #tipue_search_results_count
  45. {
  46. font: 300 14px/1.5 lato, sans-serif;
  47. color: #111;
  48. }
  49. .tipue_search_content_title
  50. {
  51. font: 300 19px/1.5 'open sans', sans-serif;
  52. margin-top: 31px;
  53. }
  54. .tipue_search_content_title a
  55. {
  56. color: #36c;
  57. text-decoration: none;
  58. }
  59. .tipue_search_content_title a:hover
  60. {
  61. color: #333;
  62. }
  63. .tipue_search_content_image_box
  64. {
  65. float: left;
  66. border: 1px solid #f3f3f3;
  67. padding: 13px;
  68. margin: 21px 0 7px 0;
  69. }
  70. .tipue_search_content_image
  71. {
  72. max-width: 110px;
  73. height: auto;
  74. outline: none;
  75. cursor: pointer;
  76. }
  77. #tipue_lightbox
  78. {
  79. display: none;
  80. position: fixed;
  81. top: 0;
  82. left: 0;
  83. width: 100%;
  84. height: 100%;
  85. background: rgba(255, 255, 255, .9);
  86. }
  87. #tipue_lightbox_content
  88. {
  89. margin: 37px auto;
  90. background-color: #fff;
  91. padding: 30px;
  92. border: 1px solid #ccc;
  93. width: 250px;
  94. text-align: center;
  95. box-shadow: 0 1px 2px #eee;
  96. }
  97. #tipue_lightbox img
  98. {
  99. max-width: 200px;
  100. height: auto;
  101. }
  102. #tipue_lightbox_content_title
  103. {
  104. font: 300 14px/1.7 lato, sans-serif;
  105. color: #111;
  106. padding: 17px 25px 0 25px;
  107. width: 200px;
  108. }
  109. #tipue_lightbox_content_link
  110. {
  111. float: left;
  112. width: 30px;
  113. height: 30px;
  114. margin-top: 17px;
  115. background: #fff url('img/link.png') no-repeat center;
  116. }
  117. #tipue_lightbox_content_expand
  118. {
  119. float: left;
  120. width: 30px;
  121. height: 30px;
  122. margin: 17px 0 0 3px;
  123. background: #fff url('img/expand.png') no-repeat center;
  124. }
  125. #tipue_lightbox_content_link:hover, #tipue_lightbox_content_expand:hover
  126. {
  127. background-color: #f3f3f3;
  128. }
  129. .tipue_search_content_text
  130. {
  131. font: 300 14px/1.7 lato, sans-serif;
  132. color: #111;
  133. padding: 13px 0;
  134. }
  135. .tipue_search_content_loc
  136. {
  137. font: 300 14px/1.5 lato, sans-serif;
  138. color: #111;
  139. }
  140. .tipue_search_content_loc a
  141. {
  142. color: #555;
  143. text-decoration: none;
  144. }
  145. .tipue_search_content_loc a:hover
  146. {
  147. padding-bottom: 1px;
  148. border-bottom: 1px solid #ccc;
  149. }
  150. #tipue_search_foot
  151. {
  152. margin: 47px 0 31px 0;
  153. }
  154. #tipue_search_foot_boxes
  155. {
  156. padding: 0;
  157. margin: 0;
  158. font: 12px/1 'open sans', sans-serif;
  159. }
  160. #tipue_search_foot_boxes li
  161. {
  162. list-style: none;
  163. margin: 0;
  164. padding: 0;
  165. display: inline;
  166. }
  167. #tipue_search_foot_boxes li a
  168. {
  169. padding: 7px 10px 8px 10px;
  170. background-color: #f5f5f5;
  171. background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
  172. background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
  173. background: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
  174. background: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
  175. background: linear-gradient(top, #f7f7f7, #f1f1f1);
  176. border: 1px solid #dcdcdc;
  177. border-radius: 2px;
  178. color: #333;
  179. margin-right: 7px;
  180. text-decoration: none;
  181. text-align: center;
  182. }
  183. #tipue_search_foot_boxes li.current
  184. {
  185. padding: 7px 10px 8px 10px;
  186. background: #fff;
  187. border: 1px solid #dcdcdc;
  188. border-radius: 2px;
  189. color: #333;
  190. margin-right: 7px;
  191. text-align: center;
  192. }
  193. #tipue_search_foot_boxes li a:hover
  194. {
  195. border: 1px solid #c3c3c3;
  196. box-shadow: 1px 1px 2px #e3e3e3;
  197. }