-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris Beaumont
committed
Jun 4, 2014
1 parent
b2b1655
commit 3f2fb76
Showing
3 changed files
with
609 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
<style> | ||
@font-face { | ||
font-family: "Computer Modern"; | ||
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf'); | ||
} | ||
div.cell{ | ||
width:800px; | ||
margin-left:16% !important; | ||
margin-right:auto; | ||
} | ||
h1 { | ||
font-family: Helvetica, serif; | ||
} | ||
h4{ | ||
margin-top:12px; | ||
margin-bottom: 3px; | ||
} | ||
div.text_cell_render{ | ||
font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | ||
line-height: 145%; | ||
font-size: 130%; | ||
width:800px; | ||
margin-left:auto; | ||
margin-right:auto; | ||
} | ||
|
||
div.text_cell_render li { | ||
line-height: 145%; | ||
} | ||
|
||
div.text_cell_render code { | ||
color: rgb(40, 114, 43); | ||
font-family: "Source Code Pro", source-code-pro,Consolas, monospace; | ||
font-size: 80%; | ||
} | ||
|
||
.CodeMirror{ | ||
font-family: "Source Code Pro", source-code-pro,Consolas, monospace; | ||
} | ||
|
||
.prompt{ | ||
display: None; | ||
} | ||
.text_cell_render h5 { | ||
font-weight: 300; | ||
font-size: 16pt; | ||
color: #4057A1; | ||
font-style: italic; | ||
margin-bottom: .5em; | ||
margin-top: 0.5em; | ||
display: block; | ||
} | ||
|
||
.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> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.