-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.scss
70 lines (64 loc) · 2.47 KB
/
style.scss
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
---
# Use a comment to ensure Jekyll reads the file to be transformed into CSS later
# only main files contain this front matter, not partials.
---
//_____________________________________________________________________________________________
// Bootstrap CSS (must be put before all other styles):
// Latest compiled and minified bootstrap CSS
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
// Optional bootstrap theme
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css");
//_____________________________________________________________________________________________
/*
* ___
* /\_ \
* _____ ___ ___\//\ \ __
* /\ '__`\ / __`\ / __`\\ \ \ /'__`\
* \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
* \ \ ,__/\ \____/\ \____//\____\ \____\
* \ \ \/ \/___/ \/___/ \/____/\/____/
* \ \_\
* \/_/
*/
@import "variables";
@import "updated-variables";
@import "updated-base";
@import "updated-type";
//@import "type";
@import "syntax";
//@import "code";
@import "updated-code";
//@import "layout";
@import "updated-layout";
//@import "masthead";
@import "updated-masthead";
@import "posts";
@import "pagination";
@import "message";
/*
* ___
* /\_ \
* \//\ \ __ ___ __ __ ___ ___
* \ \ \ /'__`\ /' _ `\/\ \/\ \ / __`\ /' _ `\
* \_\ \_/\ \_\.\_/\ \/\ \ \ \_\ \/\ \_\ \/\ \/\ \
* /\____\ \__/.\_\ \_\ \_\/`____ \ \____/\ \_\ \_\
* \/____/\/__/\/_/\/_/\/_/`/___/> \/___/ \/_/\/_/
* /\___/
* \/__/
*/
@import "updated-lanyon";
/*
* ┌┬┐┌─┐┌─┐ ┬┌─┐┬┌─┬ ┬┬ ┬
* │││ ││ ── │├┤ ├┴┐└┬┘│ │
* ─┴┘└─┘└─┘ └┘└─┘┴ ┴ ┴ ┴─┘┴─┘
*/
@import "doc-jekyll";
@import "tooltipped";
//_____________________________________________________________________________________________
// Other styles locally archived:
@import "iconmoon";
//_____________________________________________________________________________________________
// Fonts and other external styles:
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab|PT+Serif:500,600italic,700%7CPT+Sans:500");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
@import url("https://cdn.rawgit.com/afeld/bootstrap-toc/v0.4.1/dist/bootstrap-toc.min.css");