편집 중 추가된 줄 (added_lines) | [
0 => '',
1 => '=== [[CSS]] ===',
2 => '',
3 => 'bear 블로그 용 마타로아 css 입니다.',
4 => '',
5 => '<div class="mw-collapsible mw-collapsed">',
6 => 'Custom styles: 에 복사 붙여넣기 하고 Extend existing styles 체크',
7 => '<div class="mw-collapsible-content">',
8 => '<pre>',
9 => '',
10 => '/* reset */',
11 => 'html {',
12 => ' /* fix line height in all browsers */',
13 => ' line-height: 1.15;',
14 => ' /* prevent adjustments of font size after orientation changes in iOS */',
15 => ' -webkit-text-size-adjust: 100%;',
16 => '}',
17 => '',
18 => 'body {',
19 => ' /* remove margin in all browsers */',
20 => ' margin: 0;',
21 => '',
22 => ' ',
23 => '}',
24 => '',
25 => 'hr {',
26 => ' /* fix height in Firefox */',
27 => ' height: 0;',
28 => ' /* fix inheritance of border color in Firefox */',
29 => ' color: inherit;',
30 => '}',
31 => '',
32 => 'abbr[title] {',
33 => ' /* fix text decoration in Chrome, Edge, Safari. */',
34 => ' text-decoration: underline dotted;',
35 => '}',
36 => '',
37 => 'b,',
38 => 'strong {',
39 => ' /* fix font weight in Edge and Safari */',
40 => ' font-weight: bolder;',
41 => '}',
42 => '',
43 => 'code,',
44 => 'kbd,',
45 => 'samp,',
46 => 'pre {',
47 => ' /* improve consistency of default fonts in all browsers */',
48 => ' font-family: monospace;',
49 => ' /* correct the odd 'em' font sizing in all browsers */',
50 => ' font-size: 1em;',
51 => '}',
52 => '',
53 => 'small {',
54 => ' /* fix font size in all browsers */',
55 => ' font-size: 80%;',
56 => '}',
57 => '',
58 => '/* prevent sub and sup from affecting the line height in all browsers */',
59 => 'sub,',
60 => 'sup {',
61 => ' font-size: 75%;',
62 => ' line-height: 0;',
63 => ' position: relative;',
64 => ' vertical-align: baseline;',
65 => '}',
66 => '',
67 => 'sub {',
68 => ' bottom: -0.25em;',
69 => '}',
70 => '',
71 => 'sup {',
72 => ' top: -0.5em;',
73 => '}',
74 => '',
75 => 'table {',
76 => ' /* remove text indentation from table contents in Chrome and Safari */',
77 => ' text-indent: 0;',
78 => ' /* fix table border color inheritance in Chrome and Safari */',
79 => ' border-color: inherit;',
80 => '}',
81 => '',
82 => 'button,',
83 => 'input,',
84 => 'optgroup,',
85 => 'select,',
86 => 'textarea {',
87 => ' /* fix font styles in all browsers */',
88 => ' font-family: inherit;',
89 => ' font-size: 100%;',
90 => ' line-height: 1.15;',
91 => ' /* remove margin in Firefox and Safari */',
92 => ' margin: 0;',
93 => '}',
94 => '',
95 => 'button,',
96 => 'select {',
97 => ' /* remove inheritance of text transform in Edge and Firefox */',
98 => ' text-transform: none;',
99 => '}',
100 => '',
101 => 'button,',
102 => '[type='button'],',
103 => '[type='reset'],',
104 => '[type='submit'] {',
105 => ' /* fix inability to style clickable types in iOS and Safari */',
106 => ' -webkit-appearance: button;',
107 => '}',
108 => '',
109 => '/* remove inner border and padding in Firefox */',
110 => '::-moz-focus-inner {',
111 => ' border-style: none;',
112 => ' padding: 0;',
113 => '}',
114 => '',
115 => ':-moz-focusring {',
116 => ' /* restore focus styles unset by the previous rule */',
117 => ' outline: 1px dotted ButtonText;',
118 => '}',
119 => '',
120 => ':-moz-ui-invalid {',
121 => ' /* remove additional ':invalid' styles in Firefox */',
122 => ' box-shadow: none;',
123 => '}',
124 => '',
125 => 'progress {',
126 => ' /* fix vertical alignment in Chrome and Firefox */',
127 => ' vertical-align: baseline;',
128 => '}',
129 => '',
130 => '::-webkit-inner-spin-button,',
131 => '::-webkit-outer-spin-button {',
132 => ' /* fix cursor style of increment and decrement buttons in Safari */',
133 => ' height: auto;',
134 => '}',
135 => '',
136 => '[type='search'] {',
137 => ' /* fix appearance in Chrome and Safari */',
138 => ' -webkit-appearance: textfield;',
139 => ' /* fix outline in Safari */',
140 => ' outline-offset: -2px;',
141 => '}',
142 => '',
143 => '::-webkit-search-decoration {',
144 => ' /* remove inner padding in Chrome and Safari on macOS */',
145 => ' -webkit-appearance: none;',
146 => '}',
147 => '',
148 => '::-webkit-file-upload-button {',
149 => ' /* fix inability to style clickable types in iOS and Safari */',
150 => ' -webkit-appearance: button;',
151 => ' /* change font properties to 'inherit' in Safari. */',
152 => ' font: inherit;',
153 => '}',
154 => '',
155 => 'summary {',
156 => ' /* fix display in Chrome and Safari */',
157 => ' display: list-item;',
158 => '}',
159 => '',
160 => '/* general */',
161 => ':root {',
162 => ' --link-color: #1175e2;',
163 => ' --ascent-color: #006cdf;',
164 => ' --dark-grey-color: #757575;',
165 => ' --light-grey-color: #eff1f5;',
166 => ' --airy-grey-color: #fafafa;',
167 => ' --green-color: #26bd60;',
168 => ' --red-color: #ff0000;',
169 => ' --purple-color: #cd1ecd;',
170 => '}',
171 => '',
172 => '/* dark mode',
173 => ' * create a new color (dark-mode-color)',
174 => ' * override existing colors */',
175 => '@media (prefers-color-scheme: dark) {',
176 => ' :root {',
177 => ' --dark-mode-color: #212529;',
178 => '',
179 => ' --link-color: #3395ff;',
180 => ' --dark-grey-color: #78828a;',
181 => ' --light-grey-color: #353535;',
182 => ' --airy-grey-color: #2b2b2b;',
183 => ' --purple-color: #dd47ec;',
184 => ' }',
185 => '}',
186 => '',
187 => 'html,',
188 => 'body {',
189 => ' {% if request.theme_zialucia %}',
190 => ' font-size: 20px;',
191 => ' {% endif %}',
192 => ' font-family: sans-serif;',
193 => ' line-height: 1.5;',
194 => ' margin: 0 auto;',
195 => ' padding-top: 5px;',
196 => ' padding-right: 5px;',
197 => ' padding-bottom: 5px;',
198 => ' padding-left: 5px;',
199 => ' max-width: 100%;',
200 => ' ',
201 => '}',
202 => '@media (max-width: 34rem) {',
203 => ' html,',
204 => ' body {',
205 => ' /* mobile base font size remains 16px whether zialucia on or off */',
206 => ' font-size: 16px;',
207 => ' }',
208 => '}',
209 => '@media (prefers-color-scheme: dark) {',
210 => ' body {',
211 => ' color: #fff;',
212 => ' background: var(--dark-mode-color);',
213 => ' }',
214 => '}',
215 => '',
216 => 'a {',
217 => ' text-decoration: none;',
218 => ' color: var(--link-color);',
219 => '}',
220 => '',
221 => 'a:hover {',
222 => ' text-decoration: underline;',
223 => '}',
224 => '',
225 => 'a.btn {',
226 => ' display: inline-block;',
227 => ' cursor: pointer;',
228 => ' background: var(--link-color);',
229 => ' color: #fff;',
230 => ' border: 1px solid var(--ascent-color);',
231 => ' padding: 8px 24px;',
232 => '}',
233 => '',
234 => 'a.btn:hover,',
235 => 'a.btn:active {',
236 => ' background: var(--ascent-color);',
237 => ' text-decoration: none;',
238 => '}',
239 => '',
240 => 'a.btn:disabled {',
241 => ' pointer-events: none;',
242 => ' background: var(--ascent-color);',
243 => '}',
244 => '',
245 => '',
246 => 'h1 {',
247 => ' font-size: 1.8rem;',
248 => ' font-weight: 500;',
249 => ' padding-bottom: 4px;',
250 => ' border-bottom: 2px solid var(--light-grey-color);',
251 => ' margin: 16px 0;',
252 => ' font-weight: bold;',
253 => ' font-family: sans-serif;',
254 => '}',
255 => '',
256 => '.title h1 {',
257 => ' margin: 0 auto;',
258 => ' max-width: 612px;',
259 => '}',
260 => '',
261 => 'h2,',
262 => 'h3 {',
263 => ' font-weight: 500;',
264 => ' margin: 16px 0;',
265 => ' font-family: sans-serif;',
266 => '}',
267 => '',
268 => 'main {',
269 => ' font-family: serif;',
270 => ' font-size: 18px;',
271 => ' max-width: 612px;',
272 => ' margin: 0 auto;',
273 => '}',
274 => '',
275 => '.highlight, .code {',
276 => ' padding: 1px 0px;',
277 => ' background-color: #2b2b2b;',
278 => ' color: #ddd;',
279 => '}',
280 => '',
281 => '',
282 => '@media print {',
283 => ' main {',
284 => ' max-width: unset;',
285 => ' }',
286 => '}',
287 => '',
288 => '@media print {',
289 => ' article {',
290 => ' page-break-before: always;',
291 => ' }',
292 => '}',
293 => '',
294 => 'aside {',
295 => ' max-width: 34rem;',
296 => ' border: 1px dashed #000;',
297 => ' padding: 2px 6px;',
298 => ' margin-top: 8px;',
299 => ' margin-left: auto;',
300 => ' margin-right: auto;',
301 => ' box-sizing: border-box;',
302 => '}',
303 => '@media (max-width: 34rem) {',
304 => ' aside {',
305 => ' margin-left: 8px;',
306 => ' margin-right: 8px;',
307 => ' }',
308 => '}',
309 => '',
310 => '.alert-error {',
311 => ' color: var(--red-color);',
312 => '}',
313 => '',
314 => 'section {',
315 => ' max-width: 34rem;',
316 => ' margin-bottom: 16px;',
317 => ' margin-left: auto;',
318 => ' margin-right: auto;',
319 => ' padding-left: 8px;',
320 => ' padding-right: 8px;',
321 => '}',
322 => '',
323 => 'nav {',
324 => ' max-width: 34rem;',
325 => ' margin-top: 16px;',
326 => ' margin-left: auto;',
327 => ' margin-right: auto;',
328 => ' padding-left: 8px;',
329 => ' padding-right: 8px;',
330 => '}',
331 => '@media print {',
332 => ' nav {',
333 => ' display: none;',
334 => ' }',
335 => '}',
336 => '',
337 => 'ol,',
338 => 'ul {',
339 => ' padding-left: 24px;',
340 => '}',
341 => '',
342 => 'blockquote {',
343 => ' border-left: 4px solid var(--light-grey-color);',
344 => ' padding-left: 16px;',
345 => ' margin-left: 0;',
346 => ' color: var(--dark-grey-color);',
347 => '}',
348 => '',
349 => 'figure {',
350 => ' border: 1px var(--light-grey-color) solid;',
351 => ' margin: auto;',
352 => ' color: var(--dark-grey-color);',
353 => '}',
354 => '',
355 => 'figcaption {',
356 => ' font-size: 12px;',
357 => ' text-align: center;',
358 => '}',
359 => '',
360 => 'dt {',
361 => ' font-weight: 700;',
362 => '}',
363 => '',
364 => 'dd {',
365 => ' margin-left: 0;',
366 => '}',
367 => '',
368 => 'table {',
369 => ' border-collapse: collapse;',
370 => ' border: 1px solid var(--light-grey-color);',
371 => ' width: 100%;',
372 => ' box-sizing: border-box;',
373 => '}',
374 => '',
375 => 'thead:nth-child(odd),',
376 => 'tr:nth-child(even) {',
377 => ' background: var(--light-grey-color);',
378 => '}',
379 => '',
380 => 'th,',
381 => 'td {',
382 => ' max-width: 0px;',
383 => ' padding: 4px;',
384 => '}',
385 => '',
386 => 'pre {',
387 => ' background: var(--airy-grey-color);',
388 => ' overflow-x: scroll;',
389 => '}',
390 => '',
391 => 'code {',
392 => ' background: var(--airy-grey-color);',
393 => ' padding: 2px;',
394 => '}',
395 => '',
396 => 'hr {',
397 => ' border-top: 1px solid var(--light-grey-color);',
398 => ' border-bottom: none;',
399 => ' border-left: none;',
400 => ' border-right: none;',
401 => '}',
402 => '',
403 => 'footer {',
404 => ' max-width: 34rem;',
405 => ' margin-left: auto;',
406 => ' margin-right: auto;',
407 => ' margin-top: 32px;',
408 => ' margin-bottom: 16px;',
409 => ' padding-left: 8px;',
410 => ' padding-right: 8px;',
411 => ' color: var(--dark-grey-color);',
412 => '}',
413 => '',
414 => '.footer-comment {',
415 => ' margin-bottom: 8px;',
416 => '}',
417 => '',
418 => '.help {',
419 => ' cursor: help;',
420 => ' text-decoration: dotted underline;',
421 => '}',
422 => '',
423 => '/* mods',
424 => ' * they override specific classes with specific styles */',
425 => '.type-approve {',
426 => ' color: var(--green-color) !important;',
427 => '}',
428 => '',
429 => '.type-delete {',
430 => ' color: var(--red-color) !important;',
431 => '}',
432 => '',
433 => '.type-danger {',
434 => ' background: var(--red-color) !important;',
435 => ' border-color: var(--red-color) !important;',
436 => '}',
437 => '',
438 => '/* form */',
439 => 'label {',
440 => ' display: block;',
441 => ' margin-top: 16px;',
442 => '}',
443 => '',
444 => 'input[type="text"],',
445 => 'input[type="url"],',
446 => 'input[type="email"],',
447 => 'input[type="password"],',
448 => 'textarea {',
449 => ' display: block;',
450 => ' border: 2px solid var(--light-grey-color);',
451 => ' box-sizing: border-box;',
452 => ' width: 34rem;',
453 => '}',
454 => '@media (max-width: 34rem) {',
455 => ' input[type="text"],',
456 => ' input[type="url"],',
457 => ' input[type="email"],',
458 => ' input[type="password"],',
459 => ' textarea {',
460 => ' width: 100%;',
461 => ' }',
462 => '}',
463 => '@media (prefers-color-scheme: dark) {',
464 => ' input[type="text"],',
465 => ' input[type="url"],',
466 => ' input[type="email"],',
467 => ' input[type="password"],',
468 => ' textarea {',
469 => ' color: #fff;',
470 => ' background: var(--light-grey-color);',
471 => ' }',
472 => '}',
473 => '',
474 => 'input[type="submit"] {',
475 => ' cursor: pointer;',
476 => ' background: var(--link-color);',
477 => ' color: #fff;',
478 => ' border: 1px solid var(--ascent-color);',
479 => ' padding: 8px 24px;',
480 => '}',
481 => '',
482 => 'input[type="submit"]:hover,',
483 => 'input[type="submit"]:active {',
484 => ' background: var(--ascent-color);',
485 => '}',
486 => '',
487 => 'input[type="submit"]:disabled {',
488 => ' pointer-events: none;',
489 => ' background: var(--ascent-color);',
490 => '}',
491 => '',
492 => 'form .helptext {',
493 => ' color: var(--dark-grey-color);',
494 => '}',
495 => '',
496 => '.form-error {',
497 => ' color: var(--red-color);',
498 => '}',
499 => '',
500 => '.form-inline {',
501 => ' display: inline-block;',
502 => '}',
503 => '',
504 => '.form-inline input[type="submit"] {',
505 => ' border: none;',
506 => ' background: unset;',
507 => ' color: var(--link-color);',
508 => ' padding: 0;',
509 => '}',
510 => '',
511 => '.form-inline input[type="submit"]:hover {',
512 => ' text-decoration: underline;',
513 => '}',
514 => '',
515 => '/* landing */',
516 => '.lead {',
517 => ' max-width: 34rem;',
518 => ' border: 1px dashed #000;',
519 => ' padding-top: 8px;',
520 => ' padding-bottom: 8px;',
521 => '}',
522 => '@media (prefers-color-scheme: dark) {',
523 => ' .lead {',
524 => ' border-color: #fff;',
525 => ' }',
526 => '}',
527 => '',
528 => '.cta {',
529 => ' margin-top: 32px;',
530 => ' margin-bottom: 32px;',
531 => '}',
532 => '',
533 => '.cta-link {',
534 => ' font-size: 20px;',
535 => '}',
536 => '',
537 => '/* comparisons */',
538 => '.comparisons {',
539 => ' max-width: 1000px;',
540 => '}',
541 => '',
542 => '.comparisons h1,',
543 => '.comparisons p,',
544 => '.comparisons ol,',
545 => '.comparisons ul {',
546 => ' max-width: 34rem;',
547 => ' margin-left: auto;',
548 => ' margin-right: auto;',
549 => '}',
550 => '',
551 => '.comparisons-matrix {',
552 => ' overflow: scroll;',
553 => '}',
554 => '',
555 => '.comparisons table {',
556 => ' min-width: 800px;',
557 => ' white-space: nowrap;',
558 => '}',
559 => '',
560 => '.comparisons thead > tr > th:not(:first-child),',
561 => '.comparisons tbody > tr > td:not(:first-child) {',
562 => ' text-align: center;',
563 => '}',
564 => '',
565 => '.comparisons th {',
566 => ' text-align: left;',
567 => '}',
568 => '',
569 => '.comparisons tr {',
570 => ' min-width: 300px;',
571 => '}',
572 => '',
573 => '/* blog index */',
574 => '.blog a:hover {',
575 => ' text-decoration: underline;',
576 => '}',
577 => '',
578 => '.blog a:visited {',
579 => ' color: var(--purple-color);',
580 => '}',
581 => '',
582 => '.blog a:active {',
583 => ' color: var(--red-color);',
584 => '}',
585 => '',
586 => '.posts {',
587 => ' list-style: none;',
588 => ' padding-left: 0;',
589 => '}',
590 => '',
591 => '.posts li {',
592 => ' margin-bottom: 24px;',
593 => '}',
594 => '',
595 => '.posts small {',
596 => ' white-space: nowrap;',
597 => ' color: var(--dark-grey-color);',
598 => '}',
599 => '',
600 => '.posts time {',
601 => ' white-space: nowrap;',
602 => '}',
603 => '',
604 => '.byline {',
605 => ' color: var(--dark-grey-color);',
606 => ' margin: 16px 0 24px;',
607 => '}',
608 => '',
609 => '.webring {',
610 => ' margin-top: 64px;',
611 => ' display: flex;',
612 => ' justify-content: space-between;',
613 => '}',
614 => '',
615 => '.webring-name {',
616 => ' color: #000;',
617 => '}',
618 => '@media (prefers-color-scheme: dark) {',
619 => ' .webring-name {',
620 => ' color: #fff;',
621 => ' }',
622 => '}',
623 => '',
624 => '/* post detail */',
625 => '.posts-item-brand {',
626 => ' display: block;',
627 => ' margin-top: 16px;',
628 => ' margin-bottom: 16px;',
629 => ' color: var(--dark-grey-color);',
630 => '}',
631 => '',
632 => '.posts-item-brand:hover {',
633 => ' text-decoration: none;',
634 => '}',
635 => '',
636 => '.posts-item-brand::before {',
637 => ' content: "« ";',
638 => '}',
639 => '',
640 => '.posts-item-title {',
641 => ' margin-bottom: 8px;',
642 => '}',
643 => '',
644 => '.posts-item-byline {',
645 => ' color: var(--dark-grey-color);',
646 => ' margin-bottom: 8px;',
647 => '}',
648 => '',
649 => '.posts-item-body p {',
650 => ' {% if not request.theme_sansserif %}',
651 => ' font-family: serif;',
652 => ' font-size: 1.1rem;',
653 => ' {% endif %}',
654 => '}',
655 => '',
656 => '.posts-item-body li {',
657 => ' {% if not request.theme_sansserif %}',
658 => ' font-family: serif;',
659 => ' font-size: 1.1rem;',
660 => ' {% endif %}',
661 => '}',
662 => '',
663 => '.posts-item-body img {',
664 => ' max-width: 100%;',
665 => ' display: block;',
666 => ' margin-left: auto;',
667 => ' margin-right: auto;',
668 => '}',
669 => '',
670 => '/* comments */',
671 => '.comments {',
672 => ' margin-top: 64px;',
673 => '}',
674 => '',
675 => '.comments-title {',
676 => ' font-size: 1.2rem;',
677 => ' margin-top: 32px;',
678 => ' padding-bottom: 4px;',
679 => ' border-bottom: 2px solid var(--light-grey-color);',
680 => '}',
681 => '',
682 => '.comments-body {',
683 => ' margin-bottom: 16px;',
684 => '}',
685 => '',
686 => '.comments-body p {',
687 => ' margin-top: 4px;',
688 => '}',
689 => '',
690 => '/* page detail */',
691 => '.pages-item-brand {',
692 => ' display: block;',
693 => ' margin-top: 16px;',
694 => ' margin-bottom: 16px;',
695 => ' color: var(--dark-grey-color);',
696 => '}',
697 => '',
698 => '.pages-item-brand:hover {',
699 => ' text-decoration: none;',
700 => '}',
701 => '',
702 => '.pages-item-brand::before {',
703 => ' content: "« ";',
704 => '}',
705 => '',
706 => '.pages-item-title {',
707 => ' margin-bottom: 8px;',
708 => '}',
709 => '',
710 => '.pages-item-byline {',
711 => ' color: var(--dark-grey-color);',
712 => ' margin-bottom: 8px;',
713 => '}',
714 => '',
715 => '.pages-item-body p {',
716 => ' {% if not request.theme_sansserif %}',
717 => ' font-family: serif;',
718 => ' font-size: 1.1rem;',
719 => ' {% endif %}',
720 => '}',
721 => '',
722 => '.pages-item-body li {',
723 => ' {% if not request.theme_sansserif %}',
724 => ' font-family: serif;',
725 => ' font-size: 1.1rem;',
726 => ' {% endif %}',
727 => '}',
728 => '',
729 => '.pages-item-body img {',
730 => ' max-width: 100%;',
731 => '}',
732 => '',
733 => '.pages-generic-grid {',
734 => ' display: grid;',
735 => ' grid-template-columns: 1fr 1fr 1fr;',
736 => ' column-gap: 16px;',
737 => ' row-gap: 16px;',
738 => ' margin-top: 16px;',
739 => '}',
740 => '@media (max-width: 490px) {',
741 => ' .pages-generic-grid {',
742 => ' grid-template-columns: 1fr 1fr;',
743 => ' }',
744 => '}',
745 => '@media (max-width: 340px) {',
746 => ' .pages-generic-grid {',
747 => ' grid-template-columns: 1fr;',
748 => ' }',
749 => '}',
750 => '',
751 => '/* dashboard */',
752 => '.dashboard-cta {',
753 => ' font-size: 1.1rem;',
754 => '}',
755 => '',
756 => '.dashboard-list {',
757 => ' line-height: 1.6;',
758 => '}',
759 => '',
760 => '/* images */',
761 => '.images-grid {',
762 => ' max-width: 100%;',
763 => ' margin-top: 32px;',
764 => ' display: grid;',
765 => ' grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));',
766 => ' grid-template-rows: 302px;',
767 => '}',
768 => '',
769 => '.images-grid-item {',
770 => ' display: flex;',
771 => ' justify-content: center;',
772 => ' border: 1px solid var(--light-grey-color);',
773 => '}',
774 => '',
775 => '.images-grid-item img {',
776 => ' max-width: 300px;',
777 => ' max-height: 300px;',
778 => ' object-fit: contain;',
779 => '}',
780 => '',
781 => '/* image detail */',
782 => '.images-item {',
783 => ' max-width: 100%;',
784 => ' margin-top: 32px;',
785 => ' margin-bottom: 32px;',
786 => ' text-align: center;',
787 => '}',
788 => '',
789 => '.images-item img {',
790 => ' max-width: 100%;',
791 => ' max-height: 100vh;',
792 => '}',
793 => '',
794 => '.images-item-byline {',
795 => ' color: var(--dark-grey-color);',
796 => '}',
797 => '',
798 => '/* analytics */',
799 => '.analytics-chart {',
800 => ' background: var(--light-grey-color);',
801 => ' line-height: 0;',
802 => '}',
803 => '',
804 => 'svg .analytics-chart-bar {',
805 => ' fill: var(--link-color);',
806 => '}',
807 => '',
808 => 'svg .analytics-chart-bar:hover {',
809 => ' fill: var(--ascent-color);',
810 => '}',
811 => '',
812 => 'svg .analytics-chart-text {',
813 => ' font-family: monospace;',
814 => ' font-size: 10px;',
815 => '}',
816 => '',
817 => '/* billing stripe */',
818 => '#subscription-form input[type="submit"] {',
819 => ' margin-top: 8px;',
820 => '}',
821 => '',
822 => '#card-element {',
823 => ' border: 1px solid var(--light-grey-color);',
824 => ' padding: 4px 8px;',
825 => '}',
826 => '',
827 => '#card-element-errors {',
828 => ' margin-top: 8px;',
829 => ' color: var(--red-color);',
830 => '}',
831 => '</pre>',
832 => '',
833 => '</div>',
834 => '</div>',
835 => '',
836 => '',
837 => ''
] |