xref: /minix3/crypto/external/bsd/heimdal/dist/doc/heimdal.css (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambucbody {
2*ebfedea0SLionel Sambuc	color: black;
3*ebfedea0SLionel Sambuc	background-color: #fdfdfd;
4*ebfedea0SLionel Sambuc	font-family: serif;
5*ebfedea0SLionel Sambuc	max-width: 40em;
6*ebfedea0SLionel Sambuc}
7*ebfedea0SLionel Sambuch1, h2, h3 {
8*ebfedea0SLionel Sambuc	font-family: sans-serif;
9*ebfedea0SLionel Sambuc	font-weight: bold;
10*ebfedea0SLionel Sambuc}
11*ebfedea0SLionel Sambuch1 {
12*ebfedea0SLionel Sambuc    padding: 0.5em 0 0.5em 5%;
13*ebfedea0SLionel Sambuc    color: white;
14*ebfedea0SLionel Sambuc    background: #3366cc;
15*ebfedea0SLionel Sambuc    border-bottom: solid 1px black;
16*ebfedea0SLionel Sambuc}
17*ebfedea0SLionel Sambuch1 {
18*ebfedea0SLionel Sambuc	font-size: 200%;
19*ebfedea0SLionel Sambuc}
20*ebfedea0SLionel Sambuch2 {
21*ebfedea0SLionel Sambuc	font-size: 150%;
22*ebfedea0SLionel Sambuc}
23*ebfedea0SLionel Sambuch3 {
24*ebfedea0SLionel Sambuc	font-size: 120%;
25*ebfedea0SLionel Sambuc}
26*ebfedea0SLionel Sambuch4 {
27*ebfedea0SLionel Sambuc	font-weight: bold;
28*ebfedea0SLionel Sambuc}
29*ebfedea0SLionel Sambucpre.example {
30*ebfedea0SLionel Sambuc	margin-left: 2em;
31*ebfedea0SLionel Sambuc	padding: 1em 0em;
32*ebfedea0SLionel Sambuc	border: 2px dashed #c0c0c0;
33*ebfedea0SLionel Sambuc	background: #f0f0f0;
34*ebfedea0SLionel Sambuc}
35*ebfedea0SLionel Sambuca:link {
36*ebfedea0SLionel Sambuc  color: blue;
37*ebfedea0SLionel Sambuc  text-decoration: none;
38*ebfedea0SLionel Sambuc}
39*ebfedea0SLionel Sambuca:visited {
40*ebfedea0SLionel Sambuc  color: red;
41*ebfedea0SLionel Sambuc  text-decoration: none
42*ebfedea0SLionel Sambuc}
43*ebfedea0SLionel Sambuca:hover {
44*ebfedea0SLionel Sambuc  text-decoration: underline
45*ebfedea0SLionel Sambuc}
46*ebfedea0SLionel Sambucspan.literal {
47*ebfedea0SLionel Sambuc	font-family: monospace;
48*ebfedea0SLionel Sambuc}
49*ebfedea0SLionel Sambuchr {
50*ebfedea0SLionel Sambuc	border-style: none;
51*ebfedea0SLionel Sambuc	background-color: black;
52*ebfedea0SLionel Sambuc	height: 1px;
53*ebfedea0SLionel Sambuc}
54