jekyll-theme-shikhalev 0.1.0.5

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.
Files changed (128) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +14 -0
  4. data/_includes/allejo/jekyll-toc.liquid +182 -0
  5. data/_includes/backlinks.liquid +58 -0
  6. data/_includes/google/ads.html +11 -0
  7. data/_includes/google/analytics.html +10 -0
  8. data/_includes/google/search.html +4 -0
  9. data/_includes/iframe.liquid +41 -0
  10. data/_includes/image.liquid +61 -0
  11. data/_includes/link.liquid +30 -0
  12. data/_includes/nova/aside/feeds.liquid +25 -0
  13. data/_includes/nova/aside/last_comments.liquid +28 -0
  14. data/_includes/nova/aside/navy.liquid +26 -0
  15. data/_includes/nova/comments/form.liquid +57 -0
  16. data/_includes/nova/comments/item.liquid +31 -0
  17. data/_includes/nova/comments/section.liquid +22 -0
  18. data/_includes/nova/footer.liquid +38 -0
  19. data/_includes/nova/stream/comment_count.liquid +19 -0
  20. data/_includes/nova/stream/subcategories.liquid +19 -0
  21. data/_includes/nova/stream/timeline.liquid +78 -0
  22. data/_includes/nova/utils/announcement.liquid +82 -0
  23. data/_includes/nova/utils/breadcrumbs.liquid +16 -0
  24. data/_includes/nova/utils/categories.liquid +18 -0
  25. data/_includes/nova/utils/categories_pane.html +8 -0
  26. data/_includes/nova/utils/chain.liquid +8 -0
  27. data/_includes/nova/utils/feed_link.liquid +11 -0
  28. data/_includes/nova/utils/recommendations.liquid +67 -0
  29. data/_includes/nova/utils/share_buttons.liquid +12 -0
  30. data/_includes/nova/utils/tags.liquid +8 -0
  31. data/_includes/yandex/metrica.html +18 -0
  32. data/_includes/yoomoney/form.html +4 -0
  33. data/_layouts/nova/calendar.html +79 -0
  34. data/_layouts/nova/default.html +185 -0
  35. data/_layouts/nova/page.html +7 -0
  36. data/_layouts/nova/post.html +34 -0
  37. data/_layouts/nova/stream.html +21 -0
  38. data/_layouts/nova/tags.html +30 -0
  39. data/_layouts/nova/verse.html +34 -0
  40. data/_sass/fonts/awesome.scss +69 -0
  41. data/_sass/fonts/pt-from-google.scss +252 -0
  42. data/_sass/highlight/autumn.scss +60 -0
  43. data/_sass/nova/backlinks.scss +19 -0
  44. data/_sass/nova/base.scss +52 -0
  45. data/_sass/nova/content/code.scss +39 -0
  46. data/_sass/nova/content/comments.scss +256 -0
  47. data/_sass/nova/content/content.scss +210 -0
  48. data/_sass/nova/content/footnotes.scss +44 -0
  49. data/_sass/nova/content/images.scss +108 -0
  50. data/_sass/nova/content/meta.scss +59 -0
  51. data/_sass/nova/content/randoms.scss +46 -0
  52. data/_sass/nova/content/share.scss +25 -0
  53. data/_sass/nova/content/tables.scss +56 -0
  54. data/_sass/nova/content/verse.scss +46 -0
  55. data/_sass/nova/dyn/topper.scss +38 -0
  56. data/_sass/nova/dyn/watermark.scss +35 -0
  57. data/_sass/nova/icons.scss +340 -0
  58. data/_sass/nova/layout.scss +645 -0
  59. data/_sass/nova/pages/calendar.scss +74 -0
  60. data/_sass/nova/pages/stream.scss +153 -0
  61. data/_sass/nova/pages/tags.scss +58 -0
  62. data/_sass/nova/preset.scss +35 -0
  63. data/_sass/nova/utils.scss +10 -0
  64. data/_sass/nova.scss +26 -0
  65. data/assets/fa/webfonts/fa-brands-400.eot +0 -0
  66. data/assets/fa/webfonts/fa-brands-400.svg +3717 -0
  67. data/assets/fa/webfonts/fa-brands-400.ttf +0 -0
  68. data/assets/fa/webfonts/fa-brands-400.woff +0 -0
  69. data/assets/fa/webfonts/fa-brands-400.woff2 +0 -0
  70. data/assets/fa/webfonts/fa-regular-400.eot +0 -0
  71. data/assets/fa/webfonts/fa-regular-400.svg +801 -0
  72. data/assets/fa/webfonts/fa-regular-400.ttf +0 -0
  73. data/assets/fa/webfonts/fa-regular-400.woff +0 -0
  74. data/assets/fa/webfonts/fa-regular-400.woff2 +0 -0
  75. data/assets/fa/webfonts/fa-solid-900.eot +0 -0
  76. data/assets/fa/webfonts/fa-solid-900.svg +5034 -0
  77. data/assets/fa/webfonts/fa-solid-900.ttf +0 -0
  78. data/assets/fa/webfonts/fa-solid-900.woff +0 -0
  79. data/assets/fa/webfonts/fa-solid-900.woff2 +0 -0
  80. data/assets/img/ico/analytics.svg +1 -0
  81. data/assets/img/ico/camera.svg +1 -0
  82. data/assets/img/ico/csharp.svg +1 -0
  83. data/assets/img/ico/css3.svg +1 -0
  84. data/assets/img/ico/darktable.png +0 -0
  85. data/assets/img/ico/darktable.svg +1 -0
  86. data/assets/img/ico/fontawesome.svg +1 -0
  87. data/assets/img/ico/gbif.svg +1 -0
  88. data/assets/img/ico/gce.png +0 -0
  89. data/assets/img/ico/gentoo.svg +1 -0
  90. data/assets/img/ico/giscus.svg +9 -0
  91. data/assets/img/ico/git.svg +1 -0
  92. data/assets/img/ico/github.svg +1 -0
  93. data/assets/img/ico/gitlab.svg +1 -0
  94. data/assets/img/ico/gmail.svg +1 -0
  95. data/assets/img/ico/google-fonts.svg +1 -0
  96. data/assets/img/ico/gpsbabel.png +0 -0
  97. data/assets/img/ico/gpxlab.png +0 -0
  98. data/assets/img/ico/heroku.svg +1 -0
  99. data/assets/img/ico/html5.svg +1 -0
  100. data/assets/img/ico/hugin-ru.svg +101 -0
  101. data/assets/img/ico/hugin.svg +1 -0
  102. data/assets/img/ico/imagemagick.png +0 -0
  103. data/assets/img/ico/imagemagick.svg +1 -0
  104. data/assets/img/ico/inaturalist.svg +1 -0
  105. data/assets/img/ico/instagram.svg +1 -0
  106. data/assets/img/ico/javascript.svg +1 -0
  107. data/assets/img/ico/jekyll.svg +1 -0
  108. data/assets/img/ico/kde-neon.svg +1 -0
  109. data/assets/img/ico/kde.svg +1 -0
  110. data/assets/img/ico/kdeconnect.svg +1 -0
  111. data/assets/img/ico/linux-mint.svg +1 -0
  112. data/assets/img/ico/liquid.png +0 -0
  113. data/assets/img/ico/locus-map.png +0 -0
  114. data/assets/img/ico/luminance-hdr.png +0 -0
  115. data/assets/img/ico/luminance-hdr.svg +1 -0
  116. data/assets/img/ico/metrika.svg +1 -0
  117. data/assets/img/ico/paratype.png +0 -0
  118. data/assets/img/ico/phil-harvey.svg +1 -0
  119. data/assets/img/ico/ruby.svg +1 -0
  120. data/assets/img/ico/rust.png +0 -0
  121. data/assets/img/ico/staticman.svg +1 -0
  122. data/assets/img/ico/webmaster.svg +1 -0
  123. data/assets/img/ico/wikipedia.svg +1 -0
  124. data/assets/img/ico/yoomoney.png +0 -0
  125. data/assets/js/comments.js +116 -0
  126. data/assets/js/topper.js +32 -0
  127. data/assets/styles.scss +3 -0
  128. metadata +205 -0
