ajustments

This commit is contained in:
Sophia Atkinson 2023-09-14 00:45:00 -07:00
parent 7150cc4c1e
commit 8b5793caf2
12 changed files with 589 additions and 400 deletions

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color:#fff; --text-color:#fff;
--background:#333333; --background:#333333;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color:#fff; --text-color:#fff;
--background:#383C4A; --background:#383C4A;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color:#fff; --text-color:#fff;
--background:#2E3035; --background:#2E3035;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color: #fff; --text-color: #fff;
--background: #191b19; --background: #191b19;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color:#fff; --text-color:#fff;
--background:#653024; --background:#653024;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color: #fff; --text-color: #fff;
--background: #191919; --background: #191919;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color:#fff; --text-color:#fff;
--background:#2E3035; --background:#2E3035;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color: #fff; --text-color: #fff;
--background: #212121; --background: #212121;

View File

@ -1,7 +1,60 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font, body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt !important;
}
::-moz-selection { ::-moz-selection {
background-color: var(--selector); background-color: var(--selector);
} }
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -11,12 +64,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer > span.tags-links, .entry-footer > span.tags-links,
@ -67,15 +114,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -86,7 +130,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -108,7 +151,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -214,8 +256,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -318,7 +359,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -388,8 +430,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -504,8 +545,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +616,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +629,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -631,25 +665,10 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
filter: invert(1); filter: invert(1);
} }
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color);
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
}
:root { :root {
--text-color: #fff; --text-color: #fff;
--background: #333333; --background: #333333;

View File

@ -1,3 +1,5 @@
@use '_plugin_styles';
::selection { ::selection {
background-color: var(--selector); background-color: var(--selector);
} }
@ -7,12 +9,6 @@
display: none; display: none;
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
#site-navigation ul li a, #site-navigation ul li a,
.byline a, .byline a,
.entry-footer>span.tags-links, .entry-footer>span.tags-links,
@ -63,15 +59,12 @@ ul#primary-menu.menu.nav-menu:after {
.wp-comment-cookies-consent, .wp-comment-cookies-consent,
div#wpadminbar.nojq, div#wpadminbar.nojq,
div.custom-header.no-bg-img, div.custom-header.no-bg-img,
div.cwv3_btns,
div.logo-ads-wrap, div.logo-ads-wrap,
div.mt-logo-row-wrapper.mt-clearfix, div.mt-logo-row-wrapper.mt-clearfix,
div.site-branding, div.site-branding,
div.sticky-wrapper, div.sticky-wrapper,
footer#colophon.site-footer, footer#colophon.site-footer,
nav#site-navigation.main-navigation.isActive, nav#site-navigation.main-navigation.isActive,
.gdrf-success,
.gdrf-errors,
#site-navigation ul li .sub-menu, #site-navigation ul li .sub-menu,
#site-navigation ul li .children, #site-navigation ul li .children,
.comment-list .comment-body, .comment-list .comment-body,
@ -82,7 +75,6 @@ textarea#comment {
} }
#colophon .widget .widget-title:before, #colophon .widget .widget-title:before,
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a,
#secondary .widget .widget-title:before, #secondary .widget .widget-title:before,
#site-navigation .menu-item-description, #site-navigation .menu-item-description,
.edit-link .post-edit-link, .edit-link .post-edit-link,
@ -104,7 +96,6 @@ input.search-submit {
background-color: var(--href); background-color: var(--href);
} }
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active,
.bttn:hover, .bttn:hover,
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
@ -210,8 +201,7 @@ em a,
h3.entry-title a:active, h3.entry-title a:active,
h3.entry-title a:hover, h3.entry-title a:hover,
i a, i a,
section ul li a:hover, section ul li a:hover {
.pojo-skip-link:focus {
color: var(--href) !important; color: var(--href) !important;
} }
@ -314,7 +304,8 @@ body {
} }
.wp-block-code, .wp-block-code,
code { code,
pre {
background-color: #343434; background-color: #343434;
} }
@ -386,8 +377,7 @@ q:before {
a:hover, a:hover,
em a:active, em a:active,
em a:focus, em a:focus,
em a:hover, em a:hover {
.pojo-skip-link:focus {
color: var(--href); color: var(--href);
} }
@ -502,8 +492,7 @@ span.required {
.mt-live-link a:focus, .mt-live-link a:focus,
.mt-live-link a:hover, .mt-live-link a:hover,
.search article, .search article {
.pojo-skip-link:focus {
box-shadow: none; box-shadow: none;
} }
@ -576,7 +565,6 @@ textarea {
} }
img, img,
.pojo-skip-link,
.mt-author-box, .mt-author-box,
#respond, #respond,
.wp-block-code, .wp-block-code,
@ -590,11 +578,6 @@ code {
color: var(--text-color) !important; color: var(--text-color) !important;
} }
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
border-color: var(--background-darker) !important;
}
.recentcomments, .recentcomments,
.widget_recent_comments li { .widget_recent_comments li {
display: block !important; display: block !important;
@ -633,22 +616,7 @@ div#cwv3_dialog.cwv3_dialog.js {
border-radius: 10px; border-radius: 10px;
} }
figure.invert img { .invert img {
-webkit-filter: invert(1); -webkit-filter: invert(1);
filter: invert(1); filter: invert(1);
}
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover {
color: var(--text-color)
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container {
background-color: var(--background) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status {
color: var(--text-color) !important;
} }

View File

@ -1 +1,2 @@
@import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400"); @import url("https://fonts.bunny.net/css?family=damion:400|oxygen:400");
@import url("https://cdn.satki.net/static/fonts/OpenDyslexic2-Alt-A/opendyslexic.min.css");

49
scss/_plugin_styles.scss Normal file
View File

@ -0,0 +1,49 @@
#slb_viewer_wrap .slb_theme_slb_black a,
#slb_viewer_wrap .slb_theme_slb_black a:hover,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_title,
#slb_viewer_wrap .slb_theme_slb_black .slb_data_desc,
#slb_viewer_wrap .slb_theme_slb_black .slb_group_status,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
color: var(--text-color) !important;
}
#slb_viewer_wrap .slb_theme_slb_black .slb_container,
div#cwv3_dialog.cwv3_dialog.js {
background-color: var(--background) !important;
}
div#cwv3_dialog.cwv3_dialog.js,
div.cwv3_btns,
.gdrf-success,
.gdrf-errors {
border-color: var(--background-darker) !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a.active {
background-color: var(--href-dark);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
background-color: var(--href);
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
border-color: var(--href);
background-color: var(--background-darker);
}
.pojo-skip-link {
border-radius: 2px;
}
.pojo-skip-link:focus {
box-shadow: none;
}
.pojo-skip-link:focus {
color: var(--href) !important;
}
body.pojo-a11y-dyslexia-font,body.pojo-a11y-dyslexia-font :not(i):not(span) {
font-family: OpenDyslexic2 Alt!important
}