Format changes and multidimensional KF content.
Modified the css style to use colors and fonts more to my liking. Still needs tweaking. Added a lot of content to the multidimensional KF chapter.
This commit is contained in:
@@ -1,23 +1,10 @@
|
||||
<link href='http://fonts.googleapis.com/css?family=Fenix' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Alegreya+Sans:100,300,400,500,700,800,900,100italic,300italic,400italic,500italic,700italic,800italic,900italic' rel='stylesheet' type='text/css'>
|
||||
<link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:300,400' rel='stylesheet' type='text/css'>
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "Computer Modern";
|
||||
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunss.otf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Computer Modern";
|
||||
font-weight: bold;
|
||||
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsx.otf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Computer Modern";
|
||||
font-style: oblique;
|
||||
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunsi.otf');
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Computer Modern";
|
||||
font-weight: bold;
|
||||
font-style: oblique;
|
||||
src: url('http://9dbb143991406a7c655e-aa5fcb0a5a4ec34cff238a2d56ca4144.r56.cf5.rackcdn.com/cmunso.otf');
|
||||
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
|
||||
}
|
||||
div.cell{
|
||||
width:800px;
|
||||
@@ -25,30 +12,50 @@
|
||||
margin-right:auto;
|
||||
}
|
||||
h1 {
|
||||
font-family: Helvetica, serif;
|
||||
font-family: 'Alegreya Sans', sans-serif;
|
||||
}
|
||||
h4{
|
||||
h2 {
|
||||
font-family: 'Fenix', serif;
|
||||
}
|
||||
h3{
|
||||
font-family: 'Fenix', serif;
|
||||
margin-top:12px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
h4{
|
||||
font-family: 'Fenix', serif;
|
||||
}
|
||||
h5 {
|
||||
font-family: 'Alegreya Sans', sans-serif;
|
||||
}
|
||||
div.text_cell_render{
|
||||
font-family: Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
line-height: 145%;
|
||||
font-size: 130%;
|
||||
width:800px;
|
||||
font-family: 'Alegreya Sans',Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
line-height: 135%;
|
||||
font-size: 120%;
|
||||
width:600px;
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
.CodeMirror{
|
||||
font-family: "Source Code Pro", source-code-pro,Consolas, monospace;
|
||||
font-family: "Source Code Pro";
|
||||
font-size: 90%;
|
||||
}
|
||||
.prompt{
|
||||
/* .prompt{
|
||||
display: None;
|
||||
}
|
||||
}*/
|
||||
.text_cell_render h1 {
|
||||
font-weight: 200;
|
||||
font-size: 50pt;
|
||||
line-height: 100%;
|
||||
color:#CD2305;
|
||||
margin-bottom: 0.5em;
|
||||
margin-top: 0.5em;
|
||||
display: block;
|
||||
}
|
||||
.text_cell_render h5 {
|
||||
font-weight: 300;
|
||||
font-size: 22pt;
|
||||
color: #4057A1;
|
||||
font-size: 16pt;
|
||||
color: #CD2305;
|
||||
font-style: italic;
|
||||
margin-bottom: .5em;
|
||||
margin-top: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user