-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathcompas.css
More file actions
105 lines (84 loc) · 1.92 KB
/
Copy pathcompas.css
File metadata and controls
105 lines (84 loc) · 1.92 KB
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
html {
--pst-font-size-base: 1rem;
--pst-sidebar-font-size: 0.8rem;
}
html[data-theme="light"] {
--pst-color-primary: #0092d2;
--pst-color-info: #0092d2;
--pst-color-text-muted: #888;
}
body {
line-height: 1.75;
font-weight: 300;
}
.bd-header {
box-shadow: none;
border-bottom: 1px solid var(--pst-color-shadow);
}
.bd-sidebar-primary div#rtd-footer-container {
bottom: 0 !important;
margin: 0 !important;
display: none;
}
.bd-sidebar-primary {
width: 20%;
}
/* .bd-content {
flex-grow: 1;
max-width: 100%;
}
.bd-page-width {
max-width: 100%;
}
.bd-sidebar-primary {
padding-top: 1rem;
} */
.bd-sidebar-primary .toctree-l3 {
font-size: 0.8rem;
}
@media (min-width: 960px) {
/* .bd-sidebar-primary {
max-width: 20%;
} */
/* html[data-theme="light"] .bd-sidebar-primary {
background-color: var(--pst-color-surface);
} */
}
/* html[data-theme="light"] .bd-header {
background-color: var(--pst-color-primary);
}
html[data-theme="light"] .bd-header .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
html[data-theme="light"] .bd-header .navbar-nav > .active > .nav-link {
color: rgba(255, 255, 255, 1);
} */
.navbar-brand img {
height: 32px;
}
.bd-header .navbar-brand {
margin-right: 1rem;
}
dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dt.field-even,
dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.simple) dt.field-odd {
background-color: var(--pst-color-surface);
margin-bottom: 1rem;
margin-top: 1rem;
}
/* .bd-header-announcement::after {
background-color: var(--pst-color-attention);
} */
.lead {
font-size: 1rem !important;
font-weight: unset;
}
.highlight pre {
line-height: 150% !important;
/* font-size: 0.75rem; */
}
.bd-footer-article {
margin-top: 2rem;
}
.bd-breadcrumbs {
margin-top: 1rem;
}