Line | |
---|
1 | /*
|
---|
2 | * A CSS stylesheet for eclipseos2 project
|
---|
3 | *
|
---|
4 | */
|
---|
5 |
|
---|
6 | html {
|
---|
7 | font-family: Arial, sans-serif;
|
---|
8 | }
|
---|
9 |
|
---|
10 | head, title {
|
---|
11 | display: block;
|
---|
12 | }
|
---|
13 |
|
---|
14 | title {
|
---|
15 | text-align: center;
|
---|
16 | font-weight: bold;
|
---|
17 | font-size: 2em;
|
---|
18 | color: black;
|
---|
19 | margin-top: .67ex;
|
---|
20 | margin-bottom: .67ex;
|
---|
21 | padding: 1ex;
|
---|
22 | background-color: #ADD8E6;
|
---|
23 | }
|
---|
24 |
|
---|
25 | h1, h2, h3, h4, h5, h6 {
|
---|
26 | color: #800000;
|
---|
27 | }
|
---|
28 | h1 {
|
---|
29 | font-size: 1.8em;
|
---|
30 | }
|
---|
31 | h2 {
|
---|
32 | font-size: 1.33em;
|
---|
33 | }
|
---|
34 | h4 {
|
---|
35 | color: black;
|
---|
36 | }
|
---|
37 |
|
---|
38 | table {
|
---|
39 | border: 1px outset gray;
|
---|
40 | border-spacing: 0px;
|
---|
41 | }
|
---|
42 |
|
---|
43 | td, th {
|
---|
44 | border: 1px inset gray;
|
---|
45 | padding: 2px;
|
---|
46 | vertical-align: baseline;
|
---|
47 | }
|
---|
48 |
|
---|
49 | kbd {
|
---|
50 | color: rgb(173,103,62); /* #4C7F7F; */ /* #4682B4; */
|
---|
51 | }
|
---|
52 |
|
---|
53 | code {
|
---|
54 | color: rgb(51,102,153); /* #000090; */ /*blue;*/ /* #4169E1; */
|
---|
55 | }
|
---|
56 |
|
---|
57 | dt {
|
---|
58 | font-weight: bold;
|
---|
59 | }
|
---|
60 |
|
---|
61 | pre {
|
---|
62 | background-color: #E0E0E0;
|
---|
63 | border: thin solid gray;
|
---|
64 | }
|
---|
65 |
|
---|
66 | a[href] {
|
---|
67 | color: #007800; /*#228B22; */
|
---|
68 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.