search.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. /*---------------- Search Box */
  2. #FSearchBox {
  3. float: left;
  4. }
  5. #MSearchBox {
  6. white-space : nowrap;
  7. position: absolute;
  8. float: none;
  9. display: inline;
  10. margin-top: 8px;
  11. right: 0px;
  12. width: 170px;
  13. z-index: 102;
  14. }
  15. #MSearchBox .left
  16. {
  17. display:block;
  18. position:absolute;
  19. left:10px;
  20. width:20px;
  21. height:19px;
  22. background:url('search_l.png') no-repeat;
  23. background-position:right;
  24. }
  25. #MSearchSelect {
  26. display:block;
  27. position:absolute;
  28. width:20px;
  29. height:19px;
  30. }
  31. .left #MSearchSelect {
  32. left:4px;
  33. }
  34. .right #MSearchSelect {
  35. right:5px;
  36. }
  37. #MSearchField {
  38. display:block;
  39. position:absolute;
  40. height:19px;
  41. background:url('search_m.png') repeat-x;
  42. border:none;
  43. width:116px;
  44. margin-left:20px;
  45. padding-left:4px;
  46. color: #909090;
  47. outline: none;
  48. font: 9pt Arial, Verdana, sans-serif;
  49. }
  50. #FSearchBox #MSearchField {
  51. margin-left:15px;
  52. }
  53. #MSearchBox .right {
  54. display:block;
  55. position:absolute;
  56. right:10px;
  57. top:0px;
  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: 1;
  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. }
  145. /* ----------------------------------- */
  146. #SRIndex {
  147. clear:both;
  148. padding-bottom: 15px;
  149. }
  150. .SREntry {
  151. font-size: 10pt;
  152. padding-left: 1ex;
  153. }
  154. .SRPage .SREntry {
  155. font-size: 8pt;
  156. padding: 1px 5px;
  157. }
  158. body.SRPage {
  159. margin: 5px 2px;
  160. }
  161. .SRChildren {
  162. padding-left: 3ex; padding-bottom: .5em
  163. }
  164. .SRPage .SRChildren {
  165. display: none;
  166. }
  167. .SRSymbol {
  168. font-weight: bold;
  169. color: #425E97;
  170. font-family: Arial, Verdana, sans-serif;
  171. text-decoration: none;
  172. outline: none;
  173. }
  174. a.SRScope {
  175. display: block;
  176. color: #425E97;
  177. font-family: Arial, Verdana, sans-serif;
  178. text-decoration: none;
  179. outline: none;
  180. }
  181. a.SRSymbol:focus, a.SRSymbol:active,
  182. a.SRScope:focus, a.SRScope:active {
  183. text-decoration: underline;
  184. }
  185. .SRPage .SRStatus {
  186. padding: 2px 5px;
  187. font-size: 8pt;
  188. font-style: italic;
  189. }
  190. .SRResult {
  191. display: none;
  192. }
  193. DIV.searchresults {
  194. margin-left: 10px;
  195. margin-right: 10px;
  196. }