doc/tutorial/tutorial.css
changeset 6754 7ff69b244b5b
parent 6753 c9133c87760d
child 6755 b3da3ed88b6e
equal deleted inserted replaced
6753:c9133c87760d 6754:7ff69b244b5b
     1 body {
       
     2    font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
       
     3    background: white;
       
     4    color: black;
       
     5    font-size: 11pt;
       
     6 }
       
     7 
       
     8 h1, h2, h3, h4, h5, h6 {
       
     9 #   color: #990000;
       
    10    color: #009999;
       
    11 }
       
    12 
       
    13 pre {
       
    14    font-size: 10pt;
       
    15    background: #e0e0e0;
       
    16    color: black;
       
    17 }
       
    18 
       
    19 a:link, a:visited {
       
    20    font-weight: normal;
       
    21    text-decoration: none;
       
    22    color: #0047b9;
       
    23 }
       
    24 
       
    25 a:hover {
       
    26    font-weight: normal;
       
    27    text-decoration: underline;
       
    28    color: #0047b9;
       
    29 }
       
    30 
       
    31 img {
       
    32     border: 0px;
       
    33 }
       
    34 
       
    35 #main th {
       
    36    font-size: 12pt;
       
    37    background: #b0b0b0;
       
    38 }
       
    39 
       
    40 .odd {
       
    41    font-size: 12pt;
       
    42    background: white;
       
    43 }
       
    44 
       
    45 .even {
       
    46    font-size: 12pt;
       
    47    background: #e0e0e0;
       
    48 }
       
    49 
       
    50 .answer {
       
    51    font-size: large;
       
    52    font-weight: bold;
       
    53 }
       
    54 
       
    55 .answer p {
       
    56    font-size: 12pt;
       
    57    font-weight: normal;
       
    58 }
       
    59 
       
    60 .answer ul {
       
    61    font-size: 12pt;
       
    62    font-weight: normal;
       
    63 }
       
    64 
       
    65 #container {
       
    66   position: absolute;
       
    67   width: 100%;
       
    68   height: 100%;
       
    69   top: 0px;
       
    70 }
       
    71 
       
    72 #feedback {
       
    73   color: #b0b0b0;
       
    74   font-size: 9pt;
       
    75   font-style: italic;
       
    76 }
       
    77 
       
    78 #header {
       
    79    position: absolute;
       
    80    margin: 0px;
       
    81    top: 10px;
       
    82    height:96px;
       
    83    left: 175px;
       
    84    right: 10em;
       
    85    bottom: auto;
       
    86    background: white;
       
    87    clear: both;
       
    88 }
       
    89 
       
    90 #middle {
       
    91    position: absolute;
       
    92    left: 0;
       
    93    height: auto;
       
    94    width: 100%;
       
    95 }
       
    96 
       
    97 #main {
       
    98    position: absolute;
       
    99    top: 50px;
       
   100    left: 175px;
       
   101    right: 100px;
       
   102    background: white;
       
   103    padding: 0em 0em 0em 0em;
       
   104 }
       
   105 
       
   106 #navbar {
       
   107    position: absolute;
       
   108    top: 75px;
       
   109    left: 0em;
       
   110    width: 146px;
       
   111    padding: 0px;
       
   112    margin: 0px;
       
   113    font-size: 10pt;
       
   114 }
       
   115 
       
   116 #navbar a:link, #navbar a:visited {
       
   117    font-weight: normal;
       
   118    text-decoration: none;
       
   119    color: #0047b9;
       
   120 }
       
   121 
       
   122 #navbar a:hover {
       
   123    font-weight: normal;
       
   124    text-decoration: underline;
       
   125    color: #0047b9;
       
   126 }
       
   127 
       
   128 #navbar dl {
       
   129    width: 146px;
       
   130    padding: 0;
       
   131    margin: 0 0 10px 0px;
       
   132    background: #99ffff url(images/box_bottom2.gif) no-repeat bottom left;
       
   133 }
       
   134 
       
   135 #navbar dt {
       
   136    padding: 6px 10px;
       
   137    font-size: 100%;
       
   138    font-weight: bold;
       
   139    background: #009999;
       
   140    margin: 0px;
       
   141    border-bottom: 1px solid #fff;
       
   142    color: white;
       
   143    background: #009999 url(images/box_top2.gif) no-repeat top left;
       
   144 }
       
   145 
       
   146 #navbar dd {
       
   147    font-size: 100%;
       
   148    margin: 0 0 0 0px;
       
   149    padding: 6px 10px;
       
   150    color: #0047b9;
       
   151 }
       
   152 
       
   153 dd#selected {
       
   154    background: #99ffff url(images/arrow.gif) no-repeat;
       
   155    background-position: 4px 10px;
       
   156 }