b156e145474a097ee1b95afae741c77170791300
[openafs.git] / doc / man-pages / style.css
1 /* Style sheet for OpenAFS Reference documentation. */
2 /* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
3
4 @media all { .hide { display: none; } }
5
6 @media print {
7   .noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
8
9   * {
10     border-color: black !important;
11     color: black !important;
12     background-color: transparent !important;
13     background-image: none !important;
14   }
15 }
16
17 @media screen, tty, tv, projection {
18   .noscreen { display: none; }
19
20   a:link    { color: #7070ff; text-decoration: underline; }
21   a:visited { color: #e030ff; text-decoration: underline; }
22   a:active  { color: #800000; text-decoration: underline; }
23   body.contentspage a            { text-decoration: none; }
24   a.u { color: #000 !important; text-decoration: none; }
25
26   body.pod {
27     margin: 0 5px;
28     color:            #000;
29     background-color: #fff;
30   }
31
32   body.pod h1 { font-size: large }
33   body.pod h2 { font-size: large }
34   
35   body.pod dt {
36     font-size: 105%; /* just a wee bit more than normal */
37   }
38
39   /* Indent the body text and lower headings. */
40   body.pod p { margin-left: 2em }
41   body.pod dl { margin-left: 2em }
42   body.pod ol { margin-left: 2em }
43   body.pod ul { margin-left: 2em }
44   body.pod dl p { margin-left: 0 }
45   body.pod ol p { margin-left: 0 }
46   body.pod ul p { margin-left: 0 }
47   body.pod pre { margin-left: 2em }
48   body.pod dl pre { margin-left: 0 }
49   body.pod ol pre { margin-left: 0 }
50   body.pod ul pre { margin-left: 0 }
51   body.pod h2 { margin-left: 0.5em }
52   body.pod h3 { margin-left: 1em }
53   body.pod h4 { margin-left: 1em }
54
55   body.contentspage {
56     color:            #000;
57     background-color: #fff;
58   }
59   
60   body.contentspage h1  {
61     color: #22f;
62     margin-left: 1em;
63     margin-right: 1em;
64     text-indent: -.9em;
65     font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
66     font-weight: normal;
67     border-top:    medium solid #000;
68     border-bottom: medium solid #000;
69     text-align: center;
70   }
71
72   body.contentspage th {
73     font-weight: bold;
74     font-size: large;
75     text-align: left;
76   }
77
78   body.contentspage td { padding: 0 0.5em; }
79 }