Home | History | Annotate | Download | only in html
      1 #nav-tree .children_ul {
      2   margin:0;
      3   padding:4px;
      4 }
      5 
      6 #nav-tree ul {
      7   list-style:none outside none;
      8   margin:0px;
      9   padding:0px;
     10 }
     11 
     12 #nav-tree li {
     13   white-space:nowrap;
     14   margin:0px;
     15   padding:0px;
     16 }
     17 
     18 #nav-tree .plus {
     19   margin:0px;
     20 }
     21 
     22 #nav-tree .selected {
     23   background-image: url('tab_a.png');
     24   background-repeat:repeat-x;
     25   color: #fff;
     26   text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
     27 }
     28 
     29 #nav-tree img {
     30   margin:0px;
     31   padding:0px;
     32   border:0px;
     33   vertical-align: middle;
     34 }
     35 
     36 #nav-tree a {
     37   text-decoration:none;
     38   padding:0px;
     39   margin:0px;
     40   outline:none;
     41 }
     42 
     43 #nav-tree .label {
     44   margin:0px;
     45   padding:0px;
     46   font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
     47 }
     48 
     49 #nav-tree .label a {
     50   padding:2px;
     51 }
     52 
     53 #nav-tree .selected a {
     54   text-decoration:none;
     55   color:#fff;
     56 }
     57 
     58 #nav-tree .children_ul {
     59   margin:0px;
     60   padding:0px;
     61 }
     62 
     63 #nav-tree .item {
     64   margin:0px;
     65   padding:0px;
     66 }
     67 
     68 #nav-tree {
     69   padding: 0px 0px;
     70   background-color: #FAFAFF;
     71   font-size:14px;
     72   overflow:auto;
     73 }
     74 
     75 #doc-content {
     76   overflow:auto;
     77   display:block;
     78   padding:0px;
     79   margin:0px;
     80   -webkit-overflow-scrolling : touch; /* iOS 5+ */
     81 }
     82 
     83 #side-nav {
     84   padding:0 6px 0 0;
     85   margin: 0px;
     86   display:block;
     87   position: absolute;
     88   left: 0px;
     89   width: 250px;
     90 }
     91 
     92 .ui-resizable .ui-resizable-handle {
     93   display:block;
     94 }
     95 
     96 .ui-resizable-e {
     97   background:url("ftv2splitbar.png") repeat scroll right center transparent;
     98   cursor:e-resize;
     99   height:100%;
    100   right:0;
    101   top:0;
    102   width:6px;
    103 }
    104 
    105 .ui-resizable-handle {
    106   display:none;
    107   font-size:0.1px;
    108   position:absolute;
    109   z-index:1;
    110 }
    111 
    112 #nav-tree-contents {
    113   margin: 6px 0px 0px 0px;
    114 }
    115 
    116 #nav-tree {
    117   background-image:url('nav_h.png');
    118   background-repeat:repeat-x;
    119   background-color: #F9FAFC;
    120   -webkit-overflow-scrolling : touch; /* iOS 5+ */
    121 }
    122 
    123 #nav-sync {
    124   position:absolute;
    125   top:5px;
    126   right:24px;
    127   z-index:0;
    128 }
    129 
    130 #nav-sync img {
    131   opacity:0.3;
    132 }
    133 
    134 #nav-sync img:hover {
    135   opacity:0.9;
    136 }
    137 
    138 @media print
    139 {
    140   #nav-tree { display: none; }
    141   div.ui-resizable-handle { display: none; position: relative; }
    142 }
    143