1 | /* Style for checksum, file size, etc.
|
2 | * Included dynamically from release/$VERSION/index.html, and statically
|
3 | * built into /releases.html.
|
4 | */
|
5 |
|
6 | h1 {
|
7 | font-size: 1.5em; /* reduce to what browsers apparently use for h2 */
|
8 | }
|
9 |
|
10 | h2 {
|
11 | font-size: 1.2em; /* reduce to what browsers apparently use for h3 */
|
12 | }
|
13 |
|
14 | h3 {
|
15 | font-size: 1.0em;
|
16 | margin-left: 1em;
|
17 | color: darkgreen; /* different than blog */
|
18 | }
|
19 |
|
20 | pre {
|
21 | color: green;
|
22 | margin-left: 4em;
|
23 | }
|
24 |
|
25 | code {
|
26 | color: green;
|
27 | }
|
28 |
|
29 | /* END COMMON */
|
30 |
|
31 |
|
32 | /* Download links are in both releases.html and /release/$VERSION/index.html */
|
33 |
|
34 | .release-table {
|
35 | padding: 1em;
|
36 | }
|
37 |
|
38 | .file-table {
|
39 | padding: 1em;
|
40 | background-color: oldlace;
|
41 | }
|
42 |
|
43 | .file-table table {
|
44 | width: 100%
|
45 | }
|
46 |
|
47 | .file-table-heading {
|
48 | color: darkgreen;
|
49 | }
|
50 |
|
51 | .filename {
|
52 | font-size: large;
|
53 | font-family: monospace;
|
54 | }
|
55 |
|
56 | .size {
|
57 | text-align: right;
|
58 | }
|
59 | .checksum {
|
60 | font-family: monospace;
|
61 | font-size: small;
|
62 | color: #444;
|
63 | }
|
64 |
|
65 | /* for releases.html */
|
66 | .version-number {
|
67 | font-size: large;
|
68 | font-weight: bold;
|
69 | }
|
70 |
|
71 | .date {
|
72 | font-size: medium;
|
73 | color: #555;
|
74 | padding-left: 1em;
|
75 | padding-right: 1em;
|
76 | }
|