xref: /freebsd/crypto/krb5/src/windows/leash/htmlhelp/Leash.css (revision 24e4dcf4ba5e9dedcf89efd358ea3e1fe5867020)
1body {
2	font-family : Verdana, Geneva, sans-serif;
3	font-size:100%;
4	background-color : white;
5	color : black; }
6p {
7	font-size:.8em;
8	background-color : white;
9	color : black;
10}
11
12
13 h1 {
14	font-family : Verdana, Geneva, sans-serif;
15	font-size : 1.5em;
16	color : black; }
17
18 h2 {
19	font-family : Verdana, Geneva, sans-serif;
20	font-size : 1.12em;
21	color : black; }
22
23 h3 {
24	font-family : Verdana, Geneva, sans-serif;
25	font-size : .9 em;
26	color : black; }
27
28
29ol li {
30	font-size: .8em;
31	margin-top: 4px;
32	margin-bottom: 10px;
33}
34
35ul li {
36	font-size: .8em;
37	margin-top: 4px;
38	margin-bottom: 4px;
39}
40
41table, th, td
42{
43border: 1 solid black;
44border-collapse:collapse;
45}
46
47#table-inner
48{
49border: 0;
50border-collapse:collapse;
51}
52
53#th-inner
54{
55border: 0;
56border-collapse:collapse;
57}
58
59#th-title
60{
61border: 0;
62border-collapse:collapse;
63background-color:#F0F8FF;
64}
65
66#td-inner
67{
68border: 0;
69border-collapse:collapse;
70align-left;
71}
72
73table {
74padding-top: 10px;
75text-align: left;
76width: 100%;
77padding-bottom: 10px;
78	table-layout: auto;
79}
80
81
82th  {
83	font-family : Verdana, Arial, Helvetica, sans-serif;
84	font-size:1em;
85	background-color: #E0E5EB;
86	color : black;
87	padding:8px;
88	width: auto;
89	vertical-align:top;
90
91}
92
93#th2  {
94	font-family : Verdana, Arial, Helvetica, sans-serif;
95	font-size:0.825em;
96	background-color:#F0F8FF;
97	color : black;
98	padding:8px;
99	width: auto;
100	vertical-align:top;
101}
102
103#th2small  {
104	font-family : Verdana, Arial, Helvetica, sans-serif;
105	font-size:0.6em;
106	background-color:#F0F8FF;
107	color : black;
108	padding:6px;
109	width: auto;
110	vertical-align:top;
111}
112
113td {
114	font-family : Verdana, Arial, Helvetica, sans-serif;
115	font-size:0.825em;
116	color : black;
117	padding-left:5px;
118	padding-top:8px;
119	padding-bottom:8px;
120	width: auto;
121	vertical-align:top;
122 }
123
124#helpul
125{
126font-family : Verdana, Geneva, sans-serif;
127list-style:none;
128	font-size: 1em;
129	margin-top: 0;
130	margin-left:0;
131	padding-left: 0;
132}
133
134ol li ul li {
135Verdana, Arial, sans-serif;
136	list-style:none;
137	position:relative;
138	left:-10px;
139	font-size : 1em;
140}
141
142#tableul {
143	Verdana, Geneva, sans-serif;
144	font-size : 1.12em;
145}
146
147#helph2 {
148	font-family : Verdana, Geneva, sans-serif;
149	font-size : 1.12em;
150	color : black;
151	margin-bottom: 4px;
152 }
153
154
155
156#typed
157{
158	font-size: 1em;
159	font-family :"Courier New", Courier, monospace;
160}
161
162#button
163{
164	font-size: 1em;
165	Arial, Helvetica, sans-serif;
166}
167
168.typed
169{
170	font-size: 1em;
171	font-family :"Courier New", Courier, monospace;
172}
173.command
174{
175	font-size: 1em;
176	font-family :"Courier New", Courier, monospace;
177	 white-space: nowrap;
178	}
179
180.noborder, .noborder tr, .noborder th, .noborder td {
181    border: none;
182}
183
184.smallfont {
185	font-family : Verdana, Geneva, sans-serif;
186	font-size:.8em;
187	font-weight:normal;
188}
189
190dl
191{
192	margin:0;
193	padding: 0;
194	font-family: Verdana, Geneva, sans-serif;
195	font-size:0.825em;
196}
197
198dt
199{
200	margin:0;
201	padding: 0;
202	font-weight: bold;
203}
204
205 dd
206{
207	margin: 0 0 1em 0;
208	padding: 0;
209}
210
211 A:link { color : blue; }
212
213 A:visited { color : purple; }
214
215 A:active { color : navy; }
216