Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
singlestore-labs
GitHub Repository: singlestore-labs/singlestoredb-python
Path: blob/main/docs/src/_static/custom.css
469 views
1
code.docutils > .pre {
2
color: #505050 !important
3
}
4
.rst-content dl:not(.docutils) dl dt {
5
border-width: 0px !important;
6
background-color: transparent !important;
7
margin-bottom: 0px !important;
8
}
9
.rst-content table.field-list td.field-body {
10
padding-top: 1px;
11
}
12
.rst-content dl:not(.docutils) dl dt strong {
13
font-size: 115%;
14
}
15
.rst-content dl:not(.docutils) dl dt span {
16
font-style: italic;
17
font-weight: normal;
18
}
19
.rst-content dl:not(.docutils) dl dt span.classifier:before {
20
content: ' (';
21
}
22
.rst-content dl:not(.docutils) dl dt span.classifier:after {
23
content: ')';
24
}
25
.rst-content dl:not(.docutils) dl dt span.optional,
26
.rst-content dl:not(.docutils) dl dt span.opt-sep {
27
font-weight: normal;
28
}
29
.rst-content dl:not(.docutils) dl dt .classifier-delimiter {
30
display: none;
31
}
32
.rst-content dl:not(.docutils) dl dd strong {
33
font-weight: bold;
34
font-size: smaller;
35
}
36
37
/* Theme Overrides */
38
/*
39
.wy-side-nav-search {
40
background-color: rgba(150, 94, 151, 0.5) !important;
41
}
42
.wy-menu-vertical {
43
color: rgba(150, 94, 151, 0.2) !important;
44
}
45
46
html.writer-html4 .rst-content dl:not(.docutils)>dt,
47
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
48
color: ;
49
border-top: rgba(150, 94, 151, 0) !important;
50
background-color: rgba(150, 94, 151, 0.2) !important;
51
}
52
*/
53
54