File: custom.css

package info (click to toggle)
cvc5 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 87,260 kB
  • sloc: cpp: 383,850; java: 12,207; python: 12,090; sh: 5,679; ansic: 4,729; lisp: 763; perl: 208; makefile: 38
file content (109 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download | duplicates (3)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.wy-nav-content {
  background: #fcfffa;
}

code {
    border: 0px !important;
}

code.xref {
    color: unset !important;
}

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

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

.wy-breadcrumbs a {
  color: #739900;
}

.wy-breadcrumbs a:hover, a:focus {
  color: #0099e6;
}

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

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

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

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

a {
  color: #0099e6;
}

a:visited {
  color: #0099e6;
}

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

.wy-nav-top {
  color: #ace600;
  background-color: #0099e6;
}

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

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

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

.highlight .o {
  color: #ac7339;
}

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

.highlight .m {
  color: #ba2121;
}

/* Removes margin of code blocks within tabs */
.sphinx-tabs-panel div[class^="highlight"] {
  margin: 1px 0 0 0;
}

/* Adds a space between icon and content for fa icons */
.icon-margin.fa::before {
  margin-right: 0.25em;
}

#c-api-class-hierarchy code {
  font-size: 100%;
  font-weight: normal;
  font-family: "Lato","proxima-nova","Helvetica Neue","Arial","sans-serif";
}

.hide-toctree {
  display: none;
}

.expert-option {
  opacity: 0.7;
}