xref: /aoo42x/main/odk/docs/sdk_styles.css (revision 99eb6ac2)
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
22cdf0e10cSrcweira { text-decoration: none; }
2380295734SMatthias Seidela:link { color: #107EC0; }
24cdf0e10cSrcweira:visited { color: #638093; }
25cdf0e10cSrcweira:active { color: #4dadea; }
26cdf0e10cSrcweir
27cdf0e10cSrcweir.sdkbody { background-color: #FFFFFF;
2880295734SMatthias Seidel	   color: #333333;
29cdf0e10cSrcweir	   margin-top: 0;
30cdf0e10cSrcweir	   margin-bottom: 0;
31cdf0e10cSrcweir	   margin-left: 0;
32cdf0e10cSrcweir	   margin-right: 0;
33cdf0e10cSrcweir	   font-family: Arial, Helvetica, sans-serif; }
34cdf0e10cSrcweir
35*99eb6ac2SMatthias Seidel.note { font-size: 20px;
36cdf0e10cSrcweir        font-weight: bold;
37cdf0e10cSrcweir	font-style: italic;
38cdf0e10cSrcweir	text-align: center; }
39cdf0e10cSrcweir
40cdf0e10cSrcweir.table1 { width: 100%;
41cdf0e10cSrcweir	  border-style: none;
42cdf0e10cSrcweir	  border-spacing: 0;
43cdf0e10cSrcweir	  padding: 0; }
44cdf0e10cSrcweir
45cdf0e10cSrcweir.table2 { width: 100%;
46cdf0e10cSrcweir	  border-style: none;
47*99eb6ac2SMatthias Seidel	  border-spacing: 8px;
48*99eb6ac2SMatthias Seidel	  padding: 5px; }
49cdf0e10cSrcweir
50cdf0e10cSrcweir.table3 { width: 100%;
51cdf0e10cSrcweir	  border-style: none;
52*99eb6ac2SMatthias Seidel	  border-spacing: 0px 6px;
53cdf0e10cSrcweir	  padding: 0; }
54cdf0e10cSrcweir
55cdf0e10cSrcweir.table4 { width: 100%;
56*99eb6ac2SMatthias Seidel	  border-width: 1px;
57*99eb6ac2SMatthias Seidel	  border-style: solid;
58*99eb6ac2SMatthias Seidel	  border-color: #555555;
59cdf0e10cSrcweir	  border-spacing: 0;
60cdf0e10cSrcweir	  border-collapse: collapse; }
61cdf0e10cSrcweir
62cdf0e10cSrcweir.cell15 { width: 15%;
63*99eb6ac2SMatthias Seidel	  border-width: 1px;
64*99eb6ac2SMatthias Seidel	  border-style: solid;
65*99eb6ac2SMatthias Seidel	  border-color: #555555;
66cdf0e10cSrcweir	  border-spacing: 0;
67cdf0e10cSrcweir	  border-collapse: collapse;
68*99eb6ac2SMatthias Seidel	  padding: 4px; }
69cdf0e10cSrcweir
70cdf0e10cSrcweir.cell20 { width: 20%;
71*99eb6ac2SMatthias Seidel	  border-width: 1px;
72*99eb6ac2SMatthias Seidel	  border-style: solid;
73*99eb6ac2SMatthias Seidel	  border-color: #555555;
74cdf0e10cSrcweir	  border-spacing: 0;
75cdf0e10cSrcweir	  border-collapse: collapse;
76*99eb6ac2SMatthias Seidel	  padding: 4px; }
77cdf0e10cSrcweir
78cdf0e10cSrcweir.cell80 { width: 80%;
79*99eb6ac2SMatthias Seidel	  border-width: 1px;
80*99eb6ac2SMatthias Seidel	  border-style: solid;
81*99eb6ac2SMatthias Seidel	  border-color: #555555;
82cdf0e10cSrcweir	  border-spacing: 0;
83cdf0e10cSrcweir	  border-collapse: collapse;
84*99eb6ac2SMatthias Seidel	  padding: 4px; }
85cdf0e10cSrcweir
86cdf0e10cSrcweir.cell85 { width: 85%;
87*99eb6ac2SMatthias Seidel	  border-width: 1px;
88*99eb6ac2SMatthias Seidel	  border-style: solid;
89*99eb6ac2SMatthias Seidel	  border-color: #555555;
90cdf0e10cSrcweir	  border-spacing: 0;
91cdf0e10cSrcweir	  border-collapse: collapse;
92*99eb6ac2SMatthias Seidel	  padding: 4px; }
93cdf0e10cSrcweir
94*99eb6ac2SMatthias Seidel.nothing1 { width: 20px;
95*99eb6ac2SMatthias Seidel	   height: 1px; }
96cdf0e10cSrcweir
97*99eb6ac2SMatthias Seidel.nothing8 { width: 20px;
98*99eb6ac2SMatthias Seidel	    height: 8px; }
99cdf0e10cSrcweir
100*99eb6ac2SMatthias Seidel.nothing10 { width: 20px;
101*99eb6ac2SMatthias Seidel	    height: 10px; }
102cdf0e10cSrcweir
103*99eb6ac2SMatthias Seidel.nothing30 { width: 20px;
104*99eb6ac2SMatthias Seidel	    height: 30px; }
105cdf0e10cSrcweir
106cdf0e10cSrcweir
107*99eb6ac2SMatthias Seidel.appicon { width: 32px;
108*99eb6ac2SMatthias Seidel	   height: 32px;
109cdf0e10cSrcweir	   border: 0; }
110cdf0e10cSrcweir
111cdf0e10cSrcweir.line { width: 100%;
112*99eb6ac2SMatthias Seidel        height: 1px;
113cdf0e10cSrcweir	border: 0;
114cdf0e10cSrcweir	vertical-align: middle; }
115cdf0e10cSrcweir
116cdf0e10cSrcweir
117*99eb6ac2SMatthias Seidel.arrow { width: 16px;
118*99eb6ac2SMatthias Seidel	 height: 13px; }
119cdf0e10cSrcweir
120*99eb6ac2SMatthias Seidel.head1 { font-size: 20px;
121cdf0e10cSrcweir         font-weight: bold; }
122cdf0e10cSrcweir
123*99eb6ac2SMatthias Seidel.head2 { font-size: 18px;
124cdf0e10cSrcweir         font-weight: bold; }
125cdf0e10cSrcweir
126*99eb6ac2SMatthias Seidel.head3 { font-size: 17px;
127cdf0e10cSrcweir         font-weight: bold; }
128cdf0e10cSrcweir
129*99eb6ac2SMatthias Seidel.head4 { font-size: 16px;
130cdf0e10cSrcweir         font-weight: bold; }
131cdf0e10cSrcweir
132cdf0e10cSrcweir.thead { font-weight: bold;
133*99eb6ac2SMatthias Seidel         background-color: #CCCCCC; }
134cdf0e10cSrcweir
135cdf0e10cSrcweir.navigate { border: 0; }
136cdf0e10cSrcweir
137cdf0e10cSrcweir.content1 { width: 1%; }
138cdf0e10cSrcweir.content3 { width: 3%; }
139cdf0e10cSrcweir.content4 { width: 4%; }
140cdf0e10cSrcweir.content10 { width: 10%; }
141cdf0e10cSrcweir.content20 { width: 20%; }
142cdf0e10cSrcweir.content70 { width: 70%; }
143cdf0e10cSrcweir.content75 { width: 75%; }
144cdf0e10cSrcweir.content80 { width: 80%; }
145cdf0e10cSrcweir.content87 { width: 87%; }
146cdf0e10cSrcweir
14780295734SMatthias Seidel.centertext { padding-left:20px; padding-bottom:5px; text-align:left; font-size: 12px; line-height:10pt; }
148*99eb6ac2SMatthias Seidel.apachelogo { float: right; text-align: left; padding-bottom: 12px; padding-right: 8px; padding-left: 5px; width: 188px; height: 76px; }
149cdf0e10cSrcweir
150