Home | History | Annotate | Download | only in analyzer
      1 html { margin: 0px; } body { margin: 8px; }
      2 
      3 html, body {
      4   padding:0px;
      5   margin:0px;
      6   font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
      7   line-height:1.5;
      8   background-color: #808080;
      9   
     10 }
     11 
     12 h1, h2, h3, tt { color: #000 }
     13 
     14 h1 { padding-top:0px; margin-top:0px;}
     15 h2 { color:#333333; padding-top:0.5em; }
     16 h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7 }
     17 h4 { color:#2d58b7 }
     18 li { padding-bottom: 0.5em }
     19 ul { padding-left:1.5em; }
     20 
     21 .command { font-weight:bold }
     22 .code_highlight { font-weight:bold; color:#2d58b7 }
     23 .code_example { border-width:1px; border-style:solid; border-color:#cccccc; 
     24                 background-color:#eeeeee; padding:10px }
     25 
     26 /* Slides */
     27 IMG.img_slide {
     28     display: block;
     29     margin-left: auto;
     30     margin-right: auto
     31 }
     32 
     33 #page { width:930px;  text-align: left; margin: 0 auto; padding:0;
     34         background-color: white; height:100%;
     35         border-left: 1px solid #EBF0FA;
     36 }
     37 
     38 #content {
     39   clear: left;
     40   padding: 1em 2em 0 2em;
     41   background-color: #ffffff;
     42 }
     43 
     44 .itemTitle { color:#2d58b7 }
     45 
     46 
     47 /* Tables */
     48 tr { vertical-align:top }
     49 
     50 table.options thead {
     51   background-color:#eee; color:#666666;
     52   font-weight: bold; cursor: default;
     53   text-align:left;
     54   border-top: 2px solid #cccccc;
     55   border-bottom: 2px solid #cccccc;
     56   font-weight: bold; font-family: Verdana
     57 }
     58 table.options { border: 1px #cccccc solid }
     59 table.options { border-collapse: collapse; border-spacing: 0px }
     60 table.options { margin-left:0px; margin-top:20px; margin-bottom:20px }
     61 table.options td { border-bottom: 1px #cccccc dotted }
     62 table.options td { padding:5px; padding-left:8px; padding-right:8px }
     63 table.options td { text-align:left; font-size:9pt }
     64 
     65 /* Collapsing Trees: http://dbtree.megalingo.com/web/demo/simple-collapsible-tree.cfm  */
     66 #collapsetree, #collapsetree a:link, #collapsetree li a:link, #collapsetree a:visited, #collapsetree li a:visited{color:#000;text-decoration:none}
     67 #collapsetree,#collapsetree ul{list-style-type:none; width:auto; margin:0; padding:0}
     68 #collapsetree ul{padding-left:20px;display:none;overflow:auto}
     69 #collapsetree li ul{margin:0 auto}
     70 #collapsetree li{display:block;width:100%;line-height:20px;white-space:nowrap}
     71 #collapsetree li a{display:block;padding-left:20px;color:#000;text-decoration:none;background:url(images/tree/bullet.gif) center left no-repeat;white-space:nowrap}
     72 #collapsetree li a:hover{text-decoration:underline;background-color:transparent;color:#000}
     73 #collapsetree li ul.click{display:block}
     74 #collapsetree li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
     75 #collapsetree ul li.click a{background:url(images/tree/bullet.gif) center left no-repeat}
     76 #collapsetree li a.subMenu,#collapsetree ul li a.subMenu{background:url(images/tree/plus.gif) center left no-repeat}
     77 #collapsetree li a.click{background:url(images/tree/minus.gif) center left no-repeat}
     78 #collapsetree ul li a.click{background:url(images/tree/minus.gif) center left no-repeat}
     79 
     80