jekyll-theme-basically-basic 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (165) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +14 -19
  3. data/LICENSE.md +20 -20
  4. data/README.md +32 -2
  5. data/_includes/author +30 -30
  6. data/_includes/contact-list.html +26 -26
  7. data/_includes/cv/awards.html +23 -23
  8. data/_includes/cv/education.html +36 -36
  9. data/_includes/cv/interests.html +19 -19
  10. data/_includes/cv/intro.html +18 -18
  11. data/_includes/cv/languages.html +19 -19
  12. data/_includes/cv/publications.html +29 -29
  13. data/_includes/cv/references.html +23 -23
  14. data/_includes/cv/skills.html +19 -19
  15. data/_includes/cv/volunteer.html +46 -46
  16. data/_includes/cv/work.html +46 -46
  17. data/_includes/disqus_comments.html +16 -16
  18. data/_includes/entry.html +29 -29
  19. data/_includes/footer.html +9 -9
  20. data/_includes/google-analytics.html +8 -8
  21. data/_includes/icon-bitbucket.html +4 -4
  22. data/_includes/icon-codepen.html +4 -4
  23. data/_includes/icon-dribbble.html +4 -4
  24. data/_includes/icon-facebook.html +4 -4
  25. data/_includes/icon-flickr.html +4 -4
  26. data/_includes/icon-github.html +4 -4
  27. data/_includes/icon-gitlab.html +4 -4
  28. data/_includes/icon-googleplus.html +4 -4
  29. data/_includes/icon-instagram.html +4 -4
  30. data/_includes/icon-lastfm.html +4 -4
  31. data/_includes/icon-linkedin.html +4 -4
  32. data/_includes/icon-pinterest.html +4 -4
  33. data/_includes/icon-soundcloud.html +4 -4
  34. data/_includes/icon-stackoverflow.html +4 -4
  35. data/_includes/icon-tumblr.html +4 -4
  36. data/_includes/icon-twitter.html +4 -4
  37. data/_includes/icon-xing.html +4 -4
  38. data/_includes/icon-youtube.html +4 -4
  39. data/_includes/navigation.html +24 -24
  40. data/_includes/page-intro.html +42 -42
  41. data/_includes/posts-all.html +2 -2
  42. data/_includes/posts-paginated.html +15 -15
  43. data/_includes/read-time.html +13 -13
  44. data/_includes/scripts.html +4 -4
  45. data/_includes/skip-links.html +7 -7
  46. data/_layouts/about.html +21 -21
  47. data/_layouts/cv.html +28 -28
  48. data/_layouts/default.html +38 -38
  49. data/_layouts/home.html +30 -30
  50. data/_layouts/page.html +17 -17
  51. data/_layouts/post.html +20 -20
  52. data/_sass/basically-basic.scss +41 -37
  53. data/_sass/basically-basic/_base.scss +110 -110
  54. data/_sass/basically-basic/_buttons.scss +39 -39
  55. data/_sass/basically-basic/_contact-lists.scss +11 -11
  56. data/_sass/basically-basic/_entries.scss +155 -155
  57. data/_sass/basically-basic/_footer.scss +13 -13
  58. data/_sass/basically-basic/_global.scss +36 -36
  59. data/_sass/basically-basic/_icons.scss +43 -43
  60. data/_sass/basically-basic/_intro.scss +65 -65
  61. data/_sass/basically-basic/_layout.scss +178 -178
  62. data/_sass/basically-basic/_mixins.scss +7 -7
  63. data/_sass/basically-basic/_navicons.scss +144 -144
  64. data/_sass/basically-basic/_navigation.scss +51 -51
  65. data/_sass/basically-basic/_print.scss +226 -0
  66. data/_sass/basically-basic/_reset.scss +522 -522
  67. data/_sass/basically-basic/_responsive-embed.scss +70 -0
  68. data/_sass/basically-basic/_sidebar.scss +177 -177
  69. data/_sass/basically-basic/_syntax-highlighting.scss +127 -127
  70. data/_sass/basically-basic/_tables.scss +42 -42
  71. data/_sass/basically-basic/_variables.scss +84 -84
  72. data/_sass/basically-basic/mixins/_clearfix.scss +11 -11
  73. data/_sass/basically-basic/mixins/_color.scss +21 -21
  74. data/_sass/basically-basic/mixins/_float.scss +15 -15
  75. data/_sass/basically-basic/mixins/_fluid-type.scss +33 -33
  76. data/_sass/basically-basic/mixins/_image.scss +38 -38
  77. data/_sass/basically-basic/mixins/_lists.scss +9 -9
  78. data/_sass/basically-basic/mixins/_text-truncate.scss +10 -10
  79. data/_sass/basically-basic/themes/_default.scss +5 -5
  80. data/_sass/basically-basic/themes/_night.scss +12 -12
  81. data/_sass/basically-basic/themes/_plum.scss +12 -12
  82. data/_sass/basically-basic/themes/_sea.scss +12 -12
  83. data/_sass/basically-basic/themes/_soft.scss +12 -12
  84. data/_sass/basically-basic/themes/_steel.scss +12 -12
  85. data/_sass/basically-basic/utilities/_accessibility.scss +54 -54
  86. data/_sass/basically-basic/utilities/_align.scss +64 -64
  87. data/_sass/basically-basic/utilities/_clearfix.scss +7 -7
  88. data/_sass/basically-basic/utilities/_float.scss +7 -7
  89. data/_sass/basically-basic/utilities/_text.scss +28 -28
  90. data/_sass/basically-basic/vendor/_breakpoint.scss +114 -114
  91. data/_sass/basically-basic/vendor/_su.scss +4 -4
  92. data/_sass/basically-basic/vendor/_susy.scss +4 -4
  93. data/_sass/basically-basic/vendor/_susyone.scss +4 -4
  94. data/_sass/basically-basic/vendor/breakpoint/_context.scss +94 -94
  95. data/_sass/basically-basic/vendor/breakpoint/_helpers.scss +151 -151
  96. data/_sass/basically-basic/vendor/breakpoint/_legacy-settings.scss +49 -49
  97. data/_sass/basically-basic/vendor/breakpoint/_no-query.scss +15 -15
  98. data/_sass/basically-basic/vendor/breakpoint/_parsers.scss +215 -215
  99. data/_sass/basically-basic/vendor/breakpoint/_respond-to.scss +82 -82
  100. data/_sass/basically-basic/vendor/breakpoint/_settings.scss +70 -70
  101. data/_sass/basically-basic/vendor/breakpoint/parsers/_double.scss +33 -33
  102. data/_sass/basically-basic/vendor/breakpoint/parsers/_query.scss +82 -82
  103. data/_sass/basically-basic/vendor/breakpoint/parsers/_resolution.scss +31 -31
  104. data/_sass/basically-basic/vendor/breakpoint/parsers/_single.scss +26 -26
  105. data/_sass/basically-basic/vendor/breakpoint/parsers/_triple.scss +36 -36
  106. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  107. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default.scss +22 -22
  108. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  109. data/_sass/basically-basic/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  110. data/_sass/basically-basic/vendor/breakpoint/parsers/single/_default.scss +13 -13
  111. data/_sass/basically-basic/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  112. data/_sass/basically-basic/vendor/susy/_su.scss +7 -7
  113. data/_sass/basically-basic/vendor/susy/language/_susy.scss +24 -24
  114. data/_sass/basically-basic/vendor/susy/language/_susyone.scss +13 -13
  115. data/_sass/basically-basic/vendor/susy/language/susy/_background.scss +385 -385
  116. data/_sass/basically-basic/vendor/susy/language/susy/_bleed.scss +200 -200
  117. data/_sass/basically-basic/vendor/susy/language/susy/_box-sizing.scss +47 -47
  118. data/_sass/basically-basic/vendor/susy/language/susy/_breakpoint-plugin.scss +185 -185
  119. data/_sass/basically-basic/vendor/susy/language/susy/_container.scss +81 -81
  120. data/_sass/basically-basic/vendor/susy/language/susy/_context.scss +36 -36
  121. data/_sass/basically-basic/vendor/susy/language/susy/_gallery.scss +94 -94
  122. data/_sass/basically-basic/vendor/susy/language/susy/_grids.scss +64 -64
  123. data/_sass/basically-basic/vendor/susy/language/susy/_gutters.scss +154 -154
  124. data/_sass/basically-basic/vendor/susy/language/susy/_isolate.scss +77 -77
  125. data/_sass/basically-basic/vendor/susy/language/susy/_margins.scss +94 -94
  126. data/_sass/basically-basic/vendor/susy/language/susy/_padding.scss +74 -74
  127. data/_sass/basically-basic/vendor/susy/language/susy/_rows.scss +138 -138
  128. data/_sass/basically-basic/vendor/susy/language/susy/_settings.scss +216 -216
  129. data/_sass/basically-basic/vendor/susy/language/susy/_span.scss +163 -163
  130. data/_sass/basically-basic/vendor/susy/language/susy/_validation.scss +16 -16
  131. data/_sass/basically-basic/vendor/susy/language/susyone/_background.scss +18 -18
  132. data/_sass/basically-basic/vendor/susy/language/susyone/_functions.scss +377 -377
  133. data/_sass/basically-basic/vendor/susy/language/susyone/_grid.scss +312 -312
  134. data/_sass/basically-basic/vendor/susy/language/susyone/_isolation.scss +51 -51
  135. data/_sass/basically-basic/vendor/susy/language/susyone/_margin.scss +93 -93
  136. data/_sass/basically-basic/vendor/susy/language/susyone/_media.scss +105 -105
  137. data/_sass/basically-basic/vendor/susy/language/susyone/_padding.scss +92 -92
  138. data/_sass/basically-basic/vendor/susy/language/susyone/_settings.scss +60 -60
  139. data/_sass/basically-basic/vendor/susy/output/_float.scss +9 -9
  140. data/_sass/basically-basic/vendor/susy/output/_shared.scss +15 -15
  141. data/_sass/basically-basic/vendor/susy/output/_support.scss +9 -9
  142. data/_sass/basically-basic/vendor/susy/output/float/_container.scss +16 -16
  143. data/_sass/basically-basic/vendor/susy/output/float/_end.scss +40 -40
  144. data/_sass/basically-basic/vendor/susy/output/float/_isolate.scss +22 -22
  145. data/_sass/basically-basic/vendor/susy/output/float/_span.scss +35 -35
  146. data/_sass/basically-basic/vendor/susy/output/shared/_background.scss +26 -26
  147. data/_sass/basically-basic/vendor/susy/output/shared/_container.scss +21 -21
  148. data/_sass/basically-basic/vendor/susy/output/shared/_direction.scss +42 -42
  149. data/_sass/basically-basic/vendor/susy/output/shared/_inspect.scss +25 -25
  150. data/_sass/basically-basic/vendor/susy/output/shared/_margins.scss +23 -23
  151. data/_sass/basically-basic/vendor/susy/output/shared/_output.scss +14 -14
  152. data/_sass/basically-basic/vendor/susy/output/shared/_padding.scss +23 -23
  153. data/_sass/basically-basic/vendor/susy/output/support/_background.scss +58 -58
  154. data/_sass/basically-basic/vendor/susy/output/support/_box-sizing.scss +19 -19
  155. data/_sass/basically-basic/vendor/susy/output/support/_clearfix.scss +18 -18
  156. data/_sass/basically-basic/vendor/susy/output/support/_prefix.scss +19 -19
  157. data/_sass/basically-basic/vendor/susy/output/support/_rem.scss +22 -22
  158. data/_sass/basically-basic/vendor/susy/output/support/_support.scss +85 -85
  159. data/_sass/basically-basic/vendor/susy/su/_grid.scss +103 -103
  160. data/_sass/basically-basic/vendor/susy/su/_settings.scss +73 -73
  161. data/_sass/basically-basic/vendor/susy/su/_utilities.scss +111 -111
  162. data/_sass/basically-basic/vendor/susy/su/_validation.scss +57 -57
  163. data/assets/javascripts/main.js +57 -57
  164. data/assets/stylesheets/main.scss +9 -9
  165. metadata +4 -2
