-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
146 lines (126 loc) · 2.01 KB
/
style.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
/*For 4:3 provide size: 908px 681px;.*/
/*1210px 681px*/
/*@page {
size: 908px 681px;
margin: 0;
}*/
@page {
size: 1210px 681px;
margin: 0;
}
.nonum .remark-slide-number {
display: none;
}
/*
.remark-slide-content {
border-top: 80px solid #000000;
background-color: #f4f4f4;
}
*/
.large {
font-size: 180%
}
.clear{
border-top: 0px solid #FAFAFA;
}
/*add title font*/
.titlestyle {
font-family: Lora;
font-size: 65px;
font-style: normal;
color: white;
font-variant: normal;
font-weight: 700;
line-height: 90px;
background-color:black;
}
/*
.cover-slide {
background-color: #FAFAFA;
border-top: 80px solid #23373B;
font-size: 20px;
font-weight: 300;
line-height: 1.5;
padding: 1em 2em 1em 2em
}
*/
.remark-code, .remark-inline-code { font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace;
font-size: 80%;
}
.captionstyle {
color:white;
background-color:black;
font-weight:bold
}
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}
/* links font*/
a {
font-weight: bold;
color: #525941;
}
/* caption font*/
.caption {
font-style: italic;
color: #606090;
font-size: 120%;
}
.lc {
width: 30%;
height: 92%;
float: left;
}
.rc {
width: 68%;
float: right;
height: 92%;
}
.lc2 {
width: 70%;
float: left;
height: 92%;
}
.rc2 {
width: 30%;
height: 92%;
float: right;
}
/* three-column layout */
.left3-column {
width: 70%;
height: 100%;
float: left;
text-align: center;
margin: 0 auto;
}
.center3-column {
width: 10%;
height: 100%;
text-align: center;
margin: 0 auto;
}
.right3-column {
width: 30%;
float: right;
text-align: right;
margin: 0 auto;
}
/* custom.css */
.left-code {
color: #777;
width: 43%;
height: 92%;
float: left;
}
.right-plot {
width: 55%;
float: right;
padding-left: 1%;
}