sdk_styles.css (0f3543aa) sdk_styles.css (80295734)
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

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

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
22a { text-decoration: none; }
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

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

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
22a { text-decoration: none; }
23a:link { color: #0e85cd; }
23a:link { color: #107EC0; }
24a:visited { color: #638093; }
25a:active { color: #4dadea; }
26
27.sdkbody { background-color: #FFFFFF;
24a:visited { color: #638093; }
25a:active { color: #4dadea; }
26
27.sdkbody { background-color: #FFFFFF;
28 color: #000000;
28 color: #333333;
29 margin-top: 0;
30 margin-bottom: 0;
31 margin-left: 0;
32 margin-right: 0;
33 font-family: Arial, Helvetica, sans-serif; }
34
35.note { font-size: 20;
36 font-weight: bold;

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

104 height: 30; }
105
106
107.appicon { width: 32;
108 height: 32;
109 border: 0; }
110
111.line { width: 100%;
29 margin-top: 0;
30 margin-bottom: 0;
31 margin-left: 0;
32 margin-right: 0;
33 font-family: Arial, Helvetica, sans-serif; }
34
35.note { font-size: 20;
36 font-weight: bold;

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

104 height: 30; }
105
106
107.appicon { width: 32;
108 height: 32;
109 border: 0; }
110
111.line { width: 100%;
112 height: 5;
112 height: 2px;
113 border: 0;
114 vertical-align: middle; }
115
116
117.arrow { width: 16;
118 height: 13; }
119
120.head1 { font-size: 20;

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

140.content4 { width: 4%; }
141.content10 { width: 10%; }
142.content20 { width: 20%; }
143.content70 { width: 70%; }
144.content75 { width: 75%; }
145.content80 { width: 80%; }
146.content87 { width: 87%; }
147
113 border: 0;
114 vertical-align: middle; }
115
116
117.arrow { width: 16;
118 height: 13; }
119
120.head1 { font-size: 20;

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

140.content4 { width: 4%; }
141.content10 { width: 10%; }
142.content20 { width: 20%; }
143.content70 { width: 70%; }
144.content75 { width: 75%; }
145.content80 { width: 80%; }
146.content87 { width: 87%; }
147
148.centertext {align:center; text-align:center; font-size: 12;}
149.apachelogo {vertical-align:middle;}
148.centertext { padding-left:20px; padding-bottom:5px; text-align:left; font-size: 12px; line-height:10pt; }
149.apachelogo { float: right; text-align: left; padding-bottom: 12px; padding-right: 8px; width: 188px; height: 76px; }
150
150
151