@@ -1,7 +1,7 @@
1
- @import 'mixins/color';
2
- @import 'mixins/clearfix';
3
- @import 'mixins/fluid-type';
4
- @import 'mixins/float';
5
- @import 'mixins/image';
6
- @import 'mixins/lists';
7
- @import 'mixins/text-truncate';
1
+ @import 'mixins/color';
2
+ @import 'mixins/clearfix';
3
+ @import 'mixins/fluid-type';
4
+ @import 'mixins/float';
5
+ @import 'mixins/image';
6
+ @import 'mixins/lists';
7
+ @import 'mixins/text-truncate';
@@ -1,144 +1,144 @@
1
- /* ==========================================================================
2
- Navicons
3
- ========================================================================== */
4
-
5
- .navicon-button {
6
- display: inline-block;
7
- position: relative;
8
- padding: 1.8125rem 1rem;
9
- transition: $navicon-duration / 2;
10
- background-color: $navicon-nav-bg-close;
11
- cursor: pointer;
12
- -moz-user-select: none;
13
- -ms-user-select: none;
14
- -webkit-user-select: none;
15
- user-select: none;
16
-
17
- @include breakpoint($medium) {
18
- margin-right: 2rem;
19
- }
20
-
21
- @include breakpoint($large) {
22
- margin-right: 5vw;
23
- }
24
-
25
- &.open {
26
- background-color: $navicon-nav-bg-open;
27
- }
28
-
29
- .navicon::before,
30
- .navicon::after {
31
- transition-duration: $navicon-duration / 2;
32
- }
33
-
34
- &:hover {
35
- transition-duration: $navicon-duration;
36
-
37
- .navicon::before,
38
- .navicon::after {
39
- transition-duration: $navicon-duration / 2;
40
- }
41
-
42
- .navicon::before { top: (2.5 * $navicon-height); }
43
- .navicon::after { top: (-2.5 * $navicon-height); }
44
- }
45
- }
46
-
47
- .navicon {
48
- position: relative;
49
- width: $navicon-width;
50
- height: $navicon-height;
51
- transition-duration: $navicon-duration;
52
- border-radius: $navicon-width;
53
- background: $navicon-content-bg;
54
-
55
- &::before,
56
- &::after {
57
- display: block;
58
- position: absolute;
59
- width: $navicon-width;
60
- height: $navicon-height;
61
- transition-duration: $navicon-duration $navicon-duration / 2;
62
- border-radius: $navicon-width;
63
- background: $navicon-content-bg;
64
- content: '';
65
- }
66
-
67
- &::before { top: (2 * $navicon-height); }
68
- &::after { top: (-2 * $navicon-height); }
69
- }
70
-
71
- .open:not(.steps) .navicon::before,
72
- .open:not(.steps) .navicon::after {
73
- top: 0 !important;
74
- }
75
-
76
- .open {
77
- transform: scale($navicon-toggled-size);
78
-
79
- .navicon::before,
80
- .navicon::after {
81
- transition-duration: $navicon-duration;
82
- }
83
-
84
- /* Arrows */
85
- &.larr .navicon,
86
- &.rarr .navicon,
87
- &.uarr .navicon {
88
-
89
- &::before,
90
- &::after {
91
- width: (0.6 * $navicon-width);
92
- }
93
-
94
- &::before {
95
- transform: rotate(35deg);
96
- transform-origin: left top;
97
- }
98
-
99
- &::after {
100
- transform: rotate(-35deg);
101
- transform-origin: left bottom;
102
- }
103
- }
104
-
105
- &.uarr {
106
- transform: scale($navicon-toggled-size) rotate(90deg);
107
- }
108
-
109
- &.rarr .navicon {
110
-
111
- &::before {
112
- transform: translate3d(1em, 0, 0) rotate(-35deg);
113
- transform-origin: right top;
114
- }
115
-
116
- &::after {
117
- transform: translate3d(1em, 0, 0) rotate(35deg);
118
- transform-origin: right bottom;
119
- }
120
- }
121
-
122
- /* × and + */
123
- /* &.plus,*/
124
- /* &.x {*/
125
- /* .navicon {*/
126
- /* background: transparent;*/
127
-
128
- /* &::before {*/
129
- /* -ms-transform: rotate(-45deg);*/
130
- /* transform: rotate(-45deg);*/
131
- /* }*/
132
-
133
- /* &::after {*/
134
- /* -ms-transform: rotate(45deg);*/
135
- /* transform: rotate(45deg);*/
136
- /* }*/
137
- /* }*/
138
- /* }*/
139
-
140
- /* &.plus {*/
141
- /* -ms-transform: scale($navicon-toggled-size) rotate(45deg);*/
142
- /* transform: scale($navicon-toggled-size) rotate(45deg);*/
143
- /* }*/
144
- }
1
+ /* ==========================================================================
2
+ Navicons
3
+ ========================================================================== */
4
+
5
+ .navicon-button {
6
+ display: inline-block;
7
+ position: relative;
8
+ padding: 1.8125rem 1rem;
9
+ transition: $navicon-duration / 2;
10
+ background-color: $navicon-nav-bg-close;
11
+ cursor: pointer;
12
+ -moz-user-select: none;
13
+ -ms-user-select: none;
14
+ -webkit-user-select: none;
15
+ user-select: none;
16
+
17
+ @include breakpoint($medium) {
18
+ margin-right: 2rem;
19
+ }
20
+
21
+ @include breakpoint($large) {
22
+ margin-right: 5vw;
23
+ }
24
+
25
+ &.open {
26
+ background-color: $navicon-nav-bg-open;
27
+ }
28
+
29
+ .navicon::before,
30
+ .navicon::after {
31
+ transition-duration: $navicon-duration / 2;
32
+ }
33
+
34
+ &:hover {
35
+ transition-duration: $navicon-duration;
36
+
37
+ .navicon::before,
38
+ .navicon::after {
39
+ transition-duration: $navicon-duration / 2;
40
+ }
41
+
42
+ .navicon::before { top: (2.5 * $navicon-height); }
43
+ .navicon::after { top: (-2.5 * $navicon-height); }
44
+ }
45
+ }
46
+
47
+ .navicon {
48
+ position: relative;
49
+ width: $navicon-width;
50
+ height: $navicon-height;
51
+ transition-duration: $navicon-duration;
52
+ border-radius: $navicon-width;
53
+ background: $navicon-content-bg;
54
+
55
+ &::before,
56
+ &::after {
57
+ display: block;
58
+ position: absolute;
59
+ width: $navicon-width;
60
+ height: $navicon-height;
61
+ transition-duration: $navicon-duration $navicon-duration / 2;
62
+ border-radius: $navicon-width;
63
+ background: $navicon-content-bg;
64
+ content: '';
65
+ }
66
+
67
+ &::before { top: (2 * $navicon-height); }
68
+ &::after { top: (-2 * $navicon-height); }
69
+ }
70
+
71
+ .open:not(.steps) .navicon::before,
72
+ .open:not(.steps) .navicon::after {
73
+ top: 0 !important;
74
+ }
75
+
76
+ .open {
77
+ transform: scale($navicon-toggled-size);
78
+
79
+ .navicon::before,
80
+ .navicon::after {
81
+ transition-duration: $navicon-duration;
82
+ }
83
+
84
+ /* Arrows */
85
+ &.larr .navicon,
86
+ &.rarr .navicon,
87
+ &.uarr .navicon {
88
+
89
+ &::before,
90
+ &::after {
91
+ width: (0.6 * $navicon-width);
92
+ }
93
+
94
+ &::before {
95
+ transform: rotate(35deg);
96
+ transform-origin: left top;
97
+ }
98
+
99
+ &::after {
100
+ transform: rotate(-35deg);
101
+ transform-origin: left bottom;
102
+ }
103
+ }
104
+
105
+ &.uarr {
106
+ transform: scale($navicon-toggled-size) rotate(90deg);
107
+ }
108
+
109
+ &.rarr .navicon {
110
+
111
+ &::before {
112
+ transform: translate3d(1em, 0, 0) rotate(-35deg);
113
+ transform-origin: right top;
114
+ }
115
+
116
+ &::after {
117
+ transform: translate3d(1em, 0, 0) rotate(35deg);
118
+ transform-origin: right bottom;
119
+ }
120
+ }
121
+
122
+ /* × and + */
123
+ /* &.plus,*/
124
+ /* &.x {*/
125
+ /* .navicon {*/
126
+ /* background: transparent;*/
127
+
128
+ /* &::before {*/
129
+ /* -ms-transform: rotate(-45deg);*/
130
+ /* transform: rotate(-45deg);*/
131
+ /* }*/
132
+
133
+ /* &::after {*/
134
+ /* -ms-transform: rotate(45deg);*/
135
+ /* transform: rotate(45deg);*/
136
+ /* }*/
137
+ /* }*/
138
+ /* }*/
139
+
140
+ /* &.plus {*/
141
+ /* -ms-transform: scale($navicon-toggled-size) rotate(45deg);*/
142
+ /* transform: scale($navicon-toggled-size) rotate(45deg);*/
143
+ /* }*/
144
+ }
@@ -1,51 +1,51 @@
1
- /* ==========================================================================
2
- Navigation
3
- ========================================================================== */
4
-
5
- .menu {
6
- @include list-unstyled;
7
-
8
- a {
9
- color: inherit;
10
- text-decoration: none;
11
- }
12
- }
13
-
14
- /*
15
- Paginator
16
- ========================================================================== */
17
-
18
- .pager {
19
- @include clearfix();
20
- margin-bottom: 2rem;
21
-
22
- ul {
23
- @include list-unstyled;
24
- display: flex;
25
-
26
- > li {
27
- flex: 1;
28
- justify-content: space-between;
29
- -ms-flex-pack: justify;
30
- }
31
-
32
- li + li {
33
- margin-left: 0.125em;
34
- }
35
- }
36
-
37
- a {
38
- display: block;
39
- padding: 1em;
40
- border-radius: $border-radius;
41
- background-color: $accent-color;
42
- color: #fff;
43
- font-weight: bold;
44
- text-align: center;
45
- text-decoration: none;
46
-
47
- &:hover {
48
- background-color: tint($accent-color, 20%);
49
- }
50
- }
51
- }
1
+ /* ==========================================================================
2
+ Navigation
3
+ ========================================================================== */
4
+
5
+ .menu {
6
+ @include list-unstyled;
7
+
8
+ a {
9
+ color: inherit;
10
+ text-decoration: none;
11
+ }
12
+ }
13
+
14
+ /*
15
+ Paginator
16
+ ========================================================================== */
17
+
18
+ .pager {
19
+ @include clearfix();
20
+ margin-bottom: 2rem;
21
+
22
+ ul {
23
+ @include list-unstyled;
24
+ display: flex;
25
+
26
+ > li {
27
+ flex: 1;
28
+ justify-content: space-between;
29
+ -ms-flex-pack: justify;
30
+ }
31
+
32
+ li + li {
33
+ margin-left: 0.125em;
34
+ }
35
+ }
36
+
37
+ a {
38
+ display: block;
39
+ padding: 1em;
40
+ border-radius: $border-radius;
41
+ background-color: $accent-color;
42
+ color: #fff;
43
+ font-weight: bold;
44
+ text-align: center;
45
+ text-decoration: none;
46
+
47
+ &:hover {
48
+ background-color: tint($accent-color, 20%);
49
+ }
50
+ }
51
+ }
@@ -0,0 +1,226 @@
1
+ /* ==========================================================================
2
+ PRINT STYLES
3
+ ========================================================================== */
4
+
5
+ @media print {
6
+
7
+ [hidden] {
8
+ display: none;
9
+ }
10
+
11
+ * {
12
+ -moz-box-sizing: border-box;
13
+ -webkit-box-sizing: border-box;
14
+ box-sizing: border-box;
15
+ }
16
+
17
+ html {
18
+ margin: 0;
19
+ padding: 0;
20
+ font-size: 16px;
21
+ }
22
+
23
+ body {
24
+ margin: 0 auto;
25
+ background: #fff !important;
26
+ color: #000 !important;
27
+ font-size: 1rem;
28
+ -moz-osx-font-smoothing: grayscale;
29
+ -webkit-font-smoothing: antialiased;
30
+ line-height: 1.5;
31
+ text-rendering: optimizeLegibility;
32
+ }
33
+
34
+ h1,
35
+ h2,
36
+ h3,
37
+ h4,
38
+ h5,
39
+ h6 {
40
+ margin-top: 0;
41
+ margin-bottom: 0.75rem;
42
+ color: #000;
43
+ line-height: 1.2;
44
+ }
45
+
46
+ h1 {
47
+ font-size: 2.5rem;
48
+ }
49
+
50
+ h2 {
51
+ font-size: 2rem;
52
+ }
53
+
54
+ h3 {
55
+ font-size: 1.75rem;
56
+ }
57
+
58
+ h4 {
59
+ font-size: 1.5rem;
60
+ }
61
+
62
+ h5 {
63
+ font-size: 1.25rem;
64
+ }
65
+
66
+ h6 {
67
+ font-size: 1rem;
68
+ }
69
+
70
+ a {
71
+ background: none;
72
+ color: #000;
73
+ text-decoration: underline;
74
+ word-wrap: break-word;
75
+ }
76
+
77
+ table {
78
+ border-collapse: collapse;
79
+ }
80
+
81
+ thead {
82
+ display: table-header-group;
83
+ }
84
+
85
+ table,
86
+ th,
87
+ td {
88
+ border-bottom: 1px solid #000;
89
+ }
90
+
91
+ td,
92
+ th {
93
+ padding: 8px 16px;
94
+ }
95
+
96
+ img {
97
+ display: block;
98
+ max-width: 100% !important;
99
+ border: 0;
100
+ vertical-align: middle;
101
+ }
102
+
103
+ hr {
104
+ height: 0;
105
+ margin: 2.25rem 0;
106
+ padding: 0;
107
+ border: 0;
108
+ border-bottom: 2px solid #bbb;
109
+ }
110
+
111
+ dt {
112
+ font-weight: bold;
113
+ }
114
+
115
+ dd {
116
+ margin: 0;
117
+ margin-bottom: 0.75rem;
118
+ }
119
+
120
+ abbr[title],
121
+ acronym[title] {
122
+ border: 0;
123
+ text-decoration: none;
124
+ }
125
+
126
+ table,
127
+ blockquote,
128
+ pre,
129
+ code,
130
+ figure,
131
+ li,
132
+ hr,
133
+ ul,
134
+ ol,
135
+ a,
136
+ tr {
137
+ page-break-inside: avoid;
138
+ }
139
+
140
+ h2,
141
+ h3,
142
+ h4,
143
+ p,
144
+ a {
145
+ orphans: 3;
146
+ widows: 3;
147
+ }
148
+
149
+ h1,
150
+ h2,
151
+ h3,
152
+ h4,
153
+ h5,
154
+ h6 {
155
+ page-break-after: avoid;
156
+ page-break-inside: avoid;
157
+ }
158
+
159
+ h1 + p,
160
+ h2 + p,
161
+ h3 + p {
162
+ page-break-before: avoid;
163
+ }
164
+
165
+ img {
166
+ page-break-after: auto;
167
+ page-break-before: auto;
168
+ page-break-inside: avoid;
169
+ }
170
+
171
+ pre {
172
+ white-space: pre-wrap !important;
173
+ word-wrap: break-word;
174
+ }
175
+
176
+ a[href^='http://']::after,
177
+ a[href^='https://']::after,
178
+ a[href^='ftp://']::after {
179
+ font-size: 80%;
180
+ content: ' (' attr(href) ')';
181
+ }
182
+
183
+ abbr[title]::after,
184
+ acronym[title]::after {
185
+ content: ' (' attr(title) ')';
186
+ }
187
+
188
+ .page-break,
189
+ .page-break-before {
190
+ page-break-before: always;
191
+ }
192
+
193
+ .page-break-after {
194
+ page-break-after: always;
195
+ }
196
+
197
+ .no-print {
198
+ display: none;
199
+ }
200
+
201
+ a.no-reformat::after {
202
+ content: '';
203
+ }
204
+
205
+ abbr[title].no-reformat::after,
206
+ acronym[title].no-reformat::after {
207
+ content: '';
208
+ }
209
+
210
+ .btn {
211
+ background: none;
212
+ color: #000;
213
+ }
214
+
215
+ /*
216
+ Hide the following elements on print
217
+ ========================================================================== */
218
+
219
+ .sidebar-toggle-wrapper,
220
+ .title-area,
221
+ .pager,
222
+ .site-footer,
223
+ .adsbygoogle {
224
+ display: none !important;
225
+ }
226
+ }