forked from agent462/monitoring-slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
36 lines (30 loc) · 788 Bytes
/
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
@font-face { font-family: "Gotham Rounded Book"; src: url('fonts/GothamRnd-Book.otf'); }
@font-face { font-family: "Gotham Rounded Medium"; src: url('fonts/GothamRnd-Medium.otf'); }
body {
background: url('img/slide_bg.png') #dcf9ff repeat-x 0 0;
font: .8em "Gotham Rounded Book", arial, helvetica, sans-serif;
-webkit-font-smoothing: antialiased;
}
h2 {
font: 500 2.0em/2em "Gotham Rounded Medium";
color: #5d9b3e;
}
h3 {
font: 500 1.5em/2em "Gotham Rounded Medium";
}
.content {
color: #606a6d;
}
.subsection h1 {
font-family: "Gotham Rounded Medium";
background: white;
color: #5d9b3e;
border-top: 1px solid #b2d7e1;
border-bottom: 1px solid #b2d7e1;
}
#footer {
background: #97C67F;
}
.smallcode code {
font-size: 17px;
}