File tree Expand file tree Collapse file tree 7 files changed +216
-432
lines changed Expand file tree Collapse file tree 7 files changed +216
-432
lines changed Original file line number Diff line number Diff line change 11
11
{% endif %}
12
12
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 "/>
13
13
14
+ < link rel ="stylesheet " media ="all " href =
15
+ {% if page.theme %}
16
+ "../_stylesheets/page.css"
17
+ {% endif %}
18
+ "_stylesheets/page.css"
19
+ />
20
+
14
21
< link rel ="stylesheet "
15
22
media ="screen "
16
23
href =
Original file line number Diff line number Diff line change 254
254
}
255
255
}
256
256
257
+
258
+ /* Colorization */
257
259
.colorful {
258
260
background : $color-dark ;
259
261
color : $mono-bright ;
@@ -265,3 +267,86 @@ nav{
265
267
color : $mono-bright ;
266
268
}
267
269
}
270
+
271
+ .invert {
272
+ background : $mono-dark ;
273
+ border-bottom : solid 1px $mono-light ;
274
+ color : $mono-bright ;
275
+ h2 ,h3 ,p {
276
+ color : darken ($mono-light , 10% );
277
+ }
278
+
279
+ a {
280
+ color : $mono-bright ;
281
+ }
282
+ }
283
+
284
+ .grey {
285
+ background : lighten ($mono-light , 5% );
286
+ border-top : solid 1px $mono-light ;
287
+ border-bottom : solid 1px $mono-light ;
288
+ }
289
+
290
+ /* Alignment */
291
+ .left {
292
+ float :left ;
293
+ clear :left ;
294
+ }
295
+ .right {
296
+ float :right ;
297
+ clear :right ;
298
+ }
299
+
300
+ /* Layout */
301
+ section {
302
+ & .container {
303
+ & .hero {
304
+ margin : 70px auto 70px auto ;
305
+
306
+ p {
307
+ font-size : 125% ;
308
+ color : lighten ($color-dark , 40% );
309
+ margin : 20px 0 ;
310
+ }
311
+ }
312
+ }
313
+ }
314
+
315
+ .segment-content {
316
+ width : $width-desktop * .66 ;
317
+ display : inline-block ;
318
+ }
319
+
320
+ .segment-icon {
321
+ width : $width-desktop * 0.31 ;
322
+ padding : $width-desktop * 0.01 ;
323
+ display : inline-block ;
324
+ text-align : center ;
325
+ font-size : 80% ;
326
+ color : lighten ($mono-dark , 20% );
327
+
328
+ a {
329
+ display : block ;
330
+ border-radius : 3px ;
331
+ box-shadow : 0 0 0 1px $color-bright ;
332
+ padding : 20px ;
333
+ -webkit-transition : box-shadow 150ms , color 150ms , background 150ms ;
334
+ transition : box-shadow 150ms , color 150ms , background 150ms ;
335
+
336
+ & :hover {
337
+ box-shadow : 0 0 0 2px $color-dark ;
338
+ color : $mono-bright ;
339
+ background : $color-dark ;
340
+ }
341
+
342
+ color : $color-bright ;
343
+ }
344
+
345
+ .octicon {
346
+ height : 50px ;
347
+ width : 50px ;
348
+ font-size : 30px ;
349
+ border-radius : 50% ;
350
+ text-align : center ;
351
+ }
352
+ }
You can’t perform that action at this time.
0 commit comments