|
6 | 6 | Typography
|
7 | 7 | ========================================================================== */
|
8 | 8 |
|
9 |
| -$doc-font-size : 16 !default; |
| 9 | +$doc-font-size: 16 !default; |
10 | 10 |
|
11 | 11 | /* paragraph indention */
|
12 |
| -$paragraph-indent : false !default; // true, false (default) |
13 |
| -$indent-var : 1.3em !default; |
| 12 | +$paragraph-indent: false !default; // true, false (default) |
| 13 | +$indent-var: 1.3em !default; |
14 | 14 |
|
15 | 15 | /* system typefaces */
|
16 |
| -$serif : Georgia, Times, serif !default; |
17 |
| -$sans-serif : -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default; |
18 |
| -$monospace : Monaco, Consolas, "Lucida Console", monospace !default; |
| 16 | +$serif: Georgia, Times, serif !default; |
| 17 | +$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", |
| 18 | + "Helvetica Neue", "Lucida Grande", Arial, sans-serif !default; |
| 19 | +$monospace: Monaco, Consolas, "Lucida Console", monospace !default; |
19 | 20 |
|
20 | 21 | /* sans serif typefaces */
|
21 |
| -$sans-serif-narrow : $sans-serif !default; |
22 |
| -$helvetica : Helvetica, "Helvetica Neue", Arial, sans-serif !default; |
| 22 | +$sans-serif-narrow: $sans-serif !default; |
| 23 | +$helvetica: Helvetica, "Helvetica Neue", Arial, sans-serif !default; |
23 | 24 |
|
24 | 25 | /* serif typefaces */
|
25 |
| -$georgia : Georgia, serif !default; |
26 |
| -$times : Times, serif !default; |
27 |
| -$bodoni : "Bodoni MT", serif !default; |
28 |
| -$calisto : "Calisto MT", serif !default; |
29 |
| -$garamond : Garamond, serif !default; |
| 26 | +$georgia: Georgia, serif !default; |
| 27 | +$times: Times, serif !default; |
| 28 | +$bodoni: "Bodoni MT", serif !default; |
| 29 | +$calisto: "Calisto MT", serif !default; |
| 30 | +$garamond: Garamond, serif !default; |
30 | 31 |
|
31 |
| -$global-font-family : $sans-serif !default; |
32 |
| -$header-font-family : $sans-serif !default; |
33 |
| -$caption-font-family : $serif !default; |
| 32 | +$global-font-family: $sans-serif !default; |
| 33 | +$header-font-family: $sans-serif !default; |
| 34 | +$caption-font-family: $serif !default; |
34 | 35 |
|
35 | 36 | /* type scale */
|
36 |
| -$type-size-1 : 2.441em !default; // ~39.056px |
37 |
| -$type-size-2 : 1.953em !default; // ~31.248px |
38 |
| -$type-size-3 : 1.563em !default; // ~25.008px |
39 |
| -$type-size-4 : 1.25em !default; // ~20px |
40 |
| -$type-size-5 : 1em !default; // ~16px |
41 |
| -$type-size-6 : 0.75em !default; // ~12px |
42 |
| -$type-size-7 : 0.6875em !default; // ~11px |
43 |
| -$type-size-8 : 0.625em !default; // ~10px |
44 |
| - |
| 37 | +$type-size-1: 2.441em !default; // ~39.056px |
| 38 | +$type-size-2: 1.953em !default; // ~31.248px |
| 39 | +$type-size-3: 1.563em !default; // ~25.008px |
| 40 | +$type-size-4: 1.25em !default; // ~20px |
| 41 | +$type-size-5: 1em !default; // ~16px |
| 42 | +$type-size-6: 0.75em !default; // ~12px |
| 43 | +$type-size-7: 0.6875em !default; // ~11px |
| 44 | +$type-size-8: 0.625em !default; // ~10px |
45 | 45 |
|
46 | 46 | /*
|
47 | 47 | Colors
|
48 | 48 | ========================================================================== */
|
49 | 49 |
|
50 |
| -$gray : #7a8288 !default; |
51 |
| -$dark-gray : mix(#000, $gray, 40%) !default; |
52 |
| -$darker-gray : mix(#000, $gray, 60%) !default; |
53 |
| -$light-gray : mix(#fff, $gray, 50%) !default; |
54 |
| -$lighter-gray : mix(#fff, $gray, 90%) !default; |
55 |
| - |
56 |
| -$background-color : #fff !default; |
57 |
| -$code-background-color : #fafafa !default; |
58 |
| -$code-background-color-dark : $light-gray !default; |
59 |
| -$text-color : $dark-gray !default; |
60 |
| -$muted-text-color : mix(#fff, $text-color, 35%) !default; |
61 |
| -$border-color : $lighter-gray !default; |
62 |
| -$form-background-color : $lighter-gray !default; |
63 |
| -$footer-background-color : $lighter-gray !default; |
64 |
| - |
65 |
| -$primary-color : #7a8288 !default; |
66 |
| -$success-color : #62c462 !default; |
67 |
| -$warning-color : #f89406 !default; |
68 |
| -$danger-color : #ee5f5b !default; |
69 |
| -$info-color : #52adc8 !default; |
| 50 | +$gray: #7a8288 !default; |
| 51 | +$dark-gray: mix(#000, $gray, 40%) !default; |
| 52 | +$darker-gray: mix(#000, $gray, 60%) !default; |
| 53 | +$light-gray: mix(#fff, $gray, 50%) !default; |
| 54 | +$lighter-gray: mix(#fff, $gray, 90%) !default; |
| 55 | + |
| 56 | +$background-color: #fff !default; |
| 57 | +$code-background-color: #fafafa !default; |
| 58 | +$code-background-color-dark: $light-gray !default; |
| 59 | +$text-color: $dark-gray !default; |
| 60 | +$muted-text-color: mix(#fff, $text-color, 35%) !default; |
| 61 | +$border-color: $lighter-gray !default; |
| 62 | +$form-background-color: $lighter-gray !default; |
| 63 | +$footer-background-color: $lighter-gray !default; |
| 64 | + |
| 65 | +$primary-color: #7a8288 !default; |
| 66 | +$success-color: #62c462 !default; |
| 67 | +$warning-color: #f89406 !default; |
| 68 | +$danger-color: #ee5f5b !default; |
| 69 | +$info-color: #52adc8 !default; |
70 | 70 |
|
71 | 71 | /* YIQ color contrast */
|
72 |
| -$yiq-contrasted-dark-default : $dark-gray !default; |
73 |
| -$yiq-contrasted-light-default : #fff !default; |
74 |
| -$yiq-contrasted-threshold : 175 !default; |
75 |
| -$yiq-debug : false !default; |
| 72 | +$yiq-contrasted-dark-default: $dark-gray !default; |
| 73 | +$yiq-contrasted-light-default: #fff !default; |
| 74 | +$yiq-contrasted-threshold: 175 !default; |
| 75 | +$yiq-debug: false !default; |
76 | 76 |
|
77 | 77 | /* brands */
|
78 |
| -$behance-color : #1769FF !default; |
79 |
| -$bitbucket-color : #205081 !default; |
80 |
| -$dribbble-color : #ea4c89 !default; |
81 |
| -$facebook-color : #3b5998 !default; |
82 |
| -$flickr-color : #ff0084 !default; |
83 |
| -$foursquare-color : #0072b1 !default; |
84 |
| -$github-color : #171516 !default; |
85 |
| -$google-plus-color : #dd4b39 !default; |
86 |
| -$instagram-color : #517fa4 !default; |
87 |
| -$lastfm-color : #d51007 !default; |
88 |
| -$linkedin-color : #007bb6 !default; |
89 |
| -$pinterest-color : #cb2027 !default; |
90 |
| -$rss-color : #fa9b39 !default; |
91 |
| -$soundcloud-color : #ff3300 !default; |
92 |
| -$stackoverflow-color : #fe7a15 !default; |
93 |
| -$tumblr-color : #32506d !default; |
94 |
| -$twitter-color : #55acee !default; |
95 |
| -$vimeo-color : #1ab7ea !default; |
96 |
| -$vine-color : #00bf8f !default; |
97 |
| -$youtube-color : #bb0000 !default; |
98 |
| -$xing-color : #006567 !default; |
| 78 | +$behance-color: #1769ff !default; |
| 79 | +$bitbucket-color: #205081 !default; |
| 80 | +$dribbble-color: #ea4c89 !default; |
| 81 | +$facebook-color: #3b5998 !default; |
| 82 | +$flickr-color: #ff0084 !default; |
| 83 | +$foursquare-color: #0072b1 !default; |
| 84 | +$github-color: #171516 !default; |
| 85 | +$google-plus-color: #dd4b39 !default; |
| 86 | +$instagram-color: #517fa4 !default; |
| 87 | +$lastfm-color: #d51007 !default; |
| 88 | +$linkedin-color: #007bb6 !default; |
| 89 | +$pinterest-color: #cb2027 !default; |
| 90 | +$rss-color: #fa9b39 !default; |
| 91 | +$soundcloud-color: #ff3300 !default; |
| 92 | +$stackoverflow-color: #fe7a15 !default; |
| 93 | +$tumblr-color: #32506d !default; |
| 94 | +$twitter-color: #55acee !default; |
| 95 | +$vimeo-color: #1ab7ea !default; |
| 96 | +$vine-color: #00bf8f !default; |
| 97 | +$youtube-color: #bb0000 !default; |
| 98 | +$xing-color: #006567 !default; |
99 | 99 |
|
100 | 100 | /* links */
|
101 |
| -$link-color : $info-color !default; |
102 |
| -$link-color-hover : mix(#000, $link-color, 25%) !default; |
103 |
| -$link-color-visited : mix(#fff, $link-color, 25%) !default; |
104 |
| -$masthead-link-color : $primary-color !default; |
105 |
| -$masthead-link-color-hover : mix(#000, $primary-color, 25%) !default; |
106 |
| -$navicon-link-color-hover : mix(#fff, $primary-color, 75%) !default; |
| 101 | +$link-color: $info-color !default; |
| 102 | +$link-color-hover: mix(#000, $link-color, 25%) !default; |
| 103 | +$link-color-visited: mix(#fff, $link-color, 25%) !default; |
| 104 | +$masthead-link-color: $primary-color !default; |
| 105 | +$masthead-link-color-hover: mix(#000, $primary-color, 25%) !default; |
| 106 | +$navicon-link-color-hover: mix(#fff, $primary-color, 75%) !default; |
| 107 | + |
| 108 | +/* syntax highlighting (base16) */ |
| 109 | +$base00: #263238 !default; |
| 110 | +$base01: #2e3c43 !default; |
| 111 | +$base02: #314549 !default; |
| 112 | +$base03: #546e7a !default; |
| 113 | +$base04: #b2ccd6 !default; |
| 114 | +$base05: #eeffff !default; |
| 115 | +$base06: #eeffff !default; |
| 116 | +$base07: #ffffff !default; |
| 117 | +$base08: #f07178 !default; |
| 118 | +$base09: #f78c6c !default; |
| 119 | +$base0a: #ffcb6b !default; |
| 120 | +$base0b: #c3e88d !default; |
| 121 | +$base0c: #89ddff !default; |
| 122 | +$base0d: #82aaff !default; |
| 123 | +$base0e: #c792ea !default; |
| 124 | +$base0f: #ff5370 !default; |
107 | 125 |
|
108 | 126 | /*
|
109 | 127 | Breakpoints
|
110 | 128 | ========================================================================== */
|
111 | 129 |
|
112 |
| -$small : 600px !default; |
113 |
| -$medium : 768px !default; |
114 |
| -$medium-wide : 900px !default; |
115 |
| -$large : 1024px !default; |
116 |
| -$x-large : 1280px !default; |
117 |
| - |
| 130 | +$small: 600px !default; |
| 131 | +$medium: 768px !default; |
| 132 | +$medium-wide: 900px !default; |
| 133 | +$large: 1024px !default; |
| 134 | +$x-large: 1280px !default; |
118 | 135 |
|
119 | 136 | /*
|
120 | 137 | Grid
|
121 | 138 | ========================================================================== */
|
122 | 139 |
|
123 |
| -$right-sidebar-width-narrow : 200px !default; |
124 |
| -$right-sidebar-width : 300px !default; |
125 |
| -$right-sidebar-width-wide : 400px !default; |
126 |
| - |
| 140 | +$right-sidebar-width-narrow: 200px !default; |
| 141 | +$right-sidebar-width: 300px !default; |
| 142 | +$right-sidebar-width-wide: 400px !default; |
127 | 143 |
|
128 | 144 | /*
|
129 | 145 | Other
|
130 | 146 | ========================================================================== */
|
131 | 147 |
|
132 |
| -$border-radius : 4px !default; |
133 |
| -$box-shadow : 0 1px 1px rgba(0, 0, 0, 0.125) !default; |
134 |
| -$navicon-width : 1.5rem !default; |
135 |
| -$navicon-height : 0.25rem !default; |
136 |
| -$global-transition : all 0.2s ease-in-out !default; |
137 |
| -$intro-transition : intro 0.3s both !default; |
| 148 | +$border-radius: 4px !default; |
| 149 | +$box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125) !default; |
| 150 | +$navicon-width: 1.5rem !default; |
| 151 | +$navicon-height: 0.25rem !default; |
| 152 | +$global-transition: all 0.2s ease-in-out !default; |
| 153 | +$intro-transition: intro 0.3s both !default; |
0 commit comments