Няма описание

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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. background-color: white;
  15. }
  16. #MSearchBox .left
  17. {
  18. display:block;
  19. position:absolute;
  20. left:10px;
  21. width:20px;
  22. height:19px;
  23. background:url('search_l.png') no-repeat;
  24. background-position:right;
  25. }
  26. #MSearchSelect {
  27. display:block;
  28. position:absolute;
  29. width:20px;
  30. height:19px;
  31. }
  32. .left #MSearchSelect {
  33. left:4px;
  34. }
  35. .right #MSearchSelect {
  36. right:5px;
  37. }
  38. #MSearchField {
  39. display:block;
  40. position:absolute;
  41. height:19px;
  42. background:url('search_m.png') repeat-x;
  43. border:none;
  44. width:111px;
  45. margin-left:20px;
  46. padding-left:4px;
  47. color: #909090;
  48. outline: none;
  49. font: 9pt Arial, Verdana, sans-serif;
  50. }
  51. #FSearchBox #MSearchField {
  52. margin-left:15px;
  53. }
  54. #MSearchBox .right {
  55. display:block;
  56. position:absolute;
  57. right:10px;
  58. top:0px;
  59. width:20px;
  60. height:19px;
  61. background:url('search_r.png') no-repeat;
  62. background-position:left;
  63. }
  64. #MSearchClose {
  65. display: none;
  66. position: absolute;
  67. top: 4px;
  68. background : none;
  69. border: none;
  70. margin: 0px 4px 0px 0px;
  71. padding: 0px 0px;
  72. outline: none;
  73. }
  74. .left #MSearchClose {
  75. left: 6px;
  76. }
  77. .right #MSearchClose {
  78. right: 2px;
  79. }
  80. .MSearchBoxActive #MSearchField {
  81. color: #000000;
  82. }
  83. /*---------------- Search filter selection */
  84. #MSearchSelectWindow {
  85. display: none;
  86. position: absolute;
  87. left: 0; top: 0;
  88. border: 1px solid #90A5CE;
  89. background-color: #F9FAFC;
  90. z-index: 1;
  91. padding-top: 4px;
  92. padding-bottom: 4px;
  93. -moz-border-radius: 4px;
  94. -webkit-border-top-left-radius: 4px;
  95. -webkit-border-top-right-radius: 4px;
  96. -webkit-border-bottom-left-radius: 4px;
  97. -webkit-border-bottom-right-radius: 4px;
  98. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  99. }
  100. .SelectItem {
  101. font: 8pt Arial, Verdana, sans-serif;
  102. padding-left: 2px;
  103. padding-right: 12px;
  104. border: 0px;
  105. }
  106. span.SelectionMark {
  107. margin-right: 4px;
  108. font-family: monospace;
  109. outline-style: none;
  110. text-decoration: none;
  111. }
  112. a.SelectItem {
  113. display: block;
  114. outline-style: none;
  115. color: #000000;
  116. text-decoration: none;
  117. padding-left: 6px;
  118. padding-right: 12px;
  119. }
  120. a.SelectItem:focus,
  121. a.SelectItem:active {
  122. color: #000000;
  123. outline-style: none;
  124. text-decoration: none;
  125. }
  126. a.SelectItem:hover {
  127. color: #FFFFFF;
  128. background-color: #3D578C;
  129. outline-style: none;
  130. text-decoration: none;
  131. cursor: pointer;
  132. display: block;
  133. }
  134. /*---------------- Search results window */
  135. iframe#MSearchResults {
  136. width: 60ex;
  137. height: 15em;
  138. }
  139. #MSearchResultsWindow {
  140. display: none;
  141. position: absolute;
  142. left: 0; top: 0;
  143. border: 1px solid #000;
  144. background-color: #EEF1F7;
  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. }