dendron-jekyll 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +68 -0
  4. data/Rakefile +1 -0
  5. data/_includes/active.html +8 -0
  6. data/_includes/archive-single.html +33 -0
  7. data/_includes/crumbs.html +15 -0
  8. data/_includes/css/custom.scss.liquid +1 -0
  9. data/_includes/css/just-the-docs.scss.liquid +7 -0
  10. data/_includes/documents-collection.html +25 -0
  11. data/_includes/figure +9 -0
  12. data/_includes/head.html +40 -0
  13. data/_includes/head_custom.html +0 -0
  14. data/_includes/js/custom.js +0 -0
  15. data/_includes/nav.html +37 -0
  16. data/_includes/sidebar.html +19 -0
  17. data/_includes/title.html +5 -0
  18. data/_includes/toc +7 -0
  19. data/_includes/toc-mm.html +96 -0
  20. data/_includes/toc.html +16 -0
  21. data/_includes/vendor/anchor_headings.html +100 -0
  22. data/_layouts/about.html +5 -0
  23. data/_layouts/archive.html +30 -0
  24. data/_layouts/default.html +160 -0
  25. data/_layouts/home.html +5 -0
  26. data/_layouts/page.html +5 -0
  27. data/_layouts/post.html +5 -0
  28. data/_layouts/single.html +97 -0
  29. data/_layouts/table_wrappers.html +7 -0
  30. data/_layouts/vendor/compress.html +10 -0
  31. data/_sass/base.scss +108 -0
  32. data/_sass/buttons.scss +118 -0
  33. data/_sass/code.scss +261 -0
  34. data/_sass/color_schemes/dark.scss +17 -0
  35. data/_sass/color_schemes/light.scss +0 -0
  36. data/_sass/content.scss +196 -0
  37. data/_sass/custom/custom.scss +0 -0
  38. data/_sass/labels.scss +37 -0
  39. data/_sass/layout.scss +205 -0
  40. data/_sass/minimal-mistakes/_animations.scss +21 -0
  41. data/_sass/minimal-mistakes/_archive.scss +455 -0
  42. data/_sass/minimal-mistakes/_base.scss +357 -0
  43. data/_sass/minimal-mistakes/_buttons.scss +97 -0
  44. data/_sass/minimal-mistakes/_footer.scss +86 -0
  45. data/_sass/minimal-mistakes/_forms.scss +393 -0
  46. data/_sass/minimal-mistakes/_masthead.scss +93 -0
  47. data/_sass/minimal-mistakes/_mixins.scss +92 -0
  48. data/_sass/minimal-mistakes/_navigation.scss +566 -0
  49. data/_sass/minimal-mistakes/_notices.scss +105 -0
  50. data/_sass/minimal-mistakes/_page.scss +553 -0
  51. data/_sass/minimal-mistakes/_print.scss +252 -0
  52. data/_sass/minimal-mistakes/_reset.scss +187 -0
  53. data/_sass/minimal-mistakes/_search.scss +132 -0
  54. data/_sass/minimal-mistakes/_sidebar.scss +347 -0
  55. data/_sass/minimal-mistakes/_syntax.scss +324 -0
  56. data/_sass/minimal-mistakes/_tables.scss +39 -0
  57. data/_sass/minimal-mistakes/_utilities.scss +593 -0
  58. data/_sass/minimal-mistakes/_variables.scss +169 -0
  59. data/_sass/minimal-mistakes/skins/_air.scss +23 -0
  60. data/_sass/minimal-mistakes/skins/_aqua.scss +30 -0
  61. data/_sass/minimal-mistakes/skins/_contrast.scss +51 -0
  62. data/_sass/minimal-mistakes/skins/_dark.scss +28 -0
  63. data/_sass/minimal-mistakes/skins/_default.scss +5 -0
  64. data/_sass/minimal-mistakes/skins/_dirt.scss +33 -0
  65. data/_sass/minimal-mistakes/skins/_mint.scss +23 -0
  66. data/_sass/minimal-mistakes/skins/_neon.scss +57 -0
  67. data/_sass/minimal-mistakes/skins/_plum.scss +64 -0
  68. data/_sass/minimal-mistakes/skins/_sunrise.scss +44 -0
  69. data/_sass/minimal-mistakes/vendor/breakpoint/_breakpoint.scss +114 -0
  70. data/_sass/minimal-mistakes/vendor/breakpoint/_context.scss +95 -0
  71. data/_sass/minimal-mistakes/vendor/breakpoint/_helpers.scss +151 -0
  72. data/_sass/minimal-mistakes/vendor/breakpoint/_legacy-settings.scss +50 -0
  73. data/_sass/minimal-mistakes/vendor/breakpoint/_no-query.scss +15 -0
  74. data/_sass/minimal-mistakes/vendor/breakpoint/_parsers.scss +215 -0
  75. data/_sass/minimal-mistakes/vendor/breakpoint/_respond-to.scss +82 -0
  76. data/_sass/minimal-mistakes/vendor/breakpoint/_settings.scss +71 -0
  77. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_double.scss +33 -0
  78. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_query.scss +82 -0
  79. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_resolution.scss +31 -0
  80. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_single.scss +26 -0
  81. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/_triple.scss +36 -0
  82. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default-pair.scss +21 -0
  83. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_default.scss +22 -0
  84. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/double/_double-string.scss +22 -0
  85. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/resolution/_resolution.scss +60 -0
  86. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/single/_default.scss +13 -0
  87. data/_sass/minimal-mistakes/vendor/breakpoint/parsers/triple/_default.scss +18 -0
  88. data/_sass/minimal-mistakes/vendor/magnific-popup/_magnific-popup.scss +649 -0
  89. data/_sass/minimal-mistakes/vendor/magnific-popup/_settings.scss +46 -0
  90. data/_sass/minimal-mistakes/vendor/susy/_su.scss +4 -0
  91. data/_sass/minimal-mistakes/vendor/susy/_susy-prefix.scss +13 -0
  92. data/_sass/minimal-mistakes/vendor/susy/_susy.scss +5 -0
  93. data/_sass/minimal-mistakes/vendor/susy/plugins/_svg-grid.scss +5 -0
  94. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_prefix.scss +7 -0
  95. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-api.scss +114 -0
  96. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-grid-math.scss +67 -0
  97. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-settings.scss +14 -0
  98. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-unprefix.scss +18 -0
  99. data/_sass/minimal-mistakes/vendor/susy/plugins/svg-grid/_svg-utilities.scss +133 -0
  100. data/_sass/minimal-mistakes/vendor/susy/susy/_api.scss +318 -0
  101. data/_sass/minimal-mistakes/vendor/susy/susy/_normalize.scss +261 -0
  102. data/_sass/minimal-mistakes/vendor/susy/susy/_parse.scss +163 -0
  103. data/_sass/minimal-mistakes/vendor/susy/susy/_settings.scss +329 -0
  104. data/_sass/minimal-mistakes/vendor/susy/susy/_su-math.scss +441 -0
  105. data/_sass/minimal-mistakes/vendor/susy/susy/_su-validate.scss +213 -0
  106. data/_sass/minimal-mistakes/vendor/susy/susy/_syntax-helpers.scss +191 -0
  107. data/_sass/minimal-mistakes/vendor/susy/susy/_unprefix.scss +56 -0
  108. data/_sass/minimal-mistakes/vendor/susy/susy/_utilities.scss +167 -0
  109. data/_sass/modules.scss +25 -0
  110. data/_sass/navigation.scss +196 -0
  111. data/_sass/print.scss +40 -0
  112. data/_sass/search.scss +323 -0
  113. data/_sass/support/_functions.scss +9 -0
  114. data/_sass/support/_variables.scss +135 -0
  115. data/_sass/support/mixins/_buttons.scss +27 -0
  116. data/_sass/support/mixins/_layout.scss +34 -0
  117. data/_sass/support/mixins/_typography.scss +86 -0
  118. data/_sass/support/mixins/mixins.scss +3 -0
  119. data/_sass/support/support.scss +3 -0
  120. data/_sass/tables.scss +58 -0
  121. data/_sass/typography.scss +60 -0
  122. data/_sass/utilities/_colors.scss +239 -0
  123. data/_sass/utilities/_layout.scss +95 -0
  124. data/_sass/utilities/_lists.scss +17 -0
  125. data/_sass/utilities/_spacing.scss +165 -0
  126. data/_sass/utilities/_typography.scss +91 -0
  127. data/_sass/utilities/utilities.scss +5 -0
  128. data/_sass/vendor/normalize.scss/README.md +78 -0
  129. data/_sass/vendor/normalize.scss/normalize.scss +427 -0
  130. data/_sass/vendor/normalize.scss/package.json +70 -0
  131. data/assets/css/just-the-docs-dark.scss +3 -0
  132. data/assets/css/just-the-docs-default.scss +8 -0
  133. data/assets/css/just-the-docs-light.scss +3 -0
  134. data/assets/images/just-the-docs.png +0 -0
  135. data/assets/images/search.svg +1 -0
  136. data/assets/js/just-the-docs.js +473 -0
  137. data/assets/js/vendor/lunr.min.js +6 -0
  138. data/assets/js/zzzz-search-data.json +60 -0
  139. data/bin/just-the-docs +16 -0
  140. data/lib/tasks/search.rake +74 -0
  141. metadata +245 -0
