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 / heatmap-calendar / style.css

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

76 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-hmc-wrap {
2 box-sizing: border-box;
3 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
4 }
5 .bkbg-hmc-wrap * { box-sizing: border-box; }
6
7 /* heading specificity (0,2,0) beats editor theme h3 rules */
8 .bkbg-hmc-wrap h3.bkbg-hmc-title {
9 font-family: var(--bkbg-hmc-tt-font-family, inherit);
10 font-size: var(--bkbg-hmc-tt-font-size-d, 22px);
11 font-weight: var(--bkbg-hmc-tt-font-weight, 700);
12 line-height: var(--bkbg-hmc-tt-line-height-d, 1.2);
13 font-style: var(--bkbg-hmc-tt-font-style, normal);
14 text-transform: var(--bkbg-hmc-tt-text-transform, none);
15 text-decoration: var(--bkbg-hmc-tt-text-decoration, none);
16 letter-spacing: var(--bkbg-hmc-tt-letter-spacing-d);
17 word-spacing: var(--bkbg-hmc-tt-word-spacing-d);
18 }
19 .bkbg-hmc-subtitle {
20 font-family: var(--bkbg-hmc-st-font-family, inherit);
21 font-size: var(--bkbg-hmc-st-font-size-d, 14px);
22 font-weight: var(--bkbg-hmc-st-font-weight, 400);
23 line-height: var(--bkbg-hmc-st-line-height-d, 1.5);
24 font-style: var(--bkbg-hmc-st-font-style, normal);
25 text-transform: var(--bkbg-hmc-st-text-transform, none);
26 text-decoration: var(--bkbg-hmc-st-text-decoration, none);
27 letter-spacing: var(--bkbg-hmc-st-letter-spacing-d);
28 word-spacing: var(--bkbg-hmc-st-word-spacing-d);
29 margin: 0 0 20px;
30 }
31 .bkbg-hmc-grid-wrap {
32 width: 100%;
33 }
34 .bkbg-hmc-grid {
35 font-family: inherit;
36 }
37 .bkbg-hmc-months {
38 position: relative;
39 }
40 .bkbg-hmc-legend {
41 display: flex;
42 align-items: center;
43 gap: 6px;
44 margin-top: 12px;
45 }
46
47 /* ── Responsive typography ──────────────────────────────── */
48 @media (max-width: 1024px) {
49 .bkbg-hmc-wrap h3.bkbg-hmc-title {
50 font-size: var(--bkbg-hmc-tt-font-size-t, var(--bkbg-hmc-tt-font-size-d, 22px));
51 line-height: var(--bkbg-hmc-tt-line-height-t, var(--bkbg-hmc-tt-line-height-d, 1.2));
52 letter-spacing: var(--bkbg-hmc-tt-letter-spacing-t, var(--bkbg-hmc-tt-letter-spacing-d));
53 word-spacing: var(--bkbg-hmc-tt-word-spacing-t, var(--bkbg-hmc-tt-word-spacing-d));
54 }
55 .bkbg-hmc-subtitle {
56 font-size: var(--bkbg-hmc-st-font-size-t, var(--bkbg-hmc-st-font-size-d, 14px));
57 line-height: var(--bkbg-hmc-st-line-height-t, var(--bkbg-hmc-st-line-height-d, 1.5));
58 letter-spacing: var(--bkbg-hmc-st-letter-spacing-t, var(--bkbg-hmc-st-letter-spacing-d));
59 word-spacing: var(--bkbg-hmc-st-word-spacing-t, var(--bkbg-hmc-st-word-spacing-d));
60 }
61 }
62 @media (max-width: 767px) {
63 .bkbg-hmc-wrap h3.bkbg-hmc-title {
64 font-size: var(--bkbg-hmc-tt-font-size-m, var(--bkbg-hmc-tt-font-size-t, var(--bkbg-hmc-tt-font-size-d, 22px)));
65 line-height: var(--bkbg-hmc-tt-line-height-m, var(--bkbg-hmc-tt-line-height-t, var(--bkbg-hmc-tt-line-height-d, 1.2)));
66 letter-spacing: var(--bkbg-hmc-tt-letter-spacing-m, var(--bkbg-hmc-tt-letter-spacing-t, var(--bkbg-hmc-tt-letter-spacing-d)));
67 word-spacing: var(--bkbg-hmc-tt-word-spacing-m, var(--bkbg-hmc-tt-word-spacing-t, var(--bkbg-hmc-tt-word-spacing-d)));
68 }
69 .bkbg-hmc-subtitle {
70 font-size: var(--bkbg-hmc-st-font-size-m, var(--bkbg-hmc-st-font-size-t, var(--bkbg-hmc-st-font-size-d, 14px)));
71 line-height: var(--bkbg-hmc-st-line-height-m, var(--bkbg-hmc-st-line-height-t, var(--bkbg-hmc-st-line-height-d, 1.5)));
72 letter-spacing: var(--bkbg-hmc-st-letter-spacing-m, var(--bkbg-hmc-st-letter-spacing-t, var(--bkbg-hmc-st-letter-spacing-d)));
73 word-spacing: var(--bkbg-hmc-st-word-spacing-m, var(--bkbg-hmc-st-word-spacing-t, var(--bkbg-hmc-st-word-spacing-d)));
74 }
75 }
76