tipuesearch.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. /*
  2. Tipue Search 3.0.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_content
  8. {
  9. clear: left;
  10. max-width: 650px;
  11. padding: 25px 0 13px 0;
  12. margin: 0;
  13. }
  14. #tipue_search_loading
  15. {
  16. padding-top: 60px;
  17. background: #fff url('img/loader.gif') no-repeat left;
  18. }
  19. #tipue_search_warning_head
  20. {
  21. font: 300 16px/1.6 'open sans', sans-serif;
  22. color: #333;
  23. }
  24. #tipue_search_warning
  25. {
  26. font: 12px/1.6 'open sans', sans-serif;
  27. color: #333;
  28. margin: 7px 0;
  29. }
  30. #tipue_search_warning a
  31. {
  32. color: #3f72d8;
  33. text-decoration: none;
  34. }
  35. #tipue_search_warning a:hover
  36. {
  37. padding-bottom: 1px;
  38. border-bottom: 1px solid #ccc;
  39. }
  40. #tipue_search_results_count
  41. {
  42. color:darkred;
  43. padding: 5px 5px 15px 5px;
  44. margin: 20px 0px 20px 0px;
  45. border-bottom: 1px solid rgb(143, 134, 134);
  46. font-size: 3em;
  47. font-family: Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  48. font-weight:normal;
  49. }
  50. .tipue_search_content_title
  51. {
  52. font: 300 23px/1.6 'open sans', sans-serif;
  53. margin-top: 31px;
  54. }
  55. .tipue_search_content_title a
  56. {
  57. color: #3f72d8;
  58. text-decoration: none;
  59. }
  60. .tipue_search_content_title a:hover
  61. {
  62. padding-bottom: 1px;
  63. border-bottom: 1px solid #ccc;
  64. }
  65. .tipue_search_content_text
  66. {
  67. font: 12px/1.7 'open sans', sans-serif;
  68. color: #333;
  69. padding: 13px 0;
  70. }
  71. .tipue_search_content_loc
  72. {
  73. font: 300 13px/1.7 'open sans', sans-serif;
  74. overflow: auto;
  75. }
  76. .tipue_search_content_loc a
  77. {
  78. color: #555;
  79. text-decoration: none;
  80. }
  81. .tipue_search_content_loc a:hover
  82. {
  83. padding-bottom: 1px;
  84. border-bottom: 1px solid #ccc;
  85. }
  86. #tipue_search_foot
  87. {
  88. margin: 51px 0 21px 0;
  89. }
  90. #tipue_search_foot_boxes
  91. {
  92. padding: 0;
  93. margin: 0;
  94. font: 12px/1 'open sans', sans-serif;
  95. }
  96. #tipue_search_foot_boxes li
  97. {
  98. list-style: none;
  99. margin: 0;
  100. padding: 0;
  101. display: inline;
  102. }
  103. #tipue_search_foot_boxes li a
  104. {
  105. padding: 7px 13px 8px 13px;
  106. background-color: #f1f1f1;
  107. border: 1px solid #dcdcdc;
  108. border-radius: 1px;
  109. color: #333;
  110. margin-right: 7px;
  111. text-decoration: none;
  112. text-align: center;
  113. }
  114. #tipue_search_foot_boxes li.current
  115. {
  116. padding: 7px 13px 8px 13px;
  117. background: #fff;
  118. border: 1px solid #dcdcdc;
  119. border-radius: 1px;
  120. color: #333;
  121. margin-right: 7px;
  122. text-align: center;
  123. }
  124. #tipue_search_foot_boxes li a:hover
  125. {
  126. border: 1px solid #ccc;
  127. background-color: #f3f3f3;
  128. }