xref: /trunk/main/odk/docs/common/ref/idl.css (revision f6af16d4)
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 { background-color:#ffffff; }
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; }
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; }
41
42#adc-idlref pre            { font-family:monospace; }
43
44#adc-idlref table.subtitle { margin-top:6pt; margin-bottom:6pt; }
45
46#adc-idlref td             { font-size:11pt; }
47#adc-idlref td.title
48	    { font-family: Arial; font-size:19pt; font-weight:bold;
49	      line-height:30pt;
50	      background-image:url(../../images/bg_table.png);
51	      text-align:center; }
52
53#adc-idlref td.subtitle
54	    { font-family: Arial; font-size:13pt;
55	      line-height:20pt;
56	      background-image:url(../../images/bg_table.png); }
57
58#adc-idlref td.crosstitle
59	    { font-size:12pt; font-weight:bold;
60	      line-height:15pt;   background-color:#eeeeff; }
61
62#adc-idlref td.imdetail
63	    { width:100%;
64	      background-image:url(../../images/bg_table3.png); }
65
66#adc-idlref td.imsum_left  { width:30%;  }
67#adc-idlref td.imsum_right { width:70%;  }
68
69#adc-idlref table.navimain { background-image:url(../../images/bg_table2.png); }
70
71#adc-idlref td.navimain
72	    { background-image:url(../../images/bg_table2.png);
73	      text-align:center;
74	      font-family: Arial; font-size:12pt; font-weight:bold;
75	      padding-left:7pt; padding-right:7pt; }
76
77#adc-idlref td.navimainself
78	    { text-align:center;
79	      font-family: Arial; font-size:12pt; font-weight:bold;
80	      color:#ffffff; }
81
82#adc-idlref td.navimainnone
83	    { text-align:center;
84	      font-family: Arial; font-size:12pt; }
85
86#adc-idlref td.navisub
87	    { text-align:center;
88	      font-family: Arial; font-size:9pt; font-variant:small-caps;
89	      padding-left:7pt; padding-right:7pt; }
90
91#adc-idlref a.navimain
92	    { text-align:center;
93	      font-family: Arial; font-size:12pt; font-weight:bold;
94	      color:#C44B01; }
95
96#adc-idlref a.navisub
97	    { text-align:center;
98	      font-family: Arial; font-size:9pt; font-variant:small-caps;
99	      color:#C44B01; }
100
101#adc-idlref a.membertitle  { font-size:12pt; font-weight:bold; line-height:18pt; }
102
103#adc-idlref a:link.navimain, #adc-idlref a:link.navisub  { color:#0e85cd; }
104#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #638093; }
105#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #4dadea; }
106
107#adc-idlref .dt            { font-weight:bold; }
108#adc-idlref .namechain     { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; }
109#adc-idlref .title2        { font-size:13pt; font-style:italic; font-weight:bold; text-align:left; }
110
111#adc-idlref table { empty-cells:show; }
112
113#adc-idlref .childlist td,
114#adc-idlref .commentedlinks td,
115#adc-idlref .memberlist td,
116#adc-idlref .subtitle td,
117#adc-idlref .crosstitle td  { border: .1pt solid grey; }
118
119#adc-idlref .flag-table td { border: .1pt solid #cccccc; }
120
121#adc-idlref .title-table td,
122#adc-idlref .table-in-method td,
123#adc-idlref .table-in-data td,
124#adc-idlref .navimain td,
125#adc-idlref .navisub td,
126#adc-idlref .expl-table td,
127#adc-idlref .param-table td  { border: none; }
128
129
130/* Explanation of CSS classes:
131
132table.lightbg      Background of navigation bar.
133.navimain          Text in main navigation bar.
134.navisub           Text in lower navigation bar.
135td.navimainself    Cell in main navigation bar with "selected" shadow: You are here.
136td.navimainnone    Cell in main navigation bar with no link.
137
138.namechain         Line with current module path.
139
140td.crosstitle      Comment box for bases (base interfaces etc.)
141td.imsum_left      Left part of such boxes.
142td.imsum_right     Right part of such boxes.
143
144td.title           Main title of the page like "interface XYz"
145.subtitle          Tables, and head cells of those, which list members
146                   like "method summary" and "method details".
147
148td.imdetail        Background table of method's detail description.
149a.membertitle      Method name (as jump label) in method's detail
150                   description.
151*/
152