aboutsummaryrefslogtreecommitdiffstats
path: root/manpage.css
blob: 731cec4a7f235bd778d7347631231829054a21ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
body { 
    font-family: "Times New Roman", serif; 
    font-size: 12pt; 
    padding: 2%; 
    line-height: 130%; 
    margin: 0; 
    /*color: #036;*/
}
h1 { 
    font-size: 220%; 
    font-weight: bold; 
    /*text-align: center;*/
    padding: 0 0 0.4em 0.1em; 
    margin: 0 0 0.5em 0; 
    border-bottom: 2px solid black;
}
h2 {
    margin: 1em 0 0.8em 0; 
    padding: 0; 
    font-variant: small-caps; 
    font-size: 170%; 
}
pre, tt, kbd, code, pre samp {
   font-family: "Courier 10 Pitch", Courier, "Courier New", monospace;
}
.INFORMALEXAMPLE {
    margin-bottom: 1.2em; 
}
div.INFORMALEXAMPLE .SCREEN {
    margin-left: 2ex; 
}