The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

159 lines
4.4 KiB

  1. <html>
  2. <head>
  3. <title>Lurker's Guide - Search</title>
  4. <map name="toplevel">
  5. <area shape="RECT" coords="0,0,99,23" href="/lurk/universe/intro.html" alt="Universe">
  6. <area shape="RECT" coords="100,0,199,23" href="/lurk/episodes.php" alt="Episodes">
  7. <area shape="RECT" coords="200,0,299,23" href="/lurk/making/creators.html" alt="People">
  8. <area shape="RECT" coords="300,0,399,23" href="/lurk/resources/online.html" alt="Resources">
  9. <area shape="RECT" coords="400,0,499,23" href="/lurk/reference/episodes.html" alt="Encyclopedia">
  10. <area shape="RECT" coords="0,24,499,31" nohref>
  11. </map>
  12. <map name="titlebar">
  13. <area shape="RECT" coords="0,0,370,31" href="/lurk/lurker.html" alt="Home">
  14. <area shape="RECT" coords="371,0,412,31" href="/lurk/search.html" alt="Find">
  15. <area shape="RECT" coords="413,0,454,31" href="/lurk/toc.html" alt="Index">
  16. <area shape="RECT" coords="455,0,499,31" href="/lurk/help.html" alt="Help">
  17. </map>
  18. <style>
  19. #searchbody { margin-left: 3em; margin-right: 3em; }
  20. </style>
  21. </head>
  22. <body>
  23. <p align=center nowrap><nobr><img
  24. align=middle border=0 usemap="#titlebar"
  25. src="/lurk/nav/titlebar-find.gif" width=500 height=32
  26. alt="[Home]">
  27. <br><img
  28. align=top border=0 usemap="#toplevel"
  29. src="/lurk/nav/bar-none.gif" width=500 height=24
  30. alt="">
  31. <div id="searchbody">
  32. <H1>Search the Lurker's Guide</H1>
  33. <p>
  34. Enter your search terms and hit Enter or click the Search button.
  35. </p>
  36. <div id="cse" style="width: 100%;">Loading</div>
  37. <script src="http://www.google.com/jsapi" type="text/javascript"></script>
  38. <script type="text/javascript">
  39. google.load('search', '1', {language : 'en'});
  40. google.setOnLoadCallback(function() {
  41. var customSearchControl = new google.search.CustomSearchControl('014990428883429822707:tkiv7qslcnk');
  42. customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
  43. customSearchControl.draw('cse');
  44. }, true);
  45. </script>
  46. <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
  47. <style type="text/css">
  48. .gsc-control-cse {
  49. font-family: Arial, sans-serif;
  50. border-color: #FFFFFF;
  51. background-color: #FFFFFF;
  52. }
  53. input.gsc-input {
  54. border-color: #BCCDF0;
  55. }
  56. input.gsc-search-button {
  57. border-color: #666666;
  58. background-color: #CECECE;
  59. }
  60. .gsc-tabHeader.gsc-tabhInactive {
  61. border-color: #E9E9E9;
  62. background-color: #E9E9E9;
  63. }
  64. .gsc-tabHeader.gsc-tabhActive {
  65. border-top-color: #FF9900;
  66. border-left-color: #E9E9E9;
  67. border-right-color: #E9E9E9;
  68. background-color: #FFFFFF;
  69. }
  70. .gsc-tabsArea {
  71. border-color: #E9E9E9;
  72. }
  73. .gsc-webResult.gsc-result {
  74. border-color: #FFFFFF;
  75. background-color: #FFFFFF;
  76. }
  77. .gsc-webResult.gsc-result:hover {
  78. border-color: #FFFFFF;
  79. background-color: #FFFFFF;
  80. }
  81. .gs-webResult.gs-result a.gs-title:link,
  82. .gs-webResult.gs-result a.gs-title:link b {
  83. color: #0000CC;
  84. }
  85. .gs-webResult.gs-result a.gs-title:visited,
  86. .gs-webResult.gs-result a.gs-title:visited b {
  87. color: #0000CC;
  88. }
  89. .gs-webResult.gs-result a.gs-title:hover,
  90. .gs-webResult.gs-result a.gs-title:hover b {
  91. color: #0000CC;
  92. }
  93. .gs-webResult.gs-result a.gs-title:active,
  94. .gs-webResult.gs-result a.gs-title:active b {
  95. color: #0000CC;
  96. }
  97. .gsc-cursor-page {
  98. color: #0000CC;
  99. }
  100. a.gsc-trailing-more-results:link {
  101. color: #0000CC;
  102. }
  103. .gs-webResult.gs-result .gs-snippet {
  104. color: #000000;
  105. }
  106. .gs-webResult.gs-result .gs-visibleUrl {
  107. color: #008000;
  108. }
  109. .gs-webResult.gs-result .gs-visibleUrl-short {
  110. color: #008000;
  111. }
  112. .gs-webResult.gs-result .gs-visibleUrl-short {
  113. display: none;
  114. }
  115. .gs-webResult.gs-result .gs-visibleUrl-long {
  116. display: block;
  117. }
  118. .gsc-cursor-box {
  119. border-color: #FFFFFF;
  120. }
  121. .gsc-results .gsc-cursor-page {
  122. border-color: #E9E9E9;
  123. background-color: #FFFFFF;
  124. }
  125. .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
  126. border-color: #FF9900;
  127. background-color: #FFFFFF;
  128. }
  129. .gs-promotion.gs-result {
  130. border-color: #336699;
  131. background-color: #DDDDFF;
  132. }
  133. .gs-promotion.gs-result a.gs-title:link {
  134. color: #0000CC;
  135. }
  136. .gs-promotion.gs-result a.gs-title:visited {
  137. color: #0000CC;
  138. }
  139. .gs-promotion.gs-result a.gs-title:hover {
  140. color: #0000CC;
  141. }
  142. .gs-promotion.gs-result a.gs-title:active {
  143. color: #0000CC;
  144. }
  145. .gs-promotion.gs-result .gs-snippet {
  146. color: #000000;
  147. }
  148. .gs-promotion.gs-result .gs-visibleUrl,
  149. .gs-promotion.gs-result .gs-visibleUrl-short {
  150. color: #008000;
  151. }
  152. </style>
  153. </body>
  154. </html>