source: trunk/doc/eclipseos2.css@ 21

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