Home | History | Annotate | Download | only in docs
      1 
      2 @charset "iso-8859-1";
      3 
      4 /* Global settings. */
      5 
      6 body
      7 {
      8   background: #FFFFFF;
      9 }
     10 
     11 h1
     12 {
     13   text-align: center;
     14 }
     15 
     16 h2
     17 {
     18   text-align: center;
     19 }
     20 
     21 h3
     22 {
     23   background: #EEEEFF;
     24   padding: 10px;
     25 }
     26 
     27 h3 div
     28 {
     29   font-weight: normal;
     30   font-size: 80%;
     31   float: right;
     32 }
     33 
     34 table
     35 {
     36   width: 100%;
     37 }
     38 
     39 th
     40 {
     41   padding: 4px;
     42 }
     43 
     44 tr.disappeared td
     45 {
     46   background: #EEEEEE;
     47 }
     48 
     49 td
     50 {
     51   background: #EEEEFF;
     52   padding: 8px;
     53 }
     54 
     55 a
     56 {
     57   text-decoration: none;
     58 }
     59 
     60 img
     61 {
     62   border: none;
     63 }
     64 
     65 /* Settings for the introductory paragraph. */
     66 
     67 p.intro
     68 {
     69   background: #EEEEFF;
     70   padding: 10px;
     71   border: solid #000000 1px
     72 }
     73 
     74 /* Settings for the title frame. */
     75 
     76 body.title
     77 {
     78   margin: 0px;
     79   padding: 0px;
     80   background: #C0C0C0;
     81 }
     82 
     83 div.title
     84 {
     85   height: 48px;
     86   margin: 0px;
     87   padding: 0px;
     88   border-width: 1px;
     89   border-style: solid;
     90   border-color: #FFFFFF #808080 #808080 #FFFFFF;
     91   background: url("steel.gif"); 
     92 }
     93 
     94 div.title h1
     95 {
     96   margin: 0px;
     97   padding: 0px;
     98   padding-top: 8px;
     99   padding-left: 40%;
    100   float: left;
    101 }
    102 
    103 div.title div
    104 {
    105   margin: 0px;
    106   padding: 0px;
    107   padding-top: 12px;
    108   padding-right: 20px;
    109   float: right;
    110 }
    111 
    112 /* Settings for the section frames. */
    113 
    114 body.navigation
    115 {
    116   margin: 0px;
    117   padding: 0px;
    118 }
    119 
    120 ul.navigation
    121 {
    122   margin: 0px;
    123   padding: 0px;
    124   list-style: none;
    125   text-align: center;
    126   background: url("steel.gif");
    127 }
    128 
    129 ul.navigation li
    130 {
    131   margin: 0px;
    132   padding: 0px;
    133   border-width: 1px;
    134   border-style: solid;
    135   border-color: #FFFFFF #808080 #808080 #FFFFFF;
    136   color: #000000;
    137   font-weight: bold;
    138 }
    139 
    140 ul.navigation li.title
    141 {
    142   margin: 0px;
    143   padding: 4px 10px;
    144   background: #E0E0E0;
    145 }
    146 
    147 ul.navigation li a
    148 {
    149   margin: 0px;
    150   padding: 6px 0px;
    151   background: transparent;
    152   color: #000000;
    153   text-decoration: none;
    154   display: block;
    155 }
    156 
    157 ul.navigation li a:hover,
    158 ul.navigation li a:focus
    159 {
    160   background: #FFFFFF;
    161 }
    162 
    163 /* Settings for the yellow note tables. */
    164 
    165 table.note
    166 {
    167   width: 408px;
    168   border: none;
    169   border-spacing: 0px;
    170 }
    171 
    172 td.shadow8
    173 {
    174   width: 8px;
    175   padding: 0px;
    176   margin: 0px;
    177   vertical-align: bottom;
    178   background: transparent;
    179 }
    180 
    181 td.shadow400
    182 {
    183   width: 400px;
    184   padding: 0px;
    185   margin: 0px;
    186   text-align: right;
    187   background: transparent;
    188 }
    189 
    190 td.note
    191 {
    192   width: 380px;
    193   background: #FFFFC0;
    194   padding: 0px;
    195   margin: 0px;
    196 }
    197 
    198 p.note
    199 {
    200   padding: 0px;
    201   margin: 0px 10px;
    202   text-align: center;
    203 }
    204 
    205 p.author
    206 {
    207   padding: 0px;
    208   margin: 0px 10px;
    209   text-align: right;
    210 }
    211