jekyll-theme-basically-basic 1.3.1 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +18 -0
  3. data/README.md +150 -42
  4. data/_includes/author +30 -30
  5. data/_includes/contact-list.html +27 -27
  6. data/_includes/cv/awards.html +23 -23
  7. data/_includes/cv/basics.html +68 -68
  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/volunteer.html +46 -46
  15. data/_includes/cv/work.html +46 -46
  16. data/_includes/disqus_comments.html +16 -16
  17. data/_includes/documents-collection.html +19 -0
  18. data/_includes/entry.html +37 -29
  19. data/_includes/footer.html +11 -9
  20. data/_includes/google-analytics.html +8 -8
  21. data/_includes/head.html +35 -35
  22. data/_includes/icon-bitbucket.html +4 -4
  23. data/_includes/icon-codepen.html +4 -4
  24. data/_includes/icon-dribbble.html +4 -4
  25. data/_includes/icon-facebook.html +4 -4
  26. data/_includes/icon-flickr.html +4 -4
  27. data/_includes/icon-github.html +4 -4
  28. data/_includes/icon-gitlab.html +4 -4
  29. data/_includes/icon-googleplus.html +4 -4
  30. data/_includes/icon-instagram.html +4 -4
  31. data/_includes/icon-lastfm.html +4 -4
  32. data/_includes/icon-linkedin.html +4 -4
  33. data/_includes/icon-pinterest.html +4 -4
  34. data/_includes/icon-soundcloud.html +4 -4
  35. data/_includes/icon-stackoverflow.html +4 -4
  36. data/_includes/icon-tumblr.html +4 -4
  37. data/_includes/icon-twitter.html +4 -4
  38. data/_includes/icon-xing.html +4 -4
  39. data/_includes/icon-youtube.html +4 -4
  40. data/_includes/masthead.html +27 -27
  41. data/_includes/navigation.html +25 -25
  42. data/_includes/page-intro.html +42 -42
  43. data/_includes/page-tags.html +14 -0
  44. data/_includes/posts-all.html +2 -2
  45. data/_includes/posts-category.html +3 -0
  46. data/_includes/posts-paginated.html +15 -15
  47. data/_includes/posts-tag.html +3 -0
  48. data/_includes/read-time.html +13 -13
  49. data/_includes/search-form.html +14 -13
  50. data/_includes/search/algolia-search-scripts.html +52 -52
  51. data/_includes/search/lunr-search-scripts.html +1 -1
  52. data/_includes/skip-links.html +8 -8
  53. data/_layouts/about.html +0 -2
  54. data/_layouts/categories.html +48 -0
  55. data/_layouts/category.html +9 -0
  56. data/_layouts/collection.html +9 -0
  57. data/_layouts/cv.html +28 -28
  58. data/_layouts/default.html +2 -1
  59. data/_layouts/home.html +28 -30
  60. data/_layouts/page.html +15 -17
  61. data/_layouts/post.html +18 -20
  62. data/_layouts/posts.html +29 -0
  63. data/_layouts/tag.html +9 -0
  64. data/_layouts/tags.html +48 -0
  65. data/_sass/basically-basic.scss +1 -1
  66. data/_sass/basically-basic/_base.scss +116 -118
  67. data/_sass/basically-basic/_contact-lists.scss +11 -11
  68. data/_sass/basically-basic/_entries.scss +230 -152
  69. data/_sass/basically-basic/_footer.scss +37 -13
  70. data/_sass/basically-basic/_functions.scss +2 -2
  71. data/_sass/basically-basic/_global.scss +116 -42
  72. data/_sass/basically-basic/_icons.scss +43 -43
  73. data/_sass/basically-basic/_intro.scss +3 -1
  74. data/_sass/basically-basic/_layout.scss +188 -188
  75. data/_sass/basically-basic/_mixins.scss +5 -5
  76. data/_sass/basically-basic/_navicons.scss +148 -148
  77. data/_sass/basically-basic/_navigation.scss +66 -66
  78. data/_sass/basically-basic/_print.scss +252 -252
  79. data/_sass/basically-basic/_reset.scss +522 -522
  80. data/_sass/basically-basic/_responsive-embed.scss +70 -70
  81. data/_sass/basically-basic/_search.scss +101 -101
  82. data/_sass/basically-basic/_sidebar.scss +166 -166
  83. data/_sass/basically-basic/_tables.scss +34 -34
  84. data/_sass/basically-basic/_utilities.scss +6 -6
  85. data/_sass/basically-basic/_variables.scss +3 -0
  86. data/_sass/basically-basic/functions/_color.scss +21 -21
  87. data/_sass/basically-basic/functions/_fluid-type.scss +33 -33
  88. data/_sass/basically-basic/mixins/_clearfix.scss +11 -11
  89. data/_sass/basically-basic/mixins/_float.scss +15 -15
  90. data/_sass/basically-basic/mixins/_image.scss +38 -38
  91. data/_sass/basically-basic/mixins/_lists.scss +9 -9
  92. data/_sass/basically-basic/mixins/_text-truncate.scss +10 -10
  93. data/_sass/basically-basic/themes/_default.scss +5 -5
  94. data/_sass/basically-basic/themes/_night.scss +12 -12
  95. data/_sass/basically-basic/themes/_plum.scss +12 -12
  96. data/_sass/basically-basic/themes/_sea.scss +12 -12
  97. data/_sass/basically-basic/utilities/_accessibility.scss +43 -43
  98. data/_sass/basically-basic/utilities/_align.scss +62 -62
  99. data/_sass/basically-basic/utilities/_clearfix.scss +7 -7
  100. data/_sass/basically-basic/utilities/_float.scss +7 -7
  101. data/_sass/basically-basic/utilities/_text.scss +28 -28
  102. data/_sass/basically-basic/utilities/_visibility.scss +32 -32
  103. data/_sass/basically-basic/vendor/breakpoint/_breakpoint.scss +114 -114
  104. data/_sass/basically-basic/vendor/breakpoint/_context.scss +94 -94
  105. data/_sass/basically-basic/vendor/breakpoint/_helpers.scss +151 -151
  106. data/_sass/basically-basic/vendor/breakpoint/_legacy-settings.scss +49 -49
  107. data/_sass/basically-basic/vendor/breakpoint/_no-query.scss +15 -15
  108. data/_sass/basically-basic/vendor/breakpoint/_parsers.scss +215 -215
  109. data/_sass/basically-basic/vendor/breakpoint/_respond-to.scss +82 -82
  110. data/_sass/basically-basic/vendor/breakpoint/_settings.scss +70 -70
  111. data/_sass/basically-basic/vendor/breakpoint/parsers/_double.scss +33 -33
  112. data/_sass/basically-basic/vendor/breakpoint/parsers/_query.scss +82 -82
  113. data/_sass/basically-basic/vendor/breakpoint/parsers/_resolution.scss +31 -31
  114. data/_sass/basically-basic/vendor/breakpoint/parsers/_single.scss +26 -26
  115. data/_sass/basically-basic/vendor/breakpoint/parsers/_triple.scss +36 -36
  116. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default-pair.scss +21 -21
  117. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_default.scss +22 -22
  118. data/_sass/basically-basic/vendor/breakpoint/parsers/double/_double-string.scss +21 -21
  119. data/_sass/basically-basic/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -60
  120. data/_sass/basically-basic/vendor/breakpoint/parsers/single/_default.scss +13 -13
  121. data/_sass/basically-basic/vendor/breakpoint/parsers/triple/_default.scss +18 -18
  122. data/_sass/basically-basic/vendor/susy/_su.scss +4 -4
  123. data/_sass/basically-basic/vendor/susy/_susy-prefix.scss +13 -13
  124. data/_sass/basically-basic/vendor/susy/_susy.scss +5 -5
  125. data/_sass/basically-basic/vendor/susy/plugins/_svg-grid.scss +5 -5
  126. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_prefix.scss +7 -7
  127. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -114
  128. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -67
  129. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -14
  130. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -18
  131. data/_sass/basically-basic/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -133
  132. data/_sass/basically-basic/vendor/susy/susy/_api.scss +318 -318
  133. data/_sass/basically-basic/vendor/susy/susy/_normalize.scss +261 -261
  134. data/_sass/basically-basic/vendor/susy/susy/_parse.scss +163 -163
  135. data/_sass/basically-basic/vendor/susy/susy/_settings.scss +329 -329
  136. data/_sass/basically-basic/vendor/susy/susy/_su-math.scss +441 -441
  137. data/_sass/basically-basic/vendor/susy/susy/_su-validate.scss +213 -213
  138. data/_sass/basically-basic/vendor/susy/susy/_syntax-helpers.scss +191 -191
  139. data/_sass/basically-basic/vendor/susy/susy/_unprefix.scss +56 -56
  140. data/_sass/basically-basic/vendor/susy/susy/_utilities.scss +167 -167
  141. data/assets/javascripts/lunr/lunr.da.min.js +17 -17
  142. data/assets/javascripts/lunr/lunr.de.min.js +17 -17
  143. data/assets/javascripts/lunr/lunr.du.min.js +17 -17
  144. data/assets/javascripts/lunr/lunr.es.min.js +17 -17
  145. data/assets/javascripts/lunr/lunr.fi.min.js +17 -17
  146. data/assets/javascripts/lunr/lunr.fr.min.js +17 -17
  147. data/assets/javascripts/lunr/lunr.hu.min.js +17 -17
  148. data/assets/javascripts/lunr/lunr.it.min.js +17 -17
  149. data/assets/javascripts/lunr/lunr.jp.min.js +1 -1
  150. data/assets/javascripts/lunr/lunr.min.js +6 -6
  151. data/assets/javascripts/lunr/lunr.no.min.js +17 -17
  152. data/assets/javascripts/lunr/lunr.pt.min.js +17 -17
  153. data/assets/javascripts/lunr/lunr.ro.min.js +17 -17
  154. data/assets/javascripts/lunr/lunr.ru.min.js +17 -17
  155. data/assets/javascripts/lunr/lunr.sv.min.js +17 -17
  156. data/assets/javascripts/lunr/lunr.tr.min.js +17 -17
  157. data/assets/javascripts/main.js +12 -12
  158. data/assets/javascripts/search-data.json +43 -27
  159. data/assets/stylesheets/main.scss +9 -9
  160. metadata +21 -5
