prototype(#53): palette candidates as runtime token swaps
Throwaway. Tokenises the theme's literal colours so candidate palettes can be swapped in the browser, adds three candidates (Plum Noir one-metal, two-metal pewter, two-metal plus a champagne inset), a WCAG checker, a seeder and the screenshots they are judged on. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
+138
-138
@@ -13,18 +13,18 @@
|
||||
--wiki-chrome-page-title-font-weight: 500;
|
||||
--wiki-chrome-muted-color: var(--wg-text-muted);
|
||||
--wiki-chrome-link-color: var(--wg-gold);
|
||||
--wiki-chrome-link-hover-color: #e0c878;
|
||||
--wiki-chrome-link-hover-color: var(--wg-gold-lit);
|
||||
--wiki-chrome-accent-color: var(--wg-gold-soft);
|
||||
--wiki-chrome-hero-bg: linear-gradient(
|
||||
180deg,
|
||||
rgba(42, 18, 34, 0.55) 0%,
|
||||
rgba(var(--wg-plum-rgb), 0.55) 0%,
|
||||
rgba(18, 16, 23, 0.98) 100%
|
||||
);
|
||||
--wiki-chrome-warning-border: rgba(194, 163, 90, 0.45);
|
||||
--wiki-chrome-warning-border: rgba(var(--wg-gold-rgb), 0.45);
|
||||
/* Backdrop scrims (drawer/dialog overlays): deep charcoal instead of the
|
||||
plugin's slate-blue defaults, so overlays stay warm against the theme. */
|
||||
--wiki-scrim: rgba(9, 8, 11, 0.55);
|
||||
--wiki-scrim-strong: rgba(9, 8, 11, 0.8);
|
||||
--wiki-scrim: rgba(var(--wg-bg-deep-rgb), 0.55);
|
||||
--wiki-scrim-strong: rgba(var(--wg-bg-deep-rgb), 0.8);
|
||||
--wiki-chrome-danger: var(--wg-red);
|
||||
--wiki-chrome-danger-hover: #c55a5f;
|
||||
--wiki-redlink-color: #c06a6e;
|
||||
@@ -49,107 +49,107 @@
|
||||
--wiki-prose-h4-size: 1.26rem;
|
||||
--wiki-prose-heading-rule: linear-gradient(
|
||||
90deg,
|
||||
rgba(194, 163, 90, 0.42),
|
||||
rgba(194, 163, 90, 0.1) 54%,
|
||||
rgba(var(--wg-gold-rgb), 0.42),
|
||||
rgba(var(--wg-gold-rgb), 0.1) 54%,
|
||||
transparent
|
||||
);
|
||||
|
||||
--wiki-prose-link-color: var(--wg-gold);
|
||||
--wiki-prose-link-hover-color: #e0c878;
|
||||
--wiki-prose-link-hover-color: var(--wg-gold-lit);
|
||||
|
||||
--wiki-prose-blockquote-bg: rgba(35, 27, 23, 0.36);
|
||||
--wiki-prose-blockquote-border: rgba(194, 163, 90, 0.4);
|
||||
--wiki-prose-blockquote-border: rgba(var(--wg-gold-rgb), 0.4);
|
||||
--wiki-prose-blockquote-color: var(--wg-text-soft);
|
||||
|
||||
--wiki-prose-code-font-family: var(--wg-font-code);
|
||||
--wiki-prose-code-bg: rgba(8, 7, 10, 0.45);
|
||||
--wiki-prose-code-border: rgba(194, 163, 90, 0.12);
|
||||
--wiki-prose-code-bg: rgba(var(--wg-bg-deepest-rgb), 0.45);
|
||||
--wiki-prose-code-border: rgba(var(--wg-gold-rgb), 0.12);
|
||||
--wiki-prose-code-color: var(--wg-text);
|
||||
|
||||
--wiki-prose-pre-bg: linear-gradient(180deg, rgba(18, 15, 22, 0.92), rgba(8, 7, 10, 0.82));
|
||||
--wiki-prose-pre-border: rgba(194, 163, 90, 0.22);
|
||||
--wiki-prose-pre-bg: linear-gradient(180deg, rgba(18, 15, 22, 0.92), rgba(var(--wg-bg-deepest-rgb), 0.82));
|
||||
--wiki-prose-pre-border: rgba(var(--wg-gold-rgb), 0.22);
|
||||
--wiki-prose-pre-color: var(--wg-text-soft);
|
||||
|
||||
--wiki-prose-hr-color: rgba(194, 163, 90, 0.18);
|
||||
--wiki-prose-table-border: rgba(194, 163, 90, 0.12);
|
||||
--wiki-prose-hr-color: rgba(var(--wg-gold-rgb), 0.18);
|
||||
--wiki-prose-table-border: rgba(var(--wg-gold-rgb), 0.12);
|
||||
--wiki-prose-table-head-color: var(--wg-ledger-ink-muted);
|
||||
--wiki-prose-table-hover-bg: rgba(194, 163, 90, 0.04);
|
||||
--wiki-prose-table-hover-bg: rgba(var(--wg-gold-rgb), 0.04);
|
||||
--wiki-prose-table-hover-color: var(--wg-text);
|
||||
|
||||
--wiki-prose-caption-bg: rgba(8, 7, 10, 0.42);
|
||||
--wiki-prose-caption-bg: rgba(var(--wg-bg-deepest-rgb), 0.42);
|
||||
--wiki-prose-caption-color: var(--wg-text-muted);
|
||||
--wiki-prose-caption-font-family: var(--wg-font-text);
|
||||
--wiki-prose-footnote-border: rgba(194, 163, 90, 0.2);
|
||||
--wiki-prose-footnote-border: rgba(var(--wg-gold-rgb), 0.2);
|
||||
--wiki-prose-footnote-color: var(--wg-text-muted);
|
||||
--wiki-prose-footnote-marker-color: var(--wg-gold);
|
||||
--wiki-prose-footnote-popover-bg: linear-gradient(180deg, rgba(28, 20, 33, 0.98), rgba(14, 11, 17, 0.98));
|
||||
--wiki-prose-footnote-popover-border: rgba(194, 163, 90, 0.26);
|
||||
--wiki-prose-footnote-popover-border: rgba(var(--wg-gold-rgb), 0.26);
|
||||
--wiki-prose-footnote-popover-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.035),
|
||||
0 14px 30px rgba(0, 0, 0, 0.46);
|
||||
--wiki-prose-footnote-target-bg: var(--wg-border-soft);
|
||||
--wiki-prose-image-bg: rgba(8, 7, 10, 0.36);
|
||||
--wiki-prose-image-border: rgba(194, 163, 90, 0.18);
|
||||
--wiki-prose-image-bg: rgba(var(--wg-bg-deepest-rgb), 0.36);
|
||||
--wiki-prose-image-border: rgba(var(--wg-gold-rgb), 0.18);
|
||||
--wiki-prose-image-padding: 0;
|
||||
--wiki-prose-image-radius: 7px;
|
||||
--wiki-prose-image-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.025),
|
||||
0 8px 20px rgba(0, 0, 0, 0.18);
|
||||
--wiki-prose-media-iframe-border: rgba(194, 163, 90, 0.15);
|
||||
--wiki-prose-media-iframe-border: rgba(var(--wg-gold-rgb), 0.15);
|
||||
|
||||
--wiki-prose-raw-embed-bg: rgba(8, 7, 10, 0.4);
|
||||
--wiki-prose-raw-embed-border: rgba(194, 163, 90, 0.25);
|
||||
--wiki-prose-raw-embed-bg: rgba(var(--wg-bg-deepest-rgb), 0.4);
|
||||
--wiki-prose-raw-embed-border: rgba(var(--wg-gold-rgb), 0.25);
|
||||
--wiki-prose-raw-embed-color: var(--wg-text-muted);
|
||||
|
||||
--wiki-compose-editable-bg: rgba(24, 15, 29, 0.94);
|
||||
--wiki-compose-editable-border-color: rgba(202, 164, 106, 0.2);
|
||||
--wiki-compose-editable-focus-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.026),
|
||||
0 0 0 1px rgba(194, 163, 90, 0.3),
|
||||
0 0 0 1px rgba(var(--wg-gold-rgb), 0.3),
|
||||
0 0 18px var(--wg-border-soft);
|
||||
|
||||
--wiki-ck-base-background: #18141d;
|
||||
--wiki-ck-base-background: var(--wg-panel);
|
||||
--wiki-ck-base-foreground: #1e1824;
|
||||
--wiki-ck-base-border: rgba(194, 163, 90, 0.22);
|
||||
--wiki-ck-base-border: rgba(var(--wg-gold-rgb), 0.22);
|
||||
--wiki-ck-base-text: #cfc5b7;
|
||||
/* CKEditor UI: .ck-reset_all and toolbar SVGs use --ck-color-text / currentColor */
|
||||
--wiki-ck-ui-text: rgba(244, 236, 220, 0.92);
|
||||
--wiki-ck-toolbar-icon-color: rgba(244, 236, 220, 0.9);
|
||||
--wiki-ck-tooltip-background: rgba(10, 8, 14, 0.96);
|
||||
--wiki-ck-tooltip-text: rgba(244, 236, 220, 0.95);
|
||||
--wiki-ck-focus-border: rgba(194, 163, 90, 0.45);
|
||||
--wiki-ck-focus-outer-shadow: rgba(194, 163, 90, 0.12);
|
||||
--wiki-ck-focus-border: rgba(var(--wg-gold-rgb), 0.45);
|
||||
--wiki-ck-focus-outer-shadow: rgba(var(--wg-gold-rgb), 0.12);
|
||||
--wiki-ck-shadow-drop: rgba(0, 0, 0, 0.45);
|
||||
--wiki-ck-shadow-inner: rgba(0, 0, 0, 0.25);
|
||||
--wiki-ck-toolbar-background: #16121a;
|
||||
--wiki-ck-toolbar-border: rgba(194, 163, 90, 0.18);
|
||||
--wiki-ck-toolbar-border: rgba(var(--wg-gold-rgb), 0.18);
|
||||
--wiki-ck-button-bg: transparent;
|
||||
--wiki-ck-button-hover-bg: rgba(194, 163, 90, 0.1);
|
||||
--wiki-ck-button-hover-bg: rgba(var(--wg-gold-rgb), 0.1);
|
||||
--wiki-ck-button-active-bg: var(--wg-border);
|
||||
--wiki-ck-button-on-bg: rgba(194, 163, 90, 0.12);
|
||||
--wiki-ck-button-on-hover-bg: rgba(194, 163, 90, 0.18);
|
||||
--wiki-ck-button-on-active-bg: rgba(194, 163, 90, 0.22);
|
||||
--wiki-ck-button-on-bg: rgba(var(--wg-gold-rgb), 0.12);
|
||||
--wiki-ck-button-on-hover-bg: rgba(var(--wg-gold-rgb), 0.18);
|
||||
--wiki-ck-button-on-active-bg: rgba(var(--wg-gold-rgb), 0.22);
|
||||
--wiki-ck-button-on-color: #e6d9b8;
|
||||
--wiki-ck-dropdown-background: #1a1520;
|
||||
--wiki-ck-dropdown-border: rgba(194, 163, 90, 0.2);
|
||||
--wiki-ck-input-background: rgba(9, 8, 11, 0.55);
|
||||
--wiki-ck-input-border: rgba(194, 163, 90, 0.22);
|
||||
--wiki-ck-input-text: #e6e0d6;
|
||||
--wiki-ck-dropdown-border: rgba(var(--wg-gold-rgb), 0.2);
|
||||
--wiki-ck-input-background: rgba(var(--wg-bg-deep-rgb), 0.55);
|
||||
--wiki-ck-input-border: rgba(var(--wg-gold-rgb), 0.22);
|
||||
--wiki-ck-input-text: var(--wg-text);
|
||||
--wiki-ck-list-background: #1a1520;
|
||||
--wiki-ck-list-hover-bg: rgba(194, 163, 90, 0.1);
|
||||
--wiki-ck-list-on-bg: rgba(194, 163, 90, 0.16);
|
||||
--wiki-ck-list-hover-bg: rgba(var(--wg-gold-rgb), 0.1);
|
||||
--wiki-ck-list-on-bg: rgba(var(--wg-gold-rgb), 0.16);
|
||||
--wiki-ck-list-on-text: #f0e6cc;
|
||||
--wiki-ck-panel-background: #1a1520;
|
||||
--wiki-ck-panel-border: rgba(194, 163, 90, 0.2);
|
||||
--wiki-ck-panel-border: rgba(var(--wg-gold-rgb), 0.2);
|
||||
--wiki-ck-switch-off-bg: #2a2430;
|
||||
--wiki-ck-label-bg: #16121a;
|
||||
|
||||
--wiki-fab-bg: rgba(18, 15, 22, 0.9);
|
||||
--wiki-fab-border-color: rgba(194, 163, 90, 0.18);
|
||||
--wiki-fab-border-color: rgba(var(--wg-gold-rgb), 0.18);
|
||||
--wiki-fab-shadow: var(--wg-velvet-shadow);
|
||||
--wiki-fab-btn-bg: rgba(194, 163, 90, 0.075);
|
||||
--wiki-fab-btn-border: rgba(216, 194, 138, 0.24);
|
||||
--wiki-fab-danger-bg: rgba(142, 52, 56, 0.16);
|
||||
--wiki-fab-btn-bg: rgba(var(--wg-gold-rgb), 0.075);
|
||||
--wiki-fab-btn-border: rgba(var(--wg-ledger-ink-rgb), 0.24);
|
||||
--wiki-fab-danger-bg: rgba(var(--wg-red-rgb), 0.16);
|
||||
|
||||
--wiki-editor-table-handle-layer: 4;
|
||||
--wiki-infobox-layer: 1;
|
||||
@@ -279,7 +279,7 @@
|
||||
.westgate-wiki .card.wiki-card:hover,
|
||||
.westgate-wiki .card.wiki-topic-card:hover {
|
||||
background: var(--wg-velvet-panel-hover) !important;
|
||||
border-color: rgba(194, 163, 90, 0.22) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.22) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.035),
|
||||
inset 0 0 38px rgba(120, 36, 84, 0.14),
|
||||
@@ -412,7 +412,7 @@
|
||||
90deg,
|
||||
transparent,
|
||||
var(--wg-focus) 22%,
|
||||
rgba(194, 163, 90, 0.82) 50%,
|
||||
rgba(var(--wg-gold-rgb), 0.82) 50%,
|
||||
var(--wg-focus) 78%,
|
||||
transparent
|
||||
)
|
||||
@@ -428,8 +428,8 @@
|
||||
--wiki-prose-heading-rule-right,
|
||||
linear-gradient(
|
||||
270deg,
|
||||
rgba(194, 163, 90, 0.82),
|
||||
rgba(194, 163, 90, 0.24) 54%,
|
||||
rgba(var(--wg-gold-rgb), 0.82),
|
||||
rgba(var(--wg-gold-rgb), 0.24) 54%,
|
||||
transparent
|
||||
)
|
||||
);
|
||||
@@ -464,7 +464,7 @@
|
||||
90deg,
|
||||
transparent,
|
||||
var(--wg-focus) 22%,
|
||||
rgba(194, 163, 90, 0.82) 50%,
|
||||
rgba(var(--wg-gold-rgb), 0.82) 50%,
|
||||
var(--wg-focus) 78%,
|
||||
transparent
|
||||
)
|
||||
@@ -479,8 +479,8 @@
|
||||
--wiki-prose-heading-rule-right,
|
||||
linear-gradient(
|
||||
270deg,
|
||||
rgba(194, 163, 90, 0.82),
|
||||
rgba(194, 163, 90, 0.24) 54%,
|
||||
rgba(var(--wg-gold-rgb), 0.82),
|
||||
rgba(var(--wg-gold-rgb), 0.24) 54%,
|
||||
transparent
|
||||
)
|
||||
);
|
||||
@@ -587,7 +587,7 @@
|
||||
|
||||
.westgate-wiki .wiki-breadcrumb-trail__link:hover,
|
||||
.westgate-wiki .wiki-breadcrumb-trail__link:focus {
|
||||
color: #e0c878;
|
||||
color: var(--wg-gold-lit);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@@ -610,18 +610,18 @@
|
||||
|
||||
.westgate-wiki :where(.wiki-card-link, .wiki-card h2 a, .wiki-topic-list a, .wiki-index-entry-title, .wiki-index-jump-link, .wiki-page-byline__userlink) {
|
||||
color: var(--wg-gold) !important;
|
||||
text-decoration-color: rgba(194, 163, 90, 0.5);
|
||||
text-decoration-color: rgba(var(--wg-gold-rgb), 0.5);
|
||||
}
|
||||
|
||||
.westgate-wiki :where(.wiki-card-link, .wiki-card h2 a, .wiki-topic-list a, .wiki-index-entry-title, .wiki-index-jump-link, .wiki-page-byline__userlink):hover,
|
||||
.westgate-wiki :where(.wiki-card-link, .wiki-card h2 a, .wiki-topic-list a, .wiki-index-entry-title, .wiki-index-jump-link, .wiki-page-byline__userlink):focus {
|
||||
color: #e0c878 !important;
|
||||
color: var(--wg-gold-lit) !important;
|
||||
text-decoration-color: currentColor;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-disclosure__summary {
|
||||
background: linear-gradient(180deg, rgba(255, 244, 221, 0.025), rgba(0, 0, 0, 0.075)) !important;
|
||||
border-bottom-color: rgba(194, 163, 90, 0.11) !important;
|
||||
border-bottom-color: rgba(var(--wg-gold-rgb), 0.11) !important;
|
||||
color: var(--wg-text);
|
||||
font-family: var(--wg-font-ui);
|
||||
font-size: 0.82rem;
|
||||
@@ -635,13 +635,13 @@
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-article-toc__ol.wiki-article-toc__ol--nest {
|
||||
border-inline-start-color: rgba(194, 163, 90, 0.18);
|
||||
border-inline-start-color: rgba(var(--wg-gold-rgb), 0.18);
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-article-toc__link,
|
||||
.westgate-wiki .wiki-sidebar-nav-ns,
|
||||
.westgate-wiki .wiki-sidebar-root {
|
||||
color: #d8c28a !important;
|
||||
color: var(--wg-ledger-ink) !important;
|
||||
font-family: var(--wg-font-ui);
|
||||
}
|
||||
|
||||
@@ -683,20 +683,20 @@
|
||||
color: var(--wg-gold);
|
||||
font-family: var(--wg-font-ui);
|
||||
font-weight: 700;
|
||||
text-shadow: 0 0 8px rgba(194, 163, 90, 0.22);
|
||||
text-shadow: 0 0 8px rgba(var(--wg-gold-rgb), 0.22);
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-namespace-directory {
|
||||
--wiki-tree-indent: 1.28rem;
|
||||
--wiki-tree-line-color: rgba(194, 163, 90, 0.34);
|
||||
--wiki-tree-line-color: rgba(var(--wg-gold-rgb), 0.34);
|
||||
margin-block-start: 0.78rem;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-directory-filter {
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 244, 221, 0.028), rgba(0, 0, 0, 0.1)),
|
||||
rgba(8, 7, 10, 0.4) !important;
|
||||
border-color: rgba(194, 163, 90, 0.18) !important;
|
||||
rgba(var(--wg-bg-deepest-rgb), 0.4) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.18) !important;
|
||||
border-radius: 7px !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.035);
|
||||
color: var(--wg-text-soft) !important;
|
||||
@@ -712,16 +712,16 @@
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 244, 221, 0.04), rgba(0, 0, 0, 0.08)),
|
||||
rgba(14, 11, 17, 0.76) !important;
|
||||
border-color: rgba(194, 163, 90, 0.38) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.38) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.04),
|
||||
0 0 0 0.18rem rgba(194, 163, 90, 0.09) !important;
|
||||
0 0 0 0.18rem rgba(var(--wg-gold-rgb), 0.09) !important;
|
||||
color: var(--wg-text) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-index-jump--dynamic {
|
||||
background: rgba(8, 7, 10, 0.18);
|
||||
border-block: 1px solid rgba(194, 163, 90, 0.1);
|
||||
background: rgba(var(--wg-bg-deepest-rgb), 0.18);
|
||||
border-block: 1px solid rgba(var(--wg-gold-rgb), 0.1);
|
||||
gap: 0.36rem;
|
||||
margin-block: 0.72rem 0.9rem !important;
|
||||
padding-block: 0.46rem;
|
||||
@@ -730,8 +730,8 @@
|
||||
.westgate-wiki .wiki-index-jump-link {
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 244, 221, 0.035), rgba(0, 0, 0, 0.1)),
|
||||
rgba(194, 163, 90, 0.045) !important;
|
||||
border-color: rgba(194, 163, 90, 0.16) !important;
|
||||
rgba(var(--wg-gold-rgb), 0.045) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.16) !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.03);
|
||||
transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
|
||||
}
|
||||
@@ -742,8 +742,8 @@
|
||||
background:
|
||||
linear-gradient(180deg, var(--wg-border), rgba(81, 25, 61, 0.12)),
|
||||
var(--wg-border-soft) !important;
|
||||
border-color: rgba(216, 194, 138, 0.36) !important;
|
||||
color: #fff4dd !important;
|
||||
border-color: rgba(var(--wg-ledger-ink-rgb), 0.36) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
@@ -772,7 +772,7 @@
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-namespace-directory .wiki-index-entry:not(.wiki-index-entry--subpage) .wiki-index-entry-main::before {
|
||||
background: radial-gradient(circle, #e0c878 0 30%, var(--wg-focus) 31% 58%, transparent 59%);
|
||||
background: radial-gradient(circle, var(--wg-gold-lit) 0 30%, var(--wg-focus) 31% 58%, transparent 59%);
|
||||
block-size: 0.42rem;
|
||||
content: "";
|
||||
inline-size: 0.42rem;
|
||||
@@ -793,7 +793,7 @@
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-index-entry--subpage::before {
|
||||
background: linear-gradient(90deg, var(--wiki-tree-line-color, rgba(194, 163, 90, 0.34)), rgba(194, 163, 90, 0.12));
|
||||
background: linear-gradient(90deg, var(--wiki-tree-line-color, rgba(var(--wg-gold-rgb), 0.34)), rgba(var(--wg-gold-rgb), 0.12));
|
||||
position: absolute;
|
||||
block-size: 1px;
|
||||
content: "";
|
||||
@@ -803,7 +803,7 @@
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-index-entry--subpage::after {
|
||||
background: linear-gradient(180deg, var(--wg-border-soft), var(--wiki-tree-line-color, rgba(194, 163, 90, 0.34)));
|
||||
background: linear-gradient(180deg, var(--wg-border-soft), var(--wiki-tree-line-color, rgba(var(--wg-gold-rgb), 0.34)));
|
||||
block-size: 1.18rem;
|
||||
content: "";
|
||||
inline-size: 1px;
|
||||
@@ -834,8 +834,8 @@
|
||||
|
||||
.westgate-wiki .wiki-namespace-directory .wiki-index-entry-main:hover .wiki-index-entry-title,
|
||||
.westgate-wiki .wiki-namespace-directory .wiki-index-entry-main:focus-within .wiki-index-entry-title {
|
||||
color: #fff4dd !important;
|
||||
text-shadow: 0 0 10px rgba(194, 163, 90, 0.16);
|
||||
color: var(--wg-gold-hi) !important;
|
||||
text-shadow: 0 0 10px rgba(var(--wg-gold-rgb), 0.16);
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-index-entry--subpage[style*="--wiki-title-depth: 2"] .wiki-index-entry-title,
|
||||
@@ -852,7 +852,7 @@
|
||||
|
||||
.westgate-wiki .wiki-topic-list__item--subpage {
|
||||
--wiki-tree-indent: 1rem;
|
||||
--wiki-tree-line-color: rgba(194, 163, 90, 0.36);
|
||||
--wiki-tree-line-color: rgba(var(--wg-gold-rgb), 0.36);
|
||||
list-style: none;
|
||||
margin-block-start: -0.15rem;
|
||||
margin-inline-start: calc(var(--wiki-title-depth, 1) * var(--wiki-tree-indent));
|
||||
@@ -861,7 +861,7 @@
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-topic-list__item--subpage::before {
|
||||
background: linear-gradient(90deg, var(--wiki-tree-line-color), rgba(194, 163, 90, 0.12));
|
||||
background: linear-gradient(90deg, var(--wiki-tree-line-color), rgba(var(--wg-gold-rgb), 0.12));
|
||||
position: absolute;
|
||||
block-size: 1px;
|
||||
content: "";
|
||||
@@ -917,11 +917,11 @@
|
||||
|
||||
.westgate-wiki .wiki-sidebar-directory {
|
||||
--wiki-sidebar-tree-indent: 1.1rem;
|
||||
--wiki-sidebar-tree-line-color: rgba(194, 163, 90, 0.26);
|
||||
--wiki-sidebar-tree-line-color: rgba(var(--wg-gold-rgb), 0.26);
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-directory .wiki-sidebar-nav-rows--child-pages {
|
||||
border-inline-start-color: rgba(194, 163, 90, 0.16) !important;
|
||||
border-inline-start-color: rgba(var(--wg-gold-rgb), 0.16) !important;
|
||||
margin-inline-start: 0.42rem;
|
||||
padding-inline-start: 0.66rem;
|
||||
}
|
||||
@@ -959,7 +959,7 @@
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-directory .wiki-sidebar-nav-row--page:has(.wiki-sidebar-parent-path)::after {
|
||||
background: linear-gradient(180deg, rgba(194, 163, 90, 0.06), var(--wiki-sidebar-tree-line-color));
|
||||
background: linear-gradient(180deg, rgba(var(--wg-gold-rgb), 0.06), var(--wiki-sidebar-tree-line-color));
|
||||
block-size: 0.58em;
|
||||
content: "";
|
||||
inline-size: 1px;
|
||||
@@ -998,7 +998,7 @@
|
||||
.westgate-wiki .wiki-sidebar-list a:hover,
|
||||
.westgate-wiki .wiki-sidebar-list a:focus {
|
||||
text-decoration: underline !important;
|
||||
text-decoration-color: rgba(194, 163, 90, 0.55);
|
||||
text-decoration-color: rgba(var(--wg-gold-rgb), 0.55);
|
||||
text-underline-offset: 0.12em;
|
||||
}
|
||||
|
||||
@@ -1015,11 +1015,11 @@
|
||||
.westgate-wiki .wiki-sidebar-divider,
|
||||
.westgate-wiki .wiki-index-section-rule,
|
||||
.westgate-wiki .wiki-index-letter {
|
||||
border-color: rgba(194, 163, 90, 0.13) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.13) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-index-entry-badge {
|
||||
background: rgba(194, 163, 90, 0.055) !important;
|
||||
background: rgba(var(--wg-gold-rgb), 0.055) !important;
|
||||
border-color: var(--wg-border) !important;
|
||||
}
|
||||
|
||||
@@ -1029,14 +1029,14 @@
|
||||
|
||||
.westgate-wiki .wiki-fab-dock-inner {
|
||||
background: rgba(18, 15, 22, 0.9) !important;
|
||||
border-color: rgba(194, 163, 90, 0.18) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.18) !important;
|
||||
border-radius: 8px !important;
|
||||
box-shadow: var(--wg-velvet-shadow) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-fab-btn {
|
||||
background: rgba(194, 163, 90, 0.075) !important;
|
||||
border-color: rgba(216, 194, 138, 0.24) !important;
|
||||
background: rgba(var(--wg-gold-rgb), 0.075) !important;
|
||||
border-color: rgba(var(--wg-ledger-ink-rgb), 0.24) !important;
|
||||
border-radius: 6px !important;
|
||||
color: var(--wg-gold) !important;
|
||||
text-decoration: none !important;
|
||||
@@ -1046,15 +1046,15 @@
|
||||
.westgate-wiki .wiki-fab-btn:hover,
|
||||
.westgate-wiki .wiki-fab-btn:focus,
|
||||
.westgate-wiki .wiki-fab-btn:active {
|
||||
background: rgba(194, 163, 90, 0.13) !important;
|
||||
border-color: rgba(216, 194, 138, 0.44) !important;
|
||||
color: #fff4dd !important;
|
||||
background: rgba(var(--wg-gold-rgb), 0.13) !important;
|
||||
border-color: rgba(var(--wg-ledger-ink-rgb), 0.44) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-fab-btn--danger,
|
||||
.westgate-wiki .wiki-fab-btn.wiki-delete-page {
|
||||
background: rgba(142, 52, 56, 0.16) !important;
|
||||
background: rgba(var(--wg-red-rgb), 0.16) !important;
|
||||
border-color: rgba(197, 90, 95, 0.36) !important;
|
||||
color: #d98286 !important;
|
||||
}
|
||||
@@ -1063,7 +1063,7 @@
|
||||
.westgate-wiki .wiki-fab-btn--danger:focus,
|
||||
.westgate-wiki .wiki-fab-btn.wiki-delete-page:hover,
|
||||
.westgate-wiki .wiki-fab-btn.wiki-delete-page:focus {
|
||||
background: rgba(142, 52, 56, 0.24) !important;
|
||||
background: rgba(var(--wg-red-rgb), 0.24) !important;
|
||||
border-color: rgba(197, 90, 95, 0.54) !important;
|
||||
color: #f0a2a5 !important;
|
||||
text-decoration: none !important;
|
||||
@@ -1144,15 +1144,15 @@
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-button.ck-on,
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-dropdown__button.ck-on {
|
||||
background: var(--wiki-ck-button-hover-bg) !important;
|
||||
border-color: rgba(194, 163, 90, 0.2) !important;
|
||||
color: #fff4dd !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.2) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.035);
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-button.ck-on,
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-dropdown__button.ck-on {
|
||||
background: var(--wiki-ck-button-on-bg) !important;
|
||||
border-color: rgba(194, 163, 90, 0.3) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.3) !important;
|
||||
color: var(--wiki-ck-button-on-color) !important;
|
||||
}
|
||||
|
||||
@@ -1161,7 +1161,7 @@
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-dropdown__button.ck-on:hover,
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-dropdown__button.ck-on:focus {
|
||||
background: var(--wiki-ck-button-on-hover-bg) !important;
|
||||
color: #fff4dd !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-button:focus-visible,
|
||||
@@ -1200,8 +1200,8 @@
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-splitbutton:hover > .ck.ck-button,
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-splitbutton:hover > .ck.ck-dropdown__button {
|
||||
background: var(--wiki-ck-button-hover-bg) !important;
|
||||
border-color: rgba(194, 163, 90, 0.2) !important;
|
||||
color: #fff4dd !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.2) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-color-selector__remove-color,
|
||||
@@ -1218,8 +1218,8 @@
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-button_with-text:hover,
|
||||
.westgate-wiki-compose .ck.ck-toolbar .ck.ck-button_with-text:focus {
|
||||
background: var(--wiki-ck-button-hover-bg) !important;
|
||||
border-color: rgba(194, 163, 90, 0.2) !important;
|
||||
color: #fff4dd !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.2) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .ck.ck-editor__main > .ck.ck-editor__editable,
|
||||
@@ -1239,7 +1239,7 @@
|
||||
border-radius: 7px !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.035),
|
||||
inset 0 0 0 1px rgba(8, 7, 10, 0.45),
|
||||
inset 0 0 0 1px rgba(var(--wg-bg-deepest-rgb), 0.45),
|
||||
inset 0 -8px 24px rgba(0, 0, 0, 0.22),
|
||||
0 8px 18px rgba(0, 0, 0, 0.18) !important;
|
||||
color: var(--wiki-prose-pre-color) !important;
|
||||
@@ -1281,7 +1281,7 @@
|
||||
border: 1px solid var(--wg-border);
|
||||
border-radius: 7px;
|
||||
box-shadow:
|
||||
inset -1.25rem 0 1rem -1rem rgba(194, 163, 90, 0.16),
|
||||
inset -1.25rem 0 1rem -1rem rgba(var(--wg-gold-rgb), 0.16),
|
||||
0 0.6rem 1.4rem rgba(0, 0, 0, 0.16);
|
||||
display: block;
|
||||
inline-size: 100%;
|
||||
@@ -1289,7 +1289,7 @@
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
scrollbar-color: rgba(194, 163, 90, 0.5) rgba(8, 7, 10, 0.48);
|
||||
scrollbar-color: rgba(var(--wg-gold-rgb), 0.5) rgba(var(--wg-bg-deepest-rgb), 0.48);
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
@@ -1342,7 +1342,7 @@
|
||||
.westgate-wiki-compose .ck.ck-editor__editable_inline.wiki-article-prose.ck-content pre[data-language]::after,
|
||||
.westgate-wiki-compose .ck-code-block-language-label {
|
||||
background: var(--wg-border) !important;
|
||||
border: 1px solid rgba(194, 163, 90, 0.22) !important;
|
||||
border: 1px solid rgba(var(--wg-gold-rgb), 0.22) !important;
|
||||
border-radius: 0 0 0 5px !important;
|
||||
color: var(--wg-text-soft) !important;
|
||||
font-family: var(--wg-font-ui) !important;
|
||||
@@ -1354,30 +1354,30 @@
|
||||
.westgate-wiki-compose .ck-source-editing-area textarea,
|
||||
.westgate-wiki-compose .ck.ck-source-editing-area,
|
||||
.westgate-wiki-compose textarea.ck-source-editing-area {
|
||||
background: rgba(9, 8, 11, 0.92) !important;
|
||||
background: rgba(var(--wg-bg-deep-rgb), 0.92) !important;
|
||||
color: var(--wg-text-soft) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .ck-source-editing-area textarea,
|
||||
.westgate-wiki-compose textarea.ck-source-editing-area {
|
||||
border-color: rgba(194, 163, 90, 0.24) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.24) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.025),
|
||||
inset 0 0 0 1px rgba(8, 7, 10, 0.45) !important;
|
||||
inset 0 0 0 1px rgba(var(--wg-bg-deepest-rgb), 0.45) !important;
|
||||
caret-color: var(--wg-gold);
|
||||
font-family: var(--wg-font-code) !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .ck-source-editing-area textarea:focus,
|
||||
.westgate-wiki-compose textarea.ck-source-editing-area:focus {
|
||||
border-color: rgba(194, 163, 90, 0.45) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.45) !important;
|
||||
box-shadow: var(--wiki-compose-editable-focus-shadow) !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .wiki-article-prose .ck.ck-editor__editable_inline.ck-focused,
|
||||
.westgate-wiki-compose .ck.ck-editor__editable_inline.wiki-article-prose.ck-focused {
|
||||
border-color: rgba(194, 163, 90, 0.45) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.45) !important;
|
||||
box-shadow: var(--wiki-compose-editable-focus-shadow) !important;
|
||||
}
|
||||
|
||||
@@ -1387,17 +1387,17 @@ body:has(#westgate-wiki-compose) .ck.ck-dialog {
|
||||
--ck-color-button-default-background: var(--wiki-ck-button-bg);
|
||||
--ck-color-button-default-hover-background: var(--wiki-ck-button-hover-bg);
|
||||
--ck-color-button-default-active-background: var(--wiki-ck-button-active-bg);
|
||||
--ck-color-button-action-background: rgba(194, 163, 90, 0.18);
|
||||
--ck-color-button-action-hover-background: rgba(194, 163, 90, 0.26);
|
||||
--ck-color-button-action-active-background: rgba(194, 163, 90, 0.32);
|
||||
--ck-color-button-action-background: rgba(var(--wg-gold-rgb), 0.18);
|
||||
--ck-color-button-action-hover-background: rgba(var(--wg-gold-rgb), 0.26);
|
||||
--ck-color-button-action-active-background: rgba(var(--wg-gold-rgb), 0.32);
|
||||
--ck-color-button-action-disabled-background: transparent;
|
||||
--ck-color-button-action-text: #fff4dd;
|
||||
--ck-color-button-action-text: var(--wg-gold-hi);
|
||||
--ck-color-button-on-background: var(--wiki-ck-button-on-bg);
|
||||
--ck-color-button-on-hover-background: var(--wiki-ck-button-on-hover-bg);
|
||||
--ck-color-button-on-active-background: var(--wiki-ck-button-on-active-bg);
|
||||
--ck-color-button-on-color: var(--wiki-ck-button-on-color);
|
||||
--ck-color-input-disabled-background: rgba(9, 8, 11, 0.34);
|
||||
--ck-color-input-disabled-border: rgba(194, 163, 90, 0.12);
|
||||
--ck-color-input-disabled-background: rgba(var(--wg-bg-deep-rgb), 0.34);
|
||||
--ck-color-input-disabled-border: rgba(var(--wg-gold-rgb), 0.12);
|
||||
--ck-color-input-disabled-text: rgba(185, 178, 166, 0.42);
|
||||
--ck-color-labeled-field-label-background: var(--wiki-ck-panel-background);
|
||||
background: var(--wiki-ck-panel-background) !important;
|
||||
@@ -1416,7 +1416,7 @@ body:has(#westgate-wiki-compose) .ck.ck-dialog :where(.ck, .ck-label, .ck-button
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-form__header {
|
||||
background: linear-gradient(180deg, rgba(255, 244, 221, 0.025), rgba(0, 0, 0, 0.075)) !important;
|
||||
border-bottom-color: rgba(194, 163, 90, 0.16) !important;
|
||||
border-bottom-color: rgba(var(--wg-gold-rgb), 0.16) !important;
|
||||
color: var(--wg-text) !important;
|
||||
}
|
||||
|
||||
@@ -1442,8 +1442,8 @@ body:has(#westgate-wiki-compose) .ck.ck-balloon-panel:not(.ck-powered-by-balloon
|
||||
body:has(#westgate-wiki-compose) .ck.ck-dialog .ck.ck-button:not(.ck-color-grid__tile):hover,
|
||||
body:has(#westgate-wiki-compose) .ck.ck-dialog .ck.ck-button:not(.ck-color-grid__tile):focus {
|
||||
background: var(--wiki-ck-button-hover-bg) !important;
|
||||
border-color: rgba(194, 163, 90, 0.2) !important;
|
||||
color: #fff4dd !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.2) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-dropdown__panel .ck.ck-button:not(.ck-color-grid__tile).ck-on,
|
||||
@@ -1456,9 +1456,9 @@ body:has(#westgate-wiki-compose) .ck.ck-dialog .ck.ck-button:not(.ck-color-grid_
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-balloon-panel:not(.ck-powered-by-balloon) .ck.ck-button-action,
|
||||
body:has(#westgate-wiki-compose) .ck.ck-dialog .ck.ck-button-action {
|
||||
background: rgba(194, 163, 90, 0.18) !important;
|
||||
border-color: rgba(194, 163, 90, 0.3) !important;
|
||||
color: #fff4dd !important;
|
||||
background: rgba(var(--wg-gold-rgb), 0.18) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.3) !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
|
||||
@@ -1518,8 +1518,8 @@ body:has(#westgate-wiki-compose) .ck.ck-find-and-replace-form .ck-label {
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-find-and-replace-form .ck.ck-input,
|
||||
body:has(#westgate-wiki-compose) .ck.ck-find-and-replace-form input.ck-input-text {
|
||||
background: rgba(9, 8, 11, 0.68) !important;
|
||||
border-color: rgba(194, 163, 90, 0.24) !important;
|
||||
background: rgba(var(--wg-bg-deep-rgb), 0.68) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.24) !important;
|
||||
color: var(--wg-text) !important;
|
||||
font-family: var(--wg-font-ui) !important;
|
||||
}
|
||||
@@ -1531,7 +1531,7 @@ body:has(#westgate-wiki-compose) .ck.ck-find-and-replace-form input.ck-input-tex
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-find-and-replace-form .ck.ck-button-find {
|
||||
color: #fff4dd !important;
|
||||
color: var(--wg-gold-hi) !important;
|
||||
font-family: var(--wg-font-ui) !important;
|
||||
font-weight: 700 !important;
|
||||
}
|
||||
@@ -1585,13 +1585,13 @@ body:has(#westgate-wiki-compose) .ck.ck-color-grid__tile.ck-color-selector__colo
|
||||
body:has(#westgate-wiki-compose) .ck.ck-color-grid__tile:hover:not(.ck-disabled),
|
||||
body:has(#westgate-wiki-compose) .ck.ck-color-grid__tile:focus:not(.ck-disabled) {
|
||||
box-shadow:
|
||||
inset 0 0 0 1px rgba(8, 7, 10, 0.76),
|
||||
0 0 0 2px rgba(216, 194, 138, 0.66) !important;
|
||||
inset 0 0 0 1px rgba(var(--wg-bg-deepest-rgb), 0.76),
|
||||
0 0 0 2px rgba(var(--wg-ledger-ink-rgb), 0.66) !important;
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-color-grid__tile.ck-on {
|
||||
box-shadow:
|
||||
inset 0 0 0 1px rgba(8, 7, 10, 0.86),
|
||||
inset 0 0 0 1px rgba(var(--wg-bg-deepest-rgb), 0.86),
|
||||
0 0 0 2px rgba(246, 223, 163, 0.82) !important;
|
||||
}
|
||||
|
||||
@@ -1601,21 +1601,21 @@ body:has(#westgate-wiki-compose) .ck .ck-insert-table-dropdown__grid {
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck .ck-insert-table-dropdown-grid-box {
|
||||
background: rgba(194, 163, 90, 0.075) !important;
|
||||
border: 1px solid rgba(216, 194, 138, 0.26) !important;
|
||||
background: rgba(var(--wg-gold-rgb), 0.075) !important;
|
||||
border: 1px solid rgba(var(--wg-ledger-ink-rgb), 0.26) !important;
|
||||
border-radius: 4px !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.035),
|
||||
0 0 0 1px rgba(8, 7, 10, 0.36) !important;
|
||||
0 0 0 1px rgba(var(--wg-bg-deepest-rgb), 0.36) !important;
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck .ck-insert-table-dropdown-grid-box:hover,
|
||||
body:has(#westgate-wiki-compose) .ck .ck-insert-table-dropdown-grid-box:focus {
|
||||
background: rgba(194, 163, 90, 0.18) !important;
|
||||
border-color: rgba(216, 194, 138, 0.52) !important;
|
||||
background: rgba(var(--wg-gold-rgb), 0.18) !important;
|
||||
border-color: rgba(var(--wg-ledger-ink-rgb), 0.52) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.055),
|
||||
0 0 0 1px rgba(194, 163, 90, 0.24) !important;
|
||||
0 0 0 1px rgba(var(--wg-gold-rgb), 0.24) !important;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
@@ -1624,7 +1624,7 @@ body:has(#westgate-wiki-compose) .ck .ck-insert-table-dropdown-grid-box.ck-on {
|
||||
border-color: rgba(246, 223, 163, 0.64) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.08),
|
||||
0 0 0 1px rgba(194, 163, 90, 0.34) !important;
|
||||
0 0 0 1px rgba(var(--wg-gold-rgb), 0.34) !important;
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck .ck-insert-table-dropdown__label {
|
||||
@@ -1647,17 +1647,17 @@ body:has(#westgate-wiki-compose) .ck.ck-emoji-picker :where(.ck-label, .ck-label
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-emoji-picker :where(.ck-input, .ck-input-text, input[type="text"], input[type="search"]) {
|
||||
background: rgba(9, 8, 11, 0.74) !important;
|
||||
border-color: rgba(194, 163, 90, 0.26) !important;
|
||||
background: rgba(var(--wg-bg-deep-rgb), 0.74) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.26) !important;
|
||||
color: var(--wg-text) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.025),
|
||||
0 0 0 1px rgba(8, 7, 10, 0.42) !important;
|
||||
0 0 0 1px rgba(var(--wg-bg-deepest-rgb), 0.42) !important;
|
||||
caret-color: var(--wg-gold);
|
||||
}
|
||||
|
||||
body:has(#westgate-wiki-compose) .ck.ck-emoji-picker :where(.ck-input, .ck-input-text, input[type="text"], input[type="search"]):focus {
|
||||
border-color: rgba(194, 163, 90, 0.5) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.5) !important;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 244, 221, 0.026),
|
||||
0 0 0 1px var(--wg-focus) !important;
|
||||
@@ -1682,7 +1682,7 @@ body:has(#westgate-wiki-compose) .ck.ck-emoji-picker .ck-emoji-categories__item:
|
||||
body:has(#westgate-wiki-compose) .ck.ck-emoji-picker .ck-emoji-categories__item:focus,
|
||||
body:has(#westgate-wiki-compose) .ck.ck-emoji-picker .ck-emoji-categories__item.ck-on {
|
||||
background: var(--wiki-ck-button-hover-bg) !important;
|
||||
border-color: rgba(194, 163, 90, 0.2) !important;
|
||||
border-color: rgba(var(--wg-gold-rgb), 0.2) !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 244, 221, 0.035) !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user