tipuesearch.css 2.4 KB

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