FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-graphblas/docs/_static/custom.css at main · python-graphblas/python-graphblas · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-graphblas
/
python-graphblas
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
156
Code
Issues
55
Pull requests
45
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-graphblas
/
docs
/
_static
/
custom.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
82 lines (63 loc) · 1.32 KB
Breadcrumbs
python-graphblas
/
docs
/
_static
/
custom.css
Copy path
File metadata and controls
82 lines (63 loc) · 1.32 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
/* Main Page Stylings */
.
intro-card
{
background-color
:
var
(
--pst-color-background
);
margin-bottom
:
30
px
;
}
html
[
data-theme
=
"light"
] .
intro-card
:
hover
{
box-shadow
:
0
0.5
rem
1
rem
rgba
(
0
,
0
,
0
,
0.18
)
!important
;
}
html
[
data-theme
=
"dark"
] .
intro-card
:
hover
{
box-shadow
:
0
0.5
rem
1
rem
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.2
rem
0.5
rem
1
rem
var
(
--pst-color-text-muted
)
!important
;
}
.
table
{
font-size
:
smaller;
width
:
inherit;
}
.
table
td
,
.
table
th
{
padding
:
0
0.75
rem
;
}
.
table
.
inline
{
display
:
inline-table;
margin-right
:
30
px
;
}
p
.
rubric
{
border-bottom
:
none;
}
button
.
navbar-btn
.
rounded-circle
{
padding
:
0.25
rem
;
}
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.1
rem
);
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
:
10
px
;
}
Back
|
FazBrowse Home
|
New Git URL