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 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22/* Autodoc css file for IDL documentation */ 23 24 25/*See bottom of file for explanations.*/ 26 27body { color:#333333; background-color:#ffffff; } 28 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; } 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; } 40 41#adc-idlref pre { font-family:monospace; } 42 43#adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; } 44 45#adc-idlref td { font-size:11pt; } 46#adc-idlref td.title 47 { font-family: Arial; font-size:19pt; font-weight:bold; 48 line-height:30pt; 49 background-image:url(../../images/bg_table.png); 50 text-align:center; } 51 52#adc-idlref td.subtitle 53 { font-family: Arial; font-size:13pt; 54 line-height:20pt; 55 background-image:url(../../images/bg_table.png); } 56 57#adc-idlref td.crosstitle 58 { font-size:12pt; font-weight:bold; 59 line-height:15pt; background-color:#eeeeff; } 60 61#adc-idlref td.imdetail 62 { width:100%; 63 background-image:url(../../images/bg_table3.png); } 64 65#adc-idlref td.imsum_left { width:30%; } 66#adc-idlref td.imsum_right { width:70%; } 67 68#adc-idlref table.navimain { background-image:url(../../images/bg_table2.png); } 69 70#adc-idlref td.navimain 71 { background-image:url(../../images/bg_table2.png); 72 text-align:center; 73 font-family: Arial; font-size:12pt; font-weight:bold; 74 padding-left:7pt; padding-right:7pt; } 75 76#adc-idlref td.navimainself 77 { text-align:center; 78 font-family: Arial; font-size:12pt; font-weight:bold; 79 color:#ffffff; } 80 81#adc-idlref td.navimainnone 82 { text-align:center; 83 font-family: Arial; font-size:12pt; } 84 85#adc-idlref td.navisub 86 { text-align:center; 87 font-family: Arial; font-size:9pt; font-variant:small-caps; 88 padding-left:7pt; padding-right:7pt; } 89 90#adc-idlref a.navimain 91 { text-align:center; 92 font-family: Arial; font-size:12pt; font-weight:bold; 93 color:#C44B01; } 94 95#adc-idlref a.navisub 96 { text-align:center; 97 font-family: Arial; font-size:9pt; font-variant:small-caps; 98 color:#C44B01; } 99 100#adc-idlref a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; } 101 102#adc-idlref a:link.navimain, #adc-idlref a:link.navisub { color:#0e85cd; } 103#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #638093; } 104#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #4dadea; } 105 106#adc-idlref .dt { font-weight:bold; } 107#adc-idlref .namechain { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; } 108#adc-idlref .title2 { font-size:13pt; font-style:italic; font-weight:bold; text-align:left; } 109 110#adc-idlref table { empty-cells:show; } 111 112#adc-idlref .childlist td, 113#adc-idlref .commentedlinks td, 114#adc-idlref .memberlist td, 115#adc-idlref .subtitle td, 116#adc-idlref .crosstitle td { border: .1pt solid grey; } 117 118#adc-idlref .flag-table td { border: .1pt solid #cccccc; } 119 120#adc-idlref .title-table td, 121#adc-idlref .table-in-method td, 122#adc-idlref .table-in-data td, 123#adc-idlref .navimain td, 124#adc-idlref .navisub td, 125#adc-idlref .expl-table td, 126#adc-idlref .param-table td { border: none; } 127 128#adc-idlref .devdoc td { 129 border-width: 1px; 130 padding: 5px; 131 border-style: inset; 132 border-color: gray; 133 background-color: white; } 134 135#adc-idlref .devdoc th { 136 border-width: 1px; 137 padding: 5px; 138 border-style: inset; 139 border-color: gray; 140 background-color: white; } 141 142/* Explanation of CSS classes: 143 144table.lightbg Background of navigation bar. 145.navimain Text in main navigation bar. 146.navisub Text in lower navigation bar. 147td.navimainself Cell in main navigation bar with "selected" shadow: You are here. 148td.navimainnone Cell in main navigation bar with no link. 149 150.namechain Line with current module path. 151 152td.crosstitle Comment box for bases (base interfaces etc.) 153td.imsum_left Left part of such boxes. 154td.imsum_right Right part of such boxes. 155 156td.title Main title of the page like "interface XYz" 157.subtitle Tables, and head cells of those, which list members 158 like "method summary" and "method details". 159 160td.imdetail Background table of method's detail description. 161a.membertitle Method name (as jump label) in method's detail 162 description. 163*/ 164