@@ -0,0 +1,105 @@
1
+ /* ==========================================================================
2
+ NOTICE TEXT BLOCKS
3
+ ========================================================================== */
4
+
5
+ /**
6
+ * Default Kramdown usage (no indents!):
7
+ * <div class="notice" markdown="1">
8
+ * #### Headline for the Notice
9
+ * Text for the notice
10
+ * </div>
11
+ */
12
+
13
+ @mixin notice($notice-color) {
14
+ margin: 2em 0 !important; /* override*/
15
+ padding: 1em;
16
+ color: $dark-gray;
17
+ font-family: $global-font-family;
18
+ font-size: $type-size-6 !important;
19
+ text-indent: initial; /* override*/
20
+ background-color: mix(#fff, $notice-color, 90%);
21
+ border-radius: $border-radius;
22
+ box-shadow: 0 1px 1px rgba($notice-color, 0.25);
23
+
24
+ h4 {
25
+ margin-top: 0 !important; /* override*/
26
+ margin-bottom: 0.75em;
27
+ line-height: inherit;
28
+ }
29
+
30
+ @at-root .page__content #{&} h4 {
31
+ /* using at-root to override .page-content h4 font size*/
32
+ margin-bottom: 0;
33
+ font-size: 1em;
34
+ }
35
+
36
+ p {
37
+ &:last-child {
38
+ margin-bottom: 0 !important; /* override*/
39
+ }
40
+ }
41
+
42
+ h4 + p {
43
+ /* remove space above paragraphs that appear directly after notice headline*/
44
+ margin-top: 0;
45
+ padding-top: 0;
46
+ }
47
+
48
+ a {
49
+ color: $notice-color;
50
+
51
+ &:hover {
52
+ color: mix(#000, $notice-color, 40%);
53
+ }
54
+ }
55
+
56
+ code {
57
+ background-color: mix(#fff, $notice-color, 95%)
58
+ }
59
+
60
+ pre code {
61
+ background-color: inherit;
62
+ }
63
+
64
+ ul {
65
+ &:last-child {
66
+ margin-bottom: 0; /* override*/
67
+ }
68
+ }
69
+ }
70
+
71
+ /* Default notice */
72
+
73
+ .notice {
74
+ @include notice($light-gray);
75
+ }
76
+
77
+ /* Primary notice */
78
+
79
+ .notice--primary {
80
+ @include notice($primary-color);
81
+ }
82
+
83
+ /* Info notice */
84
+
85
+ .notice--info {
86
+ @include notice($info-color);
87
+ }
88
+
89
+ /* Warning notice */
90
+
91
+ .notice--warning {
92
+ @include notice($warning-color);
93
+ }
94
+
95
+ /* Success notice */
96
+
97
+ .notice--success {
98
+ @include notice($success-color);
99
+ }
100
+
101
+ /* Danger notice */
102
+
103
+ .notice--danger {
104
+ @include notice($danger-color);
105
+ }
@@ -0,0 +1,553 @@
1
+ /* ==========================================================================
2
+ SINGLE PAGE/POST
3
+ ========================================================================== */
4
+
5
+ #main {
6
+ @include clearfix;
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ padding-left: 1em;
10
+ padding-right: 1em;
11
+ -webkit-animation: $intro-transition;
12
+ animation: $intro-transition;
13
+ max-width: 100%;
14
+ -webkit-animation-delay: 0.15s;
15
+ animation-delay: 0.15s;
16
+
17
+ @include breakpoint($x-large) {
18
+ max-width: $max-width;
19
+ }
20
+ }
21
+
22
+ body {
23
+ display: -webkit-box;
24
+ display: -ms-flexbox;
25
+ display: flex;
26
+ min-height: 100vh;
27
+ -webkit-box-orient: vertical;
28
+ -webkit-box-direction: normal;
29
+ -ms-flex-direction: column;
30
+ flex-direction: column;
31
+ }
32
+
33
+ .initial-content,
34
+ .search-content {
35
+ flex: 1 0 auto;
36
+ }
37
+
38
+ .page {
39
+ @include breakpoint($large) {
40
+ float: right;
41
+ width: calc(100% - #{$right-sidebar-width-narrow});
42
+ padding-right: $right-sidebar-width-narrow;
43
+ }
44
+
45
+ @include breakpoint($x-large) {
46
+ width: calc(100% - #{$right-sidebar-width});
47
+ padding-right: $right-sidebar-width;
48
+ }
49
+
50
+ .page__inner-wrap {
51
+ float: left;
52
+ margin-top: 1em;
53
+ margin-left: 0;
54
+ margin-right: 0;
55
+ width: 100%;
56
+ clear: both;
57
+
58
+ .page__content,
59
+ .page__meta,
60
+ .page__share {
61
+ position: relative;
62
+ float: left;
63
+ margin-left: 0;
64
+ margin-right: 0;
65
+ width: 100%;
66
+ clear: both;
67
+ }
68
+ }
69
+ }
70
+
71
+ .page__title {
72
+ margin-top: 0;
73
+ line-height: 1;
74
+
75
+ & + .page__meta {
76
+ margin-top: -0.5em;
77
+ }
78
+ }
79
+
80
+ .page__lead {
81
+ font-family: $global-font-family;
82
+ font-size: $type-size-4;
83
+ }
84
+
85
+ .page__content {
86
+ h2 {
87
+ padding-bottom: 0.5em;
88
+ border-bottom: 1px solid $border-color;
89
+ }
90
+
91
+ h1, h2, h3, h4, h5, h6 {
92
+ .header-link {
93
+ position: relative;
94
+ left: 0.5em;
95
+ opacity: 0;
96
+ font-size: 0.8em;
97
+ -webkit-transition: opacity 0.2s ease-in-out 0.1s;
98
+ -moz-transition: opacity 0.2s ease-in-out 0.1s;
99
+ -o-transition: opacity 0.2s ease-in-out 0.1s;
100
+ transition: opacity 0.2s ease-in-out 0.1s;
101
+ }
102
+
103
+ &:hover .header-link {
104
+ opacity: 1;
105
+ }
106
+ }
107
+
108
+ p,
109
+ li,
110
+ dl {
111
+ font-size: 1em;
112
+ }
113
+
114
+ /* paragraph indents */
115
+ p {
116
+ margin: 0 0 $indent-var;
117
+
118
+ /* sibling indentation*/
119
+ @if $paragraph-indent == true {
120
+ & + p {
121
+ text-indent: $indent-var;
122
+ margin-top: -($indent-var);
123
+ }
124
+ }
125
+ }
126
+
127
+ a:not(.btn) {
128
+ &:hover {
129
+ text-decoration: underline;
130
+
131
+ img {
132
+ box-shadow: 0 0 10px rgba(#000, 0.25);
133
+ }
134
+ }
135
+ }
136
+
137
+ dt {
138
+ margin-top: 1em;
139
+ font-family: $sans-serif;
140
+ font-weight: bold;
141
+ }
142
+
143
+ dd {
144
+ margin-left: 1em;
145
+ font-family: $sans-serif;
146
+ font-size: $type-size-6;
147
+ }
148
+
149
+ .small {
150
+ font-size: $type-size-6;
151
+ }
152
+
153
+ /* blockquote citations */
154
+ blockquote + .small {
155
+ margin-top: -1.5em;
156
+ padding-left: 1.25rem;
157
+ }
158
+ }
159
+
160
+ .page__hero {
161
+ position: relative;
162
+ margin-bottom: 2em;
163
+ @include clearfix;
164
+ -webkit-animation: $intro-transition;
165
+ animation: $intro-transition;
166
+ -webkit-animation-delay: 0.25s;
167
+ animation-delay: 0.25s;
168
+
169
+ &--overlay {
170
+ position: relative;
171
+ margin-bottom: 2em;
172
+ padding: 3em 0;
173
+ @include clearfix;
174
+ background-size: cover;
175
+ background-repeat: no-repeat;
176
+ background-position: center;
177
+ -webkit-animation: $intro-transition;
178
+ animation: $intro-transition;
179
+ -webkit-animation-delay: 0.25s;
180
+ animation-delay: 0.25s;
181
+
182
+ a {
183
+ color: #fff;
184
+ }
185
+
186
+ .wrapper {
187
+ padding-left: 1em;
188
+ padding-right: 1em;
189
+
190
+ @include breakpoint($x-large) {
191
+ max-width: $x-large;
192
+ }
193
+ }
194
+
195
+ .page__title,
196
+ .page__meta,
197
+ .page__lead,
198
+ .btn {
199
+ color: #fff;
200
+ text-shadow: 1px 1px 4px rgba(#000, 0.5);
201
+ }
202
+
203
+ .page__lead {
204
+ max-width: $medium;
205
+ }
206
+
207
+ .page__title {
208
+ font-size: $type-size-2;
209
+
210
+ @include breakpoint($small) {
211
+ font-size: $type-size-1;
212
+ }
213
+ }
214
+ }
215
+ }
216
+
217
+ .page__hero-image {
218
+ width: 100%;
219
+ height: auto;
220
+ -ms-interpolation-mode: bicubic;
221
+ }
222
+
223
+ .page__hero-caption {
224
+ position: absolute;
225
+ bottom: 0;
226
+ right: 0;
227
+ margin: 0 auto;
228
+ padding: 2px 5px;
229
+ color: #fff;
230
+ font-family: $caption-font-family;
231
+ font-size: $type-size-7;
232
+ background: #000;
233
+ text-align: right;
234
+ z-index: 5;
235
+ opacity: 0.5;
236
+ border-radius: $border-radius 0 0 0;
237
+
238
+ @include breakpoint($large) {
239
+ padding: 5px 10px;
240
+ }
241
+
242
+ a {
243
+ color: #fff;
244
+ text-decoration: none;
245
+ }
246
+ }
247
+
248
+ /*
249
+ Social sharing
250
+ ========================================================================== */
251
+
252
+ .page__share {
253
+ margin-top: 2em;
254
+ padding-top: 1em;
255
+ border-top: 1px solid $border-color;
256
+
257
+ @include breakpoint(max-width $small) {
258
+ .btn span {
259
+ border: 0;
260
+ clip: rect(0 0 0 0);
261
+ height: 1px;
262
+ margin: -1px;
263
+ overflow: hidden;
264
+ padding: 0;
265
+ position: absolute;
266
+ width: 1px;
267
+ }
268
+ }
269
+ }
270
+
271
+ .page__share-title {
272
+ margin-bottom: 10px;
273
+ font-size: $type-size-6;
274
+ text-transform: uppercase;
275
+ }
276
+
277
+ /*
278
+ Page meta
279
+ ========================================================================== */
280
+
281
+ .page__meta {
282
+ margin-top: 2em;
283
+ color: $muted-text-color;
284
+ font-family: $sans-serif;
285
+ font-size: $type-size-6;
286
+
287
+ p {
288
+ margin: 0;
289
+ }
290
+
291
+ a {
292
+ color: inherit;
293
+ }
294
+ }
295
+
296
+ .page__meta-title {
297
+ margin-bottom: 10px;
298
+ font-size: $type-size-6;
299
+ text-transform: uppercase;
300
+ }
301
+
302
+ /*
303
+ Page taxonomy
304
+ ========================================================================== */
305
+
306
+ .page__taxonomy {
307
+ .sep {
308
+ display: none;
309
+ }
310
+
311
+ strong {
312
+ margin-right: 10px;
313
+ }
314
+ }
315
+
316
+ .page__taxonomy-item {
317
+ display: inline-block;
318
+ margin-right: 5px;
319
+ margin-bottom: 8px;
320
+ padding: 5px 10px;
321
+ text-decoration: none;
322
+ border: 1px solid mix(#000, $border-color, 25%);
323
+ border-radius: $border-radius;
324
+
325
+ &:hover {
326
+ text-decoration: none;
327
+ color: $link-color-hover;
328
+ }
329
+ }
330
+
331
+ .taxonomy__section {
332
+ margin-bottom: 2em;
333
+ padding-bottom: 1em;
334
+
335
+ &:not(:last-child) {
336
+ border-bottom: solid 1px $border-color;
337
+ }
338
+
339
+ .archive__item-title {
340
+ margin-top: 0;
341
+ }
342
+
343
+ .archive__subtitle {
344
+ clear: both;
345
+ border: 0;
346
+ }
347
+
348
+ + .taxonomy__section {
349
+ margin-top: 2em;
350
+ }
351
+ }
352
+
353
+ .taxonomy__title {
354
+ margin-bottom: 0.5em;
355
+ color: $muted-text-color;
356
+ }
357
+
358
+ .taxonomy__count {
359
+ color: $muted-text-color;
360
+ }
361
+
362
+ .taxonomy__index {
363
+ display: grid;
364
+ grid-column-gap: 2em;
365
+ grid-template-columns: repeat(2, 1fr);
366
+ margin: 1.414em 0;
367
+ padding: 0;
368
+ font-size: 0.75em;
369
+ list-style: none;
370
+
371
+ @include breakpoint($large) {
372
+ grid-template-columns: repeat(3, 1fr);
373
+ }
374
+
375
+ a {
376
+ display: -webkit-box;
377
+ display: -ms-flexbox;
378
+ display: flex;
379
+ padding: 0.25em 0;
380
+ -webkit-box-pack: justify;
381
+ -ms-flex-pack: justify;
382
+ justify-content: space-between;
383
+ color: inherit;
384
+ text-decoration: none;
385
+ border-bottom: 1px solid $border-color;
386
+ }
387
+ }
388
+
389
+ .back-to-top {
390
+ display: block;
391
+ clear: both;
392
+ color: $muted-text-color;
393
+ font-size: 0.6em;
394
+ text-transform: uppercase;
395
+ text-align: right;
396
+ text-decoration: none;
397
+ }
398
+
399
+ /*
400
+ Comments
401
+ ========================================================================== */
402
+
403
+ .page__comments {
404
+ float: left;
405
+ margin-left: 0;
406
+ margin-right: 0;
407
+ width: 100%;
408
+ clear: both;
409
+ }
410
+
411
+ .page__comments-title {
412
+ margin-top: 2rem;
413
+ margin-bottom: 10px;
414
+ padding-top: 2rem;
415
+ font-size: $type-size-6;
416
+ border-top: 1px solid $border-color;
417
+ text-transform: uppercase;
418
+ }
419
+
420
+ .page__comments-form {
421
+ -webkit-transition: $global-transition;
422
+ transition: $global-transition;
423
+
424
+ &.disabled {
425
+ input,
426
+ button,
427
+ textarea,
428
+ label {
429
+ pointer-events: none;
430
+ cursor: not-allowed;
431
+ filter: alpha(opacity=65);
432
+ box-shadow: none;
433
+ opacity: 0.65;
434
+ }
435
+ }
436
+ }
437
+
438
+ .comment {
439
+ @include clearfix();
440
+ margin: 1em 0;
441
+
442
+ &:not(:last-child) {
443
+ border-bottom: 1px solid $border-color;
444
+ }
445
+ }
446
+
447
+ .comment__avatar-wrapper {
448
+ float: left;
449
+ width: 60px;
450
+ height: 60px;
451
+
452
+ @include breakpoint($large) {
453
+ width: 100px;
454
+ height: 100px;
455
+ }
456
+ }
457
+
458
+ .comment__avatar {
459
+ width: 40px;
460
+ height: 40px;
461
+ border-radius: 50%;
462
+
463
+ @include breakpoint($large) {
464
+ width: 80px;
465
+ height: 80px;
466
+ padding: 5px;
467
+ border: 1px solid $border-color;
468
+ }
469
+ }
470
+
471
+ .comment__content-wrapper {
472
+ float: right;
473
+ width: calc(100% - 60px);
474
+
475
+ @include breakpoint($large) {
476
+ width: calc(100% - 100px);
477
+ }
478
+ }
479
+
480
+ .comment__author {
481
+ margin: 0;
482
+
483
+ a {
484
+ text-decoration: none;
485
+ }
486
+ }
487
+
488
+ .comment__date {
489
+ @extend .page__meta;
490
+ margin: 0;
491
+
492
+ a {
493
+ text-decoration: none;
494
+ }
495
+ }
496
+
497
+ /*
498
+ Related
499
+ ========================================================================== */
500
+
501
+ .page__related {
502
+ @include clearfix();
503
+ float: left;
504
+ margin-top: 2em;
505
+ padding-top: 1em;
506
+ border-top: 1px solid $border-color;
507
+
508
+ @include breakpoint($large) {
509
+ float: right;
510
+ width: calc(100% - #{$right-sidebar-width-narrow});
511
+ }
512
+
513
+ @include breakpoint($x-large) {
514
+ width: calc(100% - #{$right-sidebar-width});
515
+ }
516
+
517
+ a {
518
+ color: inherit;
519
+ text-decoration: none;
520
+ }
521
+ }
522
+
523
+ .page__related-title {
524
+ margin-bottom: 10px;
525
+ font-size: $type-size-6;
526
+ text-transform: uppercase;
527
+ }
528
+
529
+ /*
530
+ Wide Pages
531
+ ========================================================================== */
532
+
533
+ .wide {
534
+ .page {
535
+ @include breakpoint($large) {
536
+ padding-right: 0;
537
+ }
538
+
539
+ @include breakpoint($x-large) {
540
+ padding-right: 0;
541
+ }
542
+ }
543
+
544
+ .page__related {
545
+ @include breakpoint($large) {
546
+ padding-right: 0;
547
+ }
548
+
549
+ @include breakpoint($x-large) {
550
+ padding-right: 0;
551
+ }
552
+ }
553
+ }