-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathstyle.css
More file actions
106 lines (87 loc) · 2.09 KB
/
style.css
File metadata and controls
106 lines (87 loc) · 2.09 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
106
/* Hide the Pangolin Cloud CTA source wrapper so it doesn't show in main content before the script moves it to the TOC */
.pangolin-toc-cta-source {
display: none !important;
}
/* Space above the Pangolin Cloud CTA (below the table of contents links) */
#table-of-contents > *:last-child {
margin-top: 1.25rem;
background-color: #F2F0E7;
}
#navbar .max-w-8xl {
max-width: 100%;
background-color: #F2F0E7;
border-bottom: 1px solid #E8E7E5;
}
/* No border between search row and tab links */
#navbar .border-b {
border-bottom: none !important;
}
#sidebar {
left: 0;
padding-right: 30px;
background-color: #F2F0E7;
}
#sidebar-content {
padding-left: 2rem;
}
#sidebar-content ul.sidebar-group {
gap: 0;
}
#sidebar-content ul.sidebar-group li {
margin-top: 0 !important;
}
#sidebar .relative .sticky {
opacity: 0;
}
#header {
padding-bottom: 25px;
padding-top: 25px;
border-bottom: 1px solid #E8E7E5;
margin-bottom: 50px;
}
#content-area .mt-8 .block {
background-color: #F2F0E7;
border: none !important;
}
/* No borders on cards */
[class*="card"],
[class*="Card"],
#table-of-contents > *:last-child {
border: none !important;
}
/* Step number circle: match card background */
[data-component-part="step-number"] .rounded-full,
[data-component-part="step-number"] .bg-gray-50,
[data-component-part="step-number"] .dark\:bg-white\/10 {
background-color: #F2F0E7 !important;
}
#topbar-cta-button .group .flex {
margin-top: 5px;
margin-bottom: 5px;
}
/* Fully rounded (pill) buttons */
#navbar .links a,
#topbar-cta-button .group .absolute,
#topbar-cta-button a {
border-radius: 9999px !important;
}
/* CTA button background (navbar + footer) */
#topbar-cta-button .group .absolute,
#topbar-cta-button a {
background-color: #202020 !important;
}
#footer {
background-color: #F2F0E7;
border-color: #E8E7E5 !important;
}
#footer .border-t {
border-color: #E8E7E5 !important;
}
#footer .bg-gray-100,
#footer .dark\:bg-white\/5 {
background-color: #E8E7E5 !important;
}
/* Remove the divider line above "Powered by" */
#footer div[class*="1px"] {
display: none !important;
}