-
Notifications
You must be signed in to change notification settings - Fork 4
/
style.styl
executable file
·270 lines (233 loc) · 11.7 KB
/
style.styl
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
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
/* HTML5 Boilerplate */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
html
-webkit-font-smoothing: antialiased; font-family: "proxima-nova";
h1,h2,h3,h4,h5
font-family: "futura-pt", "Helvetica Neue", "Arial";
.wrap
border-left: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1; width: 500px; padding: 20px 50px 0 50px; margin: auto;
a{text-decoration: none; color: #000;}
a:hover{color: #a73715;}
nav a, article p a
border-bottom: 1px solid #f1f1f1;
padding-bottom: 2px;
p
font-size: 15px;
line-height: 23px;
margin-top: 20px;
margin-bottom: 20px;
color: #4d4d4d;
font-family: 'proxima-nova',sans-serif;
font-weight: 400;
header.site-header
margin-bottom: 50px
hgroup{overflow: hidden; margin-top: 30px;}
h1#logo
margin: 0 30px 0 0; display: block; display: inline-block; border-radius: 100px;width: 150px; height: 150px; float: left;
a{background: red url('images/logo.png') center no-repeat; background-size: cover; border-radius: 5px; height: 150px; text-indent: -10000em; display: block;}
h2{font-size: 26px; line-height: 26px; padding: 0; margin: 0; margin-bottom: 10px;}
h4
margin: 0; text-transform: uppercase; font-size: 12px;
a{color: #999;}
.bio{font-size: 16px; color: #999; margin: 10px 0;}
small{font-size: 11px; font-weight: bold;}
.info{float: left; width: 320px;display: inline-block;}
nav
a
text-decoration: none; color: #333; margin-right: 30px; font-size: 11px; font-weight: normal; font-family: "droid-sans-mono", Menlo, Monaco, 'Lucida Console', monospace;
.content-blog
article.post, article.page
position: relative; margin-bottom: 120px;
h2
margin: 0 0 30px 0;
a
color: black; position: relative; display: block;
&:hover{color: #2a94ca;}
&.link a
.anchor{height: 14px; max-height: 100%; margin-top: -5px; margin-left: 6px; opacity: .3;}
span{border-bottom: 1px solid #f1f1f1; display: inline-block;}
&:hover
span{border-color: #ccc;}
.anchor{opacity: 1;}
time
position: absolute; font-family: "droid-sans-mono", Menlo, Monaco, 'Lucida Console', monospace; font-size: 12px; color: #666; top: 10px; text-transform: uppercase; font-weight: 400; width: 140px; font-size: 10px; left: -188px; text-align: right;
i
float: right;
background: #eee;
border-radius: 100px;
height: 5px;
width: 5px;
margin-top: 4px;
margin-left: 20px;
p, ul, blockquote, ol, .prettify{margin: 20px 0;}
p, ul li{line-height: 25px; font-size: 15px; color: #4d4d4d}
ul, ol{padding: 0; margin-left: 18px;}
ul {list-style: square;}
ul li{margin: 5px 0;}
blockquote{border-left: 8px solid #2acb5b; color:#666; padding: 0 0 0 20px;}
blockquote p:last-child{margin-bottom:0}
.entry-content a{ font-weight: normal; color: black; padding-bottom: 0px; border-bottom: 1px solid #ccc;}
.entry-content a.view{border: 0}
.entry-content a:hover{ border-color: #333}
img {max-width: 100%; height: auto; width: auto;}
.embed-container{ position:relative; padding-bottom:56.25%; /* 16/9 ratio */ padding-top:30px; /* IE6 workaround*/ height:0; overflow:hidden; margin-bottom:30px}
.embed-container iframe,
.embed-container object,
.embed-container embed{ position:absolute; top:0; left:0; width:100%; height:100%}
p < code {width: 100%; display: none;}
code, pre
border: none;
display: block;
border: 1px solid #d2d2d2;
background-color: #f8f8f8;
padding-top: 10px;
padding-bottom: 10px;
margin-left: -50px;
font-size: 13px;
width: auto;
border-left: none;
border-right: none;
padding: 20px 50px;
width: 500px;
/* Images */
nav.pagination
margin: 0 0 40px 0;
a
display: inline-block; width: 48.99%; font-size: 13px; color: #333; padding: 20px 0; text-transform: uppercase; border-right: 4px solid white; text-align: center; background: #eee;
font-weight: bold; text-decoration: none;
&:hover{background: #333; color: #fff;}
.copyright{position: fixed; text-decoration: none; right: 20px; bottom: 10px; width: 100px; text-align: right; font-family: "droid-sans-mono", Menlo, Monaco, 'Lucida Console', monospace; font-size: 11px; color: #999;}
/* =Comments
-------------------------------------------------------------- */
.comments-area
h2{margin-top: 0;}
ol.commentlist
list-style:none; margin:0; padding: 0; max-width: 500px;
li.comment{border-bottom:1px solid #e7e7e7; line-height:24px; margin:0 0 24px 0; padding:0 0 24px 60px; position:relative}
li:last-child{border-bottom:none; margin-bottom:0}
.avatar{position:absolute; border-radius: 100px; top:4px; left:0}
.comment-author{font-weight: bold; font-size: 13px}
.comment-author cite{color:#000; font-style:normal; font-weight:bold}
.comment-author .says{font-style:italic}
.comment-meta{font-size:12px; margin:0 0 18px 0}
.comment-meta a:link,
.comment-meta a:visited{color:#888; text-decoration:none}
.comment-meta a:active,
.comment-meta a:hover{color:#ff4b33}
.reply{font-size:12px; padding:0 0 24px 0}
.reply a,
a.comment-edit-link{color:#888}
.reply a:hover,
a.comment-edit-link:hover{color:#ff4b33}
.commentlist .children{list-style:none; margin:0}
.commentlist .children li{border:none; margin:0}
.nopassword, .nocomments{display:none}
#comments .pingback{border-bottom:1px solid #e7e7e7; margin-bottom:18px; padding-bottom:18px}
.commentlist li.comment+li.pingback{margin-top:-6px}
#comments .pingback p{color:#888; display:block; font-size:12px; line-height:18px; margin:0}
#comments .pingback .url{font-size:13px; font-style:italic}
input[type=submit]{color:#333}
#respond{position:relative; }
#respond p{margin:0}
#respond .comment-notes{margin-bottom:1em}
.form-allowed-tags{line-height:1em}
.children #respond{margin:0 48px 0 0}
h3#reply-title{margin:18px 0}
#comments-list #respond{margin:0 0 18px 0}
#comments-list ul #respond{margin:0}
#cancel-comment-reply-link{font-size:12px; font-weight:normal; line-height:18px}
article a.comment-reply-link{font-size: 13px; text-decoration: none; font-weight: bold;}
#respond .required{margin-left: -10px; color:#ff4b33; font-weight:bold}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label{color:#888; font-size:12px; width: 70px; display: inline-block; }
#respond .comment-form-comment label {padding: 0; text-align: left; }
#respond input[type="text"]{margin-bottom:14px; padding:4px; margin-right:10px; border:0; border-bottom:1px solid #ccc}
#respond input[type="text"]:focus{outline:0; border-color:#333}
.comment-form-comment label{display: block;}
#respond textarea{border-color:#ccc}
#respond textarea:focus{outline:0}
.logged-in-as{font-size: 11px}
ol.commentlist li.comment.byuser{margin-top: 30px}
ol.commentlist li.comment.byuser #respond .form-submit{margin-left: 0}
#respond #submit{margin:0 0 9px; background:black; border-radius:5px; padding:10px 20px; font-weight:bold; width:auto; border:0; color:white; margin-bottom:50px}
#respond textarea{width: 96%; margin-bottom:10px; padding: 2%}
#respond .form-allowed-tags{color:#888; font-size:12px; line-height:18px}
#respond .form-allowed-tags code{font-size:11px}
#respond .form-submit{margin:12px 0 0 0}
#respond .form-submit input{font-size:14px; width:auto}
.form-allowed-tags, .comment-notes{display: none;}
@media only screen and (min-width: 35em) {
}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
@media print {
* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
a, a:visited { text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
img { max-width: 100% !important; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
}