File: custom.css

package info (click to toggle)
qt-material 2.14-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 33,000 kB
  • sloc: python: 1,153; xml: 261; makefile: 22; sh: 8
file content (58 lines) | stat: -rw-r--r-- 566 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.highlight pre{
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    font-size: 75%;
}

.docutils.literal{
    color: #41cd52;
    padding: 1px 4px;
    margin: 0 -2px;
    border-radius: 2px;
}

a {
    color: #41cd52;
}

a.reference {
    border-bottom: 1px dotted #41cd52;
}

a.reference:hover {
    border-bottom: 1px solid #41cd52;
}

a:hover {
    color: #41cd52;
}


h1 {
    margin: 30px 0px 10px 0px !important;
}


.body {
    max-width: unset !important;
}


img.logo{

width: 210px;

}


p.caption {

display: none;

}


table {
font-size: 70%;
}