source: release-kits/lirk3/ant-scripts/tasks/antelope/docs/manual/style.css@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 1.8 KB
Line 
1
2.dummy {color: red}
3
4ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {
5 font-family: verdana, tahoma, geneva, sans-serif;
6 font-size: 12px;
7 color: black;
8}
9
10A {
11 cursor: pointer;
12 background: transparent;
13 text-decoration: none;
14}
15A:link {color: black; text-decoration: underline}
16A:visited {color: gray; text-decoration: underline}
17A:active {color: black;}
18A:hover {color: gray; background: white}
19
20ADDRESS {font-style: italic}
21
22BIG {font-size: 19px}
23
24BLOCKQUOTE {font-style: italic}
25
26BODY {background: white}
27
28BUTTON {cursor: auto}
29
30CITE {font-style: italic}
31
32.computeroutput {
33 font-family: monospace;
34 border: none;
35 padding: none;
36 background: none;
37}
38
39CODE, KBD, PRE, SAMP, TT {font-size: 12px}
40
41CODE, PRE {
42 font-family: monospace;
43}
44
45
46PRE.PROGRAMLISTING {
47 font-family: monospace;
48 border: solid thin;
49 padding: 2em;
50 background: white;
51}
52
53DT {font-weight: bold}
54
55H1, H2, H3, H4, H5, H6 {
56 font-weight: bold;
57 font-family: verdana, tahoma, geneva, sans-serif;
58 color: black;
59 margin: 0 0 0 0;
60}
61
62H1 {font-size: 22px}
63H2 {font-size: 20px}
64H3 {font-size: 18px}
65H4 {font-size: 16px}
66H5 {font-size: 14px}
67H6 {font-size: 12px}
68
69HTML {margin: 0; padding: 0}
70
71INPUT {cursor: auto}
72
73OL {list-style: decimal}
74UL {list-style: disc}
75
76PRE {margin-left: 0; white-space: pre}
77
78SMALL, SUB, SUP {font-size: 10px}
79
80TEXTAREA {cursor: text}
81
82TABLE {
83 border: solid thin;
84 background: white;
85 cellpadding: 3;
86 cellspacing: 0;
87}
88
89TD {
90 padding: 3;
91 background: white;
92}
93
94TH {
95 font-weight: bold;
96 text-align: center;
97 margin-left: 0;
98 background: #ADD8E6;
99 color: black;
100}
101
102
103
104
105
106
Note: See TracBrowser for help on using the repository browser.