cpp.css (e5e61ed1) cpp.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

--- 8 unchanged lines hidden (view full) ---

17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22/* Autodoc css file for C++ documentation */
23
24
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

--- 8 unchanged lines hidden (view full) ---

17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22/* Autodoc css file for C++ documentation */
23
24
25body { background-color:#ffffff; }
25body { color:#333333; background-color:#ffffff; }
26
26
27#adc-cppref a { text-decoration: none; }
28#adc-cppref a:link { color: #0e85cd; }
29#adc-cppref a:visited { color: #638093; }
30#adc-cppref a:active { color: #4dadea; }
27#adc-cppref a:link { color: #107EC0; text-decoration: none; }
28#adc-cppref a:visited { color: #638093; text-decoration: none; }
29#adc-cppref a:hover { color: #107EC0; text-decoration: underline; }
31
32#adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
33#adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
34#adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
35#adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
36#adc-cppref dl { margin-top:1pt; margin-bottom:1pt; }
37#adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt;
38 background-image:url(../../images/bg_table3.png); }

--- 110 unchanged lines hidden ---
30
31#adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; }
32#adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; }
33#adc-cppref h3 { font-size:13pt; margin-top:2pt; margin-bottom:3pt; }
34#adc-cppref h4 { font-size:10pt; font-weight:bold; margin-top:2pt; margin-bottom:1pt; }
35#adc-cppref dl { margin-top:1pt; margin-bottom:1pt; }
36#adc-cppref dl.member { margin-top:1pt; margin-bottom:1pt;
37 background-image:url(../../images/bg_table3.png); }

--- 110 unchanged lines hidden ---