documental 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_includes/add_anchor.html +9 -0
- data/_includes/github_edit_btn +7 -0
- data/_includes/github_url +1 -0
- data/_includes/header.html +27 -0
- data/_layouts/base.html +48 -0
- data/_layouts/default.html +7 -0
- data/_layouts/documentation.html +32 -0
- data/_layouts/page.html +5 -0
- data/_layouts/post.html +5 -0
- data/_sass/bootstrap/_alert.scss +51 -0
- data/_sass/bootstrap/_badge.scss +47 -0
- data/_sass/bootstrap/_breadcrumb.scss +41 -0
- data/_sass/bootstrap/_button-group.scss +172 -0
- data/_sass/bootstrap/_buttons.scss +143 -0
- data/_sass/bootstrap/_card.scss +301 -0
- data/_sass/bootstrap/_carousel.scss +236 -0
- data/_sass/bootstrap/_close.scss +35 -0
- data/_sass/bootstrap/_code.scss +48 -0
- data/_sass/bootstrap/_custom-forms.scss +433 -0
- data/_sass/bootstrap/_dropdown.scss +166 -0
- data/_sass/bootstrap/_forms.scss +333 -0
- data/_sass/bootstrap/_functions.scss +86 -0
- data/_sass/bootstrap/_grid.scss +52 -0
- data/_sass/bootstrap/_images.scss +42 -0
- data/_sass/bootstrap/_input-group.scss +173 -0
- data/_sass/bootstrap/_jumbotron.scss +16 -0
- data/_sass/bootstrap/_list-group.scss +115 -0
- data/_sass/bootstrap/_media.scss +8 -0
- data/_sass/bootstrap/_mixins.scss +41 -0
- data/_sass/bootstrap/_modal.scss +180 -0
- data/_sass/bootstrap/_nav.scss +118 -0
- data/_sass/bootstrap/_navbar.scss +299 -0
- data/_sass/bootstrap/_pagination.scss +78 -0
- data/_sass/bootstrap/_popover.scss +183 -0
- data/_sass/bootstrap/_print.scss +141 -0
- data/_sass/bootstrap/_progress.scss +34 -0
- data/_sass/bootstrap/_reboot.scss +483 -0
- data/_sass/bootstrap/_root.scss +19 -0
- data/_sass/bootstrap/_tables.scss +187 -0
- data/_sass/bootstrap/_tooltip.scss +115 -0
- data/_sass/bootstrap/_transitions.scss +22 -0
- data/_sass/bootstrap/_type.scss +125 -0
- data/_sass/bootstrap/_utilities.scss +15 -0
- data/_sass/bootstrap/_variables.scss +952 -0
- data/_sass/bootstrap/bootstrap-grid.scss +32 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
- data/_sass/bootstrap/bootstrap.scss +42 -0
- data/_sass/bootstrap/mixins/_alert.scss +13 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +21 -0
- data/_sass/bootstrap/mixins/_badge.scss +12 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +35 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +5 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
- data/_sass/bootstrap/mixins/_buttons.scss +109 -0
- data/_sass/bootstrap/mixins/_caret.scss +66 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +7 -0
- data/_sass/bootstrap/mixins/_float.scss +11 -0
- data/_sass/bootstrap/mixins/_forms.scss +147 -0
- data/_sass/bootstrap/mixins/_gradients.scss +45 -0
- data/_sass/bootstrap/mixins/_grid-framework.scss +67 -0
- data/_sass/bootstrap/mixins/_grid.scss +52 -0
- data/_sass/bootstrap/mixins/_hover.scss +37 -0
- data/_sass/bootstrap/mixins/_image.scss +36 -0
- data/_sass/bootstrap/mixins/_list-group.scss +21 -0
- data/_sass/bootstrap/mixins/_lists.scss +7 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
- data/_sass/bootstrap/mixins/_pagination.scss +22 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
- data/_sass/bootstrap/mixins/_size.scss +6 -0
- data/_sass/bootstrap/mixins/_table-row.scss +30 -0
- data/_sass/bootstrap/mixins/_text-emphasis.scss +14 -0
- data/_sass/bootstrap/mixins/_text-hide.scss +13 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
- data/_sass/bootstrap/mixins/_transition.scss +13 -0
- data/_sass/bootstrap/mixins/_visibility.scss +7 -0
- data/_sass/bootstrap/utilities/_align.scss +8 -0
- data/_sass/bootstrap/utilities/_background.scss +19 -0
- data/_sass/bootstrap/utilities/_borders.scss +59 -0
- data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
- data/_sass/bootstrap/utilities/_display.scss +38 -0
- data/_sass/bootstrap/utilities/_embed.scss +52 -0
- data/_sass/bootstrap/utilities/_flex.scss +51 -0
- data/_sass/bootstrap/utilities/_float.scss +9 -0
- data/_sass/bootstrap/utilities/_position.scss +37 -0
- data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
- data/_sass/bootstrap/utilities/_shadows.scss +6 -0
- data/_sass/bootstrap/utilities/_sizing.scss +12 -0
- data/_sass/bootstrap/utilities/_spacing.scss +51 -0
- data/_sass/bootstrap/utilities/_text.scss +58 -0
- data/_sass/bootstrap/utilities/_visibility.scss +11 -0
- data/_sass/documental/algolia.scss +54 -0
- data/_sass/documental/blog.scss +15 -0
- data/_sass/documental/home.scss +82 -0
- data/_sass/documental/variables.scss +10 -0
- data/_sass/documental.scss +222 -0
- data/_sass/fontawesome/_animated.scss +20 -0
- data/_sass/fontawesome/_bordered-pulled.scss +20 -0
- data/_sass/fontawesome/_core.scss +20 -0
- data/_sass/fontawesome/_fixed-width.scss +6 -0
- data/_sass/fontawesome/_icons.scss +1241 -0
- data/_sass/fontawesome/_larger.scss +23 -0
- data/_sass/fontawesome/_list.scss +18 -0
- data/_sass/fontawesome/_mixins.scss +57 -0
- data/_sass/fontawesome/_rotated-flipped.scss +23 -0
- data/_sass/fontawesome/_screen-reader.scss +5 -0
- data/_sass/fontawesome/_shims.scss +2066 -0
- data/_sass/fontawesome/_stacked.scss +31 -0
- data/_sass/fontawesome/_variables.scss +1254 -0
- data/_sass/fontawesome/brands.scss +21 -0
- data/_sass/fontawesome/fontawesome.scss +16 -0
- data/_sass/fontawesome/regular.scss +22 -0
- data/_sass/fontawesome/solid.scss +23 -0
- data/_sass/fontawesome/v4-shims.scss +6 -0
- data/assets/css/main.scss +4 -0
- data/assets/css/prism.css +200 -0
- data/assets/img/apple-touch-icon-144x144.png +0 -0
- data/assets/img/apple-touch-icon-152x152.png +0 -0
- data/assets/img/favicon-16x16.png +0 -0
- data/assets/img/favicon-32x32.png +0 -0
- data/assets/img/favicon.ico +0 -0
- data/assets/img/mstile-144x144.png +0 -0
- data/assets/js/bootstrap.min.js +7 -0
- data/assets/js/jquery.min.js +2 -0
- data/assets/js/prism.js +42 -0
- data/assets/webfonts/fa-brands-400.eot +0 -0
- data/assets/webfonts/fa-brands-400.svg +1175 -0
- data/assets/webfonts/fa-brands-400.ttf +0 -0
- data/assets/webfonts/fa-brands-400.woff +0 -0
- data/assets/webfonts/fa-brands-400.woff2 +0 -0
- data/assets/webfonts/fa-regular-400.eot +0 -0
- data/assets/webfonts/fa-regular-400.svg +467 -0
- data/assets/webfonts/fa-regular-400.ttf +0 -0
- data/assets/webfonts/fa-regular-400.woff +0 -0
- data/assets/webfonts/fa-regular-400.woff2 +0 -0
- data/assets/webfonts/fa-solid-900.eot +0 -0
- data/assets/webfonts/fa-solid-900.svg +2564 -0
- data/assets/webfonts/fa-solid-900.ttf +0 -0
- data/assets/webfonts/fa-solid-900.woff +0 -0
- data/assets/webfonts/fa-solid-900.woff2 +0 -0
- metadata +229 -0
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
// Common values
|
|
4
|
+
|
|
5
|
+
// Sass list not in variables since it's not intended for customization.
|
|
6
|
+
// stylelint-disable-next-line scss/dollar-variable-default
|
|
7
|
+
$positions: static, relative, absolute, fixed, sticky;
|
|
8
|
+
|
|
9
|
+
@each $position in $positions {
|
|
10
|
+
.position-#{$position} { position: $position !important; }
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// Shorthand
|
|
14
|
+
|
|
15
|
+
.fixed-top {
|
|
16
|
+
position: fixed;
|
|
17
|
+
top: 0;
|
|
18
|
+
right: 0;
|
|
19
|
+
left: 0;
|
|
20
|
+
z-index: $zindex-fixed;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.fixed-bottom {
|
|
24
|
+
position: fixed;
|
|
25
|
+
right: 0;
|
|
26
|
+
bottom: 0;
|
|
27
|
+
left: 0;
|
|
28
|
+
z-index: $zindex-fixed;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.sticky-top {
|
|
32
|
+
@supports (position: sticky) {
|
|
33
|
+
position: sticky;
|
|
34
|
+
top: 0;
|
|
35
|
+
z-index: $zindex-sticky;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
// Width and height
|
|
4
|
+
|
|
5
|
+
@each $prop, $abbrev in (width: w, height: h) {
|
|
6
|
+
@each $size, $length in $sizes {
|
|
7
|
+
.#{$abbrev}-#{$size} { #{$prop}: $length !important; }
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.mw-100 { max-width: 100% !important; }
|
|
12
|
+
.mh-100 { max-height: 100% !important; }
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
// Margin and Padding
|
|
4
|
+
|
|
5
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
6
|
+
@include media-breakpoint-up($breakpoint) {
|
|
7
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
8
|
+
|
|
9
|
+
@each $prop, $abbrev in (margin: m, padding: p) {
|
|
10
|
+
@each $size, $length in $spacers {
|
|
11
|
+
|
|
12
|
+
.#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
|
|
13
|
+
.#{$abbrev}t#{$infix}-#{$size},
|
|
14
|
+
.#{$abbrev}y#{$infix}-#{$size} {
|
|
15
|
+
#{$prop}-top: $length !important;
|
|
16
|
+
}
|
|
17
|
+
.#{$abbrev}r#{$infix}-#{$size},
|
|
18
|
+
.#{$abbrev}x#{$infix}-#{$size} {
|
|
19
|
+
#{$prop}-right: $length !important;
|
|
20
|
+
}
|
|
21
|
+
.#{$abbrev}b#{$infix}-#{$size},
|
|
22
|
+
.#{$abbrev}y#{$infix}-#{$size} {
|
|
23
|
+
#{$prop}-bottom: $length !important;
|
|
24
|
+
}
|
|
25
|
+
.#{$abbrev}l#{$infix}-#{$size},
|
|
26
|
+
.#{$abbrev}x#{$infix}-#{$size} {
|
|
27
|
+
#{$prop}-left: $length !important;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// Some special margin utils
|
|
33
|
+
.m#{$infix}-auto { margin: auto !important; }
|
|
34
|
+
.mt#{$infix}-auto,
|
|
35
|
+
.my#{$infix}-auto {
|
|
36
|
+
margin-top: auto !important;
|
|
37
|
+
}
|
|
38
|
+
.mr#{$infix}-auto,
|
|
39
|
+
.mx#{$infix}-auto {
|
|
40
|
+
margin-right: auto !important;
|
|
41
|
+
}
|
|
42
|
+
.mb#{$infix}-auto,
|
|
43
|
+
.my#{$infix}-auto {
|
|
44
|
+
margin-bottom: auto !important;
|
|
45
|
+
}
|
|
46
|
+
.ml#{$infix}-auto,
|
|
47
|
+
.mx#{$infix}-auto {
|
|
48
|
+
margin-left: auto !important;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
// stylelint-disable declaration-no-important
|
|
2
|
+
|
|
3
|
+
//
|
|
4
|
+
// Text
|
|
5
|
+
//
|
|
6
|
+
|
|
7
|
+
.text-monospace { font-family: $font-family-monospace; }
|
|
8
|
+
|
|
9
|
+
// Alignment
|
|
10
|
+
|
|
11
|
+
.text-justify { text-align: justify !important; }
|
|
12
|
+
.text-nowrap { white-space: nowrap !important; }
|
|
13
|
+
.text-truncate { @include text-truncate; }
|
|
14
|
+
|
|
15
|
+
// Responsive alignment
|
|
16
|
+
|
|
17
|
+
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
18
|
+
@include media-breakpoint-up($breakpoint) {
|
|
19
|
+
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
20
|
+
|
|
21
|
+
.text#{$infix}-left { text-align: left !important; }
|
|
22
|
+
.text#{$infix}-right { text-align: right !important; }
|
|
23
|
+
.text#{$infix}-center { text-align: center !important; }
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// Transformation
|
|
28
|
+
|
|
29
|
+
.text-lowercase { text-transform: lowercase !important; }
|
|
30
|
+
.text-uppercase { text-transform: uppercase !important; }
|
|
31
|
+
.text-capitalize { text-transform: capitalize !important; }
|
|
32
|
+
|
|
33
|
+
// Weight and italics
|
|
34
|
+
|
|
35
|
+
.font-weight-light { font-weight: $font-weight-light !important; }
|
|
36
|
+
.font-weight-normal { font-weight: $font-weight-normal !important; }
|
|
37
|
+
.font-weight-bold { font-weight: $font-weight-bold !important; }
|
|
38
|
+
.font-italic { font-style: italic !important; }
|
|
39
|
+
|
|
40
|
+
// Contextual colors
|
|
41
|
+
|
|
42
|
+
.text-white { color: $white !important; }
|
|
43
|
+
|
|
44
|
+
@each $color, $value in $theme-colors {
|
|
45
|
+
@include text-emphasis-variant(".text-#{$color}", $value);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.text-body { color: $body-color !important; }
|
|
49
|
+
.text-muted { color: $text-muted !important; }
|
|
50
|
+
|
|
51
|
+
.text-black-50 { color: rgba($black, .5) !important; }
|
|
52
|
+
.text-white-50 { color: rgba($white, .5) !important; }
|
|
53
|
+
|
|
54
|
+
// Misc
|
|
55
|
+
|
|
56
|
+
.text-hide {
|
|
57
|
+
@include text-hide($ignore-warning: true);
|
|
58
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// Box
|
|
2
|
+
.aa-dropdown-menu {
|
|
3
|
+
background-color: white;
|
|
4
|
+
border-color: #ccc;
|
|
5
|
+
border-radius: 0;
|
|
6
|
+
}
|
|
7
|
+
// Each suggestion
|
|
8
|
+
.algolia-docsearch-suggestion {
|
|
9
|
+
background-color: transparent;
|
|
10
|
+
color: $text-color;
|
|
11
|
+
border-color: #e7e7e7;
|
|
12
|
+
}
|
|
13
|
+
// Main category headers
|
|
14
|
+
.algolia-docsearch-suggestion--category-header {
|
|
15
|
+
background-color: $grey-background-light;
|
|
16
|
+
color: $text-color;
|
|
17
|
+
border-bottom: solid 1px #e7e7e7;
|
|
18
|
+
font-weight: normal;
|
|
19
|
+
padding: 10px;
|
|
20
|
+
}
|
|
21
|
+
.algolia-docsearch-suggestion--subcategory-column {
|
|
22
|
+
background-color: transparent;
|
|
23
|
+
border-color: #e7e7e7;
|
|
24
|
+
font-weight: bold;
|
|
25
|
+
width: 200px;
|
|
26
|
+
max-width: 200px;
|
|
27
|
+
}
|
|
28
|
+
.algolia-docsearch-suggestion--title {
|
|
29
|
+
font-weight: normal;
|
|
30
|
+
}
|
|
31
|
+
.algolia-docsearch-suggestion--content {
|
|
32
|
+
border-top: none;
|
|
33
|
+
width: 70%;
|
|
34
|
+
}
|
|
35
|
+
/* Highlighted search terms */
|
|
36
|
+
.algolia-docsearch-suggestion--highlight {
|
|
37
|
+
color: $link-color;
|
|
38
|
+
}
|
|
39
|
+
/* Highligted search terms in the main category headers */
|
|
40
|
+
.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
|
|
41
|
+
background-color: transparent;
|
|
42
|
+
}
|
|
43
|
+
/* Currently selected suggestion */
|
|
44
|
+
.aa-cursor .algolia-docsearch-suggestion--content {
|
|
45
|
+
color: $link-hover-color;
|
|
46
|
+
}
|
|
47
|
+
.aa-cursor .algolia-docsearch-suggestion {
|
|
48
|
+
background-color: transparent;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.algolia-docsearch-footer {
|
|
52
|
+
border-top: solid 1px #e7e7e7;
|
|
53
|
+
color: #616161;
|
|
54
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
.article-extract {
|
|
2
|
+
border-bottom: solid 1px $border-color;
|
|
3
|
+
margin-bottom: 20px;
|
|
4
|
+
padding: 0 0 20px 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.article-information {
|
|
8
|
+
font-style: italic;
|
|
9
|
+
font-size: 80%;
|
|
10
|
+
text-align: right;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.all-posts li {
|
|
14
|
+
margin-bottom: 10px;
|
|
15
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
.home {
|
|
2
|
+
|
|
3
|
+
section {
|
|
4
|
+
padding: 90px 0 80px;
|
|
5
|
+
|
|
6
|
+
// Offset so that the title is not hidden behind the nav bar
|
|
7
|
+
>[id]:before {
|
|
8
|
+
display: block;
|
|
9
|
+
content: " ";
|
|
10
|
+
margin-top: -75px;
|
|
11
|
+
height: 75px;
|
|
12
|
+
visibility: hidden;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
pre {
|
|
16
|
+
background-color: white;
|
|
17
|
+
border-color: #e7e7e7;
|
|
18
|
+
box-shadow: 0 2px 6px #e7e7e7;
|
|
19
|
+
margin-bottom: 15px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
section.odd {
|
|
23
|
+
background-color: $background-colored;
|
|
24
|
+
|
|
25
|
+
pre {
|
|
26
|
+
background-color: white;
|
|
27
|
+
border-color: #D8D8D8;
|
|
28
|
+
}
|
|
29
|
+
hr {
|
|
30
|
+
border-color: #D8D8D8;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
h2 {
|
|
35
|
+
text-align: center;
|
|
36
|
+
margin-top: 0;
|
|
37
|
+
margin-bottom: 40px;
|
|
38
|
+
color: $brand-primary;
|
|
39
|
+
a:hover, a:active {
|
|
40
|
+
text-decoration: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
h4 {
|
|
44
|
+
text-transform: uppercase;
|
|
45
|
+
font-size: 16px;
|
|
46
|
+
.read-more {
|
|
47
|
+
//@include float-right;
|
|
48
|
+
text-transform: none;
|
|
49
|
+
font-size: 13px;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.jumbotron {
|
|
54
|
+
background: none;
|
|
55
|
+
text-align: center;
|
|
56
|
+
padding: 70px 0;
|
|
57
|
+
h1 {
|
|
58
|
+
margin-bottom: 25px;
|
|
59
|
+
strong {
|
|
60
|
+
color: $brand-primary;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
p {
|
|
64
|
+
font-size: 150%;
|
|
65
|
+
margin-bottom: 35px;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.framework-integrations {
|
|
70
|
+
text-align: center;
|
|
71
|
+
.thumbnail {
|
|
72
|
+
padding-top: 20px;
|
|
73
|
+
}
|
|
74
|
+
img {
|
|
75
|
+
height: 70px;
|
|
76
|
+
}
|
|
77
|
+
h4 {
|
|
78
|
+
font-size: 15px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
}
|
|
@@ -0,0 +1,222 @@
|
|
|
1
|
+
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,700,200italic,400italic,700italic);
|
|
2
|
+
|
|
3
|
+
@import "fontawesome/fontawesome.scss";
|
|
4
|
+
@import "fontawesome/solid.scss";
|
|
5
|
+
@import "fontawesome/brands.scss";
|
|
6
|
+
|
|
7
|
+
@import "bootstrap/bootstrap.scss";
|
|
8
|
+
@import "documental/variables.scss";
|
|
9
|
+
@import "documental/home.scss";
|
|
10
|
+
@import "documental/blog.scss";
|
|
11
|
+
@import "documental/algolia.scss";
|
|
12
|
+
|
|
13
|
+
body {
|
|
14
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
font-size: 14px;
|
|
17
|
+
@include media-breakpoint-up(sm) {
|
|
18
|
+
font-size: 15px;
|
|
19
|
+
}
|
|
20
|
+
@include media-breakpoint-up(md) {
|
|
21
|
+
font-size: 16px;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
a {
|
|
26
|
+
color: $link-color;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
p {
|
|
30
|
+
line-height: 1.5;
|
|
31
|
+
margin: 10px 0 20px;
|
|
32
|
+
}
|
|
33
|
+
h1 {
|
|
34
|
+
font-weight: 200;
|
|
35
|
+
font-size: 34px;
|
|
36
|
+
@include media-breakpoint-up(sm) {
|
|
37
|
+
font-size: 42px;
|
|
38
|
+
}
|
|
39
|
+
@include media-breakpoint-up(md) {
|
|
40
|
+
font-size: 48px;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
h2 {
|
|
44
|
+
font-weight: 400;
|
|
45
|
+
color: #525252;
|
|
46
|
+
text-decoration: none;
|
|
47
|
+
margin: 30px 0;
|
|
48
|
+
font-size: 30px;
|
|
49
|
+
@include media-breakpoint-up(sm) {
|
|
50
|
+
font-size: 33px;
|
|
51
|
+
}
|
|
52
|
+
@include media-breakpoint-up(md) {
|
|
53
|
+
font-size: 36px;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
h3 {
|
|
57
|
+
font-weight: 400;
|
|
58
|
+
margin: 24px 0;
|
|
59
|
+
font-size: 20px;
|
|
60
|
+
@include media-breakpoint-up(sm) {
|
|
61
|
+
font-size: 22px;
|
|
62
|
+
}
|
|
63
|
+
@include media-breakpoint-up(md) {
|
|
64
|
+
font-size: 24px;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
code {
|
|
69
|
+
font-size: 80%;
|
|
70
|
+
color: #A83838;
|
|
71
|
+
background-color: $grey-background-light;
|
|
72
|
+
}
|
|
73
|
+
pre {
|
|
74
|
+
border-radius: 0;
|
|
75
|
+
background-color: $grey-background-light;
|
|
76
|
+
border-color: $background-colored;
|
|
77
|
+
}
|
|
78
|
+
pre code {
|
|
79
|
+
background: transparent;
|
|
80
|
+
}
|
|
81
|
+
thead {
|
|
82
|
+
border-bottom: solid black 1px;
|
|
83
|
+
}
|
|
84
|
+
td,th {
|
|
85
|
+
padding-left: 0.5em;
|
|
86
|
+
padding-right: 0.5em;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.hljs {
|
|
90
|
+
background: transparent;
|
|
91
|
+
padding: 0;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.btn {
|
|
95
|
+
border-radius: 0;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.navbar {
|
|
99
|
+
.navbar-default {
|
|
100
|
+
background-color: $grey-background-light;
|
|
101
|
+
justify-content: space-between;
|
|
102
|
+
}
|
|
103
|
+
.navbar-nav {
|
|
104
|
+
a {
|
|
105
|
+
text-transform: uppercase;
|
|
106
|
+
font-size: 11px;
|
|
107
|
+
letter-spacing: 0.2rem;
|
|
108
|
+
padding-left: 20px;
|
|
109
|
+
padding-right: 20px;
|
|
110
|
+
}
|
|
111
|
+
a.github {
|
|
112
|
+
padding-top: 5px;
|
|
113
|
+
i {
|
|
114
|
+
font-size: 20px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
#search-input {
|
|
119
|
+
width: 300px;
|
|
120
|
+
margin-left: 30px;
|
|
121
|
+
background-color: #FBFBFB;
|
|
122
|
+
border: 1px solid #E4E4E4;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
article {
|
|
127
|
+
position: relative;
|
|
128
|
+
padding: 30px 0 50px 0;
|
|
129
|
+
h1 {
|
|
130
|
+
margin: 0 0 32px;
|
|
131
|
+
padding-bottom: 32px;
|
|
132
|
+
border-bottom: solid 1px $border-color;
|
|
133
|
+
}
|
|
134
|
+
.anchor {
|
|
135
|
+
position: absolute;
|
|
136
|
+
margin-left: -25px;
|
|
137
|
+
left: 0;
|
|
138
|
+
@include media-breakpoint-down(xs) {
|
|
139
|
+
visibility: hidden;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
a.anchor:hover {
|
|
143
|
+
text-decoration: none;
|
|
144
|
+
}
|
|
145
|
+
img {
|
|
146
|
+
max-width: 100%;
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.documentation {
|
|
151
|
+
.sidebar {
|
|
152
|
+
text-align: right;
|
|
153
|
+
float: left;
|
|
154
|
+
padding: 35px 10px 35px 0;
|
|
155
|
+
@include media-breakpoint-down(sm) {
|
|
156
|
+
visibility: hidden;
|
|
157
|
+
width: 0px;
|
|
158
|
+
}
|
|
159
|
+
@include media-breakpoint-up(md) {
|
|
160
|
+
width: 200px;
|
|
161
|
+
padding-right: 25px;
|
|
162
|
+
}
|
|
163
|
+
@include media-breakpoint-up(lg) {
|
|
164
|
+
width: 250px;
|
|
165
|
+
padding-right: 35px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
ul {
|
|
169
|
+
list-style: none;
|
|
170
|
+
padding: 0;
|
|
171
|
+
li {
|
|
172
|
+
font-weight: 400;
|
|
173
|
+
margin-bottom: 20px;
|
|
174
|
+
font-size: 16px;
|
|
175
|
+
@include media-breakpoint-up(md) {
|
|
176
|
+
font-size: 18px;
|
|
177
|
+
}
|
|
178
|
+
ul {
|
|
179
|
+
display: block;
|
|
180
|
+
list-style: none;
|
|
181
|
+
margin: 10px 0 0 0;
|
|
182
|
+
padding: 0 0 0 10px;
|
|
183
|
+
li {
|
|
184
|
+
margin-bottom: 5px;
|
|
185
|
+
font-size: 12px;
|
|
186
|
+
@include media-breakpoint-up(md) {
|
|
187
|
+
font-size: 14px;
|
|
188
|
+
}
|
|
189
|
+
&.active a {
|
|
190
|
+
color: $link-hover-color;
|
|
191
|
+
text-decoration: underline;
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
article {
|
|
199
|
+
@include media-breakpoint-down(sm) {
|
|
200
|
+
margin-left: 0px;
|
|
201
|
+
}
|
|
202
|
+
@include media-breakpoint-up(md) {
|
|
203
|
+
margin-left: 250px;
|
|
204
|
+
}
|
|
205
|
+
@include media-breakpoint-up(lg) {
|
|
206
|
+
margin-left: 300px;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
footer {
|
|
212
|
+
background: $background-colored;
|
|
213
|
+
margin-top: 50px;
|
|
214
|
+
padding: 40px 0;
|
|
215
|
+
font-size: 90%;
|
|
216
|
+
text-align: center;
|
|
217
|
+
color: #9e9e9e;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.gitter-chat-embed {
|
|
221
|
+
z-index: 2000;
|
|
222
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Animated Icons
|
|
2
|
+
// --------------------------
|
|
3
|
+
|
|
4
|
+
.#{$fa-css-prefix}-spin {
|
|
5
|
+
animation: fa-spin 2s infinite linear;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.#{$fa-css-prefix}-pulse {
|
|
9
|
+
animation: fa-spin 1s infinite steps(8);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@keyframes fa-spin {
|
|
13
|
+
0% {
|
|
14
|
+
transform: rotate(0deg);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
100% {
|
|
18
|
+
transform: rotate(360deg);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Bordered & Pulled
|
|
2
|
+
// -------------------------
|
|
3
|
+
|
|
4
|
+
.#{$fa-css-prefix}-border {
|
|
5
|
+
border: solid .08em $fa-border-color;
|
|
6
|
+
border-radius: .1em;
|
|
7
|
+
padding: .2em .25em .15em;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.#{$fa-css-prefix}-pull-left { float: left; }
|
|
11
|
+
.#{$fa-css-prefix}-pull-right { float: right; }
|
|
12
|
+
|
|
13
|
+
.#{$fa-css-prefix},
|
|
14
|
+
.fas,
|
|
15
|
+
.far,
|
|
16
|
+
.fal,
|
|
17
|
+
.fab {
|
|
18
|
+
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
|
19
|
+
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Base Class Definition
|
|
2
|
+
// -------------------------
|
|
3
|
+
|
|
4
|
+
.#{$fa-css-prefix},
|
|
5
|
+
.fas,
|
|
6
|
+
.far,
|
|
7
|
+
.fal,
|
|
8
|
+
.fab {
|
|
9
|
+
-moz-osx-font-smoothing: grayscale;
|
|
10
|
+
-webkit-font-smoothing: antialiased;
|
|
11
|
+
display: inline-block;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
font-variant: normal;
|
|
14
|
+
text-rendering: auto;
|
|
15
|
+
line-height: 1;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
%fa-icon {
|
|
19
|
+
@include fa-icon;
|
|
20
|
+
}
|