home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2011 October / PCgo_1011_CD.iso / interface / css / search.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2009-04-09  |  4.5 KB  |  222 lines

  1. /***************************************************************************************************
  2. *   Document: search.css
  3. *   Description: Design-Einstellungen der Suche
  4. *   Company: InteractiveM
  5. *   Author: Ren├⌐ Woizenko, Thomas Smiatek
  6. *   Email: info@im-online.de
  7. *   
  8. *   @version: v2.0
  9. *   
  10. */
  11. /***************************************************************************************************
  12. *   SEARCHRESULT - LOCALSEARCH
  13. */
  14. body {
  15.   behavior: url("csshover.htc");
  16. }
  17.  
  18. div.searchresult {
  19.   display: none;
  20.   position: absolute;
  21.   top: 156px;
  22.   left: 0px;
  23.   z-index: 1000;
  24.   width: 980px;
  25.   height: 537px;
  26. }
  27.  
  28. div.searchTransparent {
  29.   position: relative;
  30.   top: 0px;
  31.   left: 0px;
  32.   width: 1000px;
  33.   height: 557px;
  34.   z-index: 800;
  35.   background-color: #fff;
  36.   /*
  37.   filter:alpha(opacity=85);
  38.   -moz-opacity:.85;
  39.   opacity:.85;
  40.   */
  41. }
  42.  
  43. div.searchAbsolute {
  44.   display: block;
  45.   position: absolute;
  46.   top: 0px;
  47.   left: 0px;
  48.   z-index: 1000;
  49.   width: 980px;
  50.   height: 537px;
  51.   color: black;
  52.   padding: 10px 10px 10px 10px;
  53. }
  54.  
  55. div.searchWrapper {
  56.   float: left;
  57. }
  58.  
  59. div.searchresult a.closeSearch {
  60.   display: block;
  61.   float: right;
  62.   width: 27px;
  63.   height: 27px;
  64.   background: #fff url('../images/btn_close_normal.gif');
  65. }
  66.  
  67. div.searchresult a.closeSearch:hover {
  68.   background: #fff url('../images/btn_close_hover.gif');
  69. }
  70.  
  71. div.searchresult a.searchpathFirst {
  72.   display: block;
  73.   float: left;
  74.   height: 18px;
  75.   background: transparent url('../images/menuBtnMid.png') repeat-x 0px -2px;
  76.   padding: 2px 5px 0 5px;
  77.   font-size: 12px;
  78.   font-weight: bold;
  79.   color: #fff;
  80.   text-decoration: none;
  81. }
  82.  
  83. div.searchresult a.searchpathFirst:hover {
  84.   text-decoration: underline;
  85. }
  86.  
  87. div.searchresult a.searchpath {
  88.   display: block;
  89.   float: left;
  90.   height: 18px;
  91.   background: transparent url('../images/menuBtnMid.png') repeat-x 0px -2px;
  92.   padding: 2px 5px 0 5px;
  93.   font-size: 12px;
  94.   font-weight: bold;
  95.   color: #fff;
  96.   margin: 0 0 0 20px;
  97.   text-decoration: none;
  98. }
  99.  
  100. div.searchresult a.searchpath:hover {
  101.   text-decoration: underline;
  102. }
  103.  
  104. div.searchresult div#searchContentLocal {
  105.   margin: 10px 0 0 0;
  106. }
  107.  
  108. div.searchresult div#searchContentLocal td {
  109.   background-color: transparent;
  110.   color: #00285d;
  111.   font-weight: bold;
  112.   cursor: pointer
  113. }
  114.  
  115. div.searchresult div#searchContentLocal table.searchResultsTableHeader {
  116.   border-bottom: solid 1px #00285d;
  117. }
  118.  
  119. td#firstSearchColumn img, td#secondSearchColumn img, td#thirdSearchColumn img {
  120.   margin: 4px 0 0 10px;
  121. }
  122.  
  123. div.searchresult div#searchContentLocal a {
  124.   display: block;
  125.   float: left;
  126.   color: #00285d;
  127.   text-decoration: none;
  128. }
  129.  
  130. /***************************************************************************************************
  131. *   SEARCHRESULT - GLOBALSEARCH
  132. */
  133.  
  134. input.searchboxglobal {
  135.   width: 117px; 
  136.   height: 18px; 
  137.   padding: 2px 0 0 2px;
  138.   float: left;
  139.   border-top: solid 3px #00234c; 
  140.   border-left: solid 3px #00234c; 
  141.   border-bottom: solid 3px #00234c; 
  142.   border-right: 0; 
  143.   color: #00285d;
  144.   background: #fff url('../images/searchFieldBG.gif') no-repeat 0px 0px;
  145. }
  146.  
  147. img.searchimgglobal {
  148.   display: block;
  149.   float: left;
  150.   border: solid 2px #00234c;
  151.   border-bottom: solid 3px #00234c;
  152. }
  153.  
  154. div.searchresult div#searchContentGlobal {
  155.   margin: 10px 0 0 0;
  156. }
  157.  
  158. div.searchresult div#searchContentGlobal td {
  159.   background-color: transparent;
  160.   color: #00285d;
  161.   font-weight: bold;
  162.   cursor: pointer
  163. }
  164.  
  165. div.searchresult div#searchContentGlobal table.searchResultsTableHeader {
  166.   border-bottom: solid 1px #00285d;
  167. }
  168.  
  169. div.searchresult div#searchContentGlobal a {
  170.   display: block;
  171.   float: left;
  172.   color: #00285d;
  173.   text-decoration: none;
  174. }
  175.  
  176. div.searchCategories, div.searchIssues, div.searchFields, div.searchAttributes {
  177.   width: 200px;
  178.   float: left;
  179.   color: #00285d;
  180.   margin: 0px 30px 0 0;
  181. }
  182.  
  183. /***************************************************************************************************
  184. *   SEARCHRESULT - GLOBALSEARCH -> ISSUE-TREE
  185. */
  186.  
  187. .treeview {
  188.  
  189.   margin-top:0px; /*to fix ie6 position*/
  190.   margin: 0px;
  191.   padding: 0px;
  192.   height: 15px;
  193. }
  194.  
  195. .treeline {
  196.   font-size: 13px;
  197.   padding: 0px; 
  198.   margin: 0px;
  199.   vertical-align: bottom;  
  200. }
  201.  
  202. .treeinput {
  203.   width: 15px; 
  204.   height: 15px;
  205.   padding: 5px; 
  206.   margin:  5px 0 0 0;
  207.   vertical-align: bottom;
  208. }
  209.  
  210. .treeContainer {
  211.   height: 15px; 
  212.   display: block;
  213. }
  214.  
  215. .treeview image {
  216.   border: none;
  217.   float: left;
  218. }
  219.  
  220. .clearDiv {
  221.   clear: left;
  222. }