File: custom.css

package info (click to toggle)
bitwuzla 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 43,292 kB
  • sloc: cpp: 94,870; python: 3,254; ansic: 1,613; sh: 50; makefile: 10
file content (80 lines) | stat: -rw-r--r-- 954 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
code {
    border: 0px !important;
}

code.xref {
    color: unset !important;
}

.rst-content code {
    padding: 1px !important;
}

.rst-content code.literal {
    color: #2980b9;
}

a {
  color: #ff9434;
}

a:visited {
  color: #ff9434;
}

a:hover, a:focus {
  color: #afd700;
}

.highlight .o {
  color: #ac7339;
}

.highlight .k {
  color: #2980b9;
}

.highlight .m {
  color: #ba2121;
}

.wy-side-nav-search {
  background-color: #afd700;
}

.wy-side-nav-search>div.version {
  color: #343131;
}

.wy-side-nav-search > a {
    color: #343131;
}

.wy-side-nav-search > a:visited, > a:hover, > a:focus {
    color: #343131;
}

.wy-side-nav-search input[type="text"] {
  border-color: #92b300;
}

.wy-menu-vertical a {
  color: #ff9434;
}

.wy-menu-vertical a:visited {
  color: #ff9434;
}

.wy-menu-vertical a:hover, a:focus {
  color: #afd700;
}

.wy-nav-top {
  color: #343131;
  background-color: #afd700;
}

.wy-nav-top a {
    color: #343131;
}