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