Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit ae035dd

Browse files
committed
new style
1 parent 161923c commit ae035dd

File tree

1 file changed

+19
-30
lines changed

1 file changed

+19
-30
lines changed

styles/custom.css

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,39 @@
1+
/*
2+
Placeholder for custom user CSS
3+
4+
mainly to be overridden in profile/static/custom/custom.css
5+
6+
This will always be an empty file in IPython
7+
*/
18
<style>
2-
@font-face {
3-
font-family: "Computer Modern";
4-
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
5-
}
6-
div.cell {
9+
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);
10+
11+
div.cell{
12+
font-family:'roboto','helvetica','sans';
13+
color:#444;
714
width:800px;
8-
margin-left:auto;
15+
margin-left:16% !important;
916
margin-right:auto;
1017
}
11-
div.cell, .input.hbox {
12-
display:block;
13-
}
14-
h1 {
15-
font-family: "Charis SIL", Palatino, serif;
16-
}
17-
h4{
18-
margin-top:12px;
19-
margin-bottom: 3px;
20-
}
18+
2119
div.text_cell_render{
22-
font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
20+
font-family: 'roboto','helvetica','sans';
2321
line-height: 145%;
2422
font-size: 120%;
23+
color:#444;
2524
width:800px;
2625
margin-left:auto;
2726
margin-right:auto;
2827
}
2928
.CodeMirror{
30-
font-family: "Source Code Pro", source-code-pro,Consolas, monospace;
29+
font-family: "Menlo", source-code-pro,Consolas, monospace;
3130
}
3231
.prompt{
3332
display: None;
34-
}
35-
.text_cell_render h5 {
36-
font-weight: 300;
37-
font-size: 16pt;
38-
color: #4057A1;
39-
font-style: italic;
40-
margin-bottom: .5em;
41-
margin-top: 0.5em;
42-
display: block;
43-
}
44-
33+
}
4534
.warning{
4635
color: rgb( 240, 20, 20 )
47-
}
36+
}
4837
</style>
4938
<script>
5039
MathJax.Hub.Config({

0 commit comments

Comments
 (0)