@@ -0,0 +1,60 @@
1
+ .highlight {
2
+ .hll { background-color: #ffffcc }
3
+ .c { color: #aaaaaa; font-style: italic } /* Comment */
4
+ .err { color: #F00000; background-color: #F0A0A0 } /* Error */
5
+ .k { color: #0000aa } /* Keyword */
6
+ .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
7
+ .cp { color: #4c8317 } /* Comment.Preproc */
8
+ .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
9
+ .cs { color: #0000aa; font-style: italic } /* Comment.Special */
10
+ .gd { color: #aa0000 } /* Generic.Deleted */
11
+ .ge { font-style: italic } /* Generic.Emph */
12
+ .gr { color: #aa0000 } /* Generic.Error */
13
+ .gh { color: #000080 } /* Generic.Heading */
14
+ .gi { color: #00aa00 } /* Generic.Inserted */
15
+ .go { color: #888888 } /* Generic.Output */
16
+ .gp { color: #555555 } /* Generic.Prompt */
17
+ .gs { color: #000000 } /* Generic.Strong */
18
+ .gu { color: #800080 } /* Generic.Subheading */
19
+ .gt { color: #aa0000 } /* Generic.Traceback */
20
+ .kc { color: #0000aa } /* Keyword.Constant */
21
+ .kd { color: #0000aa } /* Keyword.Declaration */
22
+ .kn { color: #0000aa } /* Keyword.Namespace */
23
+ .kp { color: #0000aa } /* Keyword.Pseudo */
24
+ .kr { color: #0000aa } /* Keyword.Reserved */
25
+ .kt { color: #00aaaa } /* Keyword.Type */
26
+ .m { color: #009999 } /* Literal.Number */
27
+ .s { color: #aa5500 } /* Literal.String */
28
+ .na { color: #1e90ff } /* Name.Attribute */
29
+ .nb { color: #00aaaa } /* Name.Builtin */
30
+ .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
31
+ .no { color: #aa0000 } /* Name.Constant */
32
+ .nd { color: #888888 } /* Name.Decorator */
33
+ .ni { color: #800000 } /* Name.Entity */
34
+ .nf { color: #00aa00 } /* Name.Function */
35
+ .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
36
+ .nt { color: #1e90ff } /* Name.Tag */
37
+ .nv { color: #aa0000 } /* Name.Variable */
38
+ .ow { color: #0000aa } /* Operator.Word */
39
+ .w { color: #bbbbbb } /* Text.Whitespace */
40
+ .mf { color: #009999 } /* Literal.Number.Float */
41
+ .mh { color: #009999 } /* Literal.Number.Hex */
42
+ .mi { color: #009999 } /* Literal.Number.Integer */
43
+ .mo { color: #009999 } /* Literal.Number.Oct */
44
+ .sb { color: #aa5500 } /* Literal.String.Backtick */
45
+ .sc { color: #aa5500 } /* Literal.String.Char */
46
+ .sd { color: #aa5500 } /* Literal.String.Doc */
47
+ .s2 { color: #aa5500 } /* Literal.String.Double */
48
+ .se { color: #aa5500 } /* Literal.String.Escape */
49
+ .sh { color: #aa5500 } /* Literal.String.Heredoc */
50
+ .si { color: #aa5500 } /* Literal.String.Interpol */
51
+ .sx { color: #aa5500 } /* Literal.String.Other */
52
+ .sr { color: #009999 } /* Literal.String.Regex */
53
+ .s1 { color: #aa5500 } /* Literal.String.Single */
54
+ .ss { color: #0000aa } /* Literal.String.Symbol */
55
+ .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
56
+ .vc { color: #aa0000 } /* Name.Variable.Class */
57
+ .vg { color: #aa0000 } /* Name.Variable.Global */
58
+ .vi { color: #aa0000 } /* Name.Variable.Instance */
59
+ .il { color: #009999 } /* Literal.Number.Integer.Long */
60
+ }
@@ -0,0 +1,19 @@
1
+ @import "nova/preset";
2
+
3
+ /*
4
+ .backlinks {
5
+ font-family: $compact-font-family;
6
+ color: $semidark-gray-color;
7
+
8
+ h2, h3, h4, h5, h6 {
9
+ font-family: $compact-font-family;
10
+ color: $semidark-gray-color;
11
+ }
12
+
13
+ a,
14
+ a:link,
15
+ a:visited {
16
+ color: $semidark-gray-color;
17
+ }
18
+ }
19
+ */
@@ -0,0 +1,52 @@
1
+ body {
2
+ font-family: $base-font-family;
3
+ font-size: $base-font-size;
4
+ color: $base-font-color;
5
+ }
6
+
7
+ h1,
8
+ h2,
9
+ h3,
10
+ h4,
11
+ h5,
12
+ h6,
13
+ dt {
14
+ font-family: $caption-font-family;
15
+ font-weight: normal;
16
+ break-after: avoid;
17
+ page-break-after: avoid;
18
+ margin: 0.7em 0em 0.3em;
19
+ }
20
+
21
+ $header_scale: 1.29;
22
+
23
+ h5,
24
+ h6,
25
+ dt {
26
+ font-size: $base-font-size;
27
+ }
28
+
29
+ h4 {
30
+ font-size: $base-font-size * $header_scale;
31
+ }
32
+
33
+ h3 {
34
+ font-size: $base-font-size * $header_scale * $header_scale;
35
+ }
36
+
37
+ h2 {
38
+ font-size: $base-font-size * $header_scale * $header_scale * $header_scale;
39
+ }
40
+
41
+ h1 {
42
+ font-size: $base-font-size * $header_scale * $header_scale * $header_scale * $header_scale;
43
+ }
44
+
45
+ p {
46
+ margin-top: 2px;
47
+ margin-bottom: 5px;
48
+ }
49
+
50
+ sup {
51
+ font-size: $index-font-size;
52
+ }
@@ -0,0 +1,39 @@
1
+ code {
2
+ font-family: $mono-font-family;
3
+ font-size: 85%;
4
+ font-style: normal;
5
+ border: 1px solid $light-gray-color;
6
+ padding: 1px 3px;
7
+ border-radius: 3px;
8
+ }
9
+
10
+ pre {
11
+ overflow-x: auto;
12
+
13
+ @media print {
14
+ overflow-x: visible;
15
+ white-space: pre-wrap;
16
+ }
17
+ }
18
+
19
+ figure.highlight {
20
+ font-family: $mono-font-family;
21
+ display: block;
22
+ margin: 10px 10px;
23
+ padding: 0px;
24
+ max-width: 100%;
25
+
26
+ pre {
27
+ margin: 0px;
28
+ padding: 8px 12px;
29
+ max-width: 100%;
30
+
31
+ font-size: 85%;
32
+
33
+ code {
34
+ padding: 0px;
35
+ border: none;
36
+ font-size: inherit;
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,256 @@
1
+ .comment {
2
+ padding-left: 10px;
3
+ border-left: 10px solid $frame-color-back;
4
+
5
+ .comment {
6
+ border-left: 5px solid $frame-color-back;
7
+
8
+ .comment {
9
+ .comment {
10
+ margin-left: -15px;
11
+ }
12
+ }
13
+ }
14
+
15
+ h5 {
16
+ font-size: $base-font-size;
17
+ font-weight: medium;
18
+ font-family: $caption-font-family;
19
+
20
+ .comment-meta {
21
+ font-size: 80%;
22
+ font-family: $compact-font-family;
23
+ color: $frame-color-dark;
24
+ }
25
+
26
+ a,
27
+ a:link,
28
+ a:visited {
29
+ color: $frame-color-dark;
30
+ }
31
+ }
32
+ }
33
+
34
+ .comment.loaded {
35
+ border-color: #fff8dc;
36
+ }
37
+
38
+ .comment-message {
39
+ h1,
40
+ h1,
41
+ h2,
42
+ h3,
43
+ h4,
44
+ h5,
45
+ h6 {
46
+ font-size: $base-font-size;
47
+ font-weight: normal;
48
+ font-family: $caption-font-family;
49
+ }
50
+ }
51
+
52
+ .comment-actions {
53
+ font-size: 80%;
54
+ font-family: $compact-font-family;
55
+ color: $frame-color-dark;
56
+
57
+ a,
58
+ a:link,
59
+ a:visited {
60
+ color: $frame-color-dark;
61
+ }
62
+
63
+ display: none;
64
+ }
65
+
66
+ #add-comment {
67
+ @extend h3;
68
+ }
69
+
70
+ #add-comment-form {
71
+ display: grid;
72
+
73
+ background-color: $frame-color-back;
74
+ padding: 10px;
75
+ border: solid $frame-color-light 1px;
76
+ box-shadow: $base-shadow $frame-color-light;
77
+ border-radius: 5px;
78
+
79
+ grid-template-columns: 200px 250px 1fr 130px 110px;
80
+ gap: 10px;
81
+
82
+ grid-template-areas:
83
+ "target target target target target"
84
+ "name-label name-input . . ."
85
+ "email-label email-input site-label site-input site-input"
86
+ "msg-label message message message message"
87
+ "msg-hint message message message message"
88
+ ". message message message message"
89
+ "recaptcha recaptcha recaptcha recaptcha button"
90
+ "recaptcha recaptcha recaptcha recaptcha .";
91
+
92
+ @media screen and (max-width: 824px) and (min-width: 640px) {
93
+ grid-template-columns: 200px 250px 1fr 110px;
94
+ grid-template-areas:
95
+ "target target target target"
96
+ "name-label name-input . ."
97
+ "email-label email-input . ."
98
+ "site-label site-input . ."
99
+ "msg-label message message message"
100
+ "msg-hint message message message"
101
+ ". message message message"
102
+ "recaptcha recaptcha recaptcha button"
103
+ "recaptcha recaptcha recaptcha .";
104
+ }
105
+
106
+ @media screen and (max-width: 639px) {
107
+ grid-template-columns: 1fr;
108
+ grid-template-areas:
109
+ "target"
110
+ "name-label"
111
+ "name-input"
112
+ "email-label"
113
+ "email-input"
114
+ "site-label"
115
+ "site-input"
116
+ "msg-label"
117
+ "message"
118
+ "msg-hint"
119
+ "recaptcha"
120
+ "button";
121
+ }
122
+ }
123
+
124
+ #add-comment-target {
125
+ grid-area: target;
126
+
127
+ text-align: center;
128
+ font-size: $small-font-size;
129
+ font-family: $compact-font-family;
130
+ }
131
+
132
+ #add-comment-name-label {
133
+ grid-area: name-label;
134
+
135
+ text-align: right;
136
+ font-weight: bold;
137
+ margin: auto 0px;
138
+
139
+ @media screen and (max-width: 639px) {
140
+ text-align: left;
141
+ }
142
+ }
143
+
144
+ #add-comment-name-input {
145
+ grid-area: name-input;
146
+ }
147
+
148
+ #add-comment-email-label {
149
+ grid-area: email-label;
150
+
151
+ text-align: right;
152
+ margin: auto 0px;
153
+
154
+ @media screen and (max-width: 639px) {
155
+ text-align: left;
156
+ }
157
+ }
158
+
159
+ #add-comment-email-input {
160
+ grid-area: email-input;
161
+ }
162
+
163
+ #add-comment-site-label {
164
+ grid-area: site-label;
165
+
166
+ text-align: right;
167
+ margin: auto 0px;
168
+
169
+ @media screen and (max-width: 639px) {
170
+ text-align: left;
171
+ }
172
+ }
173
+
174
+ #add-comment-site-input {
175
+ grid-area: site-input;
176
+ }
177
+
178
+ #add-comment-msg-label {
179
+ grid-area: msg-label;
180
+
181
+ text-align: right;
182
+ font-weight: bold;
183
+ margin: auto 0px;
184
+
185
+ @media screen and (max-width: 639px) {
186
+ text-align: left;
187
+ }
188
+ }
189
+
190
+ #add-comment-msg-hint {
191
+ grid-area: msg-hint;
192
+
193
+ text-align: right;
194
+ font-size: $notes-font-size;
195
+ hyphens: manual;
196
+
197
+ @media screen and (max-width: 639px) {
198
+ text-align: left;
199
+ }
200
+ }
201
+
202
+ #add-comment-message {
203
+ grid-area: message;
204
+ }
205
+
206
+ #add-comment-recaptcha {
207
+ grid-area: recaptcha;
208
+
209
+ p {
210
+ text-align: left;
211
+ font-size: $notes-font-size;
212
+ hyphens: manual;
213
+ }
214
+ }
215
+
216
+ .g-recaptcha {
217
+ float: right;
218
+ width: 300px;
219
+ margin-left: 10px;
220
+
221
+ @media screen and (max-width: 659px) {
222
+ float: none;
223
+ margin-left: auto;
224
+ margin-right: auto;
225
+ }
226
+ }
227
+
228
+ #add-comment-button {
229
+ grid-area: button;
230
+
231
+ font-weight: bold;
232
+
233
+ height: 78px;
234
+ }
235
+
236
+ #add-comment,
237
+ #add-comment-form,
238
+ .comment-actions-wrapper {
239
+ @media print {
240
+ display: none;
241
+ }
242
+ }
243
+
244
+ $indents: 1, 2, 4, 8, 12;
245
+
246
+ @each $i in $indents {
247
+ .i#{$i} {
248
+ margin-left: #{$i}em;
249
+ }
250
+ }
251
+
252
+ .giscus {
253
+ @media print {
254
+ display: none;
255
+ }
256
+ }
@@ -0,0 +1,210 @@
1
+ article {
2
+ font-optical-sizing: auto;
3
+
4
+ hr {
5
+ color: $base-gray-color;
6
+ border-top: dotted 1px $base-gray-color;
7
+ border-right: 0px;
8
+ border-left: 0px;
9
+ border-bottom: 0px;
10
+ max-width: 90%;
11
+ }
12
+
13
+ p {
14
+ text-align: justify;
15
+ hyphens: auto;
16
+ }
17
+
18
+ p,
19
+ dt,
20
+ li,
21
+ h2, h3, h4, h5, h6 {
22
+ a:link {
23
+ color: $base-link-color;
24
+ text-decoration: none;
25
+ }
26
+ a:visited {
27
+ color: $visited-link-color;
28
+ text-decoration: none;
29
+ }
30
+ a:link:hover {
31
+ text-decoration: underline;
32
+ }
33
+ }
34
+
35
+ &.layout-stream, &.layout-home {
36
+ h3 {
37
+ a:link,
38
+ a:visited {
39
+ color: $frame-color-dark;
40
+ text-decoration: none;
41
+ }
42
+ a:link:hover {
43
+ text-decoration: underline;
44
+ }
45
+ }
46
+ }
47
+ }
48
+
49
+ blockquote {
50
+ margin: 5px 0px 5px 15px;
51
+ padding: 0px 0px 0px 10px;
52
+ border-left: solid 5px $base-gray-color;
53
+
54
+ &.epigraph {
55
+ border: none;
56
+ margin-left: 50px;
57
+ margin-bottom: 15px;
58
+ font-style: italic;
59
+
60
+ em {
61
+ margin-left: 5em;
62
+ font-style: normal;
63
+ }
64
+ }
65
+ }
66
+
67
+ ul {
68
+ margin: 0px;
69
+ }
70
+
71
+ .note {
72
+ margin-left: 2em;
73
+ margin-right: 2em;
74
+ font-size: $small-font-size;
75
+ }
76
+
77
+ .abstract {
78
+ margin-left: 2em;
79
+ margin-right: 2em;
80
+ }
81
+
82
+ .italic {
83
+ font-style: italic;
84
+ }
85
+
86
+ .bold {
87
+ font-weight: bold;
88
+ }
89
+
90
+ .small {
91
+ font-size: $small-font-size;
92
+ }
93
+
94
+ p.description {
95
+ font-size: $base-font-size * $header_scale;
96
+ font-style: italic;
97
+ margin-top: 20px;
98
+ margin-bottom: 30px;
99
+ text-align: left;
100
+ hyphens: manual;
101
+ }
102
+
103
+ p img {
104
+ display: inline-block;
105
+ vertical-align: middle;
106
+ }
107
+
108
+ .list-box {
109
+ > ul > li {
110
+ break-inside: avoid;
111
+ page-break-inside: avoid;
112
+ }
113
+
114
+ margin-top: 10px;
115
+ margin-bottom: 10px;
116
+
117
+ columns: 3;
118
+ @media screen and (max-width: 779px) and (min-width: 525px) {
119
+ columns: 2;
120
+ }
121
+ @media screen and (max-width: 524px) {
122
+ columns: 1;
123
+ }
124
+ }
125
+
126
+ .links-box {
127
+ p {
128
+ white-space: pre;
129
+ text-align: left;
130
+ }
131
+
132
+ columns: 2;
133
+ @media screen and (max-width: 639px) {
134
+ columns: 1;
135
+ }
136
+ }
137
+
138
+ .sticker {
139
+ color: $frame-color-dark;
140
+ background-color: $frame-color-back;
141
+ font-family: $compact-font-family;
142
+ padding: 10px;
143
+ border: solid $frame-color-dark 1px;
144
+ box-shadow: $base-shadow $frame-color-light;
145
+ border-radius: 5px;
146
+ a,
147
+ a:link,
148
+ a:visited {
149
+ color: $frame-color-dark;
150
+ text-decoration: none;
151
+ }
152
+ a:hover {
153
+ text-decoration: underline;
154
+ }
155
+ }
156
+
157
+ .announcement {
158
+ @media print {
159
+ display: none;
160
+ }
161
+ }
162
+
163
+ .light {
164
+ color: $frame-color-light;
165
+ }
166
+
167
+ .light-icon {
168
+ &::before {
169
+ color: $frame-color-light;
170
+ }
171
+ }
172
+
173
+ .light-li-icon {
174
+ &::marker {
175
+ color: $frame-color-light;
176
+ }
177
+ }
178
+
179
+ .dark {
180
+ color: $frame-color-dark;
181
+ }
182
+
183
+ .dark-icon {
184
+ &::before {
185
+ color: $frame-color-dark;
186
+ }
187
+ }
188
+
189
+ .dark-li-icon {
190
+ &::marker {
191
+ color: $frame-color-dark;
192
+ }
193
+ }
194
+
195
+ .marker {
196
+ background-color: lighten($highlight-color, 25);
197
+ }
198
+
199
+ .cold-marker {
200
+ background-color: lighten($cold-highlight-color, 25);
201
+ }
202
+
203
+ abbr {
204
+ border-bottom: 1px dotted $highlight-color;
205
+ cursor: help;
206
+ }
207
+
208
+ .caption {
209
+ font-family: $caption-font-family;
210
+ }
@@ -0,0 +1,44 @@
1
+ a.footnote::after {
2
+ content: ")";
3
+ }
4
+
5
+ .footnotes {
6
+ font-family: $compact-font-family;
7
+ font-size: $small-font-size;
8
+
9
+ padding-top: 10px;
10
+ margin-top: 10px;
11
+
12
+ border-top: dotted 1px $frame-color-light;
13
+
14
+ columns: 2;
15
+
16
+ ol {
17
+ margin: 0px;
18
+ padding-left: 20px;
19
+ li {
20
+ break-inside: avoid;
21
+ page-break-inside: avoid;
22
+ p {
23
+ break-inside: avoid;
24
+ page-break-inside: avoid;
25
+
26
+ display: inline-block;
27
+ vertical-align: top;
28
+ margin-top: 0px;
29
+ }
30
+
31
+ &:target {
32
+ background-color: $frame-color-back;
33
+ }
34
+ }
35
+ }
36
+
37
+ p {
38
+ text-align: left;
39
+ }
40
+
41
+ @media screen and (max-width: 550px) {
42
+ columns: 1;
43
+ }
44
+ }