xref: /aoo42x/main/odk/docs/sdk_styles.css (revision 1807f435)
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
22ae5b48deSMatthias Seidela:link { color: #107EC0; text-decoration: none; }
23ae5b48deSMatthias Seidela:visited { color: #638093; text-decoration: none; }
24ae5b48deSMatthias Seidela:hover { color: #107EC0; text-decoration: underline; }
25cdf0e10cSrcweir
26cdf0e10cSrcweir.sdkbody { background-color: #FFFFFF;
2780295734SMatthias Seidel	   color: #333333;
28cdf0e10cSrcweir	   margin-top: 0;
29cdf0e10cSrcweir	   margin-bottom: 0;
30cdf0e10cSrcweir	   margin-left: 0;
31cdf0e10cSrcweir	   margin-right: 0;
32cdf0e10cSrcweir	   font-family: Arial, Helvetica, sans-serif; }
33cdf0e10cSrcweir
3499eb6ac2SMatthias Seidel.note { font-size: 20px;
35*1807f435SMatthias Seidel	font-weight: bold;
36*1807f435SMatthias Seidel	font-style: italic;
37cdf0e10cSrcweir	text-align: center; }
38cdf0e10cSrcweir
39cdf0e10cSrcweir.table1 { width: 100%;
40cdf0e10cSrcweir	  border-style: none;
41cdf0e10cSrcweir	  border-spacing: 0;
42cdf0e10cSrcweir	  padding: 0; }
43cdf0e10cSrcweir
44cdf0e10cSrcweir.table2 { width: 100%;
45cdf0e10cSrcweir	  border-style: none;
4699eb6ac2SMatthias Seidel	  border-spacing: 8px;
4799eb6ac2SMatthias Seidel	  padding: 5px; }
48cdf0e10cSrcweir
49cdf0e10cSrcweir.table3 { width: 100%;
50cdf0e10cSrcweir	  border-style: none;
5199eb6ac2SMatthias Seidel	  border-spacing: 0px 6px;
52cdf0e10cSrcweir	  padding: 0; }
53cdf0e10cSrcweir
54cdf0e10cSrcweir.table4 { width: 100%;
55*1807f435SMatthias Seidel	  border-width: 1px;
5699eb6ac2SMatthias Seidel	  border-style: solid;
5799eb6ac2SMatthias Seidel	  border-color: #555555;
58*1807f435SMatthias Seidel	  border-spacing: 0;
59cdf0e10cSrcweir	  border-collapse: collapse; }
60cdf0e10cSrcweir
61*1807f435SMatthias Seidel.cell15 { width: 15%;
62*1807f435SMatthias Seidel	  border-width: 1px;
6399eb6ac2SMatthias Seidel	  border-style: solid;
6499eb6ac2SMatthias Seidel	  border-color: #555555;
65cdf0e10cSrcweir	  border-spacing: 0;
66*1807f435SMatthias Seidel	  border-collapse: collapse;
6799eb6ac2SMatthias Seidel	  padding: 4px; }
68cdf0e10cSrcweir
69*1807f435SMatthias Seidel.cell20 { width: 20%;
70*1807f435SMatthias Seidel	  border-width: 1px;
7199eb6ac2SMatthias Seidel	  border-style: solid;
7299eb6ac2SMatthias Seidel	  border-color: #555555;
73cdf0e10cSrcweir	  border-spacing: 0;
74*1807f435SMatthias Seidel	  border-collapse: collapse;
7599eb6ac2SMatthias Seidel	  padding: 4px; }
76cdf0e10cSrcweir
77cdf0e10cSrcweir.cell80 { width: 80%;
78*1807f435SMatthias Seidel	  border-width: 1px;
7999eb6ac2SMatthias Seidel	  border-style: solid;
8099eb6ac2SMatthias Seidel	  border-color: #555555;
81cdf0e10cSrcweir	  border-spacing: 0;
82cdf0e10cSrcweir	  border-collapse: collapse;
8399eb6ac2SMatthias Seidel	  padding: 4px; }
84cdf0e10cSrcweir
85*1807f435SMatthias Seidel.cell85 { width: 85%;
86*1807f435SMatthias Seidel	  border-width: 1px;
8799eb6ac2SMatthias Seidel	  border-style: solid;
8899eb6ac2SMatthias Seidel	  border-color: #555555;
89cdf0e10cSrcweir	  border-spacing: 0;
90*1807f435SMatthias Seidel	  border-collapse: collapse;
9199eb6ac2SMatthias Seidel	  padding: 4px; }
92cdf0e10cSrcweir
9399eb6ac2SMatthias Seidel.nothing1 { width: 20px;
94*1807f435SMatthias Seidel	    height: 1px; }
95cdf0e10cSrcweir
9699eb6ac2SMatthias Seidel.nothing8 { width: 20px;
9799eb6ac2SMatthias Seidel	    height: 8px; }
98cdf0e10cSrcweir
9999eb6ac2SMatthias Seidel.nothing10 { width: 20px;
100*1807f435SMatthias Seidel	     height: 10px; }
101cdf0e10cSrcweir
10299eb6ac2SMatthias Seidel.nothing30 { width: 20px;
103*1807f435SMatthias Seidel	     height: 30px; }
104cdf0e10cSrcweir
10599eb6ac2SMatthias Seidel.appicon { width: 32px;
10699eb6ac2SMatthias Seidel	   height: 32px;
107cdf0e10cSrcweir	   border: 0; }
108cdf0e10cSrcweir
109cdf0e10cSrcweir.line { width: 100%;
11064c3c3eeSMatthias Seidel        height: 1px; }
111cdf0e10cSrcweir
11299eb6ac2SMatthias Seidel.arrow { width: 16px;
11399eb6ac2SMatthias Seidel	 height: 13px; }
114cdf0e10cSrcweir
11599eb6ac2SMatthias Seidel.head1 { font-size: 20px;
116cdf0e10cSrcweir         font-weight: bold; }
117cdf0e10cSrcweir
11899eb6ac2SMatthias Seidel.head2 { font-size: 18px;
119cdf0e10cSrcweir         font-weight: bold; }
120cdf0e10cSrcweir
12199eb6ac2SMatthias Seidel.head3 { font-size: 17px;
122cdf0e10cSrcweir         font-weight: bold; }
123cdf0e10cSrcweir
12499eb6ac2SMatthias Seidel.head4 { font-size: 16px;
125cdf0e10cSrcweir         font-weight: bold; }
126cdf0e10cSrcweir
127cdf0e10cSrcweir.thead { font-weight: bold;
128*1807f435SMatthias Seidel         background-color: #89B3CD; }
129cdf0e10cSrcweir
130cdf0e10cSrcweir.navigate { border: 0; }
131cdf0e10cSrcweir
132cdf0e10cSrcweir.content1 { width: 1%; }
133cdf0e10cSrcweir.content3 { width: 3%; }
134cdf0e10cSrcweir.content4 { width: 4%; }
135cdf0e10cSrcweir.content10 { width: 10%; }
136cdf0e10cSrcweir.content20 { width: 20%; }
137cdf0e10cSrcweir.content70 { width: 70%; }
138cdf0e10cSrcweir.content75 { width: 75%; }
139cdf0e10cSrcweir.content80 { width: 80%; }
140cdf0e10cSrcweir.content87 { width: 87%; }
141cdf0e10cSrcweir
142907636efSMatthias Seidel.centertext { padding-left:20px; padding-top:3px; padding-bottom:5px; text-align:left; font-size: 12px; line-height:10pt; }
14399eb6ac2SMatthias Seidel.apachelogo { float: right; text-align: left; padding-bottom: 12px; padding-right: 8px; padding-left: 5px; width: 188px; height: 76px; }
144