PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / chapter-intro / style.css

style.css in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/chapter-intro/style.css

144 lines 5.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-ci-wrap {
2 box-sizing: border-box;
3 overflow: hidden;
4 }
5
6 .bkbg-ci-inner {
7 margin: 0 auto;
8 width: 100%;
9 }
10
11 /* Chapter number */
12 .bkbg-ci-number {
13 line-height: 0.9;
14 letter-spacing: -4px;
15 pointer-events: none;
16 user-select: none;
17 }
18
19 .bkbg-ci-number-ghost {
20 /* color applied inline via WebkitTextStroke */
21 }
22
23 .bkbg-ci-number-display {
24 /* color applied inline */
25 }
26
27 /* Label row */
28 .bkbg-ci-label-row {
29 display: flex;
30 align-items: center;
31 gap: 8px;
32 margin-bottom: 12px;
33 }
34
35 .bkbg-ci-label-line {
36 display: inline-block;
37 width: 24px;
38 height: 2px;
39 border-radius: 1px;
40 flex-shrink: 0;
41 }
42
43 .bkbg-ci-label {
44 font-family: var(--bkbg-ci-l-font-family, inherit);
45 font-size: var(--bkbg-ci-l-font-size-d, 13px);
46 font-weight: var(--bkbg-ci-l-font-weight, 700);
47 line-height: var(--bkbg-ci-l-line-height-d, 1);
48 text-transform: var(--bkbg-ci-l-text-transform, uppercase);
49 font-style: var(--bkbg-ci-l-font-style, normal);
50 text-decoration: var(--bkbg-ci-l-text-decoration, none);
51 letter-spacing: var(--bkbg-ci-l-letter-spacing-d, 0.12em);
52 word-spacing: var(--bkbg-ci-l-word-spacing-d, normal);
53 }
54
55 /* Heading */
56 .bkbg-ci-heading {
57 font-family: var(--bkbg-ci-h-font-family, inherit);
58 font-size: var(--bkbg-ci-h-font-size-d, 40px);
59 font-weight: var(--bkbg-ci-h-font-weight, 700);
60 line-height: var(--bkbg-ci-h-line-height-d, 1.2);
61 text-transform: var(--bkbg-ci-h-text-transform, none);
62 font-style: var(--bkbg-ci-h-font-style, normal);
63 text-decoration: var(--bkbg-ci-h-text-decoration, none);
64 letter-spacing: var(--bkbg-ci-h-letter-spacing-d, normal);
65 word-spacing: var(--bkbg-ci-h-word-spacing-d, normal);
66 margin: 0 0 16px;
67 }
68
69 /* Divider */
70 .bkbg-ci-divider {
71 display: block;
72 }
73
74 .bkbg-ci-divider-dots {
75 letter-spacing: 6px;
76 font-size: 14px;
77 }
78
79 /* Intro text */
80 .bkbg-ci-text {
81 font-family: var(--bkbg-ci-t-font-family, inherit);
82 font-size: var(--bkbg-ci-t-font-size-d, 18px);
83 font-weight: var(--bkbg-ci-t-font-weight, 400);
84 line-height: var(--bkbg-ci-t-line-height-d, 1.7);
85 text-transform: var(--bkbg-ci-t-text-transform, none);
86 font-style: var(--bkbg-ci-t-font-style, normal);
87 text-decoration: var(--bkbg-ci-t-text-decoration, none);
88 letter-spacing: var(--bkbg-ci-t-letter-spacing-d, normal);
89 word-spacing: var(--bkbg-ci-t-word-spacing-d, normal);
90 margin: 16px 0 0;
91 }
92
93 /* Editor */
94 .bkbg-ci-editor {
95 display: block;
96 }
97
98 /* Responsive */
99 @media (max-width: 1024px) {
100 .bkbg-ci-heading {
101 font-size: var(--bkbg-ci-h-font-size-t, var(--bkbg-ci-h-font-size-d, 40px));
102 line-height: var(--bkbg-ci-h-line-height-t, var(--bkbg-ci-h-line-height-d, 1.2));
103 letter-spacing: var(--bkbg-ci-h-letter-spacing-t, var(--bkbg-ci-h-letter-spacing-d, normal));
104 word-spacing: var(--bkbg-ci-h-word-spacing-t, var(--bkbg-ci-h-word-spacing-d, normal));
105 }
106 .bkbg-ci-text {
107 font-size: var(--bkbg-ci-t-font-size-t, var(--bkbg-ci-t-font-size-d, 18px));
108 line-height: var(--bkbg-ci-t-line-height-t, var(--bkbg-ci-t-line-height-d, 1.7));
109 letter-spacing: var(--bkbg-ci-t-letter-spacing-t, var(--bkbg-ci-t-letter-spacing-d, normal));
110 word-spacing: var(--bkbg-ci-t-word-spacing-t, var(--bkbg-ci-t-word-spacing-d, normal));
111 }
112 .bkbg-ci-label {
113 font-size: var(--bkbg-ci-l-font-size-t, var(--bkbg-ci-l-font-size-d, 13px));
114 line-height: var(--bkbg-ci-l-line-height-t, var(--bkbg-ci-l-line-height-d, 1));
115 letter-spacing: var(--bkbg-ci-l-letter-spacing-t, var(--bkbg-ci-l-letter-spacing-d, 0.12em));
116 word-spacing: var(--bkbg-ci-l-word-spacing-t, var(--bkbg-ci-l-word-spacing-d, normal));
117 }
118 }
119 @media (max-width: 767px) {
120 .bkbg-ci-heading {
121 font-size: var(--bkbg-ci-h-font-size-m, var(--bkbg-ci-h-font-size-t, var(--bkbg-ci-h-font-size-d, 40px)));
122 line-height: var(--bkbg-ci-h-line-height-m, var(--bkbg-ci-h-line-height-t, var(--bkbg-ci-h-line-height-d, 1.2)));
123 letter-spacing: var(--bkbg-ci-h-letter-spacing-m, var(--bkbg-ci-h-letter-spacing-t, var(--bkbg-ci-h-letter-spacing-d, normal)));
124 word-spacing: var(--bkbg-ci-h-word-spacing-m, var(--bkbg-ci-h-word-spacing-t, var(--bkbg-ci-h-word-spacing-d, normal)));
125 }
126 .bkbg-ci-text {
127 font-size: var(--bkbg-ci-t-font-size-m, var(--bkbg-ci-t-font-size-t, var(--bkbg-ci-t-font-size-d, 18px)));
128 line-height: var(--bkbg-ci-t-line-height-m, var(--bkbg-ci-t-line-height-t, var(--bkbg-ci-t-line-height-d, 1.7)));
129 letter-spacing: var(--bkbg-ci-t-letter-spacing-m, var(--bkbg-ci-t-letter-spacing-t, var(--bkbg-ci-t-letter-spacing-d, normal)));
130 word-spacing: var(--bkbg-ci-t-word-spacing-m, var(--bkbg-ci-t-word-spacing-t, var(--bkbg-ci-t-word-spacing-d, normal)));
131 }
132 .bkbg-ci-label {
133 font-size: var(--bkbg-ci-l-font-size-m, var(--bkbg-ci-l-font-size-t, var(--bkbg-ci-l-font-size-d, 13px)));
134 line-height: var(--bkbg-ci-l-line-height-m, var(--bkbg-ci-l-line-height-t, var(--bkbg-ci-l-line-height-d, 1)));
135 letter-spacing: var(--bkbg-ci-l-letter-spacing-m, var(--bkbg-ci-l-letter-spacing-t, var(--bkbg-ci-l-letter-spacing-d, 0.12em)));
136 word-spacing: var(--bkbg-ci-l-word-spacing-m, var(--bkbg-ci-l-word-spacing-t, var(--bkbg-ci-l-word-spacing-d, normal)));
137 }
138 }
139 @media (max-width: 600px) {
140 .bkbg-ci-number {
141 letter-spacing: -2px;
142 }
143 }
144