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 / color-tokens / style.css

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

42 lines 5.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-ct-wrap {
2 box-sizing: border-box;
3 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
4 }
5 .bkbg-ct-wrap * { box-sizing: border-box; }
6 .bkbg-ct-title { font-weight: 700; line-height: 1.2; }
7 .bkbg-ct-subtitle { line-height: 1.5; }
8 .bkbg-ct-groups { width: 100%; }
9 .bkbg-ct-group { margin-bottom: 32px; }
10 .bkbg-ct-group-name { font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
11 .bkbg-ct-swatches { display: flex; flex-wrap: wrap; gap: 10px; }
12 .bkbg-ct-swatch {
13 display: inline-flex;
14 flex-direction: column;
15 overflow: hidden;
16 cursor: pointer;
17 transition: transform 0.12s ease, box-shadow 0.12s ease;
18 }
19 .bkbg-ct-swatch:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.12); }
20 .bkbg-ct-swatch:hover .bkbg-ct-copy-icon { opacity: 1 !important; }
21 .bkbg-ct-color-block { position: relative; display: flex; align-items: flex-end; justify-content: flex-end; }
22 .bkbg-ct-copy-icon { user-select: none; }
23 .bkbg-ct-copied-flash { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); background: #0f172a; color: #ffffff; padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; pointer-events: none; opacity: 0; transition: opacity .2s ease; z-index: 99999; }
24 .bkbg-ct-copied-flash.show { opacity: 1; }
25 .bkbg-ct-title { font-weight: var(--bkbg-ctk-tt-font-weight, 600); font-family: var(--bkbg-ctk-tt-font-family, inherit); font-style: var(--bkbg-ctk-tt-font-style, normal); text-transform: var(--bkbg-ctk-tt-text-transform, none); text-decoration: var(--bkbg-ctk-tt-text-decoration, none); font-size: var(--bkbg-ctk-tt-font-size-d, 24px); line-height: var(--bkbg-ctk-tt-line-height-d, 1.3); letter-spacing: var(--bkbg-ctk-tt-letter-spacing-d, normal); word-spacing: var(--bkbg-ctk-tt-word-spacing-d, normal); }
26 .bkbg-ct-subtitle { font-weight: var(--bkbg-ctk-st-font-weight, 400); font-family: var(--bkbg-ctk-st-font-family, inherit); font-style: var(--bkbg-ctk-st-font-style, normal); text-transform: var(--bkbg-ctk-st-text-transform, none); text-decoration: var(--bkbg-ctk-st-text-decoration, none); font-size: var(--bkbg-ctk-st-font-size-d, 15px); line-height: var(--bkbg-ctk-st-line-height-d, 1.5); letter-spacing: var(--bkbg-ctk-st-letter-spacing-d, normal); word-spacing: var(--bkbg-ctk-st-word-spacing-d, normal); }
27 .bkbg-ctk-name { font-size: var(--bkbg-ctk-lb-font-size-d, 12px); font-weight: var(--bkbg-ctk-lb-font-weight, 600); font-family: var(--bkbg-ctk-lb-font-family, inherit); line-height: var(--bkbg-ctk-lb-line-height-d, 1.4); }
28 .bkbg-ctk-hex { font-size: calc(var(--bkbg-ctk-lb-font-size-d, 12px) - 1px); font-family: var(--bkbg-ctk-lb-font-family, monospace); line-height: var(--bkbg-ctk-lb-line-height-d, 1.4); }
29 .bkbg-ctk-rgb { font-size: calc(var(--bkbg-ctk-lb-font-size-d, 12px) - 1px); font-family: var(--bkbg-ctk-lb-font-family, monospace); line-height: var(--bkbg-ctk-lb-line-height-d, 1.4); }
30 @media (max-width: 1024px) {
31 .bkbg-ct-title { font-size: var(--bkbg-ctk-tt-font-size-t, var(--bkbg-ctk-tt-font-size-d, 24px)); line-height: var(--bkbg-ctk-tt-line-height-t, var(--bkbg-ctk-tt-line-height-d, 1.3)); letter-spacing: var(--bkbg-ctk-tt-letter-spacing-t, var(--bkbg-ctk-tt-letter-spacing-d, normal)); word-spacing: var(--bkbg-ctk-tt-word-spacing-t, var(--bkbg-ctk-tt-word-spacing-d, normal)); }
32 .bkbg-ct-subtitle { font-size: var(--bkbg-ctk-st-font-size-t, var(--bkbg-ctk-st-font-size-d, 15px)); line-height: var(--bkbg-ctk-st-line-height-t, var(--bkbg-ctk-st-line-height-d, 1.5)); letter-spacing: var(--bkbg-ctk-st-letter-spacing-t, var(--bkbg-ctk-st-letter-spacing-d, normal)); word-spacing: var(--bkbg-ctk-st-word-spacing-t, var(--bkbg-ctk-st-word-spacing-d, normal)); }
33 .bkbg-ctk-name { font-size: var(--bkbg-ctk-lb-font-size-t, var(--bkbg-ctk-lb-font-size-d, 12px)); line-height: var(--bkbg-ctk-lb-line-height-t, var(--bkbg-ctk-lb-line-height-d, 1.4)); }
34 .bkbg-ctk-hex, .bkbg-ctk-rgb { font-size: calc(var(--bkbg-ctk-lb-font-size-t, var(--bkbg-ctk-lb-font-size-d, 12px)) - 1px); line-height: var(--bkbg-ctk-lb-line-height-t, var(--bkbg-ctk-lb-line-height-d, 1.4)); }
35 }
36 @media (max-width: 767px) {
37 .bkbg-ct-title { font-size: var(--bkbg-ctk-tt-font-size-m, var(--bkbg-ctk-tt-font-size-t, var(--bkbg-ctk-tt-font-size-d, 24px))); line-height: var(--bkbg-ctk-tt-line-height-m, var(--bkbg-ctk-tt-line-height-t, var(--bkbg-ctk-tt-line-height-d, 1.3))); letter-spacing: var(--bkbg-ctk-tt-letter-spacing-m, var(--bkbg-ctk-tt-letter-spacing-t, var(--bkbg-ctk-tt-letter-spacing-d, normal))); word-spacing: var(--bkbg-ctk-tt-word-spacing-m, var(--bkbg-ctk-tt-word-spacing-t, var(--bkbg-ctk-tt-word-spacing-d, normal))); }
38 .bkbg-ct-subtitle { font-size: var(--bkbg-ctk-st-font-size-m, var(--bkbg-ctk-st-font-size-t, var(--bkbg-ctk-st-font-size-d, 15px))); line-height: var(--bkbg-ctk-st-line-height-m, var(--bkbg-ctk-st-line-height-t, var(--bkbg-ctk-st-line-height-d, 1.5))); letter-spacing: var(--bkbg-ctk-st-letter-spacing-m, var(--bkbg-ctk-st-letter-spacing-t, var(--bkbg-ctk-st-letter-spacing-d, normal))); word-spacing: var(--bkbg-ctk-st-word-spacing-m, var(--bkbg-ctk-st-word-spacing-t, var(--bkbg-ctk-st-word-spacing-d, normal))); }
39 .bkbg-ctk-name { font-size: var(--bkbg-ctk-lb-font-size-m, var(--bkbg-ctk-lb-font-size-t, var(--bkbg-ctk-lb-font-size-d, 12px))); line-height: var(--bkbg-ctk-lb-line-height-m, var(--bkbg-ctk-lb-line-height-t, var(--bkbg-ctk-lb-line-height-d, 1.4))); }
40 .bkbg-ctk-hex, .bkbg-ctk-rgb { font-size: calc(var(--bkbg-ctk-lb-font-size-m, var(--bkbg-ctk-lb-font-size-t, var(--bkbg-ctk-lb-font-size-d, 12px))) - 1px); line-height: var(--bkbg-ctk-lb-line-height-m, var(--bkbg-ctk-lb-line-height-t, var(--bkbg-ctk-lb-line-height-d, 1.4))); }
41 }
42