PluginProbe
404 Solution / 4.3.3
404 Solution v4.3.3
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / criticalThemeCSS.html

criticalThemeCSS.html in 404 Solution 4.3.3, at includes/html/criticalThemeCSS.html

29 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <style id="abj404-critical-theme-css">:root{
2 {css_variables}
3 }
4 html[data-theme] .nav-tab-wrapper,body[data-theme] .nav-tab-wrapper{
5 background-color:var(--abj404-bg);border-bottom-color:var(--abj404-border);
6 }
7 html[data-theme] .nav-tab,body[data-theme] a.nav-tab{
8 background-color:var(--abj404-surface);border-color:var(--abj404-border);color:var(--abj404-text);
9 }
10 html[data-theme] .nav-tab-active,body[data-theme] a.nav-tab-active{
11 background-color:var(--abj404-bg);border-bottom-color:var(--abj404-bg);color:var(--abj404-text);
12 }
13 html[data-theme] table.wp-list-table,html[data-theme] .widefat{
14 background-color:var(--abj404-surface);border-color:var(--abj404-border);color:var(--abj404-text);
15 }
16 html[data-theme] table.wp-list-table thead th,html[data-theme] .widefat thead th,html[data-theme] table.wp-list-table tfoot th,html[data-theme] .widefat tfoot th{
17 background-color:var(--abj404-table-header);border-color:var(--abj404-border);color:var(--abj404-text);
18 }
19 html[data-theme] table.wp-list-table tbody tr,html[data-theme] .widefat tbody tr{
20 background-color:var(--abj404-surface);border-color:var(--abj404-border);
21 }
22 html[data-theme] table.wp-list-table tbody td,html[data-theme] .widefat tbody td{
23 border-color:var(--abj404-border);color:var(--abj404-text);
24 }
25 html[data-theme="neon"] input[type="checkbox"],html[data-theme="neon"] input[type="radio"],html[data-theme="obsidian"] input[type="checkbox"],html[data-theme="obsidian"] input[type="radio"]{
26 filter:invert(1) hue-rotate(180deg);
27 }
28 </style>
29