~kirkland/ubuntu-manpage-repository/manpg.es

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
32
33
34
35
36
37
38
39
40
body {  
        font-family: Ubuntu, "Ubuntu Beta", "Bitstream Vera Sans", "DejaVu Sans", Tahoma, sans-serif;
        background: #ffffff;
        font-size: 12px;
        line-height: 16px;
        color: #333333;
}

:link,:visited {
        color: #dd4814;
        text-decoration:none;
}

:link:hover,:visited:hover {
        text-decoration:underline;
}

h1 {
        font-size: 36px;
        line-height: 40px;
        font-weight: normal;
}

h2 {
        font-size: 24px;
        line-height: 28px;
        color: #333333;
        margin-top: 16px;
        margin-bottom: 8px;
        font-weight: normal;
}

.photo {
        margin: 20px;
}

tt,code {
        font-family: "Ubuntu Monospace", "Ubuntu Mono", "Ubuntu Beta Mono 21", "Bitstream Vera Mono", monospace;
}