footnote styles
This commit is contained in:
@@ -64,6 +64,15 @@
|
||||
--wiki-prose-caption-bg: rgba(8, 7, 10, 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-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-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: rgba(194, 163, 90, 0.08);
|
||||
--wiki-prose-image-bg: rgba(8, 7, 10, 0.36);
|
||||
--wiki-prose-image-border: rgba(194, 163, 90, 0.18);
|
||||
--wiki-prose-image-padding: 0;
|
||||
@@ -274,7 +283,20 @@
|
||||
.westgate-wiki .wiki-sidebar-root,
|
||||
.westgate-wiki .wiki-sidebar-list a {
|
||||
line-height: 1.35;
|
||||
text-decoration: none !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-nav-ns:hover,
|
||||
.westgate-wiki .wiki-sidebar-nav-ns:focus,
|
||||
.westgate-wiki .wiki-sidebar-nav-page:hover,
|
||||
.westgate-wiki .wiki-sidebar-nav-page:focus,
|
||||
.westgate-wiki .wiki-sidebar-root:hover,
|
||||
.westgate-wiki .wiki-sidebar-root:focus,
|
||||
.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-underline-offset: 0.12em;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-nav-row {
|
||||
@@ -282,13 +304,6 @@
|
||||
transition: background 0.16s ease, color 0.16s ease;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-nav-row.is-active {
|
||||
background: rgba(194, 163, 90, 0.07);
|
||||
box-shadow: inset 2px 0 0 rgba(194, 163, 90, 0.42);
|
||||
padding-block: 0.2rem;
|
||||
padding-inline-end: 0.35rem;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-sidebar-nav-row.is-active .wiki-sidebar-nav-page,
|
||||
.westgate-wiki .wiki-sidebar-list .is-active a {
|
||||
color: var(--wg-gold) !important;
|
||||
@@ -318,14 +333,17 @@
|
||||
border-color: rgba(216, 194, 138, 0.24) !important;
|
||||
border-radius: 6px !important;
|
||||
color: var(--wg-gold) !important;
|
||||
text-decoration: none !important;
|
||||
transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-fab-btn:hover,
|
||||
.westgate-wiki .wiki-fab-btn:focus {
|
||||
.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;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.westgate-wiki .wiki-fab-btn--danger,
|
||||
@@ -342,6 +360,7 @@
|
||||
background: rgba(142, 52, 56, 0.24) !important;
|
||||
border-color: rgba(197, 90, 95, 0.54) !important;
|
||||
color: #f0a2a5 !important;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.westgate-wiki-compose .wiki-compose-form {
|
||||
|
||||
Reference in New Issue
Block a user