475925bba76e79743801c3c0659ec96610dafaa9
[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                      { text-decoration: none; }
21   a:visited                   { text-decoration: none; }
22   a:active                    { text-decoration: none; }
23   a:hover   { background: #fec; text-decoration: none; }
24   body.contentspage a         { text-decoration: none; }
25   a.u { color: #000 !important; text-decoration: none; }
26
27   body.pod {
28     margin:           0 5px;
29     color:            #000;
30     background-color: #fff;
31   }
32
33   body.pod h1 { font-size: large }
34   body.pod h2 { font-size: large }
35   
36   body.pod dt {
37     font-size: 105%; /* just a wee bit more than normal */
38   }
39
40   /* Indent the body text and lower headings. */
41   body.pod p { margin-left: 2em }
42   body.pod dl { margin-left: 2em }
43   body.pod ol { margin-left: 2em }
44   body.pod ul { margin-left: 2em }
45   body.pod dl p { margin-left: 0 }
46   body.pod ol p { margin-left: 0 }
47   body.pod ul p { margin-left: 0 }
48   body.pod pre { margin-left: 2em }
49   body.pod dl pre { margin-left: 0 }
50   body.pod ol pre { margin-left: 0 }
51   body.pod ul pre { margin-left: 0 }
52   body.pod h2 { margin-left: 0.5em }
53   body.pod h3 { margin-left: 1em }
54   body.pod h4 { margin-left: 1em }
55
56   /* Special handling for the synopsis section to outdent the first line. */
57   body.pod .synopsis { padding-left: 2em; text-indent: -2em; }
58
59   body.contentspage {
60     color:            #000;
61     background-color: #fff;
62   }
63   
64   body.contentspage h1  {
65     color:         #000;
66     margin-left:   1em;
67     margin-right:  1em;
68     text-indent:   -.9em;
69     font-family:   Tahoma, Verdana, Helvetica, Arial, sans-serif;
70     font-weight:   normal;
71     border-top:    medium solid #000;
72     border-bottom: medium solid #000;
73     text-align:    center;
74   }
75
76   body.contentspage th {
77     font-weight:   bold;
78     font-size:     large;
79     text-align:    left;
80   }
81
82   body.contentspage td { padding: 0 0.5em; }
83 }