Don't display 'latest' symlinks
[openssl-web.git] / manpage.css
1 BODY {
2         background: white;
3         color: black;
4         font-family: arial,sans-serif;
5         margin: 0;
6         padding: 1ex;
7 }
8 TABLE {
9         border-collapse: collapse;
10         border-spacing: 0;
11         border-width: 0;
12         color: inherit;
13 }
14 IMG { border: 0; }
15 FORM { margin: 0; }
16 input { margin: 2px; }
17 A.fred {
18         text-decoration: none;
19 }
20 A:link, A:visited {
21         background: transparent;
22         color: #006699;
23 }
24 TD {
25         margin: 0;
26         padding: 0;
27 }
28 DIV {
29         border-width: 0;
30 }
31 DT {
32         margin-top: 1em;
33 }
34 TH {
35         background: #bbbbbb;
36         color: inherit;
37         padding: 0.4ex 1ex;
38         text-align: left;
39 }
40 TH A:link, TH A:visited {
41         background: transparent;
42         color: black;
43 }
44 A.m:link, A.m:visited {
45         background: #006699;
46         color: white;
47         font: bold 10pt Arial,Helvetica,sans-serif;
48         text-decoration: none;
49 }
50 A.o:link, A.o:visited {
51         background: #006699;
52         color: #ccffcc;
53         font: bold 10pt Arial,Helvetica,sans-serif;
54         text-decoration: none;
55 }
56 A.o:hover {
57         background: transparent;
58         color: #ff6600;
59         text-decoration: underline;
60 }
61 A.m:hover {
62         background: transparent;
63         color: #ff6600;
64         text-decoration: underline;
65 }
66 table.dlsip     {
67         background: #dddddd;
68         border: 0.4ex solid #dddddd;
69 }
70 .pod PRE     {
71         background: #eeeeee;
72         border: 1px solid #888888;
73         color: black;
74         padding-top: 1em;
75         white-space: pre;
76 }
77 .pod H1      {
78         background: transparent;
79         color: #006699;
80         font-size: large;
81 }
82 .pod H2      {
83         background: transparent;
84         color: #006699;
85         font-size: medium;
86 }
87 .pod IMG     {
88         vertical-align: top;
89 }
90 .pod .toc A  {
91         text-decoration: none;
92 }
93 .pod .toc LI {
94         line-height: 1.2em;
95         list-style-type: none;
96 }