PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.11
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.11
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 / file-tree / style.css

style.css in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.11, at blocks/file-tree/style.css

94 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-ft-wrap {
2 box-sizing: border-box;
3 font-family: var(--bkbg-ft-ti-font-family, monospace);
4 font-size: var(--bkbg-ft-ti-font-size-d, 14px);
5 font-weight: var(--bkbg-ft-ti-font-weight, 400);
6 line-height: var(--bkbg-ft-ti-line-height-d, 1.80);
7 text-transform: var(--bkbg-ft-ti-text-transform, none);
8 font-style: var(--bkbg-ft-ti-font-style, normal);
9 text-decoration:var(--bkbg-ft-ti-text-decoration, none);
10 letter-spacing: var(--bkbg-ft-ti-letter-spacing-d, normal);
11 word-spacing: var(--bkbg-ft-ti-word-spacing-d, normal);
12 }
13 .bkbg-ft-wrap * { box-sizing: border-box; }
14
15 .bkbg-ft-title {
16 font-family: var(--bkbg-ft-tt-font-family, monospace);
17 font-size: var(--bkbg-ft-tt-font-size-d, 18px);
18 font-weight: var(--bkbg-ft-tt-font-weight, 600);
19 line-height: var(--bkbg-ft-tt-line-height-d, 1.3);
20 text-transform: var(--bkbg-ft-tt-text-transform, none);
21 font-style: var(--bkbg-ft-tt-font-style, normal);
22 text-decoration:var(--bkbg-ft-tt-text-decoration, none);
23 letter-spacing: var(--bkbg-ft-tt-letter-spacing-d, normal);
24 word-spacing: var(--bkbg-ft-tt-word-spacing-d, normal);
25 }
26
27 .bkbg-ft-titlebar { user-select: none; }
28
29 .bkbg-ft-body { padding: 12px 0; }
30
31 .bkbg-ft-row {
32 display: flex;
33 align-items: center;
34 gap: 6px;
35 padding: 2px 16px 2px 0;
36 transition: background 0.1s;
37 }
38 .bkbg-ft-row:hover { background: rgba(255,255,255,0.04); }
39
40 .bkbg-ft-indent-line {
41 display: inline-block;
42 width: 1px;
43 height: 1.4em;
44 background: currentColor;
45 opacity: 0.25;
46 flex-shrink: 0;
47 margin-right: 4px;
48 }
49
50 .bkbg-ft-icon {
51 font-style: normal;
52 display: inline-block;
53 width: 16px;
54 text-align: center;
55 flex-shrink: 0;
56 font-size: 0.9em;
57 }
58
59 .bkbg-ft-name {
60 white-space: nowrap;
61 overflow: hidden;
62 text-overflow: ellipsis;
63 }
64
65 /* ---- Responsive typography ---- */
66 @media (max-width: 1024px) {
67 .bkbg-ft-wrap {
68 font-size: var(--bkbg-ft-ti-font-size-t, var(--bkbg-ft-ti-font-size-d, 14px));
69 line-height: var(--bkbg-ft-ti-line-height-t, var(--bkbg-ft-ti-line-height-d, 1.80));
70 letter-spacing: var(--bkbg-ft-ti-letter-spacing-t, var(--bkbg-ft-ti-letter-spacing-d, normal));
71 word-spacing: var(--bkbg-ft-ti-word-spacing-t, var(--bkbg-ft-ti-word-spacing-d, normal));
72 }
73 .bkbg-ft-title {
74 font-size: var(--bkbg-ft-tt-font-size-t, var(--bkbg-ft-tt-font-size-d, 18px));
75 line-height: var(--bkbg-ft-tt-line-height-t, var(--bkbg-ft-tt-line-height-d, 1.3));
76 letter-spacing: var(--bkbg-ft-tt-letter-spacing-t, var(--bkbg-ft-tt-letter-spacing-d, normal));
77 word-spacing: var(--bkbg-ft-tt-word-spacing-t, var(--bkbg-ft-tt-word-spacing-d, normal));
78 }
79 }
80 @media (max-width: 767px) {
81 .bkbg-ft-wrap {
82 font-size: var(--bkbg-ft-ti-font-size-m, var(--bkbg-ft-ti-font-size-t, var(--bkbg-ft-ti-font-size-d, 14px)));
83 line-height: var(--bkbg-ft-ti-line-height-m, var(--bkbg-ft-ti-line-height-t, var(--bkbg-ft-ti-line-height-d, 1.80)));
84 letter-spacing: var(--bkbg-ft-ti-letter-spacing-m, var(--bkbg-ft-ti-letter-spacing-t, var(--bkbg-ft-ti-letter-spacing-d, normal)));
85 word-spacing: var(--bkbg-ft-ti-word-spacing-m, var(--bkbg-ft-ti-word-spacing-t, var(--bkbg-ft-ti-word-spacing-d, normal)));
86 }
87 .bkbg-ft-title {
88 font-size: var(--bkbg-ft-tt-font-size-m, var(--bkbg-ft-tt-font-size-t, var(--bkbg-ft-tt-font-size-d, 18px)));
89 line-height: var(--bkbg-ft-tt-line-height-m, var(--bkbg-ft-tt-line-height-t, var(--bkbg-ft-tt-line-height-d, 1.3)));
90 letter-spacing: var(--bkbg-ft-tt-letter-spacing-m, var(--bkbg-ft-tt-letter-spacing-t, var(--bkbg-ft-tt-letter-spacing-d, normal)));
91 word-spacing: var(--bkbg-ft-tt-word-spacing-m, var(--bkbg-ft-tt-word-spacing-t, var(--bkbg-ft-tt-word-spacing-d, normal)));
92 }
93 }
94