idl.css (bde78562) | idl.css (f953d1c4) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22/* Autodoc css file for IDL documentation */ 23 24 25/*See bottom of file for explanations.*/ 26 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22/* Autodoc css file for IDL documentation */ 23 24 25/*See bottom of file for explanations.*/ 26 |
27body { background-color:#ffffff; } | 27body { color:#333333; background-color:#ffffff; } |
28 | 28 |
29#adc-idlref a { text-decoration: none; } 30#adc-idlref a:link { color: #0e85cd; } 31#adc-idlref a:visited { color: #638093; } 32#adc-idlref a:active { color: #4dadea; } | 29#adc-idlref a:link { color: #107EC0; text-decoration: none; } 30#adc-idlref a:visited { color: #638093; text-decoration: none; } 31#adc-idlref a:hover { color: #107EC0; text-decoration: underline; } |
33 34#adc-idlref h3 35 { font-size:13pt; font-weight:bold; 36 margin-top:3pt; margin-bottom:1pt; } 37 38#adc-idlref p, #adc-idlref dt, #adc-idlref dd, #adc-idlref pre 39 { font-size:11pt; 40 margin-top:3pt; margin-bottom:1pt; } --- 124 unchanged lines hidden --- | 32 33#adc-idlref h3 34 { font-size:13pt; font-weight:bold; 35 margin-top:3pt; margin-bottom:1pt; } 36 37#adc-idlref p, #adc-idlref dt, #adc-idlref dd, #adc-idlref pre 38 { font-size:11pt; 39 margin-top:3pt; margin-bottom:1pt; } --- 124 unchanged lines hidden --- |