PTdecode/CImg-1.3.0/html/reference/doxygen.css

Mon, 03 Aug 2009 14:09:20 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Mon, 03 Aug 2009 14:09:20 +0100
changeset 5
1204ebf9340d
permissions
-rwxr-xr-x

added P-touch decoder source

philpem@5 1 body, table, div, p, dl {
philpem@5 2 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
philpem@5 3 font-size: 12px;
philpem@5 4 }
philpem@5 5
philpem@5 6 /* @group Heading Levels */
philpem@5 7
philpem@5 8 h1 {
philpem@5 9 text-align: center;
philpem@5 10 font-size: 150%;
philpem@5 11 }
philpem@5 12
philpem@5 13 h2 {
philpem@5 14 font-size: 120%;
philpem@5 15 }
philpem@5 16
philpem@5 17 h3 {
philpem@5 18 font-size: 100%;
philpem@5 19 }
philpem@5 20
philpem@5 21 /* @end */
philpem@5 22
philpem@5 23 caption {
philpem@5 24 font-weight: bold;
philpem@5 25 }
philpem@5 26
philpem@5 27 div.qindex, div.navpath, div.navtab{
philpem@5 28 background-color: #e8eef2;
philpem@5 29 border: 1px solid #84b0c7;
philpem@5 30 text-align: center;
philpem@5 31 margin: 2px;
philpem@5 32 padding: 2px;
philpem@5 33 }
philpem@5 34
philpem@5 35 div.qindex, div.navpath {
philpem@5 36 width: 100%;
philpem@5 37 line-height: 140%;
philpem@5 38 }
philpem@5 39
philpem@5 40 div.navtab {
philpem@5 41 margin-right: 15px;
philpem@5 42 }
philpem@5 43
philpem@5 44 /* @group Link Styling */
philpem@5 45
philpem@5 46 a {
philpem@5 47 color: #153788;
philpem@5 48 font-weight: normal;
philpem@5 49 text-decoration: none;
philpem@5 50 }
philpem@5 51
philpem@5 52 .contents a:visited {
philpem@5 53 color: #1b77c5;
philpem@5 54 }
philpem@5 55
philpem@5 56 a:hover {
philpem@5 57 text-decoration: underline;
philpem@5 58 }
philpem@5 59
philpem@5 60 a.qindex {
philpem@5 61 font-weight: bold;
philpem@5 62 }
philpem@5 63
philpem@5 64 a.qindexHL {
philpem@5 65 font-weight: bold;
philpem@5 66 background-color: #6666cc;
philpem@5 67 color: #ffffff;
philpem@5 68 border: 1px double #9295C2;
philpem@5 69 }
philpem@5 70
philpem@5 71 a.el {
philpem@5 72 font-weight: bold;
philpem@5 73 }
philpem@5 74
philpem@5 75 a.elRef {
philpem@5 76 }
philpem@5 77
philpem@5 78 a.code {
philpem@5 79 }
philpem@5 80
philpem@5 81 a.codeRef {
philpem@5 82 }
philpem@5 83
philpem@5 84 /* @end */
philpem@5 85
philpem@5 86 dl.el {
philpem@5 87 margin-left: -1cm;
philpem@5 88 }
philpem@5 89
philpem@5 90 .fragment {
philpem@5 91 font-family: monospace, fixed;
philpem@5 92 font-size: 105%;
philpem@5 93 }
philpem@5 94
philpem@5 95 pre.fragment {
philpem@5 96 border: 1px solid #CCCCCC;
philpem@5 97 background-color: #f5f5f5;
philpem@5 98 padding: 4px 6px;
philpem@5 99 margin: 4px 8px 4px 2px;
philpem@5 100 }
philpem@5 101
philpem@5 102 div.ah {
philpem@5 103 background-color: black;
philpem@5 104 font-weight: bold;
philpem@5 105 color: #ffffff;
philpem@5 106 margin-bottom: 3px;
philpem@5 107 margin-top: 3px
philpem@5 108 }
philpem@5 109
philpem@5 110 div.groupHeader {
philpem@5 111 margin-left: 16px;
philpem@5 112 margin-top: 12px;
philpem@5 113 margin-bottom: 6px;
philpem@5 114 font-weight: bold;
philpem@5 115 }
philpem@5 116
philpem@5 117 div.groupText {
philpem@5 118 margin-left: 16px;
philpem@5 119 font-style: italic;
philpem@5 120 }
philpem@5 121
philpem@5 122 body {
philpem@5 123 background: white;
philpem@5 124 color: black;
philpem@5 125 margin-right: 20px;
philpem@5 126 margin-left: 20px;
philpem@5 127 }
philpem@5 128
philpem@5 129 td.indexkey {
philpem@5 130 background-color: #e8eef2;
philpem@5 131 font-weight: bold;
philpem@5 132 border: 1px solid #CCCCCC;
philpem@5 133 margin: 2px 0px 2px 0;
philpem@5 134 padding: 2px 10px;
philpem@5 135 }
philpem@5 136
philpem@5 137 td.indexvalue {
philpem@5 138 background-color: #e8eef2;
philpem@5 139 border: 1px solid #CCCCCC;
philpem@5 140 padding: 2px 10px;
philpem@5 141 margin: 2px 0px;
philpem@5 142 }
philpem@5 143
philpem@5 144 tr.memlist {
philpem@5 145 background-color: #f0f0f0;
philpem@5 146 }
philpem@5 147
philpem@5 148 p.formulaDsp {
philpem@5 149 text-align: center;
philpem@5 150 }
philpem@5 151
philpem@5 152 img.formulaDsp {
philpem@5 153
philpem@5 154 }
philpem@5 155
philpem@5 156 img.formulaInl {
philpem@5 157 vertical-align: middle;
philpem@5 158 }
philpem@5 159
philpem@5 160 /* @group Code Colorization */
philpem@5 161
philpem@5 162 span.keyword {
philpem@5 163 color: #008000
philpem@5 164 }
philpem@5 165
philpem@5 166 span.keywordtype {
philpem@5 167 color: #604020
philpem@5 168 }
philpem@5 169
philpem@5 170 span.keywordflow {
philpem@5 171 color: #e08000
philpem@5 172 }
philpem@5 173
philpem@5 174 span.comment {
philpem@5 175 color: #800000
philpem@5 176 }
philpem@5 177
philpem@5 178 span.preprocessor {
philpem@5 179 color: #806020
philpem@5 180 }
philpem@5 181
philpem@5 182 span.stringliteral {
philpem@5 183 color: #002080
philpem@5 184 }
philpem@5 185
philpem@5 186 span.charliteral {
philpem@5 187 color: #008080
philpem@5 188 }
philpem@5 189
philpem@5 190 span.vhdldigit {
philpem@5 191 color: #ff00ff
philpem@5 192 }
philpem@5 193
philpem@5 194 span.vhdlchar {
philpem@5 195 color: #000000
philpem@5 196 }
philpem@5 197
philpem@5 198 span.vhdlkeyword {
philpem@5 199 color: #700070
philpem@5 200 }
philpem@5 201
philpem@5 202 span.vhdllogic {
philpem@5 203 color: #ff0000
philpem@5 204 }
philpem@5 205
philpem@5 206 /* @end */
philpem@5 207
philpem@5 208 .search {
philpem@5 209 color: #003399;
philpem@5 210 font-weight: bold;
philpem@5 211 }
philpem@5 212
philpem@5 213 form.search {
philpem@5 214 margin-bottom: 0px;
philpem@5 215 margin-top: 0px;
philpem@5 216 }
philpem@5 217
philpem@5 218 input.search {
philpem@5 219 font-size: 75%;
philpem@5 220 color: #000080;
philpem@5 221 font-weight: normal;
philpem@5 222 background-color: #e8eef2;
philpem@5 223 }
philpem@5 224
philpem@5 225 td.tiny {
philpem@5 226 font-size: 75%;
philpem@5 227 }
philpem@5 228
philpem@5 229 .dirtab {
philpem@5 230 padding: 4px;
philpem@5 231 border-collapse: collapse;
philpem@5 232 border: 1px solid #84b0c7;
philpem@5 233 }
philpem@5 234
philpem@5 235 th.dirtab {
philpem@5 236 background: #e8eef2;
philpem@5 237 font-weight: bold;
philpem@5 238 }
philpem@5 239
philpem@5 240 hr {
philpem@5 241 height: 0;
philpem@5 242 border: none;
philpem@5 243 border-top: 1px solid #666;
philpem@5 244 }
philpem@5 245
philpem@5 246 /* @group Member Descriptions */
philpem@5 247
philpem@5 248 .mdescLeft, .mdescRight,
philpem@5 249 .memItemLeft, .memItemRight,
philpem@5 250 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
philpem@5 251 background-color: #FAFAFA;
philpem@5 252 border: none;
philpem@5 253 margin: 4px;
philpem@5 254 padding: 1px 0 0 8px;
philpem@5 255 }
philpem@5 256
philpem@5 257 .mdescLeft, .mdescRight {
philpem@5 258 padding: 0px 8px 4px 8px;
philpem@5 259 color: #555;
philpem@5 260 }
philpem@5 261
philpem@5 262 .memItemLeft, .memItemRight, .memTemplParams {
philpem@5 263 border-top: 1px solid #ccc;
philpem@5 264 }
philpem@5 265
philpem@5 266 .memTemplParams {
philpem@5 267 color: #606060;
philpem@5 268 }
philpem@5 269
philpem@5 270 /* @end */
philpem@5 271
philpem@5 272 /* @group Member Details */
philpem@5 273
philpem@5 274 /* Styles for detailed member documentation */
philpem@5 275
philpem@5 276 .memtemplate {
philpem@5 277 font-size: 80%;
philpem@5 278 color: #606060;
philpem@5 279 font-weight: normal;
philpem@5 280 margin-left: 3px;
philpem@5 281 }
philpem@5 282
philpem@5 283 .memnav {
philpem@5 284 background-color: #e8eef2;
philpem@5 285 border: 1px solid #84b0c7;
philpem@5 286 text-align: center;
philpem@5 287 margin: 2px;
philpem@5 288 margin-right: 15px;
philpem@5 289 padding: 2px;
philpem@5 290 }
philpem@5 291
philpem@5 292 .memitem {
philpem@5 293 padding: 0;
philpem@5 294 }
philpem@5 295
philpem@5 296 .memname {
philpem@5 297 white-space: nowrap;
philpem@5 298 font-weight: bold;
philpem@5 299 }
philpem@5 300
philpem@5 301 .memproto, .memdoc {
philpem@5 302 border: 1px solid #84b0c7;
philpem@5 303 }
philpem@5 304
philpem@5 305 .memproto {
philpem@5 306 padding: 0;
philpem@5 307 background-color: #d5e1e8;
philpem@5 308 font-weight: bold;
philpem@5 309 -webkit-border-top-left-radius: 8px;
philpem@5 310 -webkit-border-top-right-radius: 8px;
philpem@5 311 -moz-border-radius-topleft: 8px;
philpem@5 312 -moz-border-radius-topright: 8px;
philpem@5 313 }
philpem@5 314
philpem@5 315 .memdoc {
philpem@5 316 padding: 2px 5px;
philpem@5 317 background-color: #eef3f5;
philpem@5 318 border-top-width: 0;
philpem@5 319 -webkit-border-bottom-left-radius: 8px;
philpem@5 320 -webkit-border-bottom-right-radius: 8px;
philpem@5 321 -moz-border-radius-bottomleft: 8px;
philpem@5 322 -moz-border-radius-bottomright: 8px;
philpem@5 323 }
philpem@5 324
philpem@5 325 .memdoc p, .memdoc dl, .memdoc ul {
philpem@5 326 margin: 6px 0;
philpem@5 327 }
philpem@5 328
philpem@5 329 .paramkey {
philpem@5 330 text-align: right;
philpem@5 331 }
philpem@5 332
philpem@5 333 .paramtype {
philpem@5 334 white-space: nowrap;
philpem@5 335 }
philpem@5 336
philpem@5 337 .paramname {
philpem@5 338 color: #602020;
philpem@5 339 white-space: nowrap;
philpem@5 340 }
philpem@5 341 .paramname em {
philpem@5 342 font-style: normal;
philpem@5 343 }
philpem@5 344
philpem@5 345 /* @end */
philpem@5 346
philpem@5 347 /* @group Directory (tree) */
philpem@5 348
philpem@5 349 /* for the tree view */
philpem@5 350
philpem@5 351 .ftvtree {
philpem@5 352 font-family: sans-serif;
philpem@5 353 margin: 0.5em;
philpem@5 354 }
philpem@5 355
philpem@5 356 /* these are for tree view when used as main index */
philpem@5 357
philpem@5 358 .directory {
philpem@5 359 font-size: 9pt;
philpem@5 360 font-weight: bold;
philpem@5 361 }
philpem@5 362
philpem@5 363 .directory h3 {
philpem@5 364 margin: 0px;
philpem@5 365 margin-top: 1em;
philpem@5 366 font-size: 11pt;
philpem@5 367 }
philpem@5 368
philpem@5 369 /*
philpem@5 370 The following two styles can be used to replace the root node title
philpem@5 371 with an image of your choice. Simply uncomment the next two styles,
philpem@5 372 specify the name of your image and be sure to set 'height' to the
philpem@5 373 proper pixel height of your image.
philpem@5 374 */
philpem@5 375
philpem@5 376 /*
philpem@5 377 .directory h3.swap {
philpem@5 378 height: 61px;
philpem@5 379 background-repeat: no-repeat;
philpem@5 380 background-image: url("yourimage.gif");
philpem@5 381 }
philpem@5 382 .directory h3.swap span {
philpem@5 383 display: none;
philpem@5 384 }
philpem@5 385 */
philpem@5 386
philpem@5 387 .directory > h3 {
philpem@5 388 margin-top: 0;
philpem@5 389 }
philpem@5 390
philpem@5 391 .directory p {
philpem@5 392 margin: 0px;
philpem@5 393 white-space: nowrap;
philpem@5 394 }
philpem@5 395
philpem@5 396 .directory div {
philpem@5 397 display: none;
philpem@5 398 margin: 0px;
philpem@5 399 }
philpem@5 400
philpem@5 401 .directory img {
philpem@5 402 vertical-align: -30%;
philpem@5 403 }
philpem@5 404
philpem@5 405 /* these are for tree view when not used as main index */
philpem@5 406
philpem@5 407 .directory-alt {
philpem@5 408 font-size: 100%;
philpem@5 409 font-weight: bold;
philpem@5 410 }
philpem@5 411
philpem@5 412 .directory-alt h3 {
philpem@5 413 margin: 0px;
philpem@5 414 margin-top: 1em;
philpem@5 415 font-size: 11pt;
philpem@5 416 }
philpem@5 417
philpem@5 418 .directory-alt > h3 {
philpem@5 419 margin-top: 0;
philpem@5 420 }
philpem@5 421
philpem@5 422 .directory-alt p {
philpem@5 423 margin: 0px;
philpem@5 424 white-space: nowrap;
philpem@5 425 }
philpem@5 426
philpem@5 427 .directory-alt div {
philpem@5 428 display: none;
philpem@5 429 margin: 0px;
philpem@5 430 }
philpem@5 431
philpem@5 432 .directory-alt img {
philpem@5 433 vertical-align: -30%;
philpem@5 434 }
philpem@5 435
philpem@5 436 /* @end */
philpem@5 437
philpem@5 438 address {
philpem@5 439 font-style: normal;
philpem@5 440 color: #333;
philpem@5 441 }