Last change
on this file since 90 was 27, checked in by dmik, 20 years ago |
CSS files in /os2-doc are marked as text/css
|
-
Property svn:mime-type
set to
text/css
|
File size:
1.5 KB
|
Line | |
---|
1 | /*
|
---|
2 | * Stylesheet for the Qt for OS2 project documentation
|
---|
3 | *
|
---|
4 | */
|
---|
5 |
|
---|
6 | html {
|
---|
7 | font-family: Arial, sans-serif;
|
---|
8 | }
|
---|
9 |
|
---|
10 | body {
|
---|
11 | margin-left: 20pt;
|
---|
12 | margin-right: 20pt;
|
---|
13 | }
|
---|
14 |
|
---|
15 | kbd, code, pre {
|
---|
16 | font-family: Andale Mono, Courier New, monospace;
|
---|
17 | }
|
---|
18 |
|
---|
19 | head, title {
|
---|
20 | display: block;
|
---|
21 | }
|
---|
22 |
|
---|
23 | title {
|
---|
24 | text-align: center;
|
---|
25 | font-weight: bold;
|
---|
26 | font-size: 2em;
|
---|
27 | color: black;
|
---|
28 | margin-top: .67ex;
|
---|
29 | margin-bottom: .67ex;
|
---|
30 | padding: 1ex;
|
---|
31 | background-color: #FFE880; /*#F0E880;*/
|
---|
32 | }
|
---|
33 |
|
---|
34 | h1, h2, h3, h4, h5, h6 {
|
---|
35 | color: #800000;
|
---|
36 | }
|
---|
37 | h1 {
|
---|
38 | font-size: 1.8em;
|
---|
39 | }
|
---|
40 | h2 {
|
---|
41 | font-size: 1.33em;
|
---|
42 | }
|
---|
43 | h4 {
|
---|
44 | color: black;
|
---|
45 | }
|
---|
46 |
|
---|
47 | table {
|
---|
48 | border: 1px outset gray;
|
---|
49 | border-spacing: 0px;
|
---|
50 | }
|
---|
51 |
|
---|
52 | td, th {
|
---|
53 | border: 1px inset gray;
|
---|
54 | padding: 2px;
|
---|
55 | vertical-align: baseline;
|
---|
56 | }
|
---|
57 |
|
---|
58 | kbd {
|
---|
59 | /* color: #006800;*/
|
---|
60 | /* color: #666600;*/
|
---|
61 | /* color: #CF7000;*/
|
---|
62 | color: #008000;
|
---|
63 | /* background: #C0F0C0;*/
|
---|
64 | }
|
---|
65 | code {
|
---|
66 | color: #0066cc;
|
---|
67 | /* background: #C0F0FF;*/
|
---|
68 | }
|
---|
69 |
|
---|
70 | dt {
|
---|
71 | font-weight: bold;
|
---|
72 | }
|
---|
73 |
|
---|
74 | pre {
|
---|
75 | background-color: #E0E0E0;
|
---|
76 | border: thin solid gray;
|
---|
77 | }
|
---|
78 |
|
---|
79 | a[href] {
|
---|
80 | text-decoration: none;
|
---|
81 | /* color: #780000;*/
|
---|
82 | /* color: #207820;*/
|
---|
83 | /* color: #FF3000;*/
|
---|
84 | }
|
---|
85 |
|
---|
86 | hr {
|
---|
87 | border-width: 0;
|
---|
88 | height: 2px;
|
---|
89 | background-color: gray;
|
---|
90 | }
|
---|
91 |
|
---|
92 | .marker-1 {
|
---|
93 | background-color: #BAFFAD;
|
---|
94 | }
|
---|
95 | .marker-2 {
|
---|
96 | background-color: #FFFFAA;
|
---|
97 | }
|
---|
98 | .marker-3 {
|
---|
99 | background-color: #FFBAAD;
|
---|
100 | }
|
---|
101 |
|
---|
102 | .center {
|
---|
103 | margin-left: auto;
|
---|
104 | margin-right: auto;
|
---|
105 | text-align: center;
|
---|
106 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.