Path: blob/master/notebook_format/custom1.css
1470 views
<style>1@import url('http://fonts.googleapis.com/css?family=Source+Code+Pro');2@import url('http://fonts.googleapis.com/css?family=Vollkorn');3@import url('http://fonts.googleapis.com/css?family=Arimo');4@import url('http://fonts.googleapis.com/css?family=Fira_sans');56div.cell {7width: 1000px;8margin-left: 0% !important;9margin-right: auto;10}11div.text_cell code {12background: transparent;13color: #000000;14font-weight: 600;15font-size: 12pt;16font-style: bold;17font-family: 'Source Code Pro', Consolas, monocco, monospace;18}19h1 {20font-family: 'Open sans',verdana,arial,sans-serif;21}2223div.input_area {24background: #F6F6F9;25border: 1px solid #586e75;26}2728.text_cell_render h1 {29font-weight: 200;30font-size: 30pt;31line-height: 100%;32color:#c76c0c;33margin-bottom: 0.5em;34margin-top: 1em;35display: block;36white-space: wrap;37text-align: left;38}39h2 {40font-family: 'Open sans',verdana,arial,sans-serif;41text-align: left;42}43.text_cell_render h2 {44font-weight: 200;45font-size: 16pt;46font-style: italic;47line-height: 100%;48color:#c76c0c;49margin-bottom: 0.5em;50margin-top: 1.5em;51display: block;52white-space: wrap;53text-align: left;54}55h3 {56font-family: 'Open sans',verdana,arial,sans-serif;57}58.text_cell_render h3 {59font-weight: 200;60font-size: 14pt;61line-height: 100%;62color:#d77c0c;63margin-bottom: 0.5em;64margin-top: 2em;65display: block;66white-space: wrap;67text-align: left;68}69h4 {70font-family: 'Open sans',verdana,arial,sans-serif;71}72.text_cell_render h4 {73font-weight: 100;74font-size: 14pt;75color:#d77c0c;76margin-bottom: 0.5em;77margin-top: 0.5em;78display: block;79white-space: nowrap;80}81h5 {82font-family: 'Open sans',verdana,arial,sans-serif;83}84.text_cell_render h5 {85font-weight: 200;86font-style: normal;87color: #1d3b84;88font-size: 16pt;89margin-bottom: 0em;90margin-top: 0.5em;91display: block;92white-space: nowrap;93}94div.text_cell_render{95font-family: 'Fira sans', verdana,arial,sans-serif;96line-height: 125%;97font-size: 115%;98text-align:justify;99text-justify:inter-word;100}101div.output_wrapper{102margin-top:0.2em;103margin-bottom:0.2em;104}105106code{107font-size: 70%;108}109.rendered_html code{110background-color: transparent;111}112ul{113margin: 2em;114}115ul li{116padding-left: 0.5em;117margin-bottom: 0.5em;118margin-top: 0.5em;119}120ul li li{121padding-left: 0.2em;122margin-bottom: 0.2em;123margin-top: 0.2em;124}125ol{126margin: 2em;127}128ol li{129padding-left: 0.5em;130margin-bottom: 0.5em;131margin-top: 0.5em;132}133ul li{134padding-left: 0.5em;135margin-bottom: 0.5em;136margin-top: 0.2em;137}138a:link{139font-weight: bold;140color:#447adb;141}142a:visited{143font-weight: bold;144color: #1d3b84;145}146a:hover{147font-weight: bold;148color: #1d3b84;149}150a:focus{151font-weight: bold;152color:#447adb;153}154a:active{155font-weight: bold;156color:#447adb;157}158.rendered_html :link {159text-decoration: underline;160}161.rendered_html :hover {162text-decoration: none;163}164.rendered_html :visited {165text-decoration: none;166}167.rendered_html :focus {168text-decoration: none;169}170.rendered_html :active {171text-decoration: none;172}173.warning{174color: rgb( 240, 20, 20 )175}176hr {177color: #f3f3f3;178background-color: #f3f3f3;179height: 1px;180}181blockquote{182display:block;183background: #fcfcfc;184border-left: 5px solid #c76c0c;185font-family: 'Open sans',verdana,arial,sans-serif;186width:680px;187padding: 10px 10px 10px 10px;188text-align:justify;189text-justify:inter-word;190}191blockquote p {192margin-bottom: 0;193line-height: 125%;194font-size: 100%;195}196</style>197<script>198MathJax.Hub.Config({199TeX: {200extensions: ["AMSmath.js"]201},202tex2jax: {203inlineMath: [ ['$','$'], ["\\(","\\)"] ],204displayMath: [ ['$$','$$'], ["\\[","\\]"] ]205},206displayAlign: 'center', // Change this to 'center' to center equations.207"HTML-CSS": {208scale:100,209availableFonts: [],210preferredFont:null,211webFont: "TeX",212styles: {'.MathJax_Display': {"margin": 4}}213}214});215</script>216217218