balean-theme 0.1.0 → 0.1.2

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.
@@ -1,341 +0,0 @@
1
- /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
2
-
3
- /* Document
4
- ========================================================================== */
5
-
6
- /**
7
- * 1. Correct the line height in all browsers.
8
- * 2. Prevent adjustments of font size after orientation changes in iOS.
9
- */
10
-
11
- html {
12
- line-height: 1.15; /* 1 */
13
- -webkit-text-size-adjust: 100%; /* 2 */
14
- }
15
-
16
- /* Sections
17
- ========================================================================== */
18
-
19
- /**
20
- * Remove the margin in all browsers.
21
- */
22
-
23
- body {
24
- margin: 0;
25
- }
26
-
27
- /**
28
- * Correct the font size and margin on `h1` elements within `section` and
29
- * `article` contexts in Chrome, Firefox, and Safari.
30
- */
31
-
32
- h1 {
33
- font-size: 2em;
34
- margin: 0.67em 0;
35
- }
36
-
37
- /* Grouping content
38
- ========================================================================== */
39
-
40
- /**
41
- * 1. Add the correct box sizing in Firefox.
42
- * 2. Show the overflow in Edge and IE.
43
- */
44
-
45
- hr {
46
- box-sizing: content-box; /* 1 */
47
- height: 0; /* 1 */
48
- overflow: visible; /* 2 */
49
- }
50
-
51
- /**
52
- * 1. Correct the inheritance and scaling of font size in all browsers.
53
- * 2. Correct the odd `em` font sizing in all browsers.
54
- */
55
-
56
- pre {
57
- font-family: monospace, monospace; /* 1 */
58
- font-size: 1em; /* 2 */
59
- }
60
-
61
- /* Text-level semantics
62
- ========================================================================== */
63
-
64
- /**
65
- * Remove the gray background on active links in IE 10.
66
- */
67
-
68
- a {
69
- background-color: transparent;
70
- }
71
-
72
- /**
73
- * 1. Remove the bottom border in Chrome 57-
74
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
75
- */
76
-
77
- abbr[title] {
78
- border-bottom: none; /* 1 */
79
- text-decoration: underline; /* 2 */
80
- text-decoration: underline dotted; /* 2 */
81
- }
82
-
83
- /**
84
- * Add the correct font weight in Chrome, Edge, and Safari.
85
- */
86
-
87
- b,
88
- strong {
89
- font-weight: bolder;
90
- }
91
-
92
- /**
93
- * 1. Correct the inheritance and scaling of font size in all browsers.
94
- * 2. Correct the odd `em` font sizing in all browsers.
95
- */
96
-
97
- code,
98
- kbd,
99
- samp {
100
- font-family: monospace, monospace; /* 1 */
101
- font-size: 1em; /* 2 */
102
- }
103
-
104
- /**
105
- * Add the correct font size in all browsers.
106
- */
107
-
108
- small {
109
- font-size: 80%;
110
- }
111
-
112
- /**
113
- * Prevent `sub` and `sup` elements from affecting the line height in
114
- * all browsers.
115
- */
116
-
117
- sub,
118
- sup {
119
- font-size: 75%;
120
- line-height: 0;
121
- position: relative;
122
- vertical-align: baseline;
123
- }
124
-
125
- sub {
126
- bottom: -0.25em;
127
- }
128
-
129
- sup {
130
- top: -0.5em;
131
- }
132
-
133
- /* Embedded content
134
- ========================================================================== */
135
-
136
- /**
137
- * Remove the border on images inside links in IE 10.
138
- */
139
-
140
- img {
141
- border-style: none;
142
- }
143
-
144
- /* Forms
145
- ========================================================================== */
146
-
147
- /**
148
- * 1. Change the font styles in all browsers.
149
- * 2. Remove the margin in Firefox and Safari.
150
- */
151
-
152
- button,
153
- input,
154
- optgroup,
155
- select,
156
- textarea {
157
- font-family: inherit; /* 1 */
158
- font-size: 100%; /* 1 */
159
- line-height: 1.15; /* 1 */
160
- margin: 0; /* 2 */
161
- }
162
-
163
- /**
164
- * Show the overflow in IE.
165
- * 1. Show the overflow in Edge.
166
- */
167
-
168
- button,
169
- input { /* 1 */
170
- overflow: visible;
171
- }
172
-
173
- /**
174
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
175
- * 1. Remove the inheritance of text transform in Firefox.
176
- */
177
-
178
- button,
179
- select { /* 1 */
180
- text-transform: none;
181
- }
182
-
183
- /**
184
- * Correct the inability to style clickable types in iOS and Safari.
185
- */
186
-
187
- button,
188
- [type="button"],
189
- [type="reset"],
190
- [type="submit"] {
191
- -webkit-appearance: button;
192
- }
193
-
194
- /**
195
- * Remove the inner border and padding in Firefox.
196
- */
197
-
198
- button::-moz-focus-inner,
199
- [type="button"]::-moz-focus-inner,
200
- [type="reset"]::-moz-focus-inner,
201
- [type="submit"]::-moz-focus-inner {
202
- border-style: none;
203
- padding: 0;
204
- }
205
-
206
- /**
207
- * Restore the focus styles unset by the previous rule.
208
- */
209
-
210
- button:-moz-focusring,
211
- [type="button"]:-moz-focusring,
212
- [type="reset"]:-moz-focusring,
213
- [type="submit"]:-moz-focusring {
214
- outline: 1px dotted ButtonText;
215
- }
216
-
217
- /**
218
- * Correct the padding in Firefox.
219
- */
220
-
221
- fieldset {
222
- padding: 0.35em 0.75em 0.625em;
223
- }
224
-
225
- /**
226
- * 1. Correct the text wrapping in Edge and IE.
227
- * 2. Correct the color inheritance from `fieldset` elements in IE.
228
- * 3. Remove the padding so developers are not caught out when they zero out
229
- * `fieldset` elements in all browsers.
230
- */
231
-
232
- legend {
233
- box-sizing: border-box; /* 1 */
234
- color: inherit; /* 2 */
235
- display: table; /* 1 */
236
- max-width: 100%; /* 1 */
237
- padding: 0; /* 3 */
238
- white-space: normal; /* 1 */
239
- }
240
-
241
- /**
242
- * Add the correct vertical alignment in Chrome, Firefox, and Opera.
243
- */
244
-
245
- progress {
246
- vertical-align: baseline;
247
- }
248
-
249
- /**
250
- * Remove the default vertical scrollbar in IE 10+.
251
- */
252
-
253
- textarea {
254
- overflow: auto;
255
- }
256
-
257
- /**
258
- * 1. Add the correct box sizing in IE 10.
259
- * 2. Remove the padding in IE 10.
260
- */
261
-
262
- [type="checkbox"],
263
- [type="radio"] {
264
- box-sizing: border-box; /* 1 */
265
- padding: 0; /* 2 */
266
- }
267
-
268
- /**
269
- * Correct the cursor style of increment and decrement buttons in Chrome.
270
- */
271
-
272
- [type="number"]::-webkit-inner-spin-button,
273
- [type="number"]::-webkit-outer-spin-button {
274
- height: auto;
275
- }
276
-
277
- /**
278
- * 1. Correct the odd appearance in Chrome and Safari.
279
- * 2. Correct the outline style in Safari.
280
- */
281
-
282
- [type="search"] {
283
- -webkit-appearance: textfield; /* 1 */
284
- outline-offset: -2px; /* 2 */
285
- }
286
-
287
- /**
288
- * Remove the inner padding in Chrome and Safari on macOS.
289
- */
290
-
291
- [type="search"]::-webkit-search-decoration {
292
- -webkit-appearance: none;
293
- }
294
-
295
- /**
296
- * 1. Correct the inability to style clickable types in iOS and Safari.
297
- * 2. Change font properties to `inherit` in Safari.
298
- */
299
-
300
- ::-webkit-file-upload-button {
301
- -webkit-appearance: button; /* 1 */
302
- font: inherit; /* 2 */
303
- }
304
-
305
- /* Interactive
306
- ========================================================================== */
307
-
308
- /*
309
- * Add the correct display in Edge, IE 10+, and Firefox.
310
- */
311
-
312
- details {
313
- display: block;
314
- }
315
-
316
- /*
317
- * Add the correct display in all browsers.
318
- */
319
-
320
- summary {
321
- display: list-item;
322
- }
323
-
324
- /* Misc
325
- ========================================================================== */
326
-
327
- /**
328
- * Add the correct display in IE 10+.
329
- */
330
-
331
- template {
332
- display: none;
333
- }
334
-
335
- /**
336
- * Add the correct display in IE 10.
337
- */
338
-
339
- [hidden] {
340
- display: none;
341
- }
@@ -1,38 +0,0 @@
1
- /**
2
- * A very simple reset that sits on top of Normalize.css.
3
- */
4
-
5
- body,
6
- h1, h2, h3, h4, h5, h6,
7
- p, blockquote, pre,
8
- dl, dd, ol, ul,
9
- fieldset, legend,
10
- figure,
11
- hr {
12
- margin: 0;
13
- padding: 0;
14
- }
15
-
16
-
17
- /**
18
- * Remove trailing margins from nested lists.
19
- */
20
-
21
- li > {
22
-
23
- ul,
24
- ol {
25
- margin-bottom: 0;
26
- }
27
-
28
- }
29
-
30
-
31
- /**
32
- * Remove default table spacing.
33
- */
34
-
35
- table {
36
- border-collapse: collapse;
37
- border-spacing: 0;
38
- }
@@ -1,32 +0,0 @@
1
- @use "balean/variables" as vars;
2
-
3
- /**
4
- * Shared declarations for certain elements.
5
- */
6
-
7
- h1, h2, h3, h4, h5, h6,
8
- ul, ol, dl,
9
- blockquote, p, address,
10
- hr,
11
- table,
12
- fieldset, figure,
13
- pre {
14
- margin-bottom: 32px;
15
- }
16
-
17
-
18
- /**
19
- * Consistent indentation for lists.
20
- */
21
-
22
- ul, ol,
23
- dd {
24
- margin-left: vars.$base-spacing-unit;
25
- padding-left: 4px;
26
- }
27
-
28
- ul, ol {
29
- li {
30
- margin-bottom: 10px;
31
- }
32
- }
@@ -1 +0,0 @@
1
- .splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@@ -1,73 +0,0 @@
1
- /*
2
- Syntax Highlighting
3
- */
4
-
5
- .highlight {
6
- margin-bottom: 32px;
7
- border-radius: 8px;
8
- background: var(--syntax-highlighting-background);
9
-
10
- .highlighter-rouge & {
11
- background: var(--syntax-highlighting-background);
12
- }
13
-
14
- .c { color: #998; font-style: italic } // Comment
15
- .err { color: #a61717; background-color: #e3d2d2 } // Error
16
- .k { font-weight: bold } // Keyword
17
- .o { font-weight: bold } // Operator
18
- .cm { color: #998; font-style: italic } // Comment.Multiline
19
- .cp { color: #999; font-weight: bold } // Comment.Preproc
20
- .c1 { color: #998; font-style: italic } // Comment.Single
21
- .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
22
- .gd { color: #000; background-color: #fdd } // Generic.Deleted
23
- .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
24
- .ge { font-style: italic } // Generic.Emph
25
- .gr { color: #a00 } // Generic.Error
26
- .gh { color: #999 } // Generic.Heading
27
- .gi { color: #000; background-color: #dfd } // Generic.Inserted
28
- .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
29
- .go { color: #888 } // Generic.Output
30
- .gp { color: #555 } // Generic.Prompt
31
- .gs { font-weight: bold } // Generic.Strong
32
- .gu { color: #aaa } // Generic.Subheading
33
- .gt { color: #a00 } // Generic.Traceback
34
- .kc { font-weight: bold } // Keyword.Constant
35
- .kd { font-weight: bold } // Keyword.Declaration
36
- .kp { font-weight: bold } // Keyword.Pseudo
37
- .kr { font-weight: bold } // Keyword.Reserved
38
- .kt { color: #5d76bf; font-weight: bold } // Keyword.Type
39
- .m { color: #099 } // Literal.Number
40
- .s { color: #ec2355 } // Literal.String
41
- .na { color: #008080 } // Name.Attribute
42
- .nb { color: #0086B3 } // Name.Builtin
43
- .nc { color: #5d76bf; font-weight: bold } // Name.Class
44
- .no { color: #008080 } // Name.Constant
45
- .ni { color: #800080 } // Name.Entity
46
- .ne { color: #900; font-weight: bold } // Name.Exception
47
- .nf { color: #900; font-weight: bold } // Name.Function
48
- .nn { color: #555 } // Name.Namespace
49
- .nt { color: #4d65dc } // Name.Tag
50
- .nv { color: #008080 } // Name.Variable
51
- .ow { font-weight: bold } // Operator.Word
52
- .w { color: #bbb } // Text.Whitespace
53
- .mf { color: #099 } // Literal.Number.Float
54
- .mh { color: #099 } // Literal.Number.Hex
55
- .mi { color: #099 } // Literal.Number.Integer
56
- .mo { color: #099 } // Literal.Number.Oct
57
- .sb { color: #ec2355 } // Literal.String.Backtick
58
- .sc { color: #ec2355 } // Literal.String.Char
59
- .sd { color: #ec2355 } // Literal.String.Doc
60
- .s2 { color: #ec2355 } // Literal.String.Double
61
- .se { color: #ec2355 } // Literal.String.Escape
62
- .sh { color: #ec2355 } // Literal.String.Heredoc
63
- .si { color: #ec2355 } // Literal.String.Interpol
64
- .sx { color: #ec2355 } // Literal.String.Other
65
- .sr { color: #009926 } // Literal.String.Regex
66
- .s1 { color: #ec2355 } // Literal.String.Single
67
- .ss { color: #990073 } // Literal.String.Symbol
68
- .bp { color: #999 } // Name.Builtin.Pseudo
69
- .vc { color: #008080 } // Name.Variable.Class
70
- .vg { color: #008080 } // Name.Variable.Global
71
- .vi { color: #008080 } // Name.Variable.Instance
72
- .il { color: #099 } // Literal.Number.Integer.Long
73
- }
@@ -1,8 +0,0 @@
1
- ---
2
- search: false
3
- ---
4
-
5
- @use "bootstrap" as bui;
6
-
7
-
8
- //$base-url: "{{site.baseurl}}";