@@ -1,5 +1,5 @@
1
- @import "mixins/clearfix";
2
- @import "mixins/float";
3
- @import "mixins/image";
4
- @import "mixins/lists";
5
- @import "mixins/text-truncate";
1
+ @import "mixins/clearfix";
2
+ @import "mixins/float";
3
+ @import "mixins/image";
4
+ @import "mixins/lists";
5
+ @import "mixins/text-truncate";
@@ -1,148 +1,148 @@
1
- /* ==========================================================================
2
- Navicons
3
- ========================================================================== */
4
-
5
- .navicon-button {
6
- display: inline-block;
7
- position: relative;
8
- padding: 0.90625rem 0;
9
- min-height: $site-image-height;
10
- -webkit-transition: $navicon-duration / 2;
11
- transition: $navicon-duration / 2;
12
- border: 0;
13
- outline: none;
14
- background-color: $navicon-nav-bg-close;
15
- line-height: 5 * $navicon-height;
16
- cursor: pointer;
17
- -moz-user-select: none;
18
- -ms-user-select: none;
19
- -webkit-user-select: none;
20
- user-select: none;
21
-
22
- &.open {
23
- background-color: $navicon-nav-bg-open;
24
- }
25
-
26
- .navicon::before,
27
- .navicon::after {
28
- -webkit-transition-duration: $navicon-duration / 2;
29
- transition-duration: $navicon-duration / 2;
30
- }
31
-
32
- &:hover {
33
- -webkit-transition-duration: $navicon-duration;
34
- transition-duration: $navicon-duration;
35
-
36
- .navicon::before,
37
- .navicon::after {
38
- -webkit-transition-duration: $navicon-duration / 2;
39
- transition-duration: $navicon-duration / 2;
40
- }
41
-
42
- .navicon::before {
43
- top: (2.5 * $navicon-height);
44
- }
45
- .navicon::after {
46
- top: (-2.5 * $navicon-height);
47
- }
48
- }
49
- }
50
-
51
- .navicon {
52
- position: relative;
53
- width: $navicon-width;
54
- height: $navicon-height;
55
- -webkit-transition-duration: $navicon-duration;
56
- transition-duration: $navicon-duration;
57
- border-radius: $navicon-width;
58
- background: $navicon-content-bg;
59
-
60
- &::before,
61
- &::after {
62
- display: block;
63
- position: absolute;
64
- width: $navicon-width;
65
- height: $navicon-height;
66
- -webkit-transition-duration: $navicon-duration $navicon-duration / 2;
67
- transition-duration: $navicon-duration $navicon-duration / 2;
68
- border-radius: $navicon-width;
69
- background: $navicon-content-bg;
70
- content: "";
71
- }
72
-
73
- &::before {
74
- top: (2 * $navicon-height);
75
- }
76
- &::after {
77
- top: (-2 * $navicon-height);
78
- }
79
- }
80
-
81
- .open:not(.steps) .navicon::before,
82
- .open:not(.steps) .navicon::after {
83
- top: 0 !important;
84
- }
85
-
86
- .open {
87
- -webkit-transform: scale($navicon-toggled-size);
88
- -ms-transform: scale($navicon-toggled-size);
89
- transform: scale($navicon-toggled-size);
90
-
91
- .navicon::before,
92
- .navicon::after {
93
- -webkit-transition-duration: $navicon-duration;
94
- transition-duration: $navicon-duration;
95
- }
96
-
97
- /* Arrows */
98
- &.larr .navicon,
99
- &.rarr .navicon,
100
- &.uarr .navicon {
101
- &::before,
102
- &::after {
103
- width: (0.6 * $navicon-width);
104
- }
105
-
106
- &::before {
107
- -webkit-transform: rotate(35deg);
108
- -ms-transform: rotate(35deg);
109
- transform: rotate(35deg);
110
- -webkit-transform-origin: left top;
111
- -ms-transform-origin: left top;
112
- transform-origin: left top;
113
- }
114
-
115
- &::after {
116
- -webkit-transform: rotate(-35deg);
117
- -ms-transform: rotate(-35deg);
118
- transform: rotate(-35deg);
119
- -webkit-transform-origin: left bottom;
120
- -ms-transform-origin: left bottom;
121
- transform-origin: left bottom;
122
- }
123
- }
124
-
125
- &.uarr {
126
- -webkit-transform: scale($navicon-toggled-size) rotate(90deg);
127
- -ms-transform: scale($navicon-toggled-size) rotate(90deg);
128
- transform: scale($navicon-toggled-size) rotate(90deg);
129
- }
130
-
131
- &.rarr .navicon {
132
- &::before {
133
- -webkit-transform: translate3d(1em, 0, 0) rotate(-35deg);
134
- transform: translate3d(1em, 0, 0) rotate(-35deg);
135
- -webkit-transform-origin: right top;
136
- -ms-transform-origin: right top;
137
- transform-origin: right top;
138
- }
139
-
140
- &::after {
141
- -webkit-transform: translate3d(1em, 0, 0) rotate(35deg);
142
- transform: translate3d(1em, 0, 0) rotate(35deg);
143
- -webkit-transform-origin: right bottom;
144
- -ms-transform-origin: right bottom;
145
- transform-origin: right bottom;
146
- }
147
- }
148
- }
1
+ /* ==========================================================================
2
+ Navicons
3
+ ========================================================================== */
4
+
5
+ .navicon-button {
6
+ display: inline-block;
7
+ position: relative;
8
+ padding: 0.90625rem 0;
9
+ min-height: $site-image-height;
10
+ -webkit-transition: $navicon-duration / 2;
11
+ transition: $navicon-duration / 2;
12
+ border: 0;
13
+ outline: none;
14
+ background-color: $navicon-nav-bg-close;
15
+ line-height: 5 * $navicon-height;
16
+ cursor: pointer;
17
+ -moz-user-select: none;
18
+ -ms-user-select: none;
19
+ -webkit-user-select: none;
20
+ user-select: none;
21
+
22
+ &.open {
23
+ background-color: $navicon-nav-bg-open;
24
+ }
25
+
26
+ .navicon::before,
27
+ .navicon::after {
28
+ -webkit-transition-duration: $navicon-duration / 2;
29
+ transition-duration: $navicon-duration / 2;
30
+ }
31
+
32
+ &:hover {
33
+ -webkit-transition-duration: $navicon-duration;
34
+ transition-duration: $navicon-duration;
35
+
36
+ .navicon::before,
37
+ .navicon::after {
38
+ -webkit-transition-duration: $navicon-duration / 2;
39
+ transition-duration: $navicon-duration / 2;
40
+ }
41
+
42
+ .navicon::before {
43
+ top: (2.5 * $navicon-height);
44
+ }
45
+ .navicon::after {
46
+ top: (-2.5 * $navicon-height);
47
+ }
48
+ }
49
+ }
50
+
51
+ .navicon {
52
+ position: relative;
53
+ width: $navicon-width;
54
+ height: $navicon-height;
55
+ -webkit-transition-duration: $navicon-duration;
56
+ transition-duration: $navicon-duration;
57
+ border-radius: $navicon-width;
58
+ background: $navicon-content-bg;
59
+
60
+ &::before,
61
+ &::after {
62
+ display: block;
63
+ position: absolute;
64
+ width: $navicon-width;
65
+ height: $navicon-height;
66
+ -webkit-transition-duration: $navicon-duration $navicon-duration / 2;
67
+ transition-duration: $navicon-duration $navicon-duration / 2;
68
+ border-radius: $navicon-width;
69
+ background: $navicon-content-bg;
70
+ content: "";
71
+ }
72
+
73
+ &::before {
74
+ top: (2 * $navicon-height);
75
+ }
76
+ &::after {
77
+ top: (-2 * $navicon-height);
78
+ }
79
+ }
80
+
81
+ .open:not(.steps) .navicon::before,
82
+ .open:not(.steps) .navicon::after {
83
+ top: 0 !important;
84
+ }
85
+
86
+ .open {
87
+ -webkit-transform: scale($navicon-toggled-size);
88
+ -ms-transform: scale($navicon-toggled-size);
89
+ transform: scale($navicon-toggled-size);
90
+
91
+ .navicon::before,
92
+ .navicon::after {
93
+ -webkit-transition-duration: $navicon-duration;
94
+ transition-duration: $navicon-duration;
95
+ }
96
+
97
+ /* Arrows */
98
+ &.larr .navicon,
99
+ &.rarr .navicon,
100
+ &.uarr .navicon {
101
+ &::before,
102
+ &::after {
103
+ width: (0.6 * $navicon-width);
104
+ }
105
+
106
+ &::before {
107
+ -webkit-transform: rotate(35deg);
108
+ -ms-transform: rotate(35deg);
109
+ transform: rotate(35deg);
110
+ -webkit-transform-origin: left top;
111
+ -ms-transform-origin: left top;
112
+ transform-origin: left top;
113
+ }
114
+
115
+ &::after {
116
+ -webkit-transform: rotate(-35deg);
117
+ -ms-transform: rotate(-35deg);
118
+ transform: rotate(-35deg);
119
+ -webkit-transform-origin: left bottom;
120
+ -ms-transform-origin: left bottom;
121
+ transform-origin: left bottom;
122
+ }
123
+ }
124
+
125
+ &.uarr {
126
+ -webkit-transform: scale($navicon-toggled-size) rotate(90deg);
127
+ -ms-transform: scale($navicon-toggled-size) rotate(90deg);
128
+ transform: scale($navicon-toggled-size) rotate(90deg);
129
+ }
130
+
131
+ &.rarr .navicon {
132
+ &::before {
133
+ -webkit-transform: translate3d(1em, 0, 0) rotate(-35deg);
134
+ transform: translate3d(1em, 0, 0) rotate(-35deg);
135
+ -webkit-transform-origin: right top;
136
+ -ms-transform-origin: right top;
137
+ transform-origin: right top;
138
+ }
139
+
140
+ &::after {
141
+ -webkit-transform: translate3d(1em, 0, 0) rotate(35deg);
142
+ transform: translate3d(1em, 0, 0) rotate(35deg);
143
+ -webkit-transform-origin: right bottom;
144
+ -ms-transform-origin: right bottom;
145
+ transform-origin: right bottom;
146
+ }
147
+ }
148
+ }
@@ -1,66 +1,66 @@
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
- Skip links
16
- ========================================================================== */
17
-
18
- .skip-links {
19
- position: absolute;
20
- width: 100%;
21
-
22
- ul {
23
- @include list-unstyled;
24
- }
25
- }
26
-
27
- /*
28
- Paginator
29
- ========================================================================== */
30
-
31
- .pager {
32
- @include clearfix();
33
- margin-bottom: 2rem;
34
-
35
- ul {
36
- @include list-unstyled;
37
- display: -ms-flexbox;
38
- display: flex;
39
-
40
- > li {
41
- -ms-flex: 1;
42
- flex: 1;
43
- justify-content: space-between;
44
- -ms-flex-pack: justify;
45
- }
46
-
47
- li + li {
48
- margin-left: 0.125em;
49
- }
50
- }
51
-
52
- a {
53
- display: block;
54
- padding: 1em;
55
- border-radius: $border-radius;
56
- background-color: $accent-color;
57
- color: #fff;
58
- font-weight: bold;
59
- text-align: center;
60
- text-decoration: none;
61
-
62
- &:hover {
63
- background-color: tint($accent-color, 20%);
64
- }
65
- }
66
- }
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
+ Skip links
16
+ ========================================================================== */
17
+
18
+ .skip-links {
19
+ position: absolute;
20
+ width: 100%;
21
+
22
+ ul {
23
+ @include list-unstyled;
24
+ }
25
+ }
26
+
27
+ /*
28
+ Paginator
29
+ ========================================================================== */
30
+
31
+ .pager {
32
+ @include clearfix();
33
+ margin-bottom: 2rem;
34
+
35
+ ul {
36
+ @include list-unstyled;
37
+ display: -ms-flexbox;
38
+ display: flex;
39
+
40
+ > li {
41
+ -ms-flex: 1;
42
+ flex: 1;
43
+ justify-content: space-between;
44
+ -ms-flex-pack: justify;
45
+ }
46
+
47
+ li + li {
48
+ margin-left: 0.125em;
49
+ }
50
+ }
51
+
52
+ a {
53
+ display: block;
54
+ padding: 1em;
55
+ border-radius: $border-radius;
56
+ background-color: $accent-color;
57
+ color: #fff;
58
+ font-weight: bold;
59
+ text-align: center;
60
+ text-decoration: none;
61
+
62
+ &:hover {
63
+ background-color: tint($accent-color, 20%);
64
+ }
65
+ }
66
+ }
@@ -1,252 +1,252 @@
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
- height: auto;
21
- min-height: auto !important;
22
- font-size: 16px;
23
- }
24
-
25
- body {
26
- margin: 0;
27
- height: auto;
28
- background: #fff !important;
29
- color: #000 !important;
30
- font-size: 1rem;
31
- line-height: 1.5;
32
- -moz-osx-font-smoothing: grayscale;
33
- -webkit-font-smoothing: antialiased;
34
- text-rendering: optimizeLegibility;
35
- }
36
-
37
- h1,
38
- h2,
39
- h3,
40
- h4,
41
- h5,
42
- h6 {
43
- margin-top: 0;
44
- margin-bottom: 0.75rem;
45
- color: #000;
46
- line-height: 1.2;
47
- }
48
-
49
- h1 {
50
- font-size: 2.5rem;
51
- }
52
-
53
- h2 {
54
- font-size: 2rem;
55
- }
56
-
57
- h3 {
58
- font-size: 1.75rem;
59
- }
60
-
61
- h4 {
62
- font-size: 1.5rem;
63
- }
64
-
65
- h5 {
66
- font-size: 1.25rem;
67
- }
68
-
69
- h6 {
70
- font-size: 1rem;
71
- }
72
-
73
- a {
74
- background: none;
75
- color: #000;
76
- text-decoration: underline;
77
- word-wrap: break-word;
78
- }
79
-
80
- table {
81
- border-collapse: collapse;
82
- }
83
-
84
- thead {
85
- display: table-header-group;
86
- }
87
-
88
- table,
89
- th,
90
- td {
91
- border-bottom: 1px solid #000;
92
- }
93
-
94
- td,
95
- th {
96
- padding: 8px 16px;
97
- }
98
-
99
- img {
100
- display: block;
101
- max-width: 100% !important;
102
- border: 0;
103
- vertical-align: middle;
104
- }
105
-
106
- hr {
107
- height: 0;
108
- margin: 2.25rem 0;
109
- padding: 0;
110
- border: 0;
111
- border-bottom: 2px solid #bbb;
112
- }
113
-
114
- dt {
115
- font-weight: bold;
116
- }
117
-
118
- dd {
119
- margin: 0;
120
- margin-bottom: 0.75rem;
121
- }
122
-
123
- abbr[title],
124
- acronym[title] {
125
- border: 0;
126
- text-decoration: none;
127
- }
128
-
129
- table,
130
- blockquote,
131
- pre,
132
- code,
133
- figure,
134
- li,
135
- hr,
136
- ul,
137
- ol,
138
- a,
139
- tr {
140
- page-break-inside: avoid;
141
- }
142
-
143
- h2,
144
- h3,
145
- h4,
146
- p,
147
- a {
148
- orphans: 3;
149
- widows: 3;
150
- }
151
-
152
- h1,
153
- h2,
154
- h3,
155
- h4,
156
- h5,
157
- h6 {
158
- page-break-after: avoid;
159
- page-break-inside: avoid;
160
- }
161
-
162
- h1 + p,
163
- h2 + p,
164
- h3 + p {
165
- page-break-before: avoid;
166
- }
167
-
168
- img {
169
- page-break-after: auto;
170
- page-break-before: auto;
171
- page-break-inside: avoid;
172
- }
173
-
174
- pre {
175
- white-space: pre-wrap !important;
176
- word-wrap: break-word;
177
- }
178
-
179
- a[href^='http://']::after,
180
- a[href^='https://']::after,
181
- a[href^='ftp://']::after {
182
- font-size: 80%;
183
- content: ' (' attr(href) ')';
184
- }
185
-
186
- abbr[title]::after,
187
- acronym[title]::after {
188
- content: ' (' attr(title) ')';
189
- }
190
-
191
- .wrapper {
192
- min-height: auto !important;
193
- }
194
-
195
- #main {
196
- max-width: 100%;
197
- }
198
-
199
- .inner {
200
- margin: 0;
201
- padding: 0;
202
- width: 100%;
203
- max-width: 100%;
204
- }
205
-
206
- .intro-actions .btn {
207
- color: #fff;
208
- background: #000;
209
- }
210
-
211
- .page-break,
212
- .page-break-before {
213
- page-break-before: always;
214
- }
215
-
216
- .page-break-after {
217
- page-break-after: always;
218
- }
219
-
220
- .no-print {
221
- display: none;
222
- }
223
-
224
- a.no-reformat::after {
225
- content: '';
226
- }
227
-
228
- abbr[title].no-reformat::after,
229
- acronym[title].no-reformat::after {
230
- content: '';
231
- }
232
-
233
- .btn {
234
- background: none;
235
- color: #000;
236
- }
237
-
238
- /*
239
- Hide the following elements on print
240
- ========================================================================== */
241
-
242
- .skip-links,
243
- .sidebar-toggle-wrapper,
244
- .sidebar,
245
- .title-area,
246
- .pager,
247
- .site-footer,
248
- .adsbygoogle {
249
- display: none !important;
250
- height: 1px;
251
- }
252
- }
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
+ height: auto;
21
+ min-height: auto !important;
22
+ font-size: 16px;
23
+ }
24
+
25
+ body {
26
+ margin: 0;
27
+ height: auto;
28
+ background: #fff !important;
29
+ color: #000 !important;
30
+ font-size: 1rem;
31
+ line-height: 1.5;
32
+ -moz-osx-font-smoothing: grayscale;
33
+ -webkit-font-smoothing: antialiased;
34
+ text-rendering: optimizeLegibility;
35
+ }
36
+
37
+ h1,
38
+ h2,
39
+ h3,
40
+ h4,
41
+ h5,
42
+ h6 {
43
+ margin-top: 0;
44
+ margin-bottom: 0.75rem;
45
+ color: #000;
46
+ line-height: 1.2;
47
+ }
48
+
49
+ h1 {
50
+ font-size: 2.5rem;
51
+ }
52
+
53
+ h2 {
54
+ font-size: 2rem;
55
+ }
56
+
57
+ h3 {
58
+ font-size: 1.75rem;
59
+ }
60
+
61
+ h4 {
62
+ font-size: 1.5rem;
63
+ }
64
+
65
+ h5 {
66
+ font-size: 1.25rem;
67
+ }
68
+
69
+ h6 {
70
+ font-size: 1rem;
71
+ }
72
+
73
+ a {
74
+ background: none;
75
+ color: #000;
76
+ text-decoration: underline;
77
+ word-wrap: break-word;
78
+ }
79
+
80
+ table {
81
+ border-collapse: collapse;
82
+ }
83
+
84
+ thead {
85
+ display: table-header-group;
86
+ }
87
+
88
+ table,
89
+ th,
90
+ td {
91
+ border-bottom: 1px solid #000;
92
+ }
93
+
94
+ td,
95
+ th {
96
+ padding: 8px 16px;
97
+ }
98
+
99
+ img {
100
+ display: block;
101
+ max-width: 100% !important;
102
+ border: 0;
103
+ vertical-align: middle;
104
+ }
105
+
106
+ hr {
107
+ height: 0;
108
+ margin: 2.25rem 0;
109
+ padding: 0;
110
+ border: 0;
111
+ border-bottom: 2px solid #bbb;
112
+ }
113
+
114
+ dt {
115
+ font-weight: bold;
116
+ }
117
+
118
+ dd {
119
+ margin: 0;
120
+ margin-bottom: 0.75rem;
121
+ }
122
+
123
+ abbr[title],
124
+ acronym[title] {
125
+ border: 0;
126
+ text-decoration: none;
127
+ }
128
+
129
+ table,
130
+ blockquote,
131
+ pre,
132
+ code,
133
+ figure,
134
+ li,
135
+ hr,
136
+ ul,
137
+ ol,
138
+ a,
139
+ tr {
140
+ page-break-inside: avoid;
141
+ }
142
+
143
+ h2,
144
+ h3,
145
+ h4,
146
+ p,
147
+ a {
148
+ orphans: 3;
149
+ widows: 3;
150
+ }
151
+
152
+ h1,
153
+ h2,
154
+ h3,
155
+ h4,
156
+ h5,
157
+ h6 {
158
+ page-break-after: avoid;
159
+ page-break-inside: avoid;
160
+ }
161
+
162
+ h1 + p,
163
+ h2 + p,
164
+ h3 + p {
165
+ page-break-before: avoid;
166
+ }
167
+
168
+ img {
169
+ page-break-after: auto;
170
+ page-break-before: auto;
171
+ page-break-inside: avoid;
172
+ }
173
+
174
+ pre {
175
+ white-space: pre-wrap !important;
176
+ word-wrap: break-word;
177
+ }
178
+
179
+ a[href^='http://']::after,
180
+ a[href^='https://']::after,
181
+ a[href^='ftp://']::after {
182
+ font-size: 80%;
183
+ content: ' (' attr(href) ')';
184
+ }
185
+
186
+ abbr[title]::after,
187
+ acronym[title]::after {
188
+ content: ' (' attr(title) ')';
189
+ }
190
+
191
+ .wrapper {
192
+ min-height: auto !important;
193
+ }
194
+
195
+ #main {
196
+ max-width: 100%;
197
+ }
198
+
199
+ .inner {
200
+ margin: 0;
201
+ padding: 0;
202
+ width: 100%;
203
+ max-width: 100%;
204
+ }
205
+
206
+ .intro-actions .btn {
207
+ color: #fff;
208
+ background: #000;
209
+ }
210
+
211
+ .page-break,
212
+ .page-break-before {
213
+ page-break-before: always;
214
+ }
215
+
216
+ .page-break-after {
217
+ page-break-after: always;
218
+ }
219
+
220
+ .no-print {
221
+ display: none;
222
+ }
223
+
224
+ a.no-reformat::after {
225
+ content: '';
226
+ }
227
+
228
+ abbr[title].no-reformat::after,
229
+ acronym[title].no-reformat::after {
230
+ content: '';
231
+ }
232
+
233
+ .btn {
234
+ background: none;
235
+ color: #000;
236
+ }
237
+
238
+ /*
239
+ Hide the following elements on print
240
+ ========================================================================== */
241
+
242
+ .skip-links,
243
+ .sidebar-toggle-wrapper,
244
+ .sidebar,
245
+ .title-area,
246
+ .pager,
247
+ .site-footer,
248
+ .adsbygoogle {
249
+ display: none !important;
250
+ height: 1px;
251
+ }
252
+ }