tipuesearch.css 2.8 KB

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