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