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 / photo-card / style.css

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

87 lines 5.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-pc-wrap { box-sizing: border-box; }
2 .bkbg-pc-card { box-sizing: border-box; }
3
4 /* ── Title (h3) — heading specificity ──────────────────── */
5 .bkbg-pc-card h3.bkbg-pc-title,
6 .bkbg-pc-card .bkbg-pc-title {
7 font-family: var(--bkbg-pc-tt-font-family, inherit);
8 font-size: var(--bkbg-pc-tt-font-size-d, 19px);
9 font-weight: var(--bkbg-pc-tt-font-weight, 700);
10 font-style: var(--bkbg-pc-tt-font-style, normal);
11 text-decoration: var(--bkbg-pc-tt-text-decoration, none);
12 text-transform: var(--bkbg-pc-tt-text-transform, none);
13 line-height: var(--bkbg-pc-tt-line-height-d, 1.3);
14 letter-spacing: var(--bkbg-pc-tt-letter-spacing-d, normal);
15 word-spacing: var(--bkbg-pc-tt-word-spacing-d, normal);
16 }
17
18 /* ── Body / excerpt ────────────────────────────────────── */
19 .bkbg-pc-excerpt {
20 font-family: var(--bkbg-pc-bd-font-family, inherit);
21 font-size: var(--bkbg-pc-bd-font-size-d, 14px);
22 font-weight: var(--bkbg-pc-bd-font-weight, 400);
23 font-style: var(--bkbg-pc-bd-font-style, normal);
24 text-decoration: var(--bkbg-pc-bd-text-decoration, none);
25 text-transform: var(--bkbg-pc-bd-text-transform, none);
26 line-height: var(--bkbg-pc-bd-line-height-d, 1.65);
27 letter-spacing: var(--bkbg-pc-bd-letter-spacing-d, normal);
28 word-spacing: var(--bkbg-pc-bd-word-spacing-d, normal);
29 }
30
31 /* ── Meta ──────────────────────────────────────────────── */
32 .bkbg-pc-meta {
33 font-family: var(--bkbg-pc-mt-font-family, inherit);
34 font-size: var(--bkbg-pc-mt-font-size-d, 12px);
35 font-weight: var(--bkbg-pc-mt-font-weight, 400);
36 font-style: var(--bkbg-pc-mt-font-style, normal);
37 text-decoration: var(--bkbg-pc-mt-text-decoration, none);
38 text-transform: var(--bkbg-pc-mt-text-transform, none);
39 line-height: var(--bkbg-pc-mt-line-height-d, 1.3);
40 letter-spacing: var(--bkbg-pc-mt-letter-spacing-d, normal);
41 word-spacing: var(--bkbg-pc-mt-word-spacing-d, normal);
42 }
43
44 /* ── Responsive ────────────────────────────────────────── */
45 @media (max-width: 1024px) {
46 .bkbg-pc-card .bkbg-pc-title {
47 font-size: var(--bkbg-pc-tt-font-size-t, var(--bkbg-pc-tt-font-size-d, 19px));
48 line-height: var(--bkbg-pc-tt-line-height-t, var(--bkbg-pc-tt-line-height-d, 1.3));
49 letter-spacing: var(--bkbg-pc-tt-letter-spacing-t, var(--bkbg-pc-tt-letter-spacing-d, normal));
50 word-spacing: var(--bkbg-pc-tt-word-spacing-t, var(--bkbg-pc-tt-word-spacing-d, normal));
51 }
52 .bkbg-pc-excerpt {
53 font-size: var(--bkbg-pc-bd-font-size-t, var(--bkbg-pc-bd-font-size-d, 14px));
54 line-height: var(--bkbg-pc-bd-line-height-t, var(--bkbg-pc-bd-line-height-d, 1.65));
55 letter-spacing: var(--bkbg-pc-bd-letter-spacing-t, var(--bkbg-pc-bd-letter-spacing-d, normal));
56 word-spacing: var(--bkbg-pc-bd-word-spacing-t, var(--bkbg-pc-bd-word-spacing-d, normal));
57 }
58 .bkbg-pc-meta {
59 font-size: var(--bkbg-pc-mt-font-size-t, var(--bkbg-pc-mt-font-size-d, 12px));
60 line-height: var(--bkbg-pc-mt-line-height-t, var(--bkbg-pc-mt-line-height-d, 1.3));
61 letter-spacing: var(--bkbg-pc-mt-letter-spacing-t, var(--bkbg-pc-mt-letter-spacing-d, normal));
62 word-spacing: var(--bkbg-pc-mt-word-spacing-t, var(--bkbg-pc-mt-word-spacing-d, normal));
63 }
64 }
65 @media (max-width: 767px) {
66 .bkbg-pc-card .bkbg-pc-title {
67 font-size: var(--bkbg-pc-tt-font-size-m, var(--bkbg-pc-tt-font-size-t, var(--bkbg-pc-tt-font-size-d, 19px)));
68 line-height: var(--bkbg-pc-tt-line-height-m, var(--bkbg-pc-tt-line-height-t, var(--bkbg-pc-tt-line-height-d, 1.3)));
69 letter-spacing: var(--bkbg-pc-tt-letter-spacing-m, var(--bkbg-pc-tt-letter-spacing-t, var(--bkbg-pc-tt-letter-spacing-d, normal)));
70 word-spacing: var(--bkbg-pc-tt-word-spacing-m, var(--bkbg-pc-tt-word-spacing-t, var(--bkbg-pc-tt-word-spacing-d, normal)));
71 }
72 .bkbg-pc-excerpt {
73 font-size: var(--bkbg-pc-bd-font-size-m, var(--bkbg-pc-bd-font-size-t, var(--bkbg-pc-bd-font-size-d, 14px)));
74 line-height: var(--bkbg-pc-bd-line-height-m, var(--bkbg-pc-bd-line-height-t, var(--bkbg-pc-bd-line-height-d, 1.65)));
75 letter-spacing: var(--bkbg-pc-bd-letter-spacing-m, var(--bkbg-pc-bd-letter-spacing-t, var(--bkbg-pc-bd-letter-spacing-d, normal)));
76 word-spacing: var(--bkbg-pc-bd-word-spacing-m, var(--bkbg-pc-bd-word-spacing-t, var(--bkbg-pc-bd-word-spacing-d, normal)));
77 }
78 .bkbg-pc-meta {
79 font-size: var(--bkbg-pc-mt-font-size-m, var(--bkbg-pc-mt-font-size-t, var(--bkbg-pc-mt-font-size-d, 12px)));
80 line-height: var(--bkbg-pc-mt-line-height-m, var(--bkbg-pc-mt-line-height-t, var(--bkbg-pc-mt-line-height-d, 1.3)));
81 letter-spacing: var(--bkbg-pc-mt-letter-spacing-m, var(--bkbg-pc-mt-letter-spacing-t, var(--bkbg-pc-mt-letter-spacing-d, normal)));
82 word-spacing: var(--bkbg-pc-mt-word-spacing-m, var(--bkbg-pc-mt-word-spacing-t, var(--bkbg-pc-mt-word-spacing-d, normal)));
83 }
84 }
85
86 @media ( max-width: 600px ) { .bkbg-pc-card { flex-direction: column !important; } .bkbg-pc-image { width: 100% !important; border-radius: inherit inherit 0 0 !important; } }
87