FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ProdigiousPython/docs/_static/sphinx-thebe.css at develop · ProdigiousPython/ProdigiousPython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ProdigiousPython
/
ProdigiousPython
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
9
Code
Issues
3
Pull requests
5
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ProdigiousPython
/
docs
/
_static
/
sphinx-thebe.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
129 lines (110 loc) · 2.18 KB
Breadcrumbs
ProdigiousPython
/
docs
/
_static
/
sphinx-thebe.css
Copy path
File metadata and controls
129 lines (110 loc) · 2.18 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
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
126
127
128
129
/* Thebelab Buttons */
.
thebelab-button
{
z-index
:
999
;
display
:
inline-block;
padding
:
0.35
em
1.2
em
;
margin
:
0
px
1
px
;
border-radius
:
0.12
em
;
box-sizing
:
border-box;
text-decoration
:
none;
font-family
:
"Roboto"
,
sans-serif;
font-weight
:
300
;
text-align
:
center;
transition
:
all
0.2
s
;
background-color
:
#
dddddd
;
border
:
0.05
em
solid white;
color
:
#
000000
;
}
.
thebelab-button
:
hover
{
border
:
0.05
em
solid black;
background-color
:
#
fcfcfc
;
}
.
thebe-launch-button
{
height
:
2.2
em
;
font-size
:
0.8
em
;
border
:
1
px
black solid;
}
/* Thebelab Cell */
.
thebelab-cell
pre
{
background
:
none;
}
.
thebelab-cell
.
thebelab-input
{
padding-left
:
1
em
;
margin-bottom
:
0.5
em
;
margin-top
:
0.5
em
;
}
.
thebelab-cell
.
jp-OutputArea
{
margin-top
:
0.5
em
;
margin-left
:
1
em
;
}
button
.
thebelab-button
.
thebelab-run-button
{
margin-left
:
1.5
em
;
margin-bottom
:
0.5
em
;
}
/* Loading button */
button
.
thebe-launch-button
div
.
spinner
{
float
:
left;
margin-right
:
1
em
;
}
/* Remove the spinner when thebelab is ready */
.
thebe-launch-button
.
thebe-status-ready
.
spinner
{
display
:
none;
}
.
thebe-launch-button
span
.
status
{
font-family
:
monospace;
font-weight
:
bold;
}
.
thebe-launch-button
.
thebe-status-ready
span
.
status
{
color
:
green;
}
.
spinner
{
height
:
2
em
;
text-align
:
center;
font-size
:
0.7
em
;
}
.
spinner
>
div
{
background-color
:
#
f37726
;
height
:
100
%
;
width
:
6
px
;
display
:
inline-block;
-webkit-animation
:
sk-stretchdelay
1.2
s
infinite ease-in-out;
animation
:
sk-stretchdelay
1.2
s
infinite ease-in-out;
}
.
spinner
.
rect2
{
-webkit-animation-delay
:
-1.1
s
;
animation-delay
:
-1.1
s
;
}
.
spinner
.
rect3
{
-webkit-animation-delay
:
-1
s
;
animation-delay
:
-1
s
;
}
.
spinner
.
rect4
{
-webkit-animation-delay
:
-0.9
s
;
animation-delay
:
-0.9
s
;
}
.
spinner
.
rect5
{
-webkit-animation-delay
:
-0.8
s
;
animation-delay
:
-0.8
s
;
}
@-webkit-keyframes
sk-stretchdelay {
0
%
,
40
%
,
100
%
{
-webkit-transform
:
scaleY
(
0.4
);
}
20
%
{
-webkit-transform
:
scaleY
(
1
);
}
}
@keyframes
sk-stretchdelay {
0
%
,
40
%
,
100
%
{
transform
:
scaleY
(
0.4
);
-webkit-transform
:
scaleY
(
0.4
);
}
20
%
{
transform
:
scaleY
(
1
);
-webkit-transform
:
scaleY
(
1
);
}
}
Back
|
FazBrowse Home
|
New Git URL