-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
58 lines (51 loc) · 1023 Bytes
/
Copy pathstyles.css
File metadata and controls
58 lines (51 loc) · 1023 Bytes
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
@import url(//fonts.googleapis.com/css?family=Exo+2);
@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=Comfortaa:400,300,700);
body {
font-family: 'Droid Serif';
color: #333;
}
h1, h2, h3 {
font-family: 'Comfortaa';
font-weight: normal;
color: #008CBD;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
.inverse {
background: #008CBD;
color: #333;
}
.inverse h1, .inverse h2 {
color: #fff;
line-height: 1em;
}
a {
color: #662D91;
text-decoration: none;
}
li {
line-height: 2em;
}
.small-li {
line-height: -2em;
}
/* Two-column layout */
.left-column {
color: #777;
width: 20%;
height: 92%;
float: left;
}
.left-column h2:last-of-type, .left-column h3:last-child {
font-weight: bold;
}
.right-column {
width: 75%;
float: right;
padding-top: 1em;
}
/* Image sizing */
.image-200 {
width: 200%;
}