Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
singlestore-labs
GitHub Repository: singlestore-labs/singlestoredb-python
Path: blob/main/docs/src/custom.css
469 views
1
@import url('https://fonts.googleapis.com/css2?family=Inconsolata&display=swap');
2
code.docutils > .pre {
3
color: #505050 !important
4
}
5
.rst-content dl:not(.docutils) dl dt {
6
border-width: 0px !important;
7
background-color: transparent !important;
8
margin-bottom: 0px !important;
9
}
10
.rst-content table.field-list td.field-body {
11
padding-top: 1px;
12
}
13
.rst-content dl:not(.docutils) dl dt strong {
14
font-size: 115%;
15
}
16
.rst-content dl:not(.docutils) dl dt span {
17
font-style: italic;
18
font-weight: normal;
19
}
20
.rst-content dl:not(.docutils) dl dt span.classifier:before {
21
content: ' (';
22
}
23
.rst-content dl:not(.docutils) dl dt span.classifier:after {
24
content: ')';
25
}
26
.rst-content dl:not(.docutils) dl dt span.optional,
27
.rst-content dl:not(.docutils) dl dt span.opt-sep {
28
font-weight: normal;
29
}
30
.rst-content dl:not(.docutils) dl dt .classifier-delimiter {
31
display: none;
32
}
33
.rst-content dl:not(.docutils) dl dd strong {
34
font-weight: bold;
35
font-size: smaller;
36
}
37
38
/* Theme Overrides */
39
.wy-side-nav-search {
40
background-color: black !important;
41
}
42
.wy-side-nav-search .version {
43
color: rgb(197, 80, 255) !important;
44
}
45
.wy-menu-vertical {
46
color: rgba(150, 94, 151, 0.2) !important;
47
}
48
.wy-menu-vertical a {
49
color: #666 !important;
50
}
51
.wy-menu-vertical li.current {
52
background-color: #e8e8e8;
53
}
54
.wy-menu-vertical li.toctree-l2.current>a, .wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
55
background-color: rgba(192, 192, 192, 0.2);
56
}
57
.wy-menu-vertical li.toctree-l3.current>a, .wy-menu-vertical li.toctree-l3.current li.toctree-l4>a {
58
background-color: rgba(192, 192, 192, 0.2);
59
}
60
.wy-menu-vertical header, .wy-menu-vertical p.caption {
61
color: rgb(136, 0, 204);
62
}
63
.wy-nav-side {
64
background-color: rgb(243, 243, 245);
65
}
66
.wy-menu-vertical a:visited {
67
/* color: #4c4a57 !important;*/
68
}
69
.wy-nav-content a:link {
70
color: #80c !important;
71
}
72
.wy-menu-vertical li.current>a, .wy-menu-vertical li.on a {
73
color: #80c !important;
74
}
75
.wy-menu-vertical a:hover {
76
color: #a0f !important;
77
background-color: rgba(192, 192, 192, 0.2);
78
}
79
html.writer-html4 .rst-content dl:not(.docutils)>dt, html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
80
color: #80c;
81
}
82
.wy-grid-for-nav {
83
84
}
85
html.writer-html4 .rst-content dl:not(.docutils)>dt,
86
html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple)>dt {
87
color: ;
88
border-top: rgba(150, 94, 151, 0) !important;
89
background-color: rgba(192, 192, 192, 0.2) !important;
90
padding: 15px;
91
}
92
.rst-content .note .admonition-title, .rst-content .note .wy-alert-title, .rst-content .seealso .admonition-title, .rst-content .seealso .wy-alert-title, .rst-content .wy-alert-info.admonition-todo .admonition-title, .rst-content .wy-alert-info.admonition-todo .wy-alert-title, .rst-content .wy-alert-info.admonition .admonition-title, .rst-content .wy-alert-info.admonition .wy-alert-title, .rst-content .wy-alert-info.attention .admonition-title, .rst-content .wy-alert-info.attention .wy-alert-title, .rst-content .wy-alert-info.caution .admonition-title, .rst-content .wy-alert-info.caution .wy-alert-title, .rst-content .wy-alert-info.danger .admonition-title, .rst-content .wy-alert-info.danger .wy-alert-title, .rst-content .wy-alert-info.error .admonition-title, .rst-content .wy-alert-info.error .wy-alert-title, .rst-content .wy-alert-info.hint .admonition-title, .rst-content .wy-alert-info.hint .wy-alert-title, .rst-content .wy-alert-info.important .admonition-title, .rst-content .wy-alert-info.important .wy-alert-title, .rst-content .wy-alert-info.tip .admonition-title, .rst-content .wy-alert-info.tip .wy-alert-title, .rst-content .wy-alert-info.warning .admonition-title, .rst-content .wy-alert-info.warning .wy-alert-title, .rst-content .wy-alert.wy-alert-info .admonition-title, .wy-alert.wy-alert-info .rst-content .admonition-title, .wy-alert.wy-alert-info .wy-alert-title {
93
background-color: #563ec2;
94
}
95
.rst-content .note, .rst-content .seealso, .rst-content .wy-alert-info.admonition, .rst-content .wy-alert-info.admonition-todo, .rst-content .wy-alert-info.attention, .rst-content .wy-alert-info.caution, .rst-content .wy-alert-info.danger, .rst-content .wy-alert-info.error, .rst-content .wy-alert-info.hint, .rst-content .wy-alert-info.important, .rst-content .wy-alert-info.tip, .rst-content .wy-alert-info.warning, .wy-alert.wy-alert-info {
96
background-color: #f3f2fc;
97
}
98
.rst-content .linenodiv pre, .rst-content div[class^=highlight] pre, .rst-content pre.literal-block {
99
-webkit-font-smoothing: antialiased;
100
font-family: Inconsolata, monospace;
101
font-weight: light;
102
font-size: 15px;
103
}
104
/* prompt */
105
.highlight .gp {
106
color: #BBDEFB !important;
107
}
108
/* punctuation */
109
.highlight .p {
110
color: #aaa !important;
111
}
112
/* operator */
113
.highlight .o {
114
color: #ddd !important;
115
}
116
/* keyword / constant */
117
.highlight .k, .highlight .kn, .highlight .ow, .highlight .kc,
118
.highlight .kd, .highlight .kp, .highlight .kr, .highlight .kl {
119
color: rgba(189, 147, 249) !important;
120
}
121
/* strings */
122
.highlight .s, .highlight .s1, .highlight .s2 {
123
color: rgba(255, 121, 198) !important;
124
}
125
/* attributes / methods */
126
.highlight .n, .highlight .na, .highlight .nf {
127
color: #ddd !important;
128
}
129
/* builtin */
130
.highlight .nb {
131
color: #B39DDB !important;
132
}
133
/* output */
134
.highlight .go {
135
color: #eee !important;
136
}
137
/* comment */
138
.highlight .c, .highlight .ch, .highlight .cm, .highlight .cp,
139
.highlight .cpf, .highlight .c1, .highlight .cs {
140
color: #BBDEFB !important;
141
}
142
/* number */
143
.highlight .m, .highlight .il, .highlight .mb, .highlight .mf,
144
.highlight .mh, .highlight .mi {
145
color: #9FA8DA !important;
146
}
147
/* error */
148
.highlight .err {
149
color: #f00 !important;
150
}
151
152