-
Notifications
You must be signed in to change notification settings - Fork 1
/
mycss.css
106 lines (102 loc) · 1.63 KB
/
mycss.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
.smaller{
font-size: 70%;
}
.smallest{
font-size: 50%;
}
.semi-small{
font-size: 90%;
}
/* custom.css */
.title-slide {
background-image: url(pictures/zu_logo.png);
background-position: center bottom 50px;
background-size: 30%;
border-bottom: 0px solid #522D80;
box-shadow: 0 55px 0 #fff;
}
.remark-inline-code{
/* background: #F5F5F5; /* lighter */
background: #e7e8e2; /* darker */
border-radius: 3px;
padding: 4px;
}
.remark-code, .remark-inline-code {
font-family: 'Fira Mono', 'Lucida Console', Monaco, monospace;
font-size: 80%;
}
.left-code {
width: 38%;
height: 92%;
float: left;
}
.right-code {
width: 38%;
height: 92%;
float: right;
}
.right-plot {
width: 60%;
float: right;
padding-left: 1%;
}
.plot-callout {
height: 225px;
width: 450px;
bottom: 5%;
right: 5%;
position: absolute;
padding: 0px;
z-index: 100;
}
.plot-callout img {
width: 100%;
border: 4px solid #23373B;
}
.left-col {
width: 45%;
float: left;
}
.right-col {
width: 45%;
float: right;
}
.left-col-full {
width: 50%;
float: left;
}
.right-col-full {
width: 50%;
float: right;
}
.column {
float: left;
width: 33.33%;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
.centerimg {
display: block;
margin-left: auto;
margin-right: auto;
}
.left-three {
width: 33%;
float: left;
display: inline-block;
font-size: initial;
*display: inline;
vertical-align: middle;
}
.right-three {
width: 33%;
float: right;
display: inline-block;
font-size: initial;
*display: inline;
vertical-align: middle;
}