forked from mikejohnson51/climateR-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ucsb.css
130 lines (109 loc) · 1.91 KB
/
ucsb.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
.remark-slide-content {
border-top: 5px solid #003660;
border-bottom: 5px solid #003660;
font-size: 1.2em;
padding: 20px 60px;
}
.remark-slide-content > h1 {
margin-top: 20px;
margin-bottom: 0px;
}
.inverse {
background-color: #FEBC11;
border:none;
font-color: #fff;
text-shadow: none;
border: 10px solid #003660;;
}
.inverse, .inverse h1, .inverse h2, .inverse a {
color: #003660;
}
.inverse h3 {
color: #000;
}
.inverse code {
color: #E1E000;
}
.footnote {
border-top: 1px solid #003660;
font-size: 0.6em;
}
.remark-code-line-highlighted { background-color: rgba(225, 224, 0, 0.6); }
h1, h2 {
color: #003660;
}
h3 {
color: #47484D;
margin: 0px;
padding: 0px;
}
code {
color: #003660;
}
a {
color: #3F97B5;
text-decoration: none;
transition: all .2s ease-in-out;
}
a:hover {
font-size: 1.2em;
color: #EC008C;
}
.remark-slide-number {
font-size: 0.6em;
}
.title-slide {
background-image: url(ucsb_logo.png);
background-position: 95% 95%;
background-color: #003660;
background-size: 250px;
border: 10px solid #FEBC11;;
}
.title-slide h1 {
padding-top: 260px;
font-size: 60px;
text-align: left;
color: #FEBC11;
padding-bottom: 18px;
margin-bottom: 18px;
}
.title-slide h2 {
font-size: 40px;
color: #DCE1E5;
text-align: left;
padding-top: 0px;
margin-top: 0px;
}
.title-slide h3 {
font-size: 30px;
color: #DCE1E5;
text-align: left;
text-shadow: none;
padding: 0px;
margin: 0px;
line-height: 1;
}
.title-slide .remark-slide-number {
display: none;
}
.mjx-chtml { font-size: 100% !important; }
.pull-left {
float: left;
width: 47%;
}
.pull-right {
float: right;
width: 47%;
}
.pull-right ~ * {
clear: both;
}
span.code {
background:rgba(127,240,0, 0.2);
border-radius: 5px 5px 5px 5px;
padding-left:5px;
padding-top:2px;
padding-right:5px;
padding-bottom:2px;
color:#008000;
}