-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
120 lines (117 loc) · 3.91 KB
/
custom.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>custom.css</title>
<link href="/library/skin/tool_base.css" type="text/css" rel="stylesheet" media="all" />
<link href="/library/skin/morpheus-default/tool.css" type="text/css" rel="stylesheet" media="all" />
<script type="text/javascript" src="/library/js/headscripts.js"></script>
<style>body { padding: 5px !important; }</style>
</head>
<body>
<!--<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'>* -->
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=News+Cycle" rel="stylesheet">
<style>
@font-face {
font-family: "Computer Modern";
src: url('http://mirrors.ctan.org/fonts/cm-unicode/fonts/otf/cmunss.otf');
font-family: 'News Cycle', sans-serif;
}
div.cell{
/*max-width:600px;*/
/*margin-left:16% !important;*/
/*margin-right:auto;*/
}
div.text_cell {
max-width: 105ex /* instead of 100%, */
}
h1 {
font-family: 'Alegreya Sans', sans-serif;
}
h2 {
/*font-family: 'Fenix', serif;*/
font-family: 'Alegreya Sans', sans-serif;
color: #5889C5;
/*color: #5889C5;*/
}
h3{
/*font-family: 'Fenix', serif;*/
font-family: 'Alegreya Sans', sans-serif;
color: #5889C5;
/*color: #5889C5;*/
/*margin-top:12px;*/
/*margin-bottom: 3px;*/
}
h4{
/*font-family: 'Fenix', serif;*/
font-family: 'Alegreya Sans', sans-serif;
color: #5889C5;
}
h5 {
font-family: 'Alegreya Sans', sans-serif;
color: #5889C5;
}
div.text_cell_render{
/*font-family: News Cycle, Geneva,Computer Modern, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;*/
font-family: 'Alegreya Sans','News Cycle',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', monospace;
/*font-style: italic;*/
/*font-weight: bold;*/
/*font-size: 120%;*/
}
/*.prompt{
display: None;
}*/
.text_cell_render h1 {
font-weight: 200;
font-size: 50pt;
line-height: 100%;
color: #5889C5;
margin-bottom: 0.5em;
margin-top: 0.5em;
display: block;
}
.text_cell_render h5 {
font-weight: 300;
font-size: 16pt;
color: #5889C5;
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","begingroup.js"],
Macros: {
RR: "{\\mathbb{R}",
mcO: "\\mathcal{O}"
}
},
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'center', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 4}}
}
});
</script>
</body>
</html>