File: custom.css

package info (click to toggle)
python-pamqp 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 708 kB
  • sloc: python: 7,042; makefile: 135; xml: 85; sh: 6
file content (39 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
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
.md-content {
    margin-right: 2em;
}
.md-main__inner {
    padding: 0;
}
.navheader {
    padding-left: 1em;
}
.md-sidebar--secondary {
    display: none;
}
.viewcode-link {
    font-size: .75em;
    margin-left: .5em;
}
.caption-text {
    font-style: oblique;
}
code.descname {
    background: transparent;
    box-shadow: none;
    font-size: 100% !important;
}
code.descname {
    background: transparent;
    box-shadow: none;
    font-size: 100% !important;
    font-weight: bold;
}
code.descclassname {
    background: transparent;
    box-shadow: none;
    font-size: 100% !important;
    font-weight: bold;
}
.rst-versions {
    font-size: 1.75em;
}