-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (55 loc) · 1.54 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
/* Reference to Fonts
***********************/
@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'); }
/* Angryfruitsalad! */
@import "sh_emacs.css";
/* Basic Elements */
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 1.5em/2em "Gotham Rounded Medium";
color: #5d9b3e;
/* border-bottom: 1px solid #b2d7e1; */
}
.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;
}
/* Code font*/
/* #preso code, */
/* #preso pre { */
/* font-family: Consolas, */
/* "Andale Mono", */
/* "Lucida Console", */
/* "Lucida Sans Typewriter", */
/* "DejaVu Sans Mono", */
/* "Bitstream Vera Sans Mono", */
/* "Liberation Mono", */
/* "Nimbus Mono L", */
/* Monaco, */
/* "Courier New", */
/* Courier, */
/* monospace; */
/* color: #000; */
/* padding: 0.5em; */
/* font-size: 18px; */
/* background-color: transparent; */
/* } */
/* #preso code { */
/* display: block; */
/* border: 1px dashed #65aaba; */
/* background-color: #eee; */
/* } */