xref: /haiku/docs/user/book.css (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1H1 {
2	text-align: center;
3	font-family: Arial, Helvetica, sans-serif;
4}
5H2 {
6	font-family: Arial, Helvetica, sans-serif;
7}
8CAPTION { font-weight: bold }
9DIV.qindex { width: 100%;
10			 font-family: Arial, Helvetica, sans-serif;
11             background-color: white;
12             border: 1px solid black;
13			 padding: 2px;
14             text-align: center;
15             margin-bottom: 2px
16}
17A.qindex { text-decoration: none; font-weight: bold; color: #2222aa }
18A.qindex:visited { text-decoration: none; font-weight: bold; color: #2222aa }
19A.qindex:hover { text-decoration: none; background-color: #f0f0e0 }
20A.qindexHL { text-decoration: underlined; font-weight: bold;
21             background-color: #e0e0d0 /*#111199;*/
22             color: black; /*#cccccc*/
23           }
24A.qindexHL:hover { text-decoration: none; background-color: #111199; color: #ffffff }
25/*A.qindexHL:visited { text-decoration: none; color: #000060 }*/
26A.el { text-decoration: underline; font-weight: bold; color: #2222aa }
27A.elRef { font-weight: bold }
28A { text-decoration: underline; color: #2222aa }
29A.codeRef { text-decoration: underline; font-weight: normal; color: #2222aa }
30A:hover { text-decoration: underline; background-color: #e0e0d0 }
31A.el:visited { text-decoration: underline; color: #000060 }
32DL.el { margin-left: -1cm }
33DIV.fragment {
34	width: 98%;
35	border: 1px solid #CCCCCC;
36	background-color: #f5f5f5;
37	padding-left: 4px;
38	margin: 4px;
39}
40DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
41TD.md { background-color: #ffffff; font-weight: bold; }
42TD.mdname1 { background-color: #ffffff; font-weight: bold; color: #602020; }
43TD.mdname { background-color: #ffffff; font-weight: bold; color: #602020; width: 600px; }
44DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
45DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
46BODY {
47 	font-family: Arial, Helvetica, sans-serif;
48	background: white;
49	color: black;
50	margin-right: 20px;
51	margin-left: 20px;
52}
53TD.indexkey {
54   background-color: white;
55   font-weight: bold;
56   padding-right  : 10px;
57   padding-top    : 2px;
58   padding-left   : 10px;
59   padding-bottom : 2px;
60   margin-left    : 0px;
61   margin-right   : 0px;
62   margin-top     : 2px;
63   margin-bottom  : 2px
64}
65TD.indexvalue {
66   background-color: white;
67   font-style: italic;
68   padding-right  : 10px;
69   padding-top    : 2px;
70   padding-left   : 10px;
71   padding-bottom : 2px;
72   margin-left    : 0px;
73   margin-right   : 0px;
74   margin-top     : 2px;
75   margin-bottom  : 2px
76}
77TR.memlist {
78   background-color: #f0f0f0;
79}
80P.formulaDsp { text-align: center; }
81IMG.formulaDsp { }
82IMG.formulaInl { vertical-align: middle; }
83SPAN.keyword       { color: #008000 }
84SPAN.keywordtype   { color: #604020 }
85SPAN.keywordflow   { color: #e08000 }
86SPAN.comment       { color: #800000 }
87SPAN.preprocessor  { color: #806020 }
88SPAN.stringliteral { color: #002080 }
89SPAN.charliteral   { color: #008080 }
90
91/* this violates anything which is good style - but it seem to work... */
92EM.none { font-style: italic; }
93EM, SPAN.var {
94	font-weight: bold;
95	font-family: Arial, sans-serif;
96	font-style: italic;
97	color: #602020;
98}
99CODE { color: #3333aa; }
100
101.mdTable {
102	border: 4px ridge #868686;
103	background-color: #ffffff;
104}
105.mdRow {
106	padding: 8px 20px;
107}
108.mdescLeft {
109	font-size: smaller;
110	font-family: Arial, Helvetica, sans-serif;
111	background-color: #FAFAFA;
112	padding-left: 8px;
113	border-top: 1px none #E0E0E0;
114	border-right: 1px none #E0E0E0;
115	border-bottom: 1px none #E0E0E0;
116	border-left: 1px none #E0E0E0;
117	margin: 0px;
118}
119.mdescRight {
120	font-size: smaller;
121	font-family: Arial, Helvetica, sans-serif;
122	font-style: italic;
123	background-color: #FAFAFA;
124	padding-left: 4px;
125	border-top: 1px none #E0E0E0;
126	border-right: 1px none #E0E0E0;
127	border-bottom: 1px none #E0E0E0;
128	border-left: 1px none #E0E0E0;
129	margin: 0px;
130	padding-bottom: 0px;
131	padding-right: 8px;
132}
133.memItemLeft {
134	padding: 1px 0px 0px 8px;
135	margin: 4px;
136	border-top-width: 1px;
137	border-right-width: 1px;
138	border-bottom-width: 1px;
139	border-left-width: 1px;
140	border-top-style: solid;
141	border-top-color: #E0E0E0;
142	border-right-color: #E0E0E0;
143	border-bottom-color: #E0E0E0;
144	border-left-color: #E0E0E0;
145	border-right-style: none;
146	border-bottom-style: none;
147	border-left-style: none;
148	background-color: #FAFAFA;
149	font-family: Arial, Helvetica, sans-serif;
150	font-size: 12px;
151}
152.memItemRight {
153	padding: 1px 0px 0px 8px;
154	margin: 4px;
155	border-top-width: 1px;
156	border-right-width: 1px;
157	border-bottom-width: 1px;
158	border-left-width: 1px;
159	border-top-style: solid;
160	border-top-color: #E0E0E0;
161	border-right-color: #E0E0E0;
162	border-bottom-color: #E0E0E0;
163	border-left-color: #E0E0E0;
164	border-right-style: none;
165	border-bottom-style: none;
166	border-left-style: none;
167	background-color: #FAFAFA;
168	font-family: Arial, Helvetica, sans-serif;
169	font-size: 13px;
170}
171.search     { color: #0000ee;
172              font-weight: bold;
173}
174FORM.search {
175              margin-bottom: 0px;
176              margin-top: 0px;
177}
178INPUT.search { font-size: 75%;
179               color: #000080;
180               font-weight: normal;
181               background-color: #eeeeff;
182}
183TD.tiny      { font-size: 75%;
184}
185