File: custom.css

package info (click to toggle)
sphinx-mdinclude 0.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 380 kB
  • sloc: python: 1,242; makefile: 53; sh: 8
file content (35 lines) | stat: -rw-r--r-- 598 bytes parent folder | download
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
div.omnilib {
    margin-top: 24px;
}

div.omnilib-badges {
    margin-top: 12px;
    margin-bottom: 10px;
}

div.omnilib-badges a {
    color: #bbb;
    text-decoration: none;
    font-size: 24px;
    border: none;
}

div.omnilib-badges a:hover {
    color: #97F;
    border: none;
}

div.sphinxsidebarwrapper h1.logo a {
    font-family: ff-tisa-web-pro, Georgia, serif;
}

dl.function, dl.attribute, dl.class, dl.method, dl.field-list, dl.data {
    margin-bottom: 15px;
}

div.deprecated {
    margin: 20px 0px;
    padding: 10px 30px;
    background-color: #EEE;
    border: 1px solid #CCC;
}