FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-course/styles/custom.css at master · fbkarsdorp/python-course · GitHub
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
fbkarsdorp
/
python-course
Public archive
Notifications
You must be signed in to change notification settings
Fork
294
Star
428
Code
Issues
6
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-course
/
styles
/
custom.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
52 lines (48 loc) · 1.38 KB
Breadcrumbs
python-course
/
styles
/
custom.css
Copy path
File metadata and controls
52 lines (48 loc) · 1.38 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
/*
Placeholder for custom user CSS
mainly to be overridden in profile/static/custom/custom.css
This will always be an empty file in IPython
*/
<style
>
@import
url
(http://fonts.googleapis.com/css?family=Roboto:400
,
300
,
300
italic
,
400
italic
,
700
,
700
italic
);
div
.
cell
{
font-family
:
'roboto'
,
'helvetica'
,
'sans'
;
color
:
#
444
;
width
:
800
px
;
margin-left
:
16
%
!important
;
margin-right
:
auto;
}
div
.
text_cell_render
{
font-family
:
'roboto'
,
'helvetica'
,
'sans'
;
line-height
:
145
%
;
font-size
:
120
%
;
color
:
#
444
;
width
:
800
px
;
margin-left
:
auto;
margin-right
:
auto;
}
.
CodeMirror
{
font-family
:
"Menlo"
,
source-code-pro
,
Consolas
,
monospace;
}
.
prompt
{
display
:
None;
}
.
warning
{
color
:
rgb
(
240
,
20
,
20
)
}
<
/
style
>
<script
>
MathJax.
Hub
.
Config
({
TeX
:
{
extensions
:
[
"AMSmath.js"
]
}
,
tex2jax
:
{
inlineMath
:
[ [
'$'
,
'$'
]
,
[
"\\("
,
"\\)"
] ]
,
displayMath: [ [
'$$'
,
'$$'
]
,
[
"\\["
,
"\\]"
] ]
}
,
displayAlign
:
'center'
,
// Change this to 'center' to center equations.
"HTML-CSS"
:
{
styles
:
{
'.MathJax_Display'
:
{
"margin"
:
4}}
}
});
<
/
script
>
Back
|
FazBrowse Home
|
New Git URL