search.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. /*---------------- Search Box */
  2. #FSearchBox {
  3. float: left;
  4. }
  5. #MSearchBox {
  6. white-space : nowrap;
  7. float: none;
  8. margin-top: 8px;
  9. right: 0px;
  10. width: 170px;
  11. height: 24px;
  12. z-index: 102;
  13. }
  14. #MSearchBox .left
  15. {
  16. display:block;
  17. position:absolute;
  18. left:10px;
  19. width:20px;
  20. height:19px;
  21. background:url('search_l.png') no-repeat;
  22. background-position:right;
  23. }
  24. #MSearchSelect {
  25. display:block;
  26. position:absolute;
  27. width:20px;
  28. height:19px;
  29. }
  30. .left #MSearchSelect {
  31. left:4px;
  32. }
  33. .right #MSearchSelect {
  34. right:5px;
  35. }
  36. #MSearchField {
  37. display:block;
  38. position:absolute;
  39. height:19px;
  40. background:url('search_m.png') repeat-x;
  41. border:none;
  42. width:115px;
  43. margin-left:20px;
  44. padding-left:4px;
  45. color: #909090;
  46. outline: none;
  47. font: 9pt Arial, Verdana, sans-serif;
  48. -webkit-border-radius: 0px;
  49. }
  50. #FSearchBox #MSearchField {
  51. margin-left:15px;
  52. }
  53. #MSearchBox .right {
  54. display:block;
  55. position:absolute;
  56. right:10px;
  57. top:8px;
  58. width:20px;
  59. height:19px;
  60. background:url('search_r.png') no-repeat;
  61. background-position:left;
  62. }
  63. #MSearchClose {
  64. display: none;
  65. position: absolute;
  66. top: 4px;
  67. background : none;
  68. border: none;
  69. margin: 0px 4px 0px 0px;
  70. padding: 0px 0px;
  71. outline: none;
  72. }
  73. .left #MSearchClose {
  74. left: 6px;
  75. }
  76. .right #MSearchClose {
  77. right: 2px;
  78. }
  79. .MSearchBoxActive #MSearchField {
  80. color: #000000;
  81. }
  82. /*---------------- Search filter selection */
  83. #MSearchSelectWindow {
  84. display: none;
  85. position: absolute;
  86. left: 0; top: 0;
  87. border: 1px solid #90A5CE;
  88. background-color: #F9FAFC;
  89. z-index: 10001;
  90. padding-top: 4px;
  91. padding-bottom: 4px;
  92. -moz-border-radius: 4px;
  93. -webkit-border-top-left-radius: 4px;
  94. -webkit-border-top-right-radius: 4px;
  95. -webkit-border-bottom-left-radius: 4px;
  96. -webkit-border-bottom-right-radius: 4px;
  97. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  98. }
  99. .SelectItem {
  100. font: 8pt Arial, Verdana, sans-serif;
  101. padding-left: 2px;
  102. padding-right: 12px;
  103. border: 0px;
  104. }
  105. span.SelectionMark {
  106. margin-right: 4px;
  107. font-family: monospace;
  108. outline-style: none;
  109. text-decoration: none;
  110. }
  111. a.SelectItem {
  112. display: block;
  113. outline-style: none;
  114. color: #000000;
  115. text-decoration: none;
  116. padding-left: 6px;
  117. padding-right: 12px;
  118. }
  119. a.SelectItem:focus,
  120. a.SelectItem:active {
  121. color: #000000;
  122. outline-style: none;
  123. text-decoration: none;
  124. }
  125. a.SelectItem:hover {
  126. color: #FFFFFF;
  127. background-color: #3D578C;
  128. outline-style: none;
  129. text-decoration: none;
  130. cursor: pointer;
  131. display: block;
  132. }
  133. /*---------------- Search results window */
  134. iframe#MSearchResults {
  135. width: 60ex;
  136. height: 15em;
  137. }
  138. #MSearchResultsWindow {
  139. display: none;
  140. position: absolute;
  141. left: 0; top: 0;
  142. border: 1px solid #000;
  143. background-color: #EEF1F7;
  144. z-index:10000;
  145. }
  146. /* ----------------------------------- */
  147. #SRIndex {
  148. clear:both;
  149. padding-bottom: 15px;
  150. }
  151. .SREntry {
  152. font-size: 10pt;
  153. padding-left: 1ex;
  154. }
  155. .SRPage .SREntry {
  156. font-size: 8pt;
  157. padding: 1px 5px;
  158. }
  159. body.SRPage {
  160. margin: 5px 2px;
  161. }
  162. .SRChildren {
  163. padding-left: 3ex; padding-bottom: .5em
  164. }
  165. .SRPage .SRChildren {
  166. display: none;
  167. }
  168. .SRSymbol {
  169. font-weight: bold;
  170. color: #425E97;
  171. font-family: Arial, Verdana, sans-serif;
  172. text-decoration: none;
  173. outline: none;
  174. }
  175. a.SRScope {
  176. display: block;
  177. color: #425E97;
  178. font-family: Arial, Verdana, sans-serif;
  179. text-decoration: none;
  180. outline: none;
  181. }
  182. a.SRSymbol:focus, a.SRSymbol:active,
  183. a.SRScope:focus, a.SRScope:active {
  184. text-decoration: underline;
  185. }
  186. span.SRScope {
  187. padding-left: 4px;
  188. }
  189. .SRPage .SRStatus {
  190. padding: 2px 5px;
  191. font-size: 8pt;
  192. font-style: italic;
  193. }
  194. .SRResult {
  195. display: none;
  196. }
  197. DIV.searchresults {
  198. margin-left: 10px;
  199. margin-right: 10px;
  200. }
  201. /*---------------- External search page results */
  202. .searchresult {
  203. background-color: #F0F3F8;
  204. }
  205. .pages b {
  206. color: white;
  207. padding: 5px 5px 3px 5px;
  208. background-image: url("../tab_a.png");
  209. background-repeat: repeat-x;
  210. text-shadow: 0 1px 1px #000000;
  211. }
  212. .pages {
  213. line-height: 17px;
  214. margin-left: 4px;
  215. text-decoration: none;
  216. }
  217. .hl {
  218. font-weight: bold;
  219. }
  220. #searchresults {
  221. margin-bottom: 20px;
  222. }
  223. .searchpages {
  224. margin-top: 10px;
  225. }