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