-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
/
Copy pathpandas.css
125 lines (124 loc) · 2.05 KB
/
pandas.css
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
padding-top: 5em;
color: #444;
}
h1 {
font-size: 2.4rem;
font-weight: 700;
color: #130654;
}
h2 {
font-size: 1.8rem;
font-weight: 700;
color: #130654;
}
h3 {
font-size: 1.3rem;
font-weight: 600;
color: black;
}
h3 a {
color: black;
text-decoration: underline dotted !important;
}
a {
color: #130654;
}
code {
white-space: pre;
}
ol ol, ol ul, ul ol, ul ul {
margin-bottom: 1rem;
}
.blue {
color: #150458;
}
.pink {
color: #e70488;
}
.follow-us-button {
font-size: 2.4rem !important;
color: #0d6efd !important;
}
.follow-us-button:hover {
color: #0b5ed7 !important;
}
.fab {
font-size: 1.2rem;
color: #666;
}
.fab:hover {
color: #130654;
}
a.navbar-brand img {
height: 3rem;
}
a:link:not(.btn):not(.dropdown-item):not(.nav-link) {
text-decoration: none;
}
a:visited:not(.btn):not(.dropdown-item):not(.nav-link) {
text-decoration: none;
}
a:hover:not(.btn):not(.dropdown-item):not(.nav-link) {
text-decoration: underline;
}
a:active:not(.btn):not(.dropdown-item):not(.nav-link) {
text-decoration: underline;
}
div.card {
margin: 0 0 .2em .2em !important;
}
@media (min-width: 576px) {
.card-group.maintainers div.card {
min-width: 10rem;
max-width: 10rem;
}
}
div.card .card-title {
font-weight: 500;
color: #130654;
}
.book {
padding: 0 20%;
}
.bg-dark {
background-color: #130654 !important;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .9);
}
.navbar-dark .navbar-nav .nav-link:hover {
color: white;
}
table.logo td {
text-align: center;
}
table.logo img {
height: 4rem;
}
blockquote {
background: #f9f9f9;
border-left: 5px solid #ccc;
padding-left:15px;
color: #787878;
font-size: 18px;
}
.toc {
background: #f0f0f0;
padding: 10px;
display: inline-block;
}
a.headerlink {
opacity: 0;
}
h2:hover a.headerlink {
opacity: 1;
transition: opacity 0.5s;
}
h3:hover a.headerlink {
opacity: 1;
transition: opacity 0.5s;
}
.container {
max-width: 120ch;
}