sdk_styles.css (80295734) sdk_styles.css (99eb6ac2)
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

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

27.sdkbody { background-color: #FFFFFF;
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
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

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

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