tipuesearch.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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
  20. {
  21. font: 12px/1.6 'open sans', sans-serif;
  22. color: #333;
  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. padding-bottom: 1px;
  33. border-bottom: 1px solid #ccc;
  34. }
  35. #tipue_search_results_count, #tipue_search_warning_head
  36. {
  37. color:darkred;
  38. padding: 5px 5px 15px 5px;
  39. margin: 20px 0px 20px 0px;
  40. border-bottom: 1px solid rgb(143, 134, 134);
  41. font-size: 3em;
  42. font-family: Baskerville, Garamond, Georgia, "DejaVu Serif", "Times New Roman", Times, serif;
  43. font-weight: normal;
  44. }
  45. .tipue_search_content_title
  46. {
  47. font: 300 23px/1.6 'open sans', 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. padding-bottom: 1px;
  58. border-bottom: 1px solid #ccc;
  59. }
  60. .tipue_search_content_text
  61. {
  62. font-size: 1em;
  63. line-height: 1.6em;
  64. color: #333;
  65. font-variant: normal;
  66. text-transform: none;
  67. padding: 13px 0;
  68. font-family: Scala, Georgia,"DejaVu Serif","Times New Roman",Times,serif;
  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 'open sans', 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. padding-bottom: 1px;
  88. border-bottom: 1px solid #ccc;
  89. }
  90. #tipue_search_foot
  91. {
  92. margin: 51px 0 21px 0;
  93. }
  94. #tipue_search_foot_boxes
  95. {
  96. padding: 0;
  97. margin: 0;
  98. font: 12px/1 'open sans', sans-serif;
  99. }
  100. #tipue_search_foot_boxes li
  101. {
  102. list-style: none;
  103. margin: 0;
  104. padding: 0;
  105. display: inline;
  106. }
  107. #tipue_search_foot_boxes li a
  108. {
  109. padding: 7px 13px 8px 13px;
  110. background-color: #f1f1f1;
  111. border: 1px solid #dcdcdc;
  112. border-radius: 1px;
  113. color: #333;
  114. margin-right: 7px;
  115. text-decoration: none;
  116. text-align: center;
  117. }
  118. #tipue_search_foot_boxes li.current
  119. {
  120. padding: 7px 13px 8px 13px;
  121. background: #fff;
  122. border: 1px solid #dcdcdc;
  123. border-radius: 1px;
  124. color: #333;
  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. }