-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathcustom.css
More file actions
45 lines (39 loc) · 893 Bytes
/
Copy pathcustom.css
File metadata and controls
45 lines (39 loc) · 893 Bytes
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
.rst-content div[class^="highlight"] div[class^="highlight"] {
overflow-y: auto;
max-height: 700px;
}
div.versionadded {
border-left: 3px solid #0c731f;
color: #0c731f;
padding-left: 1rem;
}
.py.property {
display: block !important;
}
div.version-switch {
text-align: center;
min-height: 2em;
}
div.version-switch>select {
display: inline-block;
text-align-last: center;
background: none;
border: none;
border-radius: 0.5em;
box-shadow: none;
color: var(--color-foreground-primary);
cursor: pointer;
appearance: none;
padding: 0.2em;
-webkit-appearance: none;
-moz-appearance: none;
}
div.version-switch select:active,
div.version-switch select:focus,
div.version-switch select:hover {
color: var(--color-foreground-secondary);
background: var(--color-background-hover);
}
.toc-tree li.scroll-current>.reference {
font-weight: normal;
}