UNPKG

2.87 kBCSSView Raw
1.next-sr-only {
2 position: absolute;
3 width: 1px;
4 height: 1px;
5 padding: 0;
6 overflow: hidden;
7 clip: rect(0, 0, 0, 0);
8 white-space: nowrap;
9 border: 0;
10 top: 0;
11 margin: -1px; }
12
13.next-typography {
14 color: #333333;
15 color: var(--typography-text-color, #333333); }
16 .next-typography-title {
17 font-weight: 600;
18 font-weight: var(--typography-title-font-weight, 600);
19 margin-bottom: .5em; }
20 .next-typography + .next-typography-title {
21 margin-top: 1.2em; }
22 .next-typography-paragraph {
23 color: #333333;
24 color: var(--typography-text-color, #333333);
25 margin-bottom: 1em;
26 font-size: 14px;
27 font-size: var(--typography-paragraph-font-size, 14px);
28 line-height: 1.5;
29 line-height: var(--typography-paragraph-line-height, 1.5); }
30 .next-typography mark {
31 padding: 0;
32 background: #FFE6BD;
33 background: var(--typography-text-mark-background, #FFE6BD);
34 color: #333333;
35 color: var(--typography-text-mark-color, #333333); }
36 .next-typography strong {
37 font-weight: 600;
38 font-weight: var(--typography-text-strong-font-weight, 600); }
39 .next-typography code {
40 background-color: #F2F3F7;
41 background-color: var(--typography-text-code-background, #F2F3F7);
42 color: #333333;
43 color: var(--typography-text-code-color, #333333);
44 border: 1px solid #E6E7EB;
45 border: 1px solid var(--typography-text-code-border-color, #E6E7EB);
46 margin: 0 .2em;
47 padding: .2em .4em .1em;
48 font-size: 85%;
49 border-radius: 3px;
50 border-radius: var(--typography-text-code-corner, 3px); }
51 .next-typography ul,
52 .next-typography ol {
53 margin: 0 0 1em 0;
54 padding: 0; }
55 .next-typography li {
56 list-style-type: circle;
57 margin: 0 0 0 20px;
58 padding: 0 0 0 4px; }
59 .next-typography a {
60 text-decoration: none; }
61 .next-typography a:link {
62 color: #5584FF;
63 color: var(--color-link-1, #5584FF); }
64 .next-typography a:visited {
65 color: #5584FF;
66 color: var(--color-link-2, #5584FF); }
67 .next-typography a:hover {
68 color: #3E71F7;
69 color: var(--color-link-3, #3E71F7); }
70 .next-typography a:active {
71 text-decoration: underline;
72 color: #3E71F7;
73 color: var(--color-link-3, #3E71F7); }
74
75h1.next-typography-title {
76 font-size: 24px;
77 font-size: var(--typography-title-h1-font-size, 24px); }
78
79h2.next-typography-title {
80 font-size: 20px;
81 font-size: var(--typography-title-h2-font-size, 20px); }
82
83h3.next-typography-title {
84 font-size: 16px;
85 font-size: var(--typography-title-h3-font-size, 16px); }
86
87h4.next-typography-title {
88 font-size: 16px;
89 font-size: var(--typography-title-h4-font-size, 16px); }
90
91h5.next-typography-title {
92 font-size: 14px;
93 font-size: var(--typography-title-h5-font-size, 14px); }
94
95h6.next-typography-title {
96 font-size: 12px;
97 font-size: var(--typography-title-h6-font-size, 12px); }