This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
custom.css
135 lines (129 loc) · 3.11 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/*
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,700);
@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed:400,700);
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans+Mono:400);
/*
Berkeley Blue: #003262
Founder's Rock: #3B7EA1
California Gold: #FDB515
Medalist: #C4820E
Wellman Tile: #D9661F
Rose Garden: #EE1F60
Golden Gate: #ED4E33
South Hall: #6C3302
Bay Fog: #DDD5C7
Lawrence: #00B0DA
Lap Lane: #00A598
Pacific: #46535E
Sather Gate: #B9D3B6
Ion: #CFDD45
Soybean: #859438
Stone Pine: #584F29
Grey: #EEEEEE
Web Grey: #888888
*/
.fullscreen img {
min-height: 100%;
min-width: 100%;
position: fixed;
top: 0;
left: 0;
}
.fullscreen .remark-slide-number {
display: none;
}
/*
.remark-fading { z-index: 9; }
.remark-slide-container {transition: opacity 0.25s ease-out;opacity: 0;}
.remark-visible {transition: opacity 0.25s ease-out;opacity: 1;}
*/
.remark-code, .remark-inline-code { font-family: "Droid Sans Mono", 'Lucida Console', Monaco, monospace; }
.remark-container {
background-color: #888888; /* webgrey */
}
.remark-slide-content {
background-color: #FFFFFF; /* white */
/* background-image: url("assets/img/[email protected]"); */
background-size: contain;
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 10px;
}
.remark-slide-content > h1:first-of-type {
margin-top: 0px;
}
.inverse {
background-color: #46535E; /* pacific */
background-image: none;
color: #B9D3B6; /* sather gate */
}
.inverse h1 {
color: #FFF; /* white */
}
.inverse h2, .inverse h3 {
color: #DDD5C7 /* bayfog */
}
body {
font-family: "Open Sans", "Arial", sans-serif;
}
h1, h2, h3 {
font-family: "Open Sans Condensed", "Arial Narrow", sans-serif;
}
h1 {
color: #003262; /* berkeleyblue */
margin-bottom: 20px;
}
h2 {
color: #3B7EA1; /* foundersrock */
margin-top: 0px;
margin-bottom: 0px;
}
h3 {
color: #46535E; /* pacific */
margin-top: 0px;
margin-bottom: 0px;
}
blockquote {
color: #003262; /* berkeleyblue */
font-size: 1.25em;
font-style: italic;
padding: 0.25em 0.25em;
}
a, a > code {
color: #00A598; /* laplane */
}
.footnote {
padding-right: 3em;
font-size: 80%;
}
.title-slide {
background-image: url(figs/sealUC.png);
background-size: 17%;
background-repeat: no-repeat;
/* background-position: center bottom; */
background-position: 50% 96%
}
.title-slide .remark-slide-number {
display: none;
}
th, td {
border-bottom: 1px solid #ddd;
}
/*.remark-slide-scaler {
transform: scale(1) !important;
} */
.image-slide .remark-slide-number {
display: none;
}
.smalltable {
font-size: 16px;
}