1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
|
html {
-webkit-font-smoothing: antialiased;
}
body {
background: #46483e;
color: #eee;
font-size: 12px;
line-height: 180%;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
margin: 0;
padding-top: 40px;
border-top: 6px #8cc84b solid;
}
img {
border: 0;
}
@media all and (min-height: 650px) { #toc { position: fixed; }}
#toctitle {
display: none;
}
h1, h2, h3, h4 {
color: #d2d8ba;
font-family: Helvetica, Arial, sans-serif;
margin-top: 2em;
margin-right: 0;
margin-bottom: 10px;
margin-left: 0;
text-transform: uppercase;
}
h2 {
font-size: 12px;
font-weight: normal;
}
h1 code, h2 code, h3 code, h4 code,
h1 a, h2 a, h3 a, h4 a
{
color: inherit;
font-size: inherit;
}
#intro {
width: 775px;
margin: 0 auto;
text-align: center;
color: #d2d8ba;
/* preload platform-icons.png */
background-image: url(platform-icons.png);
background-repeat: no-repeat;
background-position: -1000px -1000px;
}
#intro p {
width: 680px;
line-height: 180%;
padding-top: 30px;
margin: 0 auto 30px auto;
font-size: 14px;
}
#intro #downloadbutton {
background-color: #8BC84B;
color: #46483e;
font-weight: bold;
font-size: 14px;
text-transform: uppercase;
padding: 7px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#intro #downloadbutton:hover {
text-decoration: none;
background-color: #73a53e;
}
#quotes {
text-align: center;
width: 100%;
background-color: #33342d;
margin-top: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
#quotes h2 {
margin-top: 0;
}
#quotes ul {
display: block;
width: 775px;
margin: 0 auto;
padding-top: 20px;
}
#quotes ul li {
display: block;
text-align: left;
width: 180px;
float: left;
padding-right: 15px;
font-size: 11px;
}
#quotes ul li.ebay {
margin-top: -10px;
}
#quotes ul li.linkedin {
margin-top: -4px;
}
#quotes ul li.yahoo {
margin-top: -4px;
padding-right: 0;
}
#quotes ul li p span {
font-size: 10px;
}
#content {
width: 775px;
margin: 0 auto;
}
#content #column1 {
width: 420px;
float: left;
}
#content #column2 {
width: 260px;
float: right;
}
#content #column1.interior {
width: 510px;
float: right;
}
#content #column2.interior {
}
#explore {
background: url(icons.png) no-repeat left 15px;
}
#explore li {
list-style-type: none;
color: #d2d8ba;
line-height: 14px;
padding: 10px 0 10px 40px;
border-top: 1px solid #626557;
}
#explore li span {
}
#explore li a.explore {
text-transform: uppercase;
}
#explore ol.jobs {
padding: 0;
}
#explore ol.jobs li {
display: inline;
padding: 0;
border: none;
}
#explore ol.jobs li:after {
content: ', ';
}
#explore ol.jobs li:last-child:after {
content: '';
}
#footer {
width: 775px;
border-top: 1px solid #626557;
margin: 50px auto 30px auto;
padding-top: 15px;
}
#footer p {
color: #8BC84B;
height: 32px;
padding-top: 3px;
background: url(footer-logo.png) left top no-repeat;
padding-left: 130px;
}
#footer p a {
text-decoration: underline;
}
div#download {
position: absolute;
width: 580px;
text-align: center;
top: 0;
left: 50%;
margin-left: -290px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-top: 40px;
-webkit-box-shadow: 0 0 32px #000;
-moz-box-shadow: 0 0 32px #000;
box-shadow: 0 0 32px #000;
background:white;
display: none;
}
div#download:target {
display: block;
}
#download-close {
background: url(close-downloads.png) no-repeat top right;
width: 64px;
height: 64px;
position: absolute;
display: block;
top:0;
right:0;
text-indent:-999em;
}
div#download ul#installers {
width: 550px;
text-align: center;
margin: 0 auto;
background: url(platform-icons.png) no-repeat top center;
padding-top: 65px;
padding-bottom: 50px;
}
div#download ul#installers li {
list-style-type: none;
width: 165px;
padding-left: 18px;
float: left;
display: block;
color: #33342d;
font-size: 10px;
}
div#download ul#installers li#source {
padding-left: 0;
}
div#download ul#installers li a {
font-size: 16px;
padding-top: 50px;
margin-top: -50px;
}
div#download ul#documentation {
background-color: #d4d7c3;
padding: 20px 0 20px 40px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
div#download ul#documentation li {
margin-left: 40px;
text-align: left;
color: #33342d;
font-size: 14px;
font-weight: bold;
padding-bottom: 5px;
}
div#download ul#documentation li a {
color: #76a83f;
}
#download-logo {
margin-bottom: 37px;
}
pre, code {
font-family: Monaco, 'Andale Mono', 'Lucida Console', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
font-size: 12px;
color: #d2d8ba;
}
pre {
padding-left: 1em;
margin-left: -1em;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #626557;
}
dd {
margin: 1em 0;
margin-left: 1em;
}
a {
color: #8BC84B;
text-decoration: none;
}
a:hover { text-decoration: underline; }
.highlight {
background: #733;
padding: 0.2em 0;
}
.desktops {
font-size: 12px;
}
.release {
margin: 0 0 0 2em;
}
/* simpler clearfix */
.clearfix {
/* be an independent layout island */
overflow:hidden;
/* but don't actually cut anything off */
height:auto;
/* trigger hasLayout in IE */
zoom:1;
/* fin. */
}
|