summaryrefslogtreecommitdiff
path: root/docs/_static/custom.css
blob: b6d4bbdcaa4284115104099d1544782a210593ce (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
div.document {
    width: 100%;
    max-width: 1520px;
}

div.body {
    max-width: 1280px;
}

div.body p, ol > li, div.body td {
    text-align: justify;
}


img, div.figure {
    margin: 0 !important
}

ul > li {
    text-align: justify;
}

ul > li > p {
    margin-bottom: 0;

}


ol > li > p {
    margin-bottom: 0;

}

div.body code.descclassname {
    display: none
}

.wy-table-responsive table td {
    white-space: normal !important;
}

.wy-table-responsive {
    overflow: visible !important;
}

div.toctree-wrapper.compound > ul > li {
    margin: 0;
    padding: 0
}

code.docutils.literal {
    background-color: #ECF0F3;
    padding: 0 1px;
}

div#changelog-history h3{
    margin-top: 10px;
}

div#changelog-history h2{
    font-style: italic;
    font-weight: bold;
}