-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcustom.css
More file actions
78 lines (60 loc) · 1.2 KB
/
custom.css
File metadata and controls
78 lines (60 loc) · 1.2 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
/* Main Page Stylings */
.intro-card {
background-color: var(--pst-color-background);
margin-bottom: 30px;
}
.intro-card:hover {
box-shadow: 0.2rem 0.5rem 1rem var(--pst-color-link) !important;
}
.intro-card .card-header {
background-color: inherit;
}
.intro-card .card-header .card-text {
font-weight: bold;
}
.intro-card .card-body {
margin-top: 0;
}
.intro-card .card-body .card-text:first-child {
margin-bottom: 0;
}
.shadow {
box-shadow: 0.2rem 0.5rem 1rem var(--pst-color-text-muted) !important;
}
.table {
font-size: smaller;
width: inherit;
}
.table td,
.table th {
padding: 0 0.75rem;
}
.table.inline {
display: inline-table;
margin-right: 30px;
}
p.rubric {
border-bottom: none;
}
button.navbar-btn.rounded-circle {
padding: 0.25rem;
}
button.navbar-btn.search-button {
color: var(--pst-color-text-muted);
padding: 0;
}
button.navbar-btn:hover {
color: var(--pst-color-primary);
}
button.theme-switch-button {
font-size: calc(var(--pst-font-size-icon) - 0.1rem);
border: none;
}
button span.theme-switch:hover {
color: var(--pst-color-primary);
}
/* Styling for Jupyter Notebook ReST Exports */
.dataframe tbody th,
.dataframe tbody td {
padding: 10px;
}