idl.css (f6af16d4) idl.css (bde78562)
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

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

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
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

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

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#adc-idlref .devdoc td {
130 border-width: 1px;
131 padding: 5px;
132 border-style: inset;
133 border-color: gray;
134 background-color: white; }
129
135
136#adc-idlref .devdoc th {
137 border-width: 1px;
138 padding: 5px;
139 border-style: inset;
140 border-color: gray;
141 background-color: white; }
142
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

--- 14 unchanged lines hidden ---
143/* Explanation of CSS classes:
144
145table.lightbg Background of navigation bar.
146.navimain Text in main navigation bar.
147.navisub Text in lower navigation bar.
148td.navimainself Cell in main navigation bar with "selected" shadow: You are here.
149td.navimainnone Cell in main navigation bar with no link.
150

--- 14 unchanged lines hidden ---