| Line | |
|---|
| 1 | /* Copyright Gennadiy Rozental 2001-2005. |
|---|
| 2 | * Distributed under the Boost Software License, Version 1.0. |
|---|
| 3 | * (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt) |
|---|
| 4 | */ |
|---|
| 5 | |
|---|
| 6 | H1 |
|---|
| 7 | { |
|---|
| 8 | FONT-SIZE: 200%; |
|---|
| 9 | text-align: center; |
|---|
| 10 | } |
|---|
| 11 | H2 |
|---|
| 12 | { |
|---|
| 13 | FONT-SIZE: 150%; |
|---|
| 14 | } |
|---|
| 15 | H3 |
|---|
| 16 | { |
|---|
| 17 | FONT-SIZE: 125%; |
|---|
| 18 | } |
|---|
| 19 | H4 |
|---|
| 20 | { |
|---|
| 21 | FONT-SIZE: 115%; |
|---|
| 22 | } |
|---|
| 23 | H5 |
|---|
| 24 | { |
|---|
| 25 | FONT-SIZE: 108%; |
|---|
| 26 | } |
|---|
| 27 | BODY |
|---|
| 28 | { |
|---|
| 29 | background: white; |
|---|
| 30 | } |
|---|
| 31 | A:link |
|---|
| 32 | { |
|---|
| 33 | color: black; |
|---|
| 34 | text-decoration:none; |
|---|
| 35 | } |
|---|
| 36 | A:visited |
|---|
| 37 | { |
|---|
| 38 | color: black; |
|---|
| 39 | text-decoration:none; |
|---|
| 40 | } |
|---|
| 41 | A:active |
|---|
| 42 | { |
|---|
| 43 | color: black; |
|---|
| 44 | text-decoration:none; |
|---|
| 45 | } |
|---|
| 46 | |
|---|
| 47 | P.first-line-indented |
|---|
| 48 | { |
|---|
| 49 | text-indent: 10px; |
|---|
| 50 | } |
|---|
| 51 | P.indented |
|---|
| 52 | { |
|---|
| 53 | margin-left: 20px; |
|---|
| 54 | margin-top: 0px; |
|---|
| 55 | margin-bottom: 0px; |
|---|
| 56 | } |
|---|
| 57 | PRE.code |
|---|
| 58 | { |
|---|
| 59 | border-left-style: groove; |
|---|
| 60 | border-left-width: 1px; |
|---|
| 61 | padding-left: 2em; |
|---|
| 62 | font-size: 70% |
|---|
| 63 | } |
|---|
| 64 | |
|---|
| 65 | P.epigraph |
|---|
| 66 | { |
|---|
| 67 | text-align: right; |
|---|
| 68 | font-family: Century Gothic; |
|---|
| 69 | font-style: italic |
|---|
| 70 | } |
|---|
| 71 | |
|---|
| 72 | P.test-output |
|---|
| 73 | { |
|---|
| 74 | font-family: Arial; |
|---|
| 75 | font-size: 10pt; |
|---|
| 76 | margin-left: 2em; |
|---|
| 77 | white-space: pre |
|---|
| 78 | } |
|---|
| 79 | |
|---|
| 80 | P.page-toc |
|---|
| 81 | { |
|---|
| 82 | display: none; |
|---|
| 83 | } |
|---|
| 84 | |
|---|
| 85 | P.page-toc-indented |
|---|
| 86 | { |
|---|
| 87 | display: none; |
|---|
| 88 | } |
|---|
| 89 | |
|---|
| 90 | TABLE.body-table |
|---|
| 91 | { |
|---|
| 92 | border: none; |
|---|
| 93 | margin-top: 0px; |
|---|
| 94 | padding-top: 0px; |
|---|
| 95 | width: 100%; |
|---|
| 96 | } |
|---|
| 97 | TABLE.body-table TD |
|---|
| 98 | { |
|---|
| 99 | margin-top: 0px; |
|---|
| 100 | padding-top: 0px; |
|---|
| 101 | color: black; |
|---|
| 102 | background: white; |
|---|
| 103 | } |
|---|
| 104 | |
|---|
| 105 | TABLE.parameter-table |
|---|
| 106 | { |
|---|
| 107 | border: black solid; |
|---|
| 108 | border-width: 0px 0px 2px; |
|---|
| 109 | width: 100% |
|---|
| 110 | } |
|---|
| 111 | TABLE.parameter-table TD |
|---|
| 112 | { |
|---|
| 113 | margin-top: 0px; |
|---|
| 114 | margin-bottom: 0px; |
|---|
| 115 | padding-top: 0px; |
|---|
| 116 | padding-bottom: 10px; |
|---|
| 117 | } |
|---|
| 118 | |
|---|
| 119 | TABLE.parameter-table TD.name |
|---|
| 120 | { |
|---|
| 121 | width: 25%; |
|---|
| 122 | } |
|---|
| 123 | |
|---|
| 124 | |
|---|
| 125 | TABLE.parameter-values-table |
|---|
| 126 | { |
|---|
| 127 | border: none; |
|---|
| 128 | width: 100% |
|---|
| 129 | } |
|---|
| 130 | TABLE.parameter-values-table TD |
|---|
| 131 | { |
|---|
| 132 | margin: 0px; |
|---|
| 133 | padding-top: 0px; |
|---|
| 134 | padding-bottom: 5px; |
|---|
| 135 | } |
|---|
| 136 | |
|---|
| 137 | TABLE.2fields |
|---|
| 138 | { |
|---|
| 139 | border: none collapse; |
|---|
| 140 | padding: 0px; |
|---|
| 141 | margin: 0px; |
|---|
| 142 | } |
|---|
| 143 | TABLE.2fields TD |
|---|
| 144 | { |
|---|
| 145 | margin-left: 0px; |
|---|
| 146 | padding-left: 40px; |
|---|
| 147 | valign: top; |
|---|
| 148 | } |
|---|
| 149 | |
|---|
| 150 | SPAN.reserv-word |
|---|
| 151 | { |
|---|
| 152 | font-style: italic; |
|---|
| 153 | } |
|---|
| 154 | SPAN.cpp-type |
|---|
| 155 | { |
|---|
| 156 | font-weight: bold; |
|---|
| 157 | } |
|---|
| 158 | SPAN.comment |
|---|
| 159 | { |
|---|
| 160 | font-style: oblique |
|---|
| 161 | } |
|---|
| 162 | SPAN.new-term |
|---|
| 163 | { |
|---|
| 164 | font-weight: bold; |
|---|
| 165 | } |
|---|
| 166 | |
|---|
| 167 | DIV.screen-header |
|---|
| 168 | { |
|---|
| 169 | display: none; |
|---|
| 170 | } |
|---|
| 171 | |
|---|
| 172 | TABLE.#depricated-tools-list |
|---|
| 173 | { |
|---|
| 174 | width: 100%; |
|---|
| 175 | padding: 0px; |
|---|
| 176 | border: 1px solid black; |
|---|
| 177 | } |
|---|
| 178 | |
|---|
| 179 | TABLE.#two-column-table THEAD TD |
|---|
| 180 | { |
|---|
| 181 | border: 1px solid black; |
|---|
| 182 | color: black; |
|---|
| 183 | font-weight: bold |
|---|
| 184 | width: 50%; |
|---|
| 185 | padding: 0px; |
|---|
| 186 | text-align: center; |
|---|
| 187 | } |
|---|
| 188 | |
|---|
| 189 | TABLE.#two-column-table TBODY TD |
|---|
| 190 | { |
|---|
| 191 | border: 1px solid black; |
|---|
| 192 | color: black; |
|---|
| 193 | width: 50%; |
|---|
| 194 | text-align: left; |
|---|
| 195 | } |
|---|
| 196 | |
|---|
| 197 | SPAN.ref-to-top |
|---|
| 198 | { |
|---|
| 199 | display: none; |
|---|
| 200 | } |
|---|
| 201 | |
|---|
| 202 | DIV.centered |
|---|
| 203 | { |
|---|
| 204 | text-align: center; |
|---|
| 205 | } |
|---|
| 206 | |
|---|
| 207 | DIV.centered TABLE.body-table |
|---|
| 208 | { |
|---|
| 209 | margin: 0px auto; |
|---|
| 210 | text-align: left; |
|---|
| 211 | } |
|---|
| 212 | |
|---|
| 213 | DIV.footer |
|---|
| 214 | { |
|---|
| 215 | border-top: solid 3px rgb(50,50,50); |
|---|
| 216 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.