forked from tsamsonov/r-spatstat-course-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
101 lines (90 loc) · 1.68 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
/* custom.css */
@import url('https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Scada:400,400i,700,700i&subset=cyrillic');
.left-code {
color: #777;
width: 38%;
height: 92%;
float: left;
}
.right-plot {
width: 60%;
float: right;
padding-left: 1%;
}
body { font-family: 'Scada', serif; font-size: 20pt; }
p { font-size: 20pt; margin-top: 0; margin-bottom: 0;}
ul { font-size: 20pt;}
ol { font-size: 20pt; }
h3 { margin-top: 0;}
.caption { font-size: 20pt; }
.right-column { padding: 0px; }
.left-column { font-size: 14pt; color: black; }
.left-30 {
width: 30%;
float: left;
}
.left-40 {
width: 40%;
float: left;
}
.left-60 {
width: 60%;
float: left;
}
.right-40 {
width: 40%;
float: right;
}
.right-60 {
width: 60%;
float: right;
}
.right-70 {
width: 70%;
float: right;
}
.red { color: crimson; }
.blue { color: steelblue; }
.green { color: forestgreen; }
.large { font-size: 25pt; }
.small { font-size: 18pt;}
.vsmall { font-size: 14pt;}
.tiny { font-size: 10pt; line-height: 0.5; line-height: 1.2; display: block;}
.left-column>p{
font-size: 20pt;
}
h1, h2, h3 {
font-family: 'Cuprum';
font-weight: bold;
}
table {
font-size: 18pt;
float: left;
}
img {
margin-bottom: 0;
padding-bottom: 0;
}
MathJax { color: red; }
.remark-code, .remark-inline-code {
font-family: 'Menlo';
}
.remark-code {
font-size: 24px;
}
.code-small .remark-code {
font-size: 20px;
}
.remark-inline-code {
background: pink;
padding-left: 5px;
padding-right: 5px;
border-radius: 5px
}
.small-pre pre code {
font-size: 18px;
}
/*pre code {
white-space: pre-wrap;
}*/