2006-01-25 05:59:38 +00:00
|
|
|
/* Style sheet for OpenAFS Reference documentation. */
|
|
|
|
/* For accessibility reasons, never specify text sizes in px/pt/pc/in/cm/mm */
|
|
|
|
|
|
|
|
@media all { .hide { display: none; } }
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
.noprint, div.indexgroup, .backlinktop, .backlinkbottom { display: none }
|
|
|
|
|
|
|
|
* {
|
|
|
|
border-color: black !important;
|
|
|
|
color: black !important;
|
|
|
|
background-color: transparent !important;
|
|
|
|
background-image: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen, tty, tv, projection {
|
|
|
|
.noscreen { display: none; }
|
|
|
|
|
2006-03-01 00:12:52 +00:00
|
|
|
a:link { text-decoration: none; }
|
|
|
|
a:visited { text-decoration: none; }
|
|
|
|
a:active { text-decoration: none; }
|
|
|
|
a:hover { background: #fec; text-decoration: none; }
|
|
|
|
body.contentspage a { text-decoration: none; }
|
2006-01-25 05:59:38 +00:00
|
|
|
a.u { color: #000 !important; text-decoration: none; }
|
|
|
|
|
|
|
|
body.pod {
|
2011-06-17 22:24:54 +01:00
|
|
|
font-family: Georgia, "Times New Roman", serif;
|
|
|
|
margin: 10px 30px;
|
2006-01-25 05:59:38 +00:00
|
|
|
color: #000;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
2006-08-03 04:34:35 +01:00
|
|
|
p.indexlink { text-align: right }
|
|
|
|
|
2006-01-25 05:59:38 +00:00
|
|
|
body.pod h1 { font-size: large }
|
|
|
|
body.pod h2 { font-size: large }
|
|
|
|
|
|
|
|
body.pod dt {
|
|
|
|
font-size: 105%; /* just a wee bit more than normal */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Indent the body text and lower headings. */
|
|
|
|
body.pod p { margin-left: 2em }
|
|
|
|
body.pod dl { margin-left: 2em }
|
|
|
|
body.pod ol { margin-left: 2em }
|
|
|
|
body.pod ul { margin-left: 2em }
|
|
|
|
body.pod dl p { margin-left: 0 }
|
|
|
|
body.pod ol p { margin-left: 0 }
|
|
|
|
body.pod ul p { margin-left: 0 }
|
|
|
|
body.pod pre { margin-left: 2em }
|
|
|
|
body.pod dl pre { margin-left: 0 }
|
|
|
|
body.pod ol pre { margin-left: 0 }
|
|
|
|
body.pod ul pre { margin-left: 0 }
|
|
|
|
body.pod h2 { margin-left: 0.5em }
|
|
|
|
body.pod h3 { margin-left: 1em }
|
|
|
|
body.pod h4 { margin-left: 1em }
|
|
|
|
|
2006-03-01 05:02:29 +00:00
|
|
|
/* Special handling for the synopsis section to outdent the first line. */
|
|
|
|
body.pod .synopsis { padding-left: 2em; text-indent: -2em; }
|
|
|
|
|
2006-01-25 05:59:38 +00:00
|
|
|
body.contentspage {
|
2011-06-17 22:24:54 +01:00
|
|
|
font-family: Georgia, "Times New Roman", serif;
|
|
|
|
margin: 10px 30px;
|
2006-01-25 05:59:38 +00:00
|
|
|
color: #000;
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.contentspage h1 {
|
2006-03-01 00:12:52 +00:00
|
|
|
color: #000;
|
|
|
|
margin-left: 1em;
|
|
|
|
margin-right: 1em;
|
|
|
|
text-indent: -.9em;
|
|
|
|
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: normal;
|
2006-01-25 05:59:38 +00:00
|
|
|
border-top: medium solid #000;
|
|
|
|
border-bottom: medium solid #000;
|
2006-03-01 00:12:52 +00:00
|
|
|
text-align: center;
|
2006-01-25 05:59:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.contentspage th {
|
2006-03-01 00:12:52 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: large;
|
|
|
|
text-align: left;
|
2006-01-25 05:59:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
body.contentspage td { padding: 0 0.5em; }
|
|
|
|
}
|