Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec13034

Browse files
committedJun 21, 2015
back to flatly
1 parent 15c8108 commit ec13034

File tree

3 files changed

+57
-52
lines changed

3 files changed

+57
-52
lines changed
 

‎_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ kramdown:
1515
hard_wrap: false
1616
markdown_ext: "markdown,mkdown,mkdn,mkd,md,Rmd"
1717

18-
theme: cyborg
18+
theme: flatly
1919
fancy: false

‎_includes/_slidehead.html

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,61 @@
44
<title>{% if page.title %}{{ page.title | strip_html }} &#8211; {% endif %}{{ site.title }}</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
66
<link rel="stylesheet" href="{{ site.baseurl }}/assets/remark.css" media="screen">
7+
<style type="text/css">
8+
{% if site.fancy %}
9+
/* different font family */
10+
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
11+
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
12+
body { font-family: 'Droid Serif'; }
13+
{% endif %}
14+
h1, h2, h3, h4, h5, h6 {
15+
{% if site.fancy %}
16+
font-family: 'Yanone Kaffeesatz';
17+
{% endif %}
18+
font-weight: normal;
19+
color: #c7254e;
20+
}
21+
.red { color: #fa0000; }
22+
.footnote {
23+
position: absolute;
24+
bottom: 3em;
25+
}
26+
code {
27+
-moz-border-radius: 5px;
28+
-web-border-radius: 5px;
29+
border-radius: 5px;
30+
}
31+
.inverse {
32+
background: #272822;
33+
color: #777872;
34+
text-shadow: 0 0 20px #333;
35+
}
36+
.inverse h1, .inverse h2 {
37+
color: #f3f3f3;
38+
line-height: 0.8em;
39+
}
40+
/* Two-column layout */
41+
.left-column {
42+
color: #777;
43+
width: 20%;
44+
height: 92%;
45+
float: left;
46+
}
47+
.left-column h2:last-of-type, .left-column h3:last-child {
48+
color: #000;
49+
}
50+
.right-column {
51+
width: 75%;
52+
float: right;
53+
padding-top: 1em;
54+
}
55+
blockquote {
56+
padding: 10.5px 21px;
57+
margin: 0 0 21px;
58+
font-size: 100%;
59+
border-left: 5px solid #c7254e;
60+
background-color: #f9f2f4;
61+
}
62+
</style>
763
</head>
864
<body>

‎assets/remark.css

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.