tipuesearch.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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: 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: 31px;
  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: 12px/1.7 'open sans', sans-serif;
  63. color: #333;
  64. padding: 13px 0;
  65. }
  66. .tipue_search_content_loc
  67. {
  68. font: 300 13px/1.7 'open sans', sans-serif;
  69. overflow: auto;
  70. }
  71. .tipue_search_content_loc a
  72. {
  73. color: #555;
  74. text-decoration: none;
  75. }
  76. .tipue_search_content_loc a:hover
  77. {
  78. padding-bottom: 1px;
  79. border-bottom: 1px solid #ccc;
  80. }
  81. #tipue_search_foot
  82. {
  83. margin: 51px 0 21px 0;
  84. }
  85. #tipue_search_foot_boxes
  86. {
  87. padding: 0;
  88. margin: 0;
  89. font: 12px/1 'open sans', sans-serif;
  90. }
  91. #tipue_search_foot_boxes li
  92. {
  93. list-style: none;
  94. margin: 0;
  95. padding: 0;
  96. display: inline;
  97. }
  98. #tipue_search_foot_boxes li a
  99. {
  100. padding: 7px 13px 8px 13px;
  101. background-color: #f1f1f1;
  102. border: 1px solid #dcdcdc;
  103. border-radius: 1px;
  104. color: #333;
  105. margin-right: 7px;
  106. text-decoration: none;
  107. text-align: center;
  108. }
  109. #tipue_search_foot_boxes li.current
  110. {
  111. padding: 7px 13px 8px 13px;
  112. background: #fff;
  113. border: 1px solid #dcdcdc;
  114. border-radius: 1px;
  115. color: #333;
  116. margin-right: 7px;
  117. text-align: center;
  118. }
  119. #tipue_search_foot_boxes li a:hover
  120. {
  121. border: 1px solid #ccc;
  122. background-color: #f3f3f3;
  123. }