mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
1112a44af3
Add links back to the index at the top and bottom of each generated page. (cherry picked from commit b57f675bc3364c17fccc58ed56307f91213d3b3d)
86 lines
2.3 KiB
CSS
86 lines
2.3 KiB
CSS
/* 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; }
|
|
|
|
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; }
|
|
a.u { color: #000 !important; text-decoration: none; }
|
|
|
|
body.pod {
|
|
margin: 0 5px;
|
|
color: #000;
|
|
background-color: #fff;
|
|
}
|
|
|
|
p.indexlink { text-align: right }
|
|
|
|
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 }
|
|
|
|
/* Special handling for the synopsis section to outdent the first line. */
|
|
body.pod .synopsis { padding-left: 2em; text-indent: -2em; }
|
|
|
|
body.contentspage {
|
|
color: #000;
|
|
background-color: #fff;
|
|
}
|
|
|
|
body.contentspage h1 {
|
|
color: #000;
|
|
margin-left: 1em;
|
|
margin-right: 1em;
|
|
text-indent: -.9em;
|
|
font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
|
|
font-weight: normal;
|
|
border-top: medium solid #000;
|
|
border-bottom: medium solid #000;
|
|
text-align: center;
|
|
}
|
|
|
|
body.contentspage th {
|
|
font-weight: bold;
|
|
font-size: large;
|
|
text-align: left;
|
|
}
|
|
|
|
body.contentspage td { padding: 0 0.5em; }
|
|
}
|