forked from danielmcgraw/Jekyll-Base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
249 lines (247 loc) · 4.46 KB
/
style.css
File metadata and controls
249 lines (247 loc) · 4.46 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
/*
* basic typography
*/
body {
font-size: 100%;
line-height: 1.5;
}
body {
background-color: #fdf6e3;
color: #002b36;
}
div#sidebar {
background-color: #fdf6e3;
color: #2aa198;
}
div#sidebar h1, div#sidebar h1 a {
color: #2aa198;
}
div#content {
background-color: transparent;
color: #002b36;
}
div#content .header {
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
div.post-excerpt {
border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #586e75;
}
a, a:visited {
color: #2aa198;
}
div.article-text b, div.article-text strong, div.article-text th {
font-weight: normal;
color: #47afd5;
}
div.article-text h1,
div.article-text h2,
div.article-text h3,
div.article-text h4,
div.article-text h5,
div.article-text h6,
div.article-text big {
font-weight: normal;
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.article-date {
font-family: 'Terminal Dosis', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.0em;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Terminal Dosis', "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.35em;
line-height: 1.5;
}
body.mouse a {
text-decoration: none;
}
body.mouse a:hover {
text-decoration: underline;
}
body.touch a, body.touch a:hover {
text-decoration: underline;
}
div#sidebar div.header h1 {
font-size: 2em;
}
div.post-excerpt div.article-text h1,
div.post-excerpt div.article-text h2,
div.post-excerpt div.article-text h3,
div.post-excerpt div.article-text h4,
div.post-excerpt div.article-text h5,
div.post-excerpt div.article-text h6,
div.post-excerpt div.article-text big {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 1.1em;
line-height: 1.3;
}
div.post-excerpt div.author {
font-size: 0.75em;
}
div.article div.meta {
font-size: 0.75em;
}
div.post-excerpt div.article {
padding-left: 168px;
}
div.article h2.title {
margin-bottom: 8px;
}
div.article div.meta {
min-height: 2em;
}
div.article div.meta div.comment-count {
float: left;
}
div.article div.article-text img {
padding-left: 10px;
padding-bottom: 10px;
}
div.post-excerpt {
min-height: 200px;
margin-bottom: 20px;
}
.button a {
background: #f7f7f7;
color: #586e75;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 5px;
}
body.mouse .button a:hover, body.touch .button a {
background: #47afd5;
color: #ffffff;
}
body.mouse .button.twitter a:hover, body.touch .button.twitter a {
background: #5ec8e8;
color: #ffffff;
}
body.mouse .button.facebook a:hover, body.touch .button.facebook a {
background: #5d73a1;
color: #ffffff;
}
body.mouse .button.googleplus a:hover, body.touch .button.googleplus a {
background: #ca4c4c;
color: #ffffff;
}
body.mouse .button.reddit a:hover, body.touch .button.reddit a {
background: #ff4500;
color: #ffffff;
}
ul.button-list {
margin: 0;
padding: 0;
display: inline;
}
ul.button-list li {
display: inline;
margin-left: 0;
}
ul.button-list.align-left {
float: left;
}
ul.button-list.align-left li {
margin-right: 5px;
}
ul.button-list.align-right {
float: right;
}
ul.button-list.align-right li {
margin-left: 5px;
}
body.mouse {
margin: 0;
padding-left: 400px;
overflow-x: hidden;
/* div#content */
}
body.mouse div#sidebar {
position: fixed;
top: 0;
left: 0;
width: 300px;
min-width: 250px;
height: 100%;
}
body.mouse * html body {
overflow: hidden;
}
body.mouse * html div#content {
height: 100%;
overflow: auto;
}
body.mouse div#sidebar {
padding-top: 20px;
text-align: right;
padding-right: 20px;
}
body.mouse div#content {
padding-top: 20px;
padding-left: 40px;
padding-right: 20%;
text-align: left;
}
body.mouse div#content .header {
margin-bottom: 4px;
}
/* body.mouse */
body.touch {
margin: 0;
padding: 0;
overflow-x: hidden;
text-align: left;
font-size: 1.25em;
/* div#content */
}
body.touch #dsq-content #dsq-comments .dsq-comment-message {
font-size: 1.25em;
line-height: 1.6;
}
body.touch div#sidebar {
position: static;
width: 100%;
height: 150px;
}
body.touch * html body {
overflow: hidden;
}
body.touch * html div#content {
width: 100%;
overflow: auto;
}
body.touch div#sidebar {
padding: 0;
margin: 0;
padding-top: 2em;
text-align: left;
}
body.touch div#sidebar .header {
padding-left: 5em;
padding-right: 5em;
}
body.touch div#content {
padding: 0;
margin: 0;
padding-top: 2em;
padding-left: 5em;
padding-right: 5em;
text-align: left;
}
}