@punkfairie/98.css 1.1.21 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devenv/root +1 -1
- package/.devenv/tasks.db +0 -0
- package/.devenv/tasks.db-shm +0 -0
- package/.devenv/tasks.db-wal +0 -0
- package/.direnv/bin/nix-direnv-reload +5 -5
- package/.direnv/flake-profile-a5d5b61aa8a61b7d9d765e1daf971a9a578f1cfa.rc +104 -97
- package/build.js +0 -1
- package/dist/98.css +1 -1
- package/dist/98.css.map +1 -1
- package/package.json +1 -2
- package/style.css +1 -1
package/.devenv/root
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/
|
|
1
|
+
/home/marley/hackin/98.css
|
package/.devenv/tasks.db
CHANGED
|
Binary file
|
package/.devenv/tasks.db-shm
CHANGED
|
Binary file
|
package/.devenv/tasks.db-wal
CHANGED
|
Binary file
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
2
|
set -e
|
|
3
|
-
if [[ ! -d "/
|
|
3
|
+
if [[ ! -d "/home/marley/hackin/98.css" ]]; then
|
|
4
4
|
echo "Cannot find source directory; Did you move it?"
|
|
5
|
-
echo "(Looking for "/
|
|
5
|
+
echo "(Looking for "/home/marley/hackin/98.css")"
|
|
6
6
|
echo 'Cannot force reload with this script - use "direnv reload" manually and then try again'
|
|
7
7
|
exit 1
|
|
8
8
|
fi
|
|
9
9
|
|
|
10
10
|
# rebuild the cache forcefully
|
|
11
|
-
_nix_direnv_force_reload=1 direnv exec "/
|
|
11
|
+
_nix_direnv_force_reload=1 direnv exec "/home/marley/hackin/98.css" true
|
|
12
12
|
|
|
13
13
|
# Update the mtime for .envrc.
|
|
14
14
|
# This will cause direnv to reload again - but without re-building.
|
|
15
|
-
touch "/
|
|
15
|
+
touch "/home/marley/hackin/98.css/.envrc"
|
|
16
16
|
|
|
17
17
|
# Also update the timestamp of whatever profile_rc we have.
|
|
18
18
|
# This makes sure that we know we are up to date.
|
|
19
|
-
touch -r "/
|
|
19
|
+
touch -r "/home/marley/hackin/98.css/.envrc" "/home/marley/hackin/98.css/.direnv"/*.rc
|
|
@@ -7,33 +7,31 @@ AR='ar'
|
|
|
7
7
|
export AR
|
|
8
8
|
AS='as'
|
|
9
9
|
export AS
|
|
10
|
-
BASH='/nix/store/
|
|
11
|
-
CC='
|
|
10
|
+
BASH='/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/bash'
|
|
11
|
+
CC='gcc'
|
|
12
12
|
export CC
|
|
13
|
-
CONFIG_SHELL='/nix/store/
|
|
13
|
+
CONFIG_SHELL='/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/bash'
|
|
14
14
|
export CONFIG_SHELL
|
|
15
|
-
CXX='
|
|
15
|
+
CXX='g++'
|
|
16
16
|
export CXX
|
|
17
|
-
|
|
18
|
-
export DEVELOPER_DIR
|
|
19
|
-
DEVENV_DOTFILE='/Users/marley/hackin/98.css/.devenv'
|
|
17
|
+
DEVENV_DOTFILE='/home/marley/hackin/98.css/.devenv'
|
|
20
18
|
export DEVENV_DOTFILE
|
|
21
19
|
DEVENV_FLAKE_SHELL='default'
|
|
22
20
|
export DEVENV_FLAKE_SHELL
|
|
23
|
-
DEVENV_PROFILE='/nix/store/
|
|
21
|
+
DEVENV_PROFILE='/nix/store/cvi4km2350qqizw5wcc0k4ykwymhzaa4-devenv-profile'
|
|
24
22
|
export DEVENV_PROFILE
|
|
25
|
-
DEVENV_ROOT='/
|
|
23
|
+
DEVENV_ROOT='/home/marley/hackin/98.css'
|
|
26
24
|
export DEVENV_ROOT
|
|
27
|
-
DEVENV_RUNTIME='/tmp/devenv-
|
|
25
|
+
DEVENV_RUNTIME='/tmp/devenv-b8b1310'
|
|
28
26
|
export DEVENV_RUNTIME
|
|
29
|
-
DEVENV_STATE='/
|
|
27
|
+
DEVENV_STATE='/home/marley/hackin/98.css/.devenv/state'
|
|
30
28
|
export DEVENV_STATE
|
|
31
|
-
DEVENV_TASKS='[{"after":[],"before":[],"command":"/nix/store/
|
|
29
|
+
DEVENV_TASKS='[{"after":[],"before":[],"command":"/nix/store/2chajq47d6jnwjk4v2qfz7ih1qx7s022-devenv-enterShell","cwd":null,"description":"Runs when entering the shell","exec_if_modified":[],"input":{},"name":"devenv:enterShell","show_output":false,"status":null,"type":"oneshot"},{"after":["devenv:enterShell"],"before":[],"command":null,"cwd":null,"description":"Runs when entering the test environment","exec_if_modified":[],"input":{},"name":"devenv:enterTest","show_output":false,"status":null,"type":"oneshot"},{"after":[],"before":[],"command":null,"cwd":null,"description":"","exec_if_modified":[],"input":{},"name":"devenv:files","show_output":false,"status":null,"type":"oneshot"}]'
|
|
32
30
|
export DEVENV_TASKS
|
|
33
|
-
DEVENV_TASK_FILE='/nix/store/
|
|
31
|
+
DEVENV_TASK_FILE='/nix/store/fllchbl0ilhlakp9r91x7dk1w9z7lz3c-tasks.json'
|
|
34
32
|
export DEVENV_TASK_FILE
|
|
35
33
|
HOSTTYPE='x86_64'
|
|
36
|
-
HOST_PATH='/nix/store/
|
|
34
|
+
HOST_PATH='/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin:/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin:/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin:/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin:/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin:/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin:/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin:/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin:/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin:/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin:/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin:/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin:/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin:/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin'
|
|
37
35
|
export HOST_PATH
|
|
38
36
|
IFS='
|
|
39
37
|
'
|
|
@@ -41,47 +39,34 @@ IN_NIX_SHELL='impure'
|
|
|
41
39
|
export IN_NIX_SHELL
|
|
42
40
|
LD='ld'
|
|
43
41
|
export LD
|
|
44
|
-
LD_DYLD_PATH='/usr/lib/dyld'
|
|
45
|
-
export LD_DYLD_PATH
|
|
46
42
|
LINENO='76'
|
|
47
|
-
MACHTYPE='x86_64-
|
|
48
|
-
|
|
49
|
-
export MACOSX_DEPLOYMENT_TARGET
|
|
50
|
-
NIX_APPLE_SDK_VERSION='140400'
|
|
51
|
-
export NIX_APPLE_SDK_VERSION
|
|
52
|
-
NIX_BINTOOLS='/nix/store/gwapi9b3wid3zq2l0hw5l0jsh4ijlhf2-cctools-binutils-darwin-wrapper-1010.6'
|
|
43
|
+
MACHTYPE='x86_64-pc-linux-gnu'
|
|
44
|
+
NIX_BINTOOLS='/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44'
|
|
53
45
|
export NIX_BINTOOLS
|
|
54
|
-
|
|
55
|
-
export
|
|
56
|
-
NIX_BUILD_CORES='
|
|
46
|
+
NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu='1'
|
|
47
|
+
export NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu
|
|
48
|
+
NIX_BUILD_CORES='12'
|
|
57
49
|
export NIX_BUILD_CORES
|
|
58
|
-
NIX_CC='/nix/store/
|
|
50
|
+
NIX_CC='/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0'
|
|
59
51
|
export NIX_CC
|
|
60
|
-
|
|
61
|
-
export
|
|
62
|
-
NIX_CFLAGS_COMPILE=' -frandom-seed=
|
|
52
|
+
NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu='1'
|
|
53
|
+
export NIX_CC_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu
|
|
54
|
+
NIX_CFLAGS_COMPILE=' -frandom-seed=khgyd4sdrp -isystem /nix/store/l1idqv7ff0m2kbcqnn1yr415wyga1wxf-nodejs-22.21.1-dev/include -isystem /nix/store/l85fis49agvp5q1ild1rfh4rrgmn92sr-nodejs-22.21.1/include -isystem /nix/store/l1idqv7ff0m2kbcqnn1yr415wyga1wxf-nodejs-22.21.1-dev/include -isystem /nix/store/l85fis49agvp5q1ild1rfh4rrgmn92sr-nodejs-22.21.1/include'
|
|
63
55
|
export NIX_CFLAGS_COMPILE
|
|
64
|
-
NIX_DONT_SET_RPATH='1'
|
|
65
|
-
export NIX_DONT_SET_RPATH
|
|
66
|
-
NIX_DONT_SET_RPATH_FOR_BUILD='1'
|
|
67
|
-
export NIX_DONT_SET_RPATH_FOR_BUILD
|
|
68
56
|
NIX_ENFORCE_NO_NATIVE='1'
|
|
69
57
|
export NIX_ENFORCE_NO_NATIVE
|
|
70
58
|
NIX_HARDENING_ENABLE='bindnow format fortify fortify3 libcxxhardeningextensive libcxxhardeningfast pic relro stackclashprotection stackprotector strictoverflow zerocallusedregs'
|
|
71
59
|
export NIX_HARDENING_ENABLE
|
|
72
|
-
|
|
73
|
-
export NIX_IGNORE_LD_THROUGH_GCC
|
|
74
|
-
NIX_LDFLAGS=' -L/nix/store/akb4qf17cpixl7m95y31dznab26jfk2n-Csu-88/lib -L/nix/store/1mzb0lbliqa5spskrmwj6qxv2gpi9gwx-libcxx-19.1.2+apple-sdk-15.5/lib -L/nix/store/ggwsbik5xqdrrlnilrsdms9d4pifsgkf-compiler-rt-libc-21.1.2/lib -L/nix/store/ala8mxpss08vad0a7c9fkwqy5hz9wwqc-libiconv-109.100.2/lib -L/nix/store/byx03lbr63fdsa7xcy2ixh50zglscd9a-libresolv-91/lib -L/nix/store/61aj608r9w0xahq3d6bpjpfvxb0k0p02-libsbuf-14.1.0/lib -L/nix/store/225k8s692z5fzq3g6pw32mi737zs3fvq-libutil-72/lib -L/nix/store/1mzb0lbliqa5spskrmwj6qxv2gpi9gwx-libcxx-19.1.2+apple-sdk-15.5/lib -L/nix/store/ggwsbik5xqdrrlnilrsdms9d4pifsgkf-compiler-rt-libc-21.1.2/lib -L/nix/store/ala8mxpss08vad0a7c9fkwqy5hz9wwqc-libiconv-109.100.2/lib -L/nix/store/byx03lbr63fdsa7xcy2ixh50zglscd9a-libresolv-91/lib -L/nix/store/61aj608r9w0xahq3d6bpjpfvxb0k0p02-libsbuf-14.1.0/lib -L/nix/store/225k8s692z5fzq3g6pw32mi737zs3fvq-libutil-72/lib'
|
|
60
|
+
NIX_LDFLAGS='-rpath /home/marley/hackin/98.css/outputs/out/lib '
|
|
75
61
|
export NIX_LDFLAGS
|
|
76
62
|
NIX_NO_SELF_RPATH='1'
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export NIX_PKG_CONFIG_WRAPPER_TARGET_HOST_x86_64_apple_darwin
|
|
63
|
+
NIX_PKG_CONFIG_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu='1'
|
|
64
|
+
export NIX_PKG_CONFIG_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu
|
|
80
65
|
NIX_STORE='/nix/store'
|
|
81
66
|
export NIX_STORE
|
|
82
67
|
NM='nm'
|
|
83
68
|
export NM
|
|
84
|
-
NODE_PATH='/nix/store/
|
|
69
|
+
NODE_PATH='/nix/store/l85fis49agvp5q1ild1rfh4rrgmn92sr-nodejs-22.21.1/lib/node_modules:/nix/store/yd683ghsc7bwlggf9kqkazsxgahgzpmb-typescript-language-server-5.1.3/lib/node_modules'
|
|
85
70
|
export NODE_PATH
|
|
86
71
|
OBJCOPY='objcopy'
|
|
87
72
|
export OBJCOPY
|
|
@@ -90,23 +75,21 @@ export OBJDUMP
|
|
|
90
75
|
OLDPWD=''
|
|
91
76
|
export OLDPWD
|
|
92
77
|
OPTERR='1'
|
|
93
|
-
OSTYPE='
|
|
94
|
-
PATH='/nix/store/
|
|
78
|
+
OSTYPE='linux-gnu'
|
|
79
|
+
PATH='/nix/store/vypj49f05l8hdzls161isskxg8s9gc1y-process-compose-1.85.0/bin:/nix/store/l1idqv7ff0m2kbcqnn1yr415wyga1wxf-nodejs-22.21.1-dev/bin:/nix/store/l85fis49agvp5q1ild1rfh4rrgmn92sr-nodejs-22.21.1/bin:/nix/store/yd683ghsc7bwlggf9kqkazsxgahgzpmb-typescript-language-server-5.1.3/bin:/nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2/bin:/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/bin:/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0/bin:/nix/store/kzq78n13l8w24jn8bx4djj79k5j717f1-gcc-14.3.0/bin:/nix/store/q6wgv06q39bfhx2xl8ysc05wi6m2zdss-glibc-2.40-66-bin/bin:/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin:/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44/bin:/nix/store/dc9vaz50jg7mibk9xvqw5dqv89cxzla3-binutils-2.44/bin:/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin:/nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0/bin:/nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12/bin:/nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9/bin:/nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12/bin:/nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2/bin:/nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35/bin:/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin:/nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin/bin:/nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1/bin:/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin:/nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8/bin:/nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin/bin:/nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45/bin'
|
|
95
80
|
export PATH
|
|
96
|
-
|
|
97
|
-
export PATH_LOCALE
|
|
98
|
-
PC_CONFIG_FILES='/nix/store/qck14jf2s609l2sz7b26ksdsaqpbb2fr-process-compose.yaml'
|
|
81
|
+
PC_CONFIG_FILES='/nix/store/vz29v8xmgk1dqbmg52xpr0zzax633hsf-process-compose.yaml'
|
|
99
82
|
export PC_CONFIG_FILES
|
|
100
|
-
PC_SOCKET_PATH='/tmp/devenv-
|
|
83
|
+
PC_SOCKET_PATH='/tmp/devenv-b8b1310/pc.sock'
|
|
101
84
|
export PC_SOCKET_PATH
|
|
102
85
|
PKG_CONFIG='pkg-config'
|
|
103
86
|
export PKG_CONFIG
|
|
104
87
|
PS4='+ '
|
|
105
88
|
RANLIB='ranlib'
|
|
106
89
|
export RANLIB
|
|
107
|
-
|
|
108
|
-
export
|
|
109
|
-
SHELL='/nix/store/
|
|
90
|
+
READELF='readelf'
|
|
91
|
+
export READELF
|
|
92
|
+
SHELL='/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/bash'
|
|
110
93
|
export SHELL
|
|
111
94
|
SIZE='size'
|
|
112
95
|
export SIZE
|
|
@@ -116,24 +99,12 @@ STRINGS='strings'
|
|
|
116
99
|
export STRINGS
|
|
117
100
|
STRIP='strip'
|
|
118
101
|
export STRIP
|
|
119
|
-
XDG_DATA_DIRS='/nix/store/
|
|
102
|
+
XDG_DATA_DIRS='/nix/store/vypj49f05l8hdzls161isskxg8s9gc1y-process-compose-1.85.0/share:/nix/store/l85fis49agvp5q1ild1rfh4rrgmn92sr-nodejs-22.21.1/share:/nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2/share:/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2/share'
|
|
120
103
|
export XDG_DATA_DIRS
|
|
121
|
-
ZERO_AR_DATE='1'
|
|
122
|
-
export ZERO_AR_DATE
|
|
123
|
-
__darwinAllowLocalNetworking=''
|
|
124
|
-
export __darwinAllowLocalNetworking
|
|
125
|
-
__impureHostDeps='/bin/sh /usr/lib/libSystem.B.dylib /usr/lib/system/libunc.dylib /dev/zero /dev/random /dev/urandom /bin/sh'
|
|
126
|
-
export __impureHostDeps
|
|
127
|
-
__propagatedImpureHostDeps=''
|
|
128
|
-
export __propagatedImpureHostDeps
|
|
129
|
-
__propagatedSandboxProfile=''
|
|
130
|
-
export __propagatedSandboxProfile
|
|
131
|
-
__sandboxProfile=''
|
|
132
|
-
export __sandboxProfile
|
|
133
104
|
__structuredAttrs=''
|
|
134
105
|
export __structuredAttrs
|
|
135
106
|
_substituteStream_has_warned_replace_deprecation='false'
|
|
136
|
-
buildInputs='
|
|
107
|
+
buildInputs=''
|
|
137
108
|
export buildInputs
|
|
138
109
|
buildPhase='{ echo "------------------------------------------------------------";
|
|
139
110
|
echo " WARNING: the existence of this path is not guaranteed.";
|
|
@@ -145,14 +116,14 @@ buildPhase='{ echo "------------------------------------------------------------
|
|
|
145
116
|
} >> "$out"
|
|
146
117
|
'
|
|
147
118
|
export buildPhase
|
|
148
|
-
builder='/nix/store/
|
|
119
|
+
builder='/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/bash'
|
|
149
120
|
export builder
|
|
150
121
|
cmakeFlags=''
|
|
151
122
|
export cmakeFlags
|
|
152
123
|
configureFlags=''
|
|
153
124
|
export configureFlags
|
|
154
125
|
defaultBuildInputs=''
|
|
155
|
-
defaultNativeBuildInputs='/nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh /nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh /nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh /nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh /nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh /nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh /nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh /nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh /nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh /nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh /nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh /nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh /nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh /nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh /nix/store/
|
|
126
|
+
defaultNativeBuildInputs='/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2 /nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook /nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh /nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh /nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh /nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh /nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh /nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh /nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh /nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh /nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh /nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh /nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh /nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh /nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh /nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh /nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0'
|
|
156
127
|
depsBuildBuild=''
|
|
157
128
|
export depsBuildBuild
|
|
158
129
|
depsBuildBuildPropagated=''
|
|
@@ -181,18 +152,18 @@ declare -a envBuildTargetHooks=('addNodePath' )
|
|
|
181
152
|
declare -a envHostHostHooks=('pkgConfigWrapper_addPkgConfigPath' 'ccWrapper_addCVars' 'bintoolsWrapper_addLDVars' )
|
|
182
153
|
declare -a envHostTargetHooks=('pkgConfigWrapper_addPkgConfigPath' 'ccWrapper_addCVars' 'bintoolsWrapper_addLDVars' )
|
|
183
154
|
declare -a envTargetTargetHooks=()
|
|
184
|
-
declare -a fixupOutputHooks=('if [[ -z "${noAuditTmpdir-}" && -e "$prefix" ]]; then auditTmpdir "$prefix"; fi' 'if [ -z "${dontGzipMan-}" ]; then compressManPages "$prefix"; fi' '_moveLib64' '_moveSbin' '_moveSystemdUserUnits' 'patchShebangsAuto' '_pruneLibtoolFiles' '_doStrip' )
|
|
185
|
-
guess='
|
|
155
|
+
declare -a fixupOutputHooks=('if [ -z "${dontPatchELF-}" ]; then patchELF "$prefix"; fi' 'if [[ -z "${noAuditTmpdir-}" && -e "$prefix" ]]; then auditTmpdir "$prefix"; fi' 'if [ -z "${dontGzipMan-}" ]; then compressManPages "$prefix"; fi' '_moveLib64' '_moveSbin' '_moveSystemdUserUnits' 'patchShebangsAuto' '_pruneLibtoolFiles' '_doStrip' )
|
|
156
|
+
guess='12'
|
|
186
157
|
hardeningDisable=''
|
|
187
158
|
export hardeningDisable
|
|
188
|
-
initialPath='/nix/store/
|
|
159
|
+
initialPath='/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8 /nix/store/av4xw9f56xlx5pgv862wabfif6m1yc0a-findutils-4.10.0 /nix/store/20axvl7mgj15m23jgmnq97hx37fgz7bk-diffutils-3.12 /nix/store/drc7kang929jaza6cy9zdx10s4gw1z5p-gnused-4.9 /nix/store/x3zjxxz8m4ki88axp0gn8q8m6bldybba-gnugrep-3.12 /nix/store/y2wdhdcrffp9hnkzk06d178hq3g98jay-gawk-5.3.2 /nix/store/yi3c5karhx764ham5rfwk7iynr8mjf6q-gnutar-1.35 /nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14 /nix/store/qm9rxn2sc1vrz91i443rr6f0vxm0zd82-bzip2-1.0.8-bin /nix/store/3fmzbq9y4m9nk235il7scmvwn8j9zy3p-gnumake-4.4.1 /nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3 /nix/store/qrwznp1ikdf0qw05wia2haiwi32ik5n0-patch-2.8 /nix/store/v0rfdwhg6w6i0yb6dbry4srk6pnj3xp0-xz-5.8.1-bin /nix/store/paj6a1lpzp57hz1djm5bs86b7ci221r0-file-5.45'
|
|
189
160
|
mesonFlags=''
|
|
190
161
|
export mesonFlags
|
|
191
162
|
name='98.css-env'
|
|
192
163
|
export name
|
|
193
|
-
nativeBuildInputs='/nix/store/
|
|
164
|
+
nativeBuildInputs='/nix/store/vypj49f05l8hdzls161isskxg8s9gc1y-process-compose-1.85.0 /nix/store/l1idqv7ff0m2kbcqnn1yr415wyga1wxf-nodejs-22.21.1-dev /nix/store/yd683ghsc7bwlggf9kqkazsxgahgzpmb-typescript-language-server-5.1.3 /nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2'
|
|
194
165
|
export nativeBuildInputs
|
|
195
|
-
out='/
|
|
166
|
+
out='/home/marley/hackin/98.css/outputs/out'
|
|
196
167
|
export out
|
|
197
168
|
outputBin='out'
|
|
198
169
|
outputDev='out'
|
|
@@ -209,20 +180,21 @@ patches=''
|
|
|
209
180
|
export patches
|
|
210
181
|
phases='buildPhase'
|
|
211
182
|
export phases
|
|
212
|
-
pkg='/nix/store/
|
|
183
|
+
pkg='/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0'
|
|
213
184
|
declare -a pkgsBuildBuild=()
|
|
214
|
-
declare -a pkgsBuildHost=('/nix/store/
|
|
185
|
+
declare -a pkgsBuildHost=('/nix/store/vypj49f05l8hdzls161isskxg8s9gc1y-process-compose-1.85.0' '/nix/store/l1idqv7ff0m2kbcqnn1yr415wyga1wxf-nodejs-22.21.1-dev' '/nix/store/l85fis49agvp5q1ild1rfh4rrgmn92sr-nodejs-22.21.1' '/nix/store/yd683ghsc7bwlggf9kqkazsxgahgzpmb-typescript-language-server-5.1.3' '/nix/store/8vdiwpbh0g4avsd6x5v4s0di32vcl3dp-pkg-config-wrapper-0.29.2' '/nix/store/8q2582rd22xp8jlcg1xn1w219q5lx5xa-patchelf-0.15.2' '/nix/store/l2xk4ac1wx9c95kpp8vymv9r9yn57fvh-update-autotools-gnu-config-scripts-hook' '/nix/store/0y5xmdb7qfvimjwbq7ibg1xdgkgjwqng-no-broken-symlinks.sh' '/nix/store/cv1d7p48379km6a85h4zp6kr86brh32q-audit-tmpdir.sh' '/nix/store/85clx3b0xkdf58jn161iy80y5223ilbi-compress-man-pages.sh' '/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh' '/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh' '/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh' '/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh' '/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh' '/nix/store/cmzya9irvxzlkh7lfy6i82gbp0saxqj3-multiple-outputs.sh' '/nix/store/x8c40nfigps493a07sdr2pm5s9j1cdc0-patch-shebangs.sh' '/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh' '/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh' '/nix/store/z7k98578dfzi6l3hsvbivzm7hfqlk0zc-set-source-date-epoch-to-latest.sh' '/nix/store/pilsssjjdxvdphlg2h19p0bfx5q0jzkn-strip.sh' '/nix/store/vr15iyyykg9zai6fpgvhcgyw7gckl78w-gcc-wrapper-14.3.0' '/nix/store/xwydcyvlsa3cvssk0y5llgdhlhjvmqdm-binutils-wrapper-2.44' )
|
|
215
186
|
declare -a pkgsBuildTarget=()
|
|
216
|
-
declare -a pkgsHostHost=(
|
|
217
|
-
declare -a pkgsHostTarget=(
|
|
187
|
+
declare -a pkgsHostHost=()
|
|
188
|
+
declare -a pkgsHostTarget=()
|
|
218
189
|
declare -a pkgsTargetTarget=()
|
|
219
190
|
declare -a postFixupHooks=('noBrokenSymlinksInAllOutputs' '_makeSymlinksRelativeInAllOutputs' '_multioutPropagateDev' )
|
|
220
191
|
declare -a postUnpackHooks=('_updateSourceDateEpochFromSourceRoot' )
|
|
221
192
|
declare -a preConfigureHooks=('_multioutConfig' )
|
|
193
|
+
preConfigurePhases=' updateAutotoolsGnuConfigScriptsPhase'
|
|
222
194
|
declare -a preFixupHooks=('_moveToShare' '_multioutDocs' '_multioutDevs' )
|
|
223
195
|
preferLocalBuild='1'
|
|
224
196
|
export preferLocalBuild
|
|
225
|
-
prefix='/
|
|
197
|
+
prefix='/home/marley/hackin/98.css/outputs/out'
|
|
226
198
|
declare -a propagatedBuildDepFiles=('propagated-build-build-deps' 'propagated-native-build-inputs' 'propagated-build-target-deps' )
|
|
227
199
|
propagatedBuildInputs=''
|
|
228
200
|
export propagatedBuildInputs
|
|
@@ -230,7 +202,7 @@ declare -a propagatedHostDepFiles=('propagated-host-host-deps' 'propagated-build
|
|
|
230
202
|
propagatedNativeBuildInputs=''
|
|
231
203
|
export propagatedNativeBuildInputs
|
|
232
204
|
declare -a propagatedTargetDepFiles=('propagated-target-target-deps' )
|
|
233
|
-
shell='/nix/store/
|
|
205
|
+
shell='/nix/store/rlq03x4cwf8zn73hxaxnx0zn5q9kifls-bash-5.3p3/bin/bash'
|
|
234
206
|
export shell
|
|
235
207
|
shellHook='
|
|
236
208
|
export PS1="\[\e[0;34m\](devenv)\[\e[0m\] ${PS1-}"
|
|
@@ -246,6 +218,9 @@ if [ -n "${NIX_BUILD_TOP-}" ]; then
|
|
|
246
218
|
fi
|
|
247
219
|
|
|
248
220
|
# set path to locales on non-NixOS Linux hosts
|
|
221
|
+
if [ -z "${LOCALE_ARCHIVE-}" ]; then
|
|
222
|
+
export LOCALE_ARCHIVE=/nix/store/lncqmx5asfccx0gfkp64r94ri59y0iyv-glibc-locales-2.40-66/lib/locale/locale-archive
|
|
223
|
+
fi
|
|
249
224
|
|
|
250
225
|
|
|
251
226
|
# direnv helper
|
|
@@ -255,44 +230,44 @@ if [ ! type -p direnv &>/dev/null && -f .envrc ]; then
|
|
|
255
230
|
fi
|
|
256
231
|
|
|
257
232
|
mkdir -p "$DEVENV_STATE"
|
|
258
|
-
if [ ! -L "$DEVENV_DOTFILE/profile" ] || [ "$(/nix/store/
|
|
233
|
+
if [ ! -L "$DEVENV_DOTFILE/profile" ] || [ "$(/nix/store/imad8dvhp77h0pjbckp6wvmnyhp8dpgg-coreutils-9.8/bin/readlink $DEVENV_DOTFILE/profile)" != "/nix/store/cvi4km2350qqizw5wcc0k4ykwymhzaa4-devenv-profile" ]
|
|
259
234
|
then
|
|
260
|
-
ln -snf /nix/store/
|
|
235
|
+
ln -snf /nix/store/cvi4km2350qqizw5wcc0k4ykwymhzaa4-devenv-profile "$DEVENV_DOTFILE/profile"
|
|
261
236
|
fi
|
|
262
237
|
unset HOST_PATH NIX_BUILD_CORES __structuredAttrs buildInputs buildPhase builder depsBuildBuild depsBuildBuildPropagated depsBuildTarget depsBuildTargetPropagated depsHostHost depsHostHostPropagated depsTargetTarget depsTargetTargetPropagated dontAddDisableDepTrack doCheck doInstallCheck nativeBuildInputs out outputs patches phases preferLocalBuild propagatedBuildInputs propagatedNativeBuildInputs shell shellHook stdenv strictDeps
|
|
263
238
|
|
|
264
|
-
mkdir -p /tmp/devenv-
|
|
265
|
-
ln -snf /tmp/devenv-
|
|
239
|
+
mkdir -p /tmp/devenv-b8b1310
|
|
240
|
+
ln -snf /tmp/devenv-b8b1310 /home/marley/hackin/98.css/.devenv/run
|
|
266
241
|
|
|
267
242
|
# Read the path to the installed `configPath` from the hook state.
|
|
268
243
|
configFile=""
|
|
269
|
-
if [ -f '\''/
|
|
270
|
-
prevConfigPath=$(/nix/store/
|
|
244
|
+
if [ -f '\''/home/marley/hackin/98.css/.devenv/state/git-hooks/config.json'\'' ]; then
|
|
245
|
+
prevConfigPath=$(/nix/store/qvbwz06cqra3cmlra40v0adw75j6j7wm-jq-1.8.1-bin/bin/jq -r '\''.configPath'\'' '\''/home/marley/hackin/98.css/.devenv/state/git-hooks/config.json'\'')
|
|
271
246
|
if [ -n "$prevConfigPath" ] && [ "$prevConfigPath" != "null" ]; then
|
|
272
|
-
configFile="/
|
|
247
|
+
configFile="/home/marley/hackin/98.css/$prevConfigPath"
|
|
273
248
|
fi
|
|
274
249
|
fi
|
|
275
250
|
|
|
276
251
|
# Fall back to the current config path if state file doesn'\''t exist or doesn'\''t contain a path
|
|
277
252
|
if [ -z "$configFile" ]; then
|
|
278
|
-
configFile='\''/
|
|
253
|
+
configFile='\''/home/marley/hackin/98.css/.pre-commit-config.yaml'\''
|
|
279
254
|
fi
|
|
280
255
|
|
|
281
256
|
# Only remove if it'\''s a symlink to the nix store
|
|
282
|
-
if
|
|
257
|
+
if nix-store --quiet --verify-path "$configFile" > /dev/null 2>&1; then
|
|
283
258
|
echo "Removing $configFile"
|
|
284
259
|
rm "$configFile" || echo "Warning: Failed to uninstall git-hooks at $configFile" >&2
|
|
285
260
|
fi
|
|
286
261
|
|
|
287
262
|
|
|
288
|
-
source /nix/store/
|
|
263
|
+
source /nix/store/cmyj9srr53xvzh6qswcyv2vy8cf92ccy-init-npm.sh
|
|
289
264
|
|
|
290
265
|
export PATH="node_modules/.bin:$PATH"
|
|
291
266
|
|
|
292
|
-
export PATH=/nix/store/
|
|
267
|
+
export PATH=/nix/store/6b88knb8r9bns9rj21jikz1syjrmhb9m-devenv-flake-compat/bin:$PATH
|
|
293
268
|
|
|
294
269
|
if [ -z "${DEVENV_SKIP_TASKS:-}" ]; then
|
|
295
|
-
/nix/store/
|
|
270
|
+
/nix/store/2qyk618isi4piv0szygxrx7rlippi6ai-devenv-tasks-2.0.0/bin/devenv-tasks run devenv:enterShell --mode all || exit $?
|
|
296
271
|
if [ -f "$DEVENV_DOTFILE/load-exports" ]; then
|
|
297
272
|
source "$DEVENV_DOTFILE/load-exports"
|
|
298
273
|
fi
|
|
@@ -300,12 +275,11 @@ fi
|
|
|
300
275
|
|
|
301
276
|
'
|
|
302
277
|
export shellHook
|
|
303
|
-
stdenv='/nix/store/
|
|
278
|
+
stdenv='/nix/store/s3w5m3spa1g71hx0yb82lvk6394j3w5j-stdenv-linux'
|
|
304
279
|
export stdenv
|
|
305
280
|
strictDeps=''
|
|
306
281
|
export strictDeps
|
|
307
|
-
|
|
308
|
-
system='x86_64-darwin'
|
|
282
|
+
system='x86_64-linux'
|
|
309
283
|
export system
|
|
310
284
|
declare -a unpackCmdHooks=('_defaultUnpack' )
|
|
311
285
|
_activatePkgs ()
|
|
@@ -963,7 +937,7 @@ ccWrapper_addCVars ()
|
|
|
963
937
|
export NIX_CFLAGS_COMPILE${role_post}+=" -iframework $1/Library/Frameworks";
|
|
964
938
|
found=1;
|
|
965
939
|
fi;
|
|
966
|
-
if [[ -n "
|
|
940
|
+
if [[ -n "" && -n ${NIX_STORE:-} && -n $found ]]; then
|
|
967
941
|
local scrubbed="$NIX_STORE/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${1#"$NIX_STORE"/*-}";
|
|
968
942
|
export NIX_CFLAGS_COMPILE${role_post}+=" -fmacro-prefix-map=$1=$scrubbed";
|
|
969
943
|
fi
|
|
@@ -1356,7 +1330,7 @@ getRole ()
|
|
|
1356
1330
|
role_post='_FOR_TARGET'
|
|
1357
1331
|
;;
|
|
1358
1332
|
*)
|
|
1359
|
-
echo "
|
|
1333
|
+
echo "binutils-wrapper-2.44: used as improper sort of dependency" 1>&2;
|
|
1360
1334
|
return 1
|
|
1361
1335
|
;;
|
|
1362
1336
|
esac
|
|
@@ -1376,16 +1350,16 @@ getTargetRoleWrapper ()
|
|
|
1376
1350
|
|
|
1377
1351
|
case $targetOffset in
|
|
1378
1352
|
-1)
|
|
1379
|
-
export
|
|
1353
|
+
export NIX_BINTOOLS_WRAPPER_TARGET_BUILD_x86_64_unknown_linux_gnu=1
|
|
1380
1354
|
;;
|
|
1381
1355
|
0)
|
|
1382
|
-
export
|
|
1356
|
+
export NIX_BINTOOLS_WRAPPER_TARGET_HOST_x86_64_unknown_linux_gnu=1
|
|
1383
1357
|
;;
|
|
1384
1358
|
1)
|
|
1385
|
-
export
|
|
1359
|
+
export NIX_BINTOOLS_WRAPPER_TARGET_TARGET_x86_64_unknown_linux_gnu=1
|
|
1386
1360
|
;;
|
|
1387
1361
|
*)
|
|
1388
|
-
echo "
|
|
1362
|
+
echo "binutils-wrapper-2.44: used as improper sort of dependency" 1>&2;
|
|
1389
1363
|
return 1
|
|
1390
1364
|
;;
|
|
1391
1365
|
esac
|
|
@@ -1651,6 +1625,24 @@ noBrokenSymlinksInAllOutputs ()
|
|
|
1651
1625
|
done;
|
|
1652
1626
|
fi
|
|
1653
1627
|
}
|
|
1628
|
+
patchELF ()
|
|
1629
|
+
{
|
|
1630
|
+
|
|
1631
|
+
local dir="$1";
|
|
1632
|
+
[ -e "$dir" ] || return 0;
|
|
1633
|
+
echo "shrinking RPATHs of ELF executables and libraries in $dir";
|
|
1634
|
+
local i;
|
|
1635
|
+
while IFS= read -r -d '' i; do
|
|
1636
|
+
if [[ "$i" =~ .build-id ]]; then
|
|
1637
|
+
continue;
|
|
1638
|
+
fi;
|
|
1639
|
+
if ! isELF "$i"; then
|
|
1640
|
+
continue;
|
|
1641
|
+
fi;
|
|
1642
|
+
echo "shrinking $i";
|
|
1643
|
+
patchelf --shrink-rpath "$i" || true;
|
|
1644
|
+
done < <(find "$dir" -type f -print0)
|
|
1645
|
+
}
|
|
1654
1646
|
patchPhase ()
|
|
1655
1647
|
{
|
|
1656
1648
|
|
|
@@ -2201,6 +2193,21 @@ unpackPhase ()
|
|
|
2201
2193
|
fi;
|
|
2202
2194
|
runHook postUnpack
|
|
2203
2195
|
}
|
|
2196
|
+
updateAutotoolsGnuConfigScriptsPhase ()
|
|
2197
|
+
{
|
|
2198
|
+
|
|
2199
|
+
if [ -n "${dontUpdateAutotoolsGnuConfigScripts-}" ]; then
|
|
2200
|
+
return;
|
|
2201
|
+
fi;
|
|
2202
|
+
for script in config.sub config.guess;
|
|
2203
|
+
do
|
|
2204
|
+
for f in $(find . -type f -name "$script");
|
|
2205
|
+
do
|
|
2206
|
+
echo "Updating Autotools / GNU config script to a newer upstream version: $f";
|
|
2207
|
+
cp -f "/nix/store/1kzclixw4c13wxin0b6cij1zykvwp0wb-gnu-config-2024-01-01/$script" "$f";
|
|
2208
|
+
done;
|
|
2209
|
+
done
|
|
2210
|
+
}
|
|
2204
2211
|
updateSourceDateEpoch ()
|
|
2205
2212
|
{
|
|
2206
2213
|
|
package/build.js
CHANGED
|
@@ -16,7 +16,6 @@ function buildCSS() {
|
|
|
16
16
|
|
|
17
17
|
return postcss()
|
|
18
18
|
.use(require("postcss-inline-svg"))
|
|
19
|
-
.use(require("postcss-css-variables"))
|
|
20
19
|
.use(require("postcss-calc"))
|
|
21
20
|
.use(require("postcss-copy")({ dest: "dist", template: "[name].[ext]" }))
|
|
22
21
|
.use(require("cssnano"))
|
package/dist/98.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! 98.css v1.1.21 - https://codewith.babesonthe.net/punkfairie/98.css */@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(ms_sans_serif.woff) format("woff");src:url(ms_sans_serif.woff2) format("woff2")}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:700;src:url(ms_sans_serif_bold.woff) format("woff");src:url(ms_sans_serif_bold.woff2) format("woff2")}body{color:rgb(0 0 0);font-family:Arial,sans-serif;font-size:12px}.button,.title-bar,.window,button,input,label,legend,li[role=tab],option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Pixelated MS Sans Serif",Arial,sans-serif;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid rgb(0 0 0);text-decoration:none}.button,button,input[type=reset],input[type=submit]{background:rgb(192 192 192);border:none;border-radius:0;box-shadow:inset -1px -1px rgb(64 64 64),inset 1px 1px rgb(255 255 255),inset -2px -2px rgb(128 128 128),inset 2px 2px rgb(192 192 192);box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 rgb(0 0 0)}.button.default,button.default,input[type=reset].default,input[type=submit].default{box-shadow:inset 0 0 0 1px rgb(0 0 0),inset -2px -2px rgb(64 64 64),inset 2px 2px rgb(255 255 255),inset -3px -3px rgb(128 128 128),inset 3px 3px rgb(192 192 192)}.vertical-bar{background:silver;box-shadow:inset -1px -1px rgb(64 64 64),inset 1px 1px rgb(255 255 255),inset -2px -2px rgb(128 128 128),inset 2px 2px rgb(192 192 192);height:20px;width:4px}.button:not(:disabled):active,button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);text-shadow:1px 1px rgb(0 0 0)}.button.default:not(:disabled):active,button.default:not(:disabled):active,input[type=reset].default:not(:disabled):active,input[type=submit].default:not(:disabled):active{box-shadow:inset 2px 2px rgb(64 64 64),inset -1px -1px rgb(64 64 64),inset -2px -2px rgb(255 255 255),inset -3px -3px rgb(192 192 192),inset 3px 3px rgb(64 64 64)}@media (not(hover)){.button:not(:disabled):hover,button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64)}}.button:focus,button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted rgb(0 0 0);outline-offset:-4px}.button::-moz-focus-inner,button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:rgb(128 128 128)}.button:disabled,:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 rgb(255 255 255)}.window{background:rgb(192 192 192);box-shadow:inset -1px -1px rgb(64 64 64),inset 1px 1px rgb(192 192 192),inset -2px -2px rgb(128 128 128),inset 2px 2px rgb(255 255 255);padding:3px}.title-bar{align-items:center;background:linear-gradient(90deg,rgb(10 36 106),rgb(16 128 206));display:flex;justify-content:space-between;padding:3px 2px 3px 3px}.title-bar.inactive{background:linear-gradient(90deg,rgb(128 128 128),rgb(128 128 128))}.title-bar-text{color:#fff;font-weight:700;letter-spacing:0;margin-right:24px}.title-bar-controls{display:flex}.title-bar-controls button{display:block;min-height:14px;min-width:16px;padding:0}.title-bar-controls button:active{padding:0}.title-bar-controls button:focus{outline:none}.title-bar-controls button.minimize,.title-bar-controls button[aria-label=Minimize]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");background-position:bottom 3px left 4px;background-repeat:no-repeat}.title-bar-controls button.maximize,.title-bar-controls button[aria-label=Maximize]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button.maximize:disabled,.title-bar-controls button[aria-label=Maximize]:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1H1v9h9V1zM9 3H2v6h7V3z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='gray'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button.restore,.title-bar-controls button[aria-label=Restore]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M2 0h6v2H2zM7 2h1v4H7zM2 2h1v1H2zM6 5h1v1H6zM0 3h6v2H0zM5 5h1v4H5zM0 5h1v4H0zM1 8h4v1H1z'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button.help,.title-bar-controls button[aria-label=Help]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 1h2v2H0zM1 0h4v1H1zM4 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zM2 7h2v2H2z'/%3E%3C/svg%3E");background-position:top 2px left 5px;background-repeat:no-repeat}.title-bar-controls button.close,.title-bar-controls button[aria-label=Close]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E");background-position:top 3px left 4px;background-repeat:no-repeat;margin-left:2px}.status-bar{gap:1px;display:flex;margin:0 1px}.status-bar-field{box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128);flex-grow:1;margin:0;padding:2px 3px}.window-body{margin:8px}fieldset{border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5v5H0V2h2v1h1V2H0' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h4v4H0V1h1v2h2V1H0'/%3E%3C/svg%3E");margin:0;padding:10px;padding-block-start:8px}legend{background:rgb(192 192 192)}.field-row{align-items:center;display:flex}[class^=field-row]+[class^=field-row]{margin-top:6px}.field-row>*+*{margin-left:6px}.field-row-stacked{display:flex;flex-direction:column}.field-row-stacked *+*{margin-top:6px}label{align-items:center;display:inline-flex;user-select:none}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0;border:none;margin:0;opacity:0;position:fixed}input[type=checkbox]+label,input[type=radio]+label{line-height:13px}input[type=radio]+label{margin-left:18px;position:relative}input[type=radio]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='%23fff'/%3E%3C/svg%3E");content:"";display:inline-block;height:12px;left:-18px;margin-right:6px;position:absolute;top:0;width:12px}input[type=radio]:active+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:4px;left:-14px;position:absolute;top:4px;width:4px}input[type=checkbox]:focus+label,input[type=radio]:focus+label{outline:1px dotted rgb(0 0 0)}input[type=radio][disabled]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='gray'/%3E%3C/svg%3E")}input[type=checkbox]+label{margin-left:19px;position:relative}input[type=checkbox]+label:before{background:rgb(255 255 255);box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);content:"";display:inline-block;height:13px;left:-19px;margin-right:6px;position:absolute;width:13px}input[type=checkbox]:active+label:before{background:rgb(192 192 192)}input[type=checkbox]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:7px;left:-16px;position:absolute;width:7px}input[type=checkbox][disabled]+label:before{background:rgb(192 192 192)}input[type=checkbox][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='gray'/%3E%3C/svg%3E")}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{background-color:rgb(255 255 255);box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);box-sizing:border-box;padding:3px 4px}select,textarea{border:none}textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgb(255 255 255);border-radius:0;box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);box-sizing:border-box;padding:3px 4px}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{height:21px}input[type=number]{height:22px}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{line-height:2}input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled{background-color:rgb(192 192 192)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px right 2px;background-repeat:no-repeat;border-radius:0;padding-right:32px;position:relative}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:none}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:none;box-shadow:none;height:21px;transform:translateY(-8px);width:11px}input[type=range].has-box-indicator::-webkit-slider-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E");transform:translateY(-10px)}input[type=range]::-moz-range-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:0;border-radius:0;height:21px;transform:translateY(2px);width:11px}input[type=range].has-box-indicator::-moz-range-thumb{background:url(../images/icon/indicator-rectangle-horizontal.svg);transform:translateY(0)}input[type=range]::-webkit-slider-runnable-track{background:rgb(64 64 64);border-bottom:1px solid rgb(192 192 192);border-right:1px solid rgb(192 192 192);box-shadow:1px 0 0 rgb(255 255 255),1px 1px 0 rgb(255 255 255),0 1px 0 rgb(255 255 255),-1px 0 0 rgb(128 128 128),-1px -1px 0 rgb(128 128 128),0 -1px 0 rgb(128 128 128),-1px 1px 0 rgb(255 255 255),1px -1px rgb(255 255 255);box-sizing:border-box;height:2px;width:100%}input[type=range]::-moz-range-track{background:rgb(64 64 64);border-bottom:1px solid rgb(192 192 192);border-right:1px solid rgb(192 192 192);box-shadow:1px 0 0 rgb(255 255 255),1px 1px 0 rgb(255 255 255),0 1px 0 rgb(255 255 255),-1px 0 0 rgb(128 128 128),-1px -1px 0 rgb(128 128 128),0 -1px 0 rgb(128 128 128),-1px 1px 0 rgb(255 255 255),1px -1px rgb(255 255 255);box-sizing:border-box;height:2px;width:100%}.is-vertical{display:inline-block;height:150px;transform:translateY(50%);width:4px}.is-vertical>input[type=range]{height:4px;margin:0 16px 0 10px;transform:rotate(270deg) translateX(calc(-50% + 8px));transform-origin:left;width:150px}.is-vertical>input[type=range]::-webkit-slider-runnable-track{border-bottom:1px solid rgb(192 192 192);border-left:1px solid rgb(192 192 192);border-right:0;box-shadow:-1px 0 0 rgb(255 255 255),-1px 1px 0 rgb(255 255 255),0 1px 0 rgb(255 255 255),1px 0 0 rgb(128 128 128),1px -1px 0 rgb(128 128 128),0 -1px 0 rgb(128 128 128),1px 1px 0 rgb(255 255 255),-1px -1px rgb(255 255 255)}.is-vertical>input[type=range]::-webkit-slider-thumb{transform:translateY(-8px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-webkit-slider-thumb{transform:translateY(-10px) scaleX(-1)}.is-vertical>input[type=range]::-moz-range-thumb{transform:translateY(2px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-moz-range-thumb{transform:translateY(0) scaleX(-1)}select:focus{background-color:rgb(10 36 106);color:rgb(255 255 255)}select:focus option{background-color:rgb(255 255 255);color:rgb(0 0 0)}select:active{background-image:url(../images/icon/button-down-active.svg)}a{color:rgb(0 0 128)}a:focus{outline:1px dotted rgb(0 0 0)}ul.tree-view{background:rgb(255 255 255);box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);display:block;margin:0;padding:6px}ul.tree-view li{list-style-type:none}ul.tree-view a{color:rgb(0 0 0);text-decoration:none}ul.tree-view a:focus{background-color:rgb(10 36 106);color:rgb(255 255 255)}ul.tree-view li,ul.tree-view ul{margin-top:3px}ul.tree-view ul{border-left:1px dotted rgb(128 128 128);margin-left:16px;padding-left:16px}ul.tree-view ul>li{position:relative}ul.tree-view ul>li:before{border-bottom:1px dotted rgb(128 128 128);content:"";display:block;left:-16px;position:absolute;top:6px;width:12px}ul.tree-view ul>li:last-child:after{background:rgb(255 255 255);bottom:0;content:"";display:block;left:-20px;position:absolute;top:7px;width:8px}ul.tree-view details{margin-top:0}ul.tree-view details[open] summary{margin-bottom:0}ul.tree-view ul details>summary:before{margin-left:-22px;position:relative;z-index:1}ul.tree-view details>summary:before{background-color:rgb(255 255 255);border:1px solid rgb(128 128 128);content:"+";display:block;float:left;height:9px;line-height:8px;margin-right:5px;padding-left:1px;text-align:center;width:8px}ul.tree-view details[open]>summary:before{content:"-"}ul.tree-view details>summary::-webkit-details-marker,ul.tree-view details>summary::marker{content:""}pre{background:rgb(255 255 255);box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);display:block;margin:0;padding:12px 8px}code,code *{font-family:monospace}summary:focus{outline:1px dotted rgb(0 0 0)}::-webkit-scrollbar{width:16px}::-webkit-scrollbar:horizontal{height:17px}::-webkit-scrollbar-corner{background:rgb(192 192 192)}::-webkit-scrollbar-track{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E")}::-webkit-scrollbar-thumb{background-color:rgb(192 192 192);box-shadow:inset -1px -1px rgb(64 64 64),inset 1px 1px rgb(255 255 255),inset -2px -2px rgb(128 128 128),inset 2px 2px rgb(192 192 192)}::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement{display:block}::-webkit-scrollbar-button:vertical:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:vertical:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:horizontal:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}::-webkit-scrollbar-button:horizontal:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}.window[role=tabpanel]{position:relative;z-index:2}menu[role=tablist]{display:flex;list-style-type:none;margin:0 0 -2px;padding-left:3px;position:relative;text-indent:0}menu[role=tablist]>li{border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:inset -1px 0 rgb(64 64 64),inset 1px 1px rgb(255 255 255),inset -2px 0 rgb(128 128 128),inset 2px 2px rgb(192 192 192);z-index:1}menu[role=tablist]>li[aria-selected=true]{background-color:rgb(192 192 192);margin-left:-3px;margin-top:-2px;padding-bottom:2px;position:relative;z-index:8}menu[role=tablist]>li>a{color:rgb(0 0 0);display:block;margin:6px;text-decoration:none}menu[role=tablist]>li[aria-selected=true]>a:focus{outline:none}menu[role=tablist]>li>a:focus{outline:1px dotted rgb(0 0 0)}menu[role=tablist].multirows>li{flex-grow:1;text-align:center}.sunken-panel{border:2px groove transparent;border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='gray' d='M0 0h4v1H0z'/%3E%3Cpath fill='gray' d='M0 0h1v4H0z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h2v1H1z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h1v2H1z'/%3E%3Cpath fill='%23fff' d='M0 4h5v1H0z'/%3E%3Cpath fill='%23fff' d='M4 0h1v5H4z'/%3E%3Cpath fill='%23dfdfdf' d='M3 1h1v3H3z'/%3E%3Cpath fill='%23dfdfdf' d='M1 3h3v1H1z'/%3E%3C/svg%3E") 2;box-sizing:border-box;overflow:auto}.sunken-panel,table{background-color:rgb(255 255 255)}table{border-collapse:collapse;position:relative;text-align:left;white-space:nowrap}table>thead>tr>*{background:rgb(192 192 192);box-shadow:inset -1px -1px rgb(64 64 64),inset 1px 1px rgb(255 255 255),inset -2px -2px rgb(128 128 128),inset 2px 2px rgb(192 192 192);box-sizing:border-box;font-weight:400;height:17px;padding:0 6px;position:sticky;top:0}table.interactive>tbody>tr{cursor:pointer}table>tbody>tr.highlighted{background-color:rgb(10 36 106);color:rgb(255 255 255)}table>tbody>tr>*{height:14px;padding:0 6px}.progress-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;box-shadow:inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);box-sizing:border-box;height:32px;padding:4px;position:relative}.progress-indicator>.progress-indicator-bar{background-color:rgb(10 36 106);display:block;height:100%}.progress-indicator.segmented>.progress-indicator-bar{background-color:transparent;background-image:linear-gradient(90deg,rgb(10 36 106) 16px,transparent 0 2px);background-repeat:repeat;background-size:18px 100%;width:100%}.field-border{background:rgb(255 255 255)}.field-border,.field-border-disabled{box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128),inset -2px -2px rgb(192 192 192),inset 2px 2px rgb(64 64 64);padding:2px}.field-border-disabled,.status-field-border{background:rgb(192 192 192)}.status-field-border{box-shadow:inset -1px -1px rgb(255 255 255),inset 1px 1px rgb(128 128 128);padding:1px}
|
|
1
|
+
/*! 98.css v2.1.0 - https://codewith.babesonthe.net/punkfairie/98.css */:root{--active-border:rgb(192 192 192);--active-title:rgb(10 36 106);--app-workspace:rgb(128 128 128);--background:rgb(58 110 165);--button-alternate-face:rgb(181 181 181);--button-dk-shadow:rgb(64 64 64);--button-face:rgb(192 192 192);--button-hilight:rgb(255 255 255);--button-light:rgb(192 192 192);--button-shadow:rgb(128 128 128);--button-text:rgb(0 0 0);--gradient-active-title:rgb(16 128 206);--gradient-inactive-title:rgb(128 128 128);--gray-text:rgb(128 128 128);--hilight:rgb(10 36 106);--hilight-text:rgb(255 255 255);--hot-tracking-color:rgb(0 0 128);--inactive-border:rgb(192 192 192);--inactive-title:rgb(128 128 128);--inactive-title-text:rgb(192 192 192);--info-text:rgb(0 0 0);--info-window:rgb(255 255 255);--menu:rgb(192 192 192);--menu-hilight:rgb(10 36 106);--menu-text:rgb(0 0 0);--scrollbar:rgb(192 192 192);--title-text:rgb(255 255 255);--window:rgb(255 255 255);--window-frame:rgb(0 0 0);--window-text:rgb(0 0 0);--element-spacing:8px;--grouped-button-spacing:4px;--grouped-element-spacing:6px;--radio-width:12px;--checkbox-width:13px;--radio-label-spacing:6px;--range-track-height:4px;--range-spacing:10px;--radio-total-width-precalc:var(--radio-width) + var(--radio-label-spacing);--radio-total-width:calc(var(--radio-total-width-precalc));--radio-left:calc(var(--radio-total-width-precalc)*-1);--radio-dot-width:4px;--radio-dot-top:calc(var(--radio-width) - var(--radio-dot-width));--radio-dot-left:calc(var(--radio-total-width-precalc)*-1 + var(--radio-width)/2 - var(--radio-dot-width)/2);--checkbox-total-width-precalc:var(--checkbox-width) + var(--radio-label-spacing);--checkbox-total-width:calc(var(--checkbox-total-width-precalc));--checkbox-left:calc(var(--checkbox-total-width-precalc)*-1);--checkmark-width:7px;--checkmark-left:3px;--border-width:1px;--border-raised-outer:inset -1px -1px var(--button-dk-shadow),inset 1px 1px var(--button-hilight);--border-raised-inner:inset -2px -2px var(--button-shadow),inset 2px 2px var(--button-light);--border-sunken-outer:inset -1px -1px var(--button-hilight),inset 1px 1px var(--button-shadow);--border-sunken-inner:inset -2px -2px var(--button-light),inset 2px 2px var(--button-dk-shadow);--default-button-border-raised-outer:inset -2px -2px var(--button-dk-shadow),inset 2px 2px var(--button-hilight);--default-button-border-raised-inner:inset -3px -3px var(--button-shadow),inset 3px 3px var(--button-light);--default-button-border-sunken-outer:inset 2px 2px var(--button-dk-shadow),inset -1px -1px var(--button-dk-shadow);--default-button-border-sunken-inner:inset -2px -2px var(--button-hilight),inset -3px -3px var(--button-light),inset 3px 3px var(--button-dk-shadow);--border-window-outer:inset -1px -1px var(--button-dk-shadow),inset 1px 1px var(--button-light);--border-window-inner:inset -2px -2px var(--button-shadow),inset 2px 2px var(--button-hilight);--border-field:inset -1px -1px var(--button-hilight),inset 1px 1px var(--button-shadow),inset -2px -2px var(--button-light),inset 2px 2px var(--button-dk-shadow);--border-status-field:inset -1px -1px var(--button-hilight),inset 1px 1px var(--button-shadow);--border-tab:inset -1px 0 var(--button-dk-shadow),inset 1px 1px var(--button-hilight),inset -2px 0 var(--button-shadow),inset 2px 2px var(--button-light)}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:400;src:url(ms_sans_serif.woff) format("woff");src:url(ms_sans_serif.woff2) format("woff2")}@font-face{font-family:"Pixelated MS Sans Serif";font-style:normal;font-weight:700;src:url(ms_sans_serif_bold.woff) format("woff");src:url(ms_sans_serif_bold.woff2) format("woff2")}body{color:var(--window-text);font-family:Arial,sans-serif;font-size:12px}.button,.title-bar,.window,button,input,label,legend,li[role=tab],option,select,table,textarea,ul.tree-view{-webkit-font-smoothing:none;font-family:"Pixelated MS Sans Serif",Arial,sans-serif;font-size:11px}h1{font-size:5rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}u{border-bottom:.5px solid var(--window-text);text-decoration:none}.button,button,input[type=reset],input[type=submit]{background:var(--button-face);border:none;border-radius:0;box-shadow:var(--border-raised-outer),var(--border-raised-inner);box-sizing:border-box;color:transparent;min-height:23px;min-width:75px;padding:0 12px;text-shadow:0 0 var(--window-text)}.button.default,button.default,input[type=reset].default,input[type=submit].default{box-shadow:inset 0 0 0 1px var(--button-text),var(--default-button-border-raised-outer),var(--default-button-border-raised-inner)}.vertical-bar{background:silver;box-shadow:var(--border-raised-outer),var(--border-raised-inner);height:20px;width:4px}.button:not(:disabled):active,button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{box-shadow:var(--border-sunken-outer),var(--border-sunken-inner);text-shadow:1px 1px var(--window-text)}.button.default:not(:disabled):active,button.default:not(:disabled):active,input[type=reset].default:not(:disabled):active,input[type=submit].default:not(:disabled):active{box-shadow:var(--default-button-border-sunken-outer),var(--default-button-border-sunken-inner)}@media (not(hover)){.button:not(:disabled):hover,button:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{box-shadow:var(--border-sunken-outer),var(--border-sunken-inner)}}.button:focus,button:focus,input[type=reset]:focus,input[type=submit]:focus{outline:1px dotted var(--window-frame);outline-offset:-4px}.button::-moz-focus-inner,button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0}:disabled,:disabled+label,input[readonly],input[readonly]+label{color:var(--button-shadow)}.button:disabled,:disabled+label,button:disabled,input[type=reset]:disabled,input[type=submit]:disabled{text-shadow:1px 1px 0 var(--button-hilight)}.window{background:var(--button-face);box-shadow:var(--border-window-outer),var(--border-window-inner);padding:3px}.title-bar{align-items:center;background:linear-gradient(90deg,var(--active-title),var(--gradient-active-title));display:flex;justify-content:space-between;padding:3px 2px 3px 3px}.title-bar.inactive{background:linear-gradient(90deg,var(--inactive-title),var(--gradient-inactive-title))}.title-bar-text{color:#fff;font-weight:700;letter-spacing:0;margin-right:24px}.title-bar-controls{display:flex}.title-bar-controls button{display:block;min-height:14px;min-width:16px;padding:0}.title-bar-controls button:active{padding:0}.title-bar-controls button:focus{outline:none}.title-bar-controls button.minimize,.title-bar-controls button[aria-label=Minimize]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 0h6v2H0z'/%3E%3C/svg%3E");background-position:bottom 3px left 4px;background-repeat:no-repeat}.title-bar-controls button.maximize,.title-bar-controls button[aria-label=Maximize]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button.maximize:disabled,.title-bar-controls button[aria-label=Maximize]:disabled{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1H1v9h9V1zM9 3H2v6h7V3z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 0H0v9h9V0zM8 2H1v6h7V2z' fill='gray'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button.restore,.title-bar-controls button[aria-label=Restore]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M2 0h6v2H2zM7 2h1v4H7zM2 2h1v1H2zM6 5h1v1H6zM0 3h6v2H0zM5 5h1v4H5zM0 5h1v4H0zM1 8h4v1H1z'/%3E%3C/svg%3E");background-position:top 2px left 3px;background-repeat:no-repeat}.title-bar-controls button.help,.title-bar-controls button[aria-label=Help]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M0 1h2v2H0zM1 0h4v1H1zM4 1h2v2H4zM3 3h2v1H3zM2 4h2v2H2zM2 7h2v2H2z'/%3E%3C/svg%3E");background-position:top 2px left 5px;background-repeat:no-repeat}.title-bar-controls button.close,.title-bar-controls button[aria-label=Close]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h2v1h1v1h2V1h1V0h2v1H7v1H6v1H5v1h1v1h1v1h1v1H6V6H5V5H3v1H2v1H0V6h1V5h1V4h1V3H2V2H1V1H0V0z' fill='%23000'/%3E%3C/svg%3E");background-position:top 3px left 4px;background-repeat:no-repeat;margin-left:2px}.status-bar{gap:1px;display:flex;margin:0 1px}.status-bar-field{box-shadow:var(--border-status-field);flex-grow:1;margin:0;padding:2px 3px}.window-body{margin:var(--element-spacing)}fieldset{border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' fill='gray' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h5v5H0V2h2v1h1V2H0' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0h4v4H0V1h1v2h2V1H0'/%3E%3C/svg%3E");margin:0;padding:calc(var(--border-width)*2 + var(--element-spacing));padding-block-start:var(--element-spacing)}legend{background:var(--button-face)}.field-row{align-items:center;display:flex}[class^=field-row]+[class^=field-row]{margin-top:var(--grouped-element-spacing)}.field-row>*+*{margin-left:var(--grouped-element-spacing)}.field-row-stacked{display:flex;flex-direction:column}.field-row-stacked *+*{margin-top:var(--grouped-element-spacing)}label{align-items:center;display:inline-flex;user-select:none}input[type=checkbox],input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:0;border:none;margin:0;opacity:0;position:fixed}input[type=checkbox]+label,input[type=radio]+label{line-height:13px}input[type=radio]+label{margin-left:var(--radio-total-width);position:relative}input[type=radio]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='%23fff'/%3E%3C/svg%3E");content:"";display:inline-block;height:var(--radio-width);left:calc(var(--radio-total-width-precalc)*-1);margin-right:var(--radio-label-spacing);position:absolute;top:0;width:var(--radio-width)}input[type=radio]:active+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:var(--radio-dot-width);left:var(--radio-dot-left);position:absolute;top:var(--radio-dot-top);width:var(--radio-dot-width)}input[type=checkbox]:focus+label,input[type=radio]:focus+label{outline:1px dotted var(--window-frame)}input[type=radio][disabled]+label:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0H4v1H2v1H1v2H0v4h1v2h1V8H1V4h1V2h2V1h4v1h2V1H8V0z' fill='gray'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1H4v1H2v2H1v4h1v1h1V8H2V4h1V3h1V2h4v1h2V2H8V1z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 3h1v1H9V3zm1 5V4h1v4h-1zm-2 2V9h1V8h1v2H8zm-4 0v1h4v-1H4zm0 0V9H2v1h2z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2h-1v2h1v4h-1v2H8v1H4v-1H2v1h2v1h4v-1h2v-1h1V8h1V4h-1V2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h4v1h1v1h1v4H9v1H8v1H4V9H3V8H2V4h1V3h1V2z' fill='silver'/%3E%3C/svg%3E")}input[type=radio][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 0H1v1H0v2h1v1h2V3h1V1H3V0z' fill='gray'/%3E%3C/svg%3E")}input[type=checkbox]+label{margin-left:var(--checkbox-total-width);position:relative}input[type=checkbox]+label:before{background:var(--window);box-shadow:var(--border-field);content:"";display:inline-block;height:var(--checkbox-width);left:calc(var(--checkbox-total-width-precalc)*-1);margin-right:var(--radio-label-spacing);position:absolute;width:var(--checkbox-width)}input[type=checkbox]:active+label:before{background:var(--button-face)}input[type=checkbox]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='%23000'/%3E%3C/svg%3E");content:"";display:block;height:var(--checkmark-width);left:calc(var(--checkbox-total-width-precalc)*-1 + var(--checkmark-left));position:absolute;width:var(--checkmark-width)}input[type=checkbox][disabled]+label:before{background:var(--button-face)}input[type=checkbox][disabled]:checked+label:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 0H6v1H5v1H4v1H3v1H2V3H1V2H0v3h1v1h1v1h1V6h1V5h1V4h1V3h1V0z' fill='gray'/%3E%3C/svg%3E")}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--window);border:none;border-radius:0;box-shadow:var(--border-field);box-sizing:border-box;padding:3px 4px}input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select{height:21px}input[type=number]{height:22px}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{line-height:2}input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled{background-color:var(--button-face)}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");background-position:top 2px right 2px;background-repeat:no-repeat;border-radius:0;padding-right:32px;position:relative}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:none}input[type=range]{-webkit-appearance:none;background:transparent;width:100%}input[type=range]:focus{outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:none;box-shadow:none;height:21px;transform:translateY(-8px);width:11px}input[type=range].has-box-indicator::-webkit-slider-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v20h1V1h9V0z' fill='%23fff'/%3E%3Cpath fill='%23C0C7C8' d='M1 1h8v18H1z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v19H1v-1h8z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v21H0v-1h10z' fill='%23000'/%3E%3C/svg%3E");transform:translateY(-10px)}input[type=range]::-moz-range-thumb{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='11' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0v16h2v2h2v2h1v-1H3v-2H1V1h9V0z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 1v15h1v1h1v1h1v1h2v-1h1v-1h1v-1h1V1z' fill='%23C0C7C8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1h1v15H8v2H6v2H5v-1h2v-2h2z' fill='%2387888F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0h1v16H9v2H7v2H5v1h1v-2h2v-2h2z' fill='%23000'/%3E%3C/svg%3E");border:0;border-radius:0;height:21px;transform:translateY(2px);width:11px}input[type=range].has-box-indicator::-moz-range-thumb{background:url(../images/icon/indicator-rectangle-horizontal.svg);transform:translateY(0)}input[type=range]::-moz-range-track,input[type=range]::-webkit-slider-runnable-track{background:var(--button-dk-shadow);border-bottom:1px solid var(--button-light);border-right:1px solid var(--button-light);box-shadow:1px 0 0 var(--button-hilight),1px 1px 0 var(--button-hilight),0 1px 0 var(--button-hilight),-1px 0 0 var(--button-shadow),-1px -1px 0 var(--button-shadow),0 -1px 0 var(--button-shadow),-1px 1px 0 var(--button-hilight),1px -1px var(--button-hilight);box-sizing:border-box;height:2px;width:100%}.is-vertical{display:inline-block;height:150px;transform:translateY(50%);width:4px}.is-vertical>input[type=range]{height:4px;margin:0 calc(var(--grouped-element-spacing) + var(--range-spacing)) 0 var(--range-spacing);transform:rotate(270deg) translateX(calc(-50% + var(--element-spacing)));transform-origin:left;width:150px}.is-vertical>input[type=range]::-webkit-slider-runnable-track{border-bottom:1px solid var(--button-light);border-left:1px solid var(--button-light);border-right:0;box-shadow:-1px 0 0 var(--button-hilight),-1px 1px 0 var(--button-hilight),0 1px 0 var(--button-hilight),1px 0 0 var(--button-shadow),1px -1px 0 var(--button-shadow),0 -1px 0 var(--button-shadow),1px 1px 0 var(--button-hilight),-1px -1px var(--button-hilight)}.is-vertical>input[type=range]::-webkit-slider-thumb{transform:translateY(-8px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-webkit-slider-thumb{transform:translateY(-10px) scaleX(-1)}.is-vertical>input[type=range]::-moz-range-thumb{transform:translateY(2px) scaleX(-1)}.is-vertical>input[type=range].has-box-indicator::-moz-range-thumb{transform:translateY(0) scaleX(-1)}select:focus{background-color:var(--hilight);color:var(--hilight-text)}select:focus option{background-color:var(--window);color:var(--menu-text)}select:active{background-image:url(../images/icon/button-down-active.svg)}a{color:var(--hot-tracking-color)}a:focus{outline:1px dotted var(--window-frame)}ul.tree-view{background:var(--window);box-shadow:var(--border-field);display:block;margin:0;padding:6px}ul.tree-view li{list-style-type:none}ul.tree-view a{color:var(--window-text);text-decoration:none}ul.tree-view a:focus{background-color:var(--hilight);color:var(--hilight-text)}ul.tree-view li,ul.tree-view ul{margin-top:3px}ul.tree-view ul{border-left:1px dotted var(--button-shadow);margin-left:16px;padding-left:16px}ul.tree-view ul>li{position:relative}ul.tree-view ul>li:before{border-bottom:1px dotted var(--button-shadow);content:"";display:block;left:-16px;position:absolute;top:6px;width:12px}ul.tree-view ul>li:last-child:after{background:var(--window);bottom:0;content:"";display:block;left:-20px;position:absolute;top:7px;width:8px}ul.tree-view details{margin-top:0}ul.tree-view details[open] summary{margin-bottom:0}ul.tree-view ul details>summary:before{margin-left:-22px;position:relative;z-index:1}ul.tree-view details>summary:before{background-color:var(--window);border:1px solid var(--button-shadow);content:"+";display:block;float:left;height:9px;line-height:8px;margin-right:5px;padding-left:1px;text-align:center;width:8px}ul.tree-view details[open]>summary:before{content:"-"}ul.tree-view details>summary::-webkit-details-marker,ul.tree-view details>summary::marker{content:""}pre{background:var(--window);box-shadow:var(--border-field);display:block;margin:0;padding:12px 8px}code,code *{font-family:monospace}summary:focus{outline:1px dotted var(--window-frame)}::-webkit-scrollbar{width:16px}::-webkit-scrollbar:horizontal{height:17px}::-webkit-scrollbar-corner{background:var(--button-face)}::-webkit-scrollbar-track{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 0H0v1h1v1h1V1H1V0z' fill='silver'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H1v1H0v1h1V1h1V0z' fill='%23fff'/%3E%3C/svg%3E")}::-webkit-scrollbar-thumb{background-color:var(--button-face);box-shadow:var(--border-raised-outer),var(--border-raised-inner)}::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement{display:block}::-webkit-scrollbar-button:vertical:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 6H7v1H6v1H5v1H4v1h7V9h-1V8H9V7H8V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:vertical:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 6H4v1h1v1h1v1h1v1h1V9h1V8h1V7h1V6z' fill='%23000'/%3E%3C/svg%3E");height:17px}::-webkit-scrollbar-button:horizontal:start{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 4H8v1H7v1H6v1H5v1h1v1h1v1h1v1h1V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}::-webkit-scrollbar-button:horizontal:end{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 0H0v16h1V1h14V0z' fill='%23DFDFDF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 1H1v14h1V2h12V1H2z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 17H0v-1h15V0h1v17z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1h-1v14H1v1h14V1z' fill='gray'/%3E%3Cpath fill='silver' d='M2 2h12v13H2z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4H6v7h1v-1h1V9h1V8h1V7H9V6H8V5H7V4z' fill='%23000'/%3E%3C/svg%3E");width:16px}.window[role=tabpanel]{position:relative;z-index:2}menu[role=tablist]{display:flex;list-style-type:none;margin:0 0 -2px;padding-left:3px;position:relative;text-indent:0}menu[role=tablist]>li{border-top-left-radius:3px;border-top-right-radius:3px;box-shadow:var(--border-tab);z-index:1}menu[role=tablist]>li[aria-selected=true]{background-color:var(--button-face);margin-left:-3px;margin-top:-2px;padding-bottom:2px;position:relative;z-index:8}menu[role=tablist]>li>a{color:var(--window-text);display:block;margin:6px;text-decoration:none}menu[role=tablist]>li[aria-selected=true]>a:focus{outline:none}menu[role=tablist]>li>a:focus{outline:1px dotted var(--window-frame)}menu[role=tablist].multirows>li{flex-grow:1;text-align:center}.sunken-panel{border:2px groove transparent;border-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='5' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='gray' d='M0 0h4v1H0z'/%3E%3Cpath fill='gray' d='M0 0h1v4H0z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h2v1H1z'/%3E%3Cpath fill='%230a0a0a' d='M1 1h1v2H1z'/%3E%3Cpath fill='%23fff' d='M0 4h5v1H0z'/%3E%3Cpath fill='%23fff' d='M4 0h1v5H4z'/%3E%3Cpath fill='%23dfdfdf' d='M3 1h1v3H3z'/%3E%3Cpath fill='%23dfdfdf' d='M1 3h3v1H1z'/%3E%3C/svg%3E") 2;box-sizing:border-box;overflow:auto}.sunken-panel,table{background-color:var(--window)}table{border-collapse:collapse;position:relative;text-align:left;white-space:nowrap}table>thead>tr>*{background:var(--button-face);box-shadow:var(--border-raised-outer),var(--border-raised-inner);box-sizing:border-box;font-weight:400;height:17px;padding:0 var(--grouped-element-spacing);position:sticky;top:0}table.interactive>tbody>tr{cursor:pointer}table>tbody>tr.highlighted{background-color:var(--hilight);color:var(--hilight-text)}table>tbody>tr>*{height:14px;padding:0 var(--grouped-element-spacing)}.progress-indicator{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;border-radius:0;box-shadow:var(--border-sunken-inner);box-sizing:border-box;height:32px;padding:4px;position:relative}.progress-indicator>.progress-indicator-bar{background-color:var(--hilight);display:block;height:100%}.progress-indicator.segmented>.progress-indicator-bar{background-color:transparent;background-image:linear-gradient(90deg,var(--hilight) 0 16px,transparent 0 2px);background-repeat:repeat;background-size:18px 100%;width:100%}.field-border{background:var(--window)}.field-border,.field-border-disabled{box-shadow:var(--border-field);padding:2px}.field-border-disabled,.status-field-border{background:var(--button-face)}.status-field-border{box-shadow:var(--border-status-field);padding:1px}
|
|
2
2
|
/*# sourceMappingURL=98.css.map */
|
package/dist/98.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../style.css"],"names":[],"mappings":"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","file":"98.css","sourcesContent":["/*! 98.css v1.1.21 - https://codewith.babesonthe.net/punkfairie/98.css */\n/**\n * 98.css\n * Copyright (c) 2020 Jordan Scales <thatjdanisso.cool>\n * https://github.com/jdan/98.css/blob/main/LICENSE\n */\n\n:root {\n /* Color */\n --active-border: rgb(192 192 192);\n --active-title: rgb(10 36 106);\n --app-workspace: rgb(128 128 128);\n --background: rgb(58 110 165);\n --button-alternate-face: rgb(181 181 181);\n --button-dk-shadow: rgb(64 64 64);\n --button-face: rgb(192 192 192);\n --button-hilight: rgb(255 255 255);\n --button-light: rgb(192 192 192);\n --button-shadow: rgb(128 128 128);\n --button-text: rgb(0 0 0);\n --gradient-active-title: rgb(16 128 206);\n --gradient-inactive-title: rgb(128 128 128);\n --gray-text: rgb(128 128 128);\n --hilight: rgb(10 36 106);\n --hilight-text: rgb(255 255 255);\n --hot-tracking-color: rgb(0 0 128);\n --inactive-border: rgb(192 192 192);\n --inactive-title: rgb(128 128 128);\n --inactive-title-text: rgb(192 192 192);\n --info-text: rgb(0 0 0);\n --info-window: rgb(255 255 255);\n --menu: rgb(192 192 192);\n --menu-hilight: rgb(10 36 106);\n --menu-text: rgb(0 0 0);\n --scrollbar: rgb(192 192 192);\n --title-text: rgb(255 255 255);\n --window: rgb(255 255 255);\n --window-frame: rgb(0 0 0);\n --window-text: rgb(0 0 0);\n\n /* Spacing */\n --element-spacing: 8px;\n --grouped-button-spacing: 4px;\n --grouped-element-spacing: 6px;\n --radio-width: 12px;\n --checkbox-width: 13px;\n --radio-label-spacing: 6px;\n --range-track-height: 4px;\n --range-spacing: 10px;\n\n /* Some detailed computations for radio buttons and checkboxes */\n --radio-total-width-precalc: var(--radio-width) + var(--radio-label-spacing);\n --radio-total-width: calc(var(--radio-total-width-precalc));\n --radio-left: calc(-1 * var(--radio-total-width-precalc));\n --radio-dot-width: 4px;\n --radio-dot-top: calc(var(--radio-width) / 2 - var(--radio-dot-width) / 2);\n --radio-dot-left: calc(\n -1 * (var(--radio-total-width-precalc)) + var(--radio-width) / 2 - var(--radio-dot-width) / 2\n );\n\n --checkbox-total-width-precalc: var(--checkbox-width) + var(--radio-label-spacing);\n --checkbox-total-width: calc(var(--checkbox-total-width-precalc));\n --checkbox-left: calc(-1 * var(--checkbox-total-width-precalc));\n --checkmark-width: 7px;\n --checkmark-left: 3px;\n\n /* Borders */\n --border-width: 1px;\n\n --border-raised-outer: inset -1px -1px var(--button-dk-shadow),\n inset 1px 1px var(--button-hilight);\n --border-raised-inner: inset -2px -2px var(--button-shadow),\n inset 2px 2px var(--button-light);\n\n --border-sunken-outer: inset -1px -1px var(--button-hilight),\n inset 1px 1px var(--button-shadow);\n --border-sunken-inner: inset -2px -2px var(--button-light),\n inset 2px 2px var(--button-dk-shadow);\n\n --default-button-border-raised-outer: inset -2px -2px var(--button-dk-shadow),\n inset 2px 2px var(--button-hilight);\n --default-button-border-raised-inner: inset -3px -3px var(--button-shadow),\n inset 3px 3px var(--button-light);\n\n --default-button-border-sunken-outer: inset 2px 2px var(--button-dk-shadow),\n inset -1px -1px var(--button-dk-shadow);\n --default-button-border-sunken-inner: inset -2px -2px var(--button-hilight),\n inset -3px -3px var(--button-light),\n inset 3px 3px var(--button-dk-shadow);\n\n\n /* Window borders flip button-light and button-hilight */\n --border-window-outer: inset -1px -1px var(--button-dk-shadow),\n inset 1px 1px var(--button-light);\n --border-window-inner: inset -2px -2px var(--button-shadow),\n inset 2px 2px var(--button-hilight);\n\n /* Field borders (checkbox, input, etc) flip button-dk-shadow and button-shadow of sunken */\n --border-field: inset -1px -1px var(--button-hilight),\n inset 1px 1px var(--button-shadow),\n inset -2px -2px var(--button-light),\n inset 2px 2px var(--button-dk-shadow);\n --border-status-field: inset -1px -1px var(--button-hilight),\n inset 1px 1px var(--button-shadow);\n\n /* Tabs */\n --border-tab: inset -1px 0 var(--button-dk-shadow),\n inset 1px 1px var(--button-hilight),\n inset -2px 0 var(--button-shadow),\n inset 2px 2px var(--button-light);\n}\n\n@font-face {\n font-family: \"Pixelated MS Sans Serif\";\n src: url(\"fonts/converted/ms_sans_serif.woff\") format(\"woff\");\n src: url(\"fonts/converted/ms_sans_serif.woff2\") format(\"woff2\");\n font-weight: normal;\n font-style: normal;\n}\n\n@font-face {\n font-family: \"Pixelated MS Sans Serif\";\n src: url(\"fonts/converted/ms_sans_serif_bold.woff\") format(\"woff\");\n src: url(\"fonts/converted/ms_sans_serif_bold.woff2\") format(\"woff2\");\n font-weight: bold;\n font-style: normal;\n}\n\nbody {\n font-family: Arial, sans-serif;\n font-size: 12px;\n color: var(--window-text);\n}\n\nbutton,\n.button,\nlabel,\ninput,\nlegend,\ntextarea,\nselect,\noption,\ntable,\nul.tree-view,\n.window,\n.title-bar,\nli[role=tab] {\n font-family: \"Pixelated MS Sans Serif\", Arial, sans-serif;\n -webkit-font-smoothing: none;\n font-size: 11px;\n}\n\nh1 {\n font-size: 5rem;\n}\n\nh2 {\n font-size: 2.5rem;\n}\n\nh3 {\n font-size: 2rem;\n}\n\nh4 {\n font-size: 1.5rem;\n}\n\nu {\n text-decoration: none;\n /*noinspection CssNonIntegerLengthInPixels*/\n border-bottom: 0.5px solid var(--window-text);\n}\n\nbutton,\n.button,\ninput[type=\"submit\"],\ninput[type=\"reset\"] {\n box-sizing: border-box;\n border: none;\n color: transparent;\n text-shadow: 0 0 var(--window-text);\n background: var(--button-face);\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n border-radius: 0;\n\n min-width: 75px;\n min-height: 23px;\n padding: 0 12px;\n}\n\nbutton.default,\n.button.default,\ninput[type=\"submit\"].default,\ninput[type=\"reset\"].default {\n box-shadow: inset 0 0 0 1px var(--button-text), var(--default-button-border-raised-outer), var(--default-button-border-raised-inner);\n}\n\n.vertical-bar {\n width: 4px;\n height: 20px;\n background: #c0c0c0;\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n}\n\nbutton:not(:disabled):active,\n.button:not(:disabled):active,\ninput[type=\"submit\"]:not(:disabled):active,\ninput[type=\"reset\"]:not(:disabled):active {\n box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);\n text-shadow: 1px 1px var(--window-text);\n}\n\nbutton.default:not(:disabled):active,\n.button.default:not(:disabled):active,\ninput[type=\"submit\"].default:not(:disabled):active,\ninput[type=\"reset\"].default:not(:disabled):active {\n box-shadow: var(--default-button-border-sunken-outer), var(--default-button-border-sunken-inner);\n}\n\n/* @formatter:off */\n@media (not(hover)) {\n button:not(:disabled):hover,\n .button:not(:disabled):hover,\n input[type=\"submit\"]:not(:disabled):hover,\n input[type=\"reset\"]:not(:disabled):hover {\n /*noinspection CssUnknownProperty*/\n box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);\n }\n}\n/* @formatter:on */\n\nbutton:focus,\n.button:focus,\ninput[type=\"submit\"]:focus,\ninput[type=\"reset\"]:focus {\n outline: 1px dotted var(--window-frame);\n outline-offset: -4px;\n}\n\nbutton::-moz-focus-inner,\n.button::-moz-focus-inner,\ninput[type=\"submit\"]::-moz-focus-inner,\ninput[type=\"reset\"]::-moz-focus-inner {\n border: 0;\n}\n\n:disabled,\n:disabled + label,\ninput[readonly],\ninput[readonly] + label {\n color: var(--button-shadow);\n}\n\nbutton:disabled,\n.button:disabled,\ninput[type=\"submit\"]:disabled,\ninput[type=\"reset\"]:disabled,\n:disabled + label {\n text-shadow: 1px 1px 0 var(--button-hilight);\n}\n\n.window {\n box-shadow: var(--border-window-outer), var(--border-window-inner);\n background: var(--button-face);\n padding: 3px;\n}\n\n.title-bar {\n background: linear-gradient(\n 90deg,\n var(--active-title),\n var(--gradient-active-title)\n );\n padding: 3px 2px 3px 3px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.title-bar.inactive {\n background: linear-gradient(\n 90deg,\n var(--inactive-title),\n var(--gradient-inactive-title)\n );\n}\n\n.title-bar-text {\n font-weight: bold;\n color: white;\n letter-spacing: 0;\n margin-right: 24px;\n}\n\n.title-bar-controls {\n display: flex;\n}\n\n.title-bar-controls button {\n padding: 0;\n display: block;\n min-width: 16px;\n min-height: 14px;\n}\n\n.title-bar-controls button:active {\n padding: 0;\n}\n\n.title-bar-controls button:focus {\n outline: none;\n}\n\n.title-bar-controls button[aria-label=\"Minimize\"],\n.title-bar-controls button.minimize {\n background-image: svg-load(\"./icon/minimize.svg\");\n background-repeat: no-repeat;\n background-position: bottom 3px left 4px;\n}\n\n.title-bar-controls button[aria-label=\"Maximize\"],\n.title-bar-controls button.maximize {\n background-image: svg-load(\"./icon/maximize.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 3px;\n}\n\n.title-bar-controls button[aria-label=\"Maximize\"]:disabled,\n.title-bar-controls button.maximize:disabled {\n background-image: svg-load(\"./icon/maximize-disabled.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 3px;\n}\n\n.title-bar-controls button[aria-label=\"Restore\"],\n.title-bar-controls button.restore {\n background-image: svg-load(\"./icon/restore.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 3px;\n}\n\n.title-bar-controls button[aria-label=\"Help\"],\n.title-bar-controls button.help {\n background-image: svg-load(\"./icon/help.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 5px;\n}\n\n.title-bar-controls button[aria-label=\"Close\"],\n.title-bar-controls button.close {\n margin-left: 2px;\n background-image: svg-load(\"./icon/close.svg\");\n background-repeat: no-repeat;\n background-position: top 3px left 4px;\n}\n\n.status-bar {\n margin: 0 1px;\n display: flex;\n gap: 1px;\n}\n\n.status-bar-field {\n box-shadow: var(--border-status-field);\n flex-grow: 1;\n padding: 2px 3px;\n margin: 0;\n}\n\n.window-body {\n margin: var(--element-spacing);\n}\n\nfieldset {\n /*noinspection CssInvalidFunction*/\n border-image: svg-load(\"./icon/groupbox-border.svg\");\n padding: calc(2 * var(--border-width) + var(--element-spacing));\n padding-block-start: var(--element-spacing);\n margin: 0;\n}\n\nlegend {\n background: var(--button-face);\n}\n\n.field-row {\n display: flex;\n align-items: center;\n}\n\n[class^=\"field-row\"] + [class^=\"field-row\"] {\n margin-top: var(--grouped-element-spacing);\n}\n\n.field-row > * + * {\n margin-left: var(--grouped-element-spacing);\n}\n\n.field-row-stacked {\n display: flex;\n flex-direction: column;\n}\n\n.field-row-stacked * + * {\n margin-top: var(--grouped-element-spacing);\n}\n\nlabel {\n display: inline-flex;\n align-items: center;\n user-select: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n margin: 0;\n background: 0;\n position: fixed;\n opacity: 0;\n border: none;\n}\n\ninput[type=\"radio\"] + label,\ninput[type=\"checkbox\"] + label {\n line-height: 13px;\n}\n\ninput[type=\"radio\"] + label {\n position: relative;\n margin-left: var(--radio-total-width);\n}\n\ninput[type=\"radio\"] + label::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: calc(-1 * (var(--radio-total-width-precalc)));\n display: inline-block;\n width: var(--radio-width);\n height: var(--radio-width);\n margin-right: var(--radio-label-spacing);\n background: svg-load(\"./icon/radio-border.svg\");\n}\n\ninput[type=\"radio\"]:active + label::before {\n background: svg-load(\"./icon/radio-border-disabled.svg\");\n}\n\ninput[type=\"radio\"]:checked + label::after {\n content: \"\";\n display: block;\n width: var(--radio-dot-width);\n height: var(--radio-dot-width);\n top: var(--radio-dot-top);\n left: var(--radio-dot-left);\n position: absolute;\n background: svg-load(\"./icon/radio-dot.svg\");\n}\n\ninput[type=\"radio\"]:focus + label,\ninput[type=\"checkbox\"]:focus + label {\n outline: 1px dotted var(--window-frame);\n}\n\ninput[type=\"radio\"][disabled] + label::before {\n background: svg-load(\"./icon/radio-border-disabled.svg\");\n}\n\ninput[type=\"radio\"][disabled]:checked + label::after {\n background: svg-load(\"./icon/radio-dot-disabled.svg\");\n}\n\ninput[type=\"checkbox\"] + label {\n position: relative;\n margin-left: var(--checkbox-total-width);\n}\n\ninput[type=\"checkbox\"] + label::before {\n content: \"\";\n position: absolute;\n left: calc(-1 * (var(--checkbox-total-width-precalc)));\n display: inline-block;\n width: var(--checkbox-width);\n height: var(--checkbox-width);\n background: var(--window);\n box-shadow: var(--border-field);\n margin-right: var(--radio-label-spacing);\n}\n\ninput[type=\"checkbox\"]:active + label::before {\n background: var(--button-face);\n}\n\ninput[type=\"checkbox\"]:checked + label::after {\n content: \"\";\n display: block;\n width: var(--checkmark-width);\n height: var(--checkmark-width);\n position: absolute;\n left: calc(\n -1 * (var(--checkbox-total-width-precalc)) + var(--checkmark-left)\n );\n background: svg-load(\"./icon/checkmark.svg\");\n}\n\ninput[type=\"checkbox\"][disabled] + label::before {\n background: var(--button-face);\n}\n\ninput[type=\"checkbox\"][disabled]:checked + label::after {\n background: svg-load(\"./icon/checkmark-disabled.svg\");\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"tel\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\nselect,\ntextarea {\n padding: 3px 4px;\n border: none;\n box-shadow: var(--border-field);\n background-color: var(--window);\n box-sizing: border-box;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-radius: 0;\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"tel\"],\ninput[type=\"search\"],\nselect {\n height: 21px;\n}\n\ninput[type=\"number\"] {\n /* need this 1 pixel to fit the spinner controls in box */\n height: 22px;\n}\n\n/* clears the ‘X’ from Internet Explorer */\ninput[type=search]::-ms-clear {\n display: none;\n width: 0;\n height: 0;\n}\n\ninput[type=search]::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n}\n\n/* clears the ‘X’ from Chrome */\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-results-button,\ninput[type=\"search\"]::-webkit-search-results-decoration {\n display: none;\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"tel\"],\ninput[type=\"number\"],\ninput[type=\"search\"] {\n /* For some reason descenders are getting cut off without this */\n line-height: 2;\n}\n\ninput[type=\"email\"]:disabled,\ninput[type=\"url\"]:disabled,\ninput[type=\"tel\"]:disabled,\ninput[type=\"password\"]:disabled,\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"search\"]:disabled,\ninput[type=\"email\"]:read-only,\ninput[type=\"url\"]:read-only,\ninput[type=\"tel\"]:read-only,\ninput[type=\"password\"]:read-only,\ninput[type=\"text\"]:read-only,\ninput[type=\"number\"]:read-only,\ninput[type=\"search\"]:read-only,\ntextarea:disabled {\n background-color: var(--button-face);\n}\n\nselect {\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n padding-right: 32px;\n background-image: svg-load(\"./icon/button-down.svg\");\n background-position: top 2px right 2px;\n background-repeat: no-repeat;\n border-radius: 0;\n}\n\nselect:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus {\n outline: none;\n}\n\ninput[type=\"range\"] {\n -webkit-appearance: none;\n width: 100%;\n background: transparent;\n}\n\ninput[type=\"range\"]:focus {\n outline: none;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb {\n -webkit-appearance: none;\n height: 21px;\n width: 11px;\n background: svg-load(\"./icon/indicator-horizontal.svg\");\n transform: translateY(-8px);\n box-shadow: none;\n border: none;\n}\n\ninput[type=\"range\"].has-box-indicator::-webkit-slider-thumb {\n background: svg-load(\"./icon/indicator-rectangle-horizontal.svg\");\n transform: translateY(-10px);\n}\n\ninput[type=\"range\"]::-moz-range-thumb {\n height: 21px;\n width: 11px;\n border: 0;\n border-radius: 0;\n background: svg-load(\"./icon/indicator-horizontal.svg\");\n transform: translateY(2px);\n}\n\ninput[type=\"range\"].has-box-indicator::-moz-range-thumb {\n background: url(\"../images/./icon/indicator-rectangle-horizontal.svg\");\n transform: translateY(0px);\n}\n\ninput[type=\"range\"]::-webkit-slider-runnable-track,\ninput[type=\"range\"]::-moz-range-track {\n width: 100%;\n height: 2px;\n box-sizing: border-box;\n background: var(--button-dk-shadow);\n border-right: 1px solid var(--button-light);\n border-bottom: 1px solid var(--button-light);\n box-shadow: 1px 0 0 var(--button-hilight),\n 1px 1px 0 var(--button-hilight),\n 0 1px 0 var(--button-hilight),\n -1px 0 0 var(--button-shadow),\n -1px -1px 0 var(--button-shadow),\n 0 -1px 0 var(--button-shadow),\n -1px 1px 0 var(--button-hilight),\n 1px -1px var(--button-hilight);\n}\n\n.is-vertical {\n display: inline-block;\n width: 4px;\n height: 150px;\n transform: translateY(50%);\n}\n\n.is-vertical > input[type=\"range\"] {\n width: 150px;\n height: 4px;\n margin: 0 calc(var(--grouped-element-spacing) + var(--range-spacing)) 0 var(--range-spacing);\n transform-origin: left;\n transform: rotate(270deg) translateX(calc(-50% + var(--element-spacing)));\n}\n\n.is-vertical > input[type=\"range\"]::-webkit-slider-runnable-track,\n.is-vertical > input[type=\"range\"]::-webkit-slider-runnable-track {\n border-left: 1px solid var(--button-light);\n border-right: 0;\n border-bottom: 1px solid var(--button-light);\n box-shadow: -1px 0 0 var(--button-hilight),\n -1px 1px 0 var(--button-hilight),\n 0 1px 0 var(--button-hilight),\n 1px 0 0 var(--button-shadow),\n 1px -1px 0 var(--button-shadow),\n 0 -1px 0 var(--button-shadow),\n 1px 1px 0 var(--button-hilight),\n -1px -1px var(--button-hilight);\n}\n\n.is-vertical > input[type=\"range\"]::-webkit-slider-thumb {\n transform: translateY(-8px) scaleX(-1);\n}\n\n.is-vertical > input[type=\"range\"].has-box-indicator::-webkit-slider-thumb {\n transform: translateY(-10px) scaleX(-1);\n}\n\n.is-vertical > input[type=\"range\"]::-moz-range-thumb {\n transform: translateY(2px) scaleX(-1);\n}\n\n.is-vertical > input[type=\"range\"].has-box-indicator::-moz-range-thumb {\n transform: translateY(0px) scaleX(-1);\n}\n\nselect:focus {\n color: var(--hilight-text);\n background-color: var(--hilight);\n}\n\nselect:focus option {\n color: var(--menu-text);\n background-color: var(--window);\n}\n\nselect:active {\n background-image: url(\"../images/./icon/button-down-active.svg\");\n}\n\na {\n color: var(--hot-tracking-color);\n}\n\na:focus {\n outline: 1px dotted var(--window-frame);\n}\n\nul.tree-view {\n display: block;\n background: var(--window);\n box-shadow: var(--border-field);\n padding: 6px;\n margin: 0;\n}\n\nul.tree-view li {\n list-style-type: none;\n}\n\nul.tree-view a {\n text-decoration: none;\n color: var(--window-text);\n}\n\nul.tree-view a:focus {\n background-color: var(--hilight);\n color: var(--hilight-text);\n}\n\nul.tree-view ul,\nul.tree-view li {\n margin-top: 3px;\n}\n\nul.tree-view ul {\n margin-left: 16px;\n padding-left: 16px;\n /* Goes down too far */\n border-left: 1px dotted var(--button-shadow);\n}\n\nul.tree-view ul > li {\n position: relative;\n}\n\nul.tree-view ul > li::before {\n content: \"\";\n display: block;\n position: absolute;\n left: -16px;\n top: 6px;\n width: 12px;\n border-bottom: 1px dotted var(--button-shadow);\n}\n\n/* Cover the bottom of the left dotted border */\nul.tree-view ul > li:last-child::after {\n content: \"\";\n display: block;\n position: absolute;\n left: -20px;\n top: 7px;\n bottom: 0;\n width: 8px;\n background: var(--window);\n}\n\nul.tree-view details {\n margin-top: 0;\n}\n\nul.tree-view details[open] summary {\n margin-bottom: 0;\n}\n\nul.tree-view ul details > summary:before {\n margin-left: -22px;\n position: relative;\n z-index: 1;\n}\n\nul.tree-view details > summary:before {\n text-align: center;\n display: block;\n float: left;\n content: \"+\";\n border: 1px solid var(--button-shadow);\n width: 8px;\n height: 9px;\n line-height: 8px;\n margin-right: 5px;\n padding-left: 1px;\n background-color: var(--window);\n}\n\nul.tree-view details[open] > summary:before {\n content: \"-\";\n}\n\nul.tree-view details > summary::marker,\nul.tree-view details > summary::-webkit-details-marker {\n content: \"\";\n}\n\npre {\n display: block;\n background: var(--window);\n box-shadow: var(--border-field);\n padding: 12px 8px;\n margin: 0;\n}\n\ncode,\ncode * {\n font-family: monospace;\n}\n\nsummary:focus {\n outline: 1px dotted var(--window-frame);\n}\n\n::-webkit-scrollbar {\n width: 16px;\n}\n\n::-webkit-scrollbar:horizontal {\n height: 17px;\n}\n\n::-webkit-scrollbar-corner {\n background: var(--button-face);\n}\n\n::-webkit-scrollbar-track {\n background-image: svg-load(\"./icon/scrollbar-background.svg\");\n}\n\n::-webkit-scrollbar-thumb {\n background-color: var(--button-face);\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n}\n\n::-webkit-scrollbar-button:horizontal:start:decrement,\n::-webkit-scrollbar-button:horizontal:end:increment,\n::-webkit-scrollbar-button:vertical:start:decrement,\n::-webkit-scrollbar-button:vertical:end:increment {\n display: block;\n}\n\n::-webkit-scrollbar-button:vertical:start {\n height: 17px;\n background-image: svg-load(\"./icon/button-up.svg\");\n}\n\n::-webkit-scrollbar-button:vertical:end {\n height: 17px;\n background-image: svg-load(\"./icon/button-down.svg\");\n}\n\n::-webkit-scrollbar-button:horizontal:start {\n width: 16px;\n background-image: svg-load(\"./icon/button-left.svg\");\n}\n\n::-webkit-scrollbar-button:horizontal:end {\n width: 16px;\n background-image: svg-load(\"./icon/button-right.svg\");\n}\n\n.window[role=tabpanel] {\n position: relative;\n z-index: 2;\n}\n\nmenu[role=tablist] {\n position: relative;\n margin: 0 0 -2px 0;\n text-indent: 0;\n list-style-type: none;\n display: flex;\n padding-left: 3px;\n}\n\nmenu[role=tablist] > li {\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n box-shadow: var(--border-tab);\n z-index: 1;\n}\n\nmenu[role=tablist] > li[aria-selected=true] {\n padding-bottom: 2px;\n margin-top: -2px;\n background-color: var(--button-face);\n position: relative;\n z-index: 8;\n margin-left: -3px;\n}\n\nmenu[role=tablist] > li > a {\n display: block;\n color: var(--window-text);\n margin: 6px;\n text-decoration: none;\n}\n\nmenu[role=tablist] > li[aria-selected=true] > a:focus {\n outline: none;\n}\n\nmenu[role=tablist] > li > a:focus {\n outline: 1px dotted var(--window-frame);\n}\n\nmenu[role=tablist].multirows > li {\n flex-grow: 1;\n text-align: center;\n}\n\n.sunken-panel {\n box-sizing: border-box;\n border: 2px groove transparent;\n border-image: svg-load(\"./icon/sunken-panel-border.svg\") 2;\n overflow: auto;\n background-color: var(--window);\n}\n\ntable {\n border-collapse: collapse;\n position: relative;\n text-align: left;\n white-space: nowrap;\n background-color: var(--window);\n}\n\ntable > thead > tr > * {\n position: sticky;\n top: 0;\n height: 17px;\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n background: var(--button-face);\n box-sizing: border-box;\n font-weight: normal;\n padding: 0 var(--grouped-element-spacing);\n}\n\ntable.interactive > tbody > tr {\n cursor: pointer;\n}\n\ntable > tbody > tr.highlighted {\n color: var(--hilight-text);\n background-color: var(--hilight);\n}\n\ntable > tbody > tr > * {\n padding: 0 var(--grouped-element-spacing);\n height: 14px;\n}\n\n.progress-indicator {\n height: 32px;\n position: relative;\n box-shadow: var(--border-sunken-inner);\n padding: 4px 4px;\n border: none;\n box-sizing: border-box;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-radius: 0;\n}\n\n\n.progress-indicator > .progress-indicator-bar {\n height: 100%;\n display: block;\n background-color: var(--hilight);\n}\n\n.progress-indicator.segmented > .progress-indicator-bar {\n width: 100%;\n background-color: transparent; /* resets the background color which is set to blue in the non-segmented selector */\n background-image: linear-gradient(\n 90deg,\n var(--hilight) 0 16px,\n transparent 0 2px\n );\n background-repeat: repeat;\n background-size: 18px 100%;\n}\n\n.field-border {\n background: var(--button-hilight);\n box-shadow: var(--border-field);\n padding: 2px;\n}\n\n.field-border-disabled {\n background: var(--button-face);\n box-shadow: var(--border-field);\n padding: 2px;\n}\n\n.status-field-border {\n background: var(--button-face);\n box-shadow: var(--border-status-field);\n padding: 1px;\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["../style.css"],"names":[],"mappings":"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","file":"98.css","sourcesContent":["/*! 98.css v2.1.0 - https://codewith.babesonthe.net/punkfairie/98.css */\n/**\n * 98.css\n * Copyright (c) 2020 Jordan Scales <thatjdanisso.cool>\n * https://github.com/jdan/98.css/blob/main/LICENSE\n */\n\n:root {\n /* Color */\n --active-border: rgb(192 192 192);\n --active-title: rgb(10 36 106);\n --app-workspace: rgb(128 128 128);\n --background: rgb(58 110 165);\n --button-alternate-face: rgb(181 181 181);\n --button-dk-shadow: rgb(64 64 64);\n --button-face: rgb(192 192 192);\n --button-hilight: rgb(255 255 255);\n --button-light: rgb(192 192 192);\n --button-shadow: rgb(128 128 128);\n --button-text: rgb(0 0 0);\n --gradient-active-title: rgb(16 128 206);\n --gradient-inactive-title: rgb(128 128 128);\n --gray-text: rgb(128 128 128);\n --hilight: rgb(10 36 106);\n --hilight-text: rgb(255 255 255);\n --hot-tracking-color: rgb(0 0 128);\n --inactive-border: rgb(192 192 192);\n --inactive-title: rgb(128 128 128);\n --inactive-title-text: rgb(192 192 192);\n --info-text: rgb(0 0 0);\n --info-window: rgb(255 255 255);\n --menu: rgb(192 192 192);\n --menu-hilight: rgb(10 36 106);\n --menu-text: rgb(0 0 0);\n --scrollbar: rgb(192 192 192);\n --title-text: rgb(255 255 255);\n --window: rgb(255 255 255);\n --window-frame: rgb(0 0 0);\n --window-text: rgb(0 0 0);\n\n /* Spacing */\n --element-spacing: 8px;\n --grouped-button-spacing: 4px;\n --grouped-element-spacing: 6px;\n --radio-width: 12px;\n --checkbox-width: 13px;\n --radio-label-spacing: 6px;\n --range-track-height: 4px;\n --range-spacing: 10px;\n\n /* Some detailed computations for radio buttons and checkboxes */\n --radio-total-width-precalc: var(--radio-width) + var(--radio-label-spacing);\n --radio-total-width: calc(var(--radio-total-width-precalc));\n --radio-left: calc(-1 * var(--radio-total-width-precalc));\n --radio-dot-width: 4px;\n --radio-dot-top: calc(var(--radio-width) / 2 - var(--radio-dot-width) / 2);\n --radio-dot-left: calc(\n -1 * (var(--radio-total-width-precalc)) + var(--radio-width) / 2 - var(--radio-dot-width) / 2\n );\n\n --checkbox-total-width-precalc: var(--checkbox-width) + var(--radio-label-spacing);\n --checkbox-total-width: calc(var(--checkbox-total-width-precalc));\n --checkbox-left: calc(-1 * var(--checkbox-total-width-precalc));\n --checkmark-width: 7px;\n --checkmark-left: 3px;\n\n /* Borders */\n --border-width: 1px;\n\n --border-raised-outer: inset -1px -1px var(--button-dk-shadow),\n inset 1px 1px var(--button-hilight);\n --border-raised-inner: inset -2px -2px var(--button-shadow),\n inset 2px 2px var(--button-light);\n\n --border-sunken-outer: inset -1px -1px var(--button-hilight),\n inset 1px 1px var(--button-shadow);\n --border-sunken-inner: inset -2px -2px var(--button-light),\n inset 2px 2px var(--button-dk-shadow);\n\n --default-button-border-raised-outer: inset -2px -2px var(--button-dk-shadow),\n inset 2px 2px var(--button-hilight);\n --default-button-border-raised-inner: inset -3px -3px var(--button-shadow),\n inset 3px 3px var(--button-light);\n\n --default-button-border-sunken-outer: inset 2px 2px var(--button-dk-shadow),\n inset -1px -1px var(--button-dk-shadow);\n --default-button-border-sunken-inner: inset -2px -2px var(--button-hilight),\n inset -3px -3px var(--button-light),\n inset 3px 3px var(--button-dk-shadow);\n\n\n /* Window borders flip button-light and button-hilight */\n --border-window-outer: inset -1px -1px var(--button-dk-shadow),\n inset 1px 1px var(--button-light);\n --border-window-inner: inset -2px -2px var(--button-shadow),\n inset 2px 2px var(--button-hilight);\n\n /* Field borders (checkbox, input, etc) flip button-dk-shadow and button-shadow of sunken */\n --border-field: inset -1px -1px var(--button-hilight),\n inset 1px 1px var(--button-shadow),\n inset -2px -2px var(--button-light),\n inset 2px 2px var(--button-dk-shadow);\n --border-status-field: inset -1px -1px var(--button-hilight),\n inset 1px 1px var(--button-shadow);\n\n /* Tabs */\n --border-tab: inset -1px 0 var(--button-dk-shadow),\n inset 1px 1px var(--button-hilight),\n inset -2px 0 var(--button-shadow),\n inset 2px 2px var(--button-light);\n}\n\n@font-face {\n font-family: \"Pixelated MS Sans Serif\";\n src: url(\"fonts/converted/ms_sans_serif.woff\") format(\"woff\");\n src: url(\"fonts/converted/ms_sans_serif.woff2\") format(\"woff2\");\n font-weight: normal;\n font-style: normal;\n}\n\n@font-face {\n font-family: \"Pixelated MS Sans Serif\";\n src: url(\"fonts/converted/ms_sans_serif_bold.woff\") format(\"woff\");\n src: url(\"fonts/converted/ms_sans_serif_bold.woff2\") format(\"woff2\");\n font-weight: bold;\n font-style: normal;\n}\n\nbody {\n font-family: Arial, sans-serif;\n font-size: 12px;\n color: var(--window-text);\n}\n\nbutton,\n.button,\nlabel,\ninput,\nlegend,\ntextarea,\nselect,\noption,\ntable,\nul.tree-view,\n.window,\n.title-bar,\nli[role=tab] {\n font-family: \"Pixelated MS Sans Serif\", Arial, sans-serif;\n -webkit-font-smoothing: none;\n font-size: 11px;\n}\n\nh1 {\n font-size: 5rem;\n}\n\nh2 {\n font-size: 2.5rem;\n}\n\nh3 {\n font-size: 2rem;\n}\n\nh4 {\n font-size: 1.5rem;\n}\n\nu {\n text-decoration: none;\n /*noinspection CssNonIntegerLengthInPixels*/\n border-bottom: 0.5px solid var(--window-text);\n}\n\nbutton,\n.button,\ninput[type=\"submit\"],\ninput[type=\"reset\"] {\n box-sizing: border-box;\n border: none;\n color: transparent;\n text-shadow: 0 0 var(--window-text);\n background: var(--button-face);\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n border-radius: 0;\n\n min-width: 75px;\n min-height: 23px;\n padding: 0 12px;\n}\n\nbutton.default,\n.button.default,\ninput[type=\"submit\"].default,\ninput[type=\"reset\"].default {\n box-shadow: inset 0 0 0 1px var(--button-text), var(--default-button-border-raised-outer), var(--default-button-border-raised-inner);\n}\n\n.vertical-bar {\n width: 4px;\n height: 20px;\n background: #c0c0c0;\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n}\n\nbutton:not(:disabled):active,\n.button:not(:disabled):active,\ninput[type=\"submit\"]:not(:disabled):active,\ninput[type=\"reset\"]:not(:disabled):active {\n box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);\n text-shadow: 1px 1px var(--window-text);\n}\n\nbutton.default:not(:disabled):active,\n.button.default:not(:disabled):active,\ninput[type=\"submit\"].default:not(:disabled):active,\ninput[type=\"reset\"].default:not(:disabled):active {\n box-shadow: var(--default-button-border-sunken-outer), var(--default-button-border-sunken-inner);\n}\n\n/* @formatter:off */\n@media (not(hover)) {\n button:not(:disabled):hover,\n .button:not(:disabled):hover,\n input[type=\"submit\"]:not(:disabled):hover,\n input[type=\"reset\"]:not(:disabled):hover {\n /*noinspection CssUnknownProperty*/\n box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);\n }\n}\n/* @formatter:on */\n\nbutton:focus,\n.button:focus,\ninput[type=\"submit\"]:focus,\ninput[type=\"reset\"]:focus {\n outline: 1px dotted var(--window-frame);\n outline-offset: -4px;\n}\n\nbutton::-moz-focus-inner,\n.button::-moz-focus-inner,\ninput[type=\"submit\"]::-moz-focus-inner,\ninput[type=\"reset\"]::-moz-focus-inner {\n border: 0;\n}\n\n:disabled,\n:disabled + label,\ninput[readonly],\ninput[readonly] + label {\n color: var(--button-shadow);\n}\n\nbutton:disabled,\n.button:disabled,\ninput[type=\"submit\"]:disabled,\ninput[type=\"reset\"]:disabled,\n:disabled + label {\n text-shadow: 1px 1px 0 var(--button-hilight);\n}\n\n.window {\n box-shadow: var(--border-window-outer), var(--border-window-inner);\n background: var(--button-face);\n padding: 3px;\n}\n\n.title-bar {\n background: linear-gradient(\n 90deg,\n var(--active-title),\n var(--gradient-active-title)\n );\n padding: 3px 2px 3px 3px;\n display: flex;\n justify-content: space-between;\n align-items: center;\n}\n\n.title-bar.inactive {\n background: linear-gradient(\n 90deg,\n var(--inactive-title),\n var(--gradient-inactive-title)\n );\n}\n\n.title-bar-text {\n font-weight: bold;\n color: white;\n letter-spacing: 0;\n margin-right: 24px;\n}\n\n.title-bar-controls {\n display: flex;\n}\n\n.title-bar-controls button {\n padding: 0;\n display: block;\n min-width: 16px;\n min-height: 14px;\n}\n\n.title-bar-controls button:active {\n padding: 0;\n}\n\n.title-bar-controls button:focus {\n outline: none;\n}\n\n.title-bar-controls button[aria-label=\"Minimize\"],\n.title-bar-controls button.minimize {\n background-image: svg-load(\"./icon/minimize.svg\");\n background-repeat: no-repeat;\n background-position: bottom 3px left 4px;\n}\n\n.title-bar-controls button[aria-label=\"Maximize\"],\n.title-bar-controls button.maximize {\n background-image: svg-load(\"./icon/maximize.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 3px;\n}\n\n.title-bar-controls button[aria-label=\"Maximize\"]:disabled,\n.title-bar-controls button.maximize:disabled {\n background-image: svg-load(\"./icon/maximize-disabled.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 3px;\n}\n\n.title-bar-controls button[aria-label=\"Restore\"],\n.title-bar-controls button.restore {\n background-image: svg-load(\"./icon/restore.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 3px;\n}\n\n.title-bar-controls button[aria-label=\"Help\"],\n.title-bar-controls button.help {\n background-image: svg-load(\"./icon/help.svg\");\n background-repeat: no-repeat;\n background-position: top 2px left 5px;\n}\n\n.title-bar-controls button[aria-label=\"Close\"],\n.title-bar-controls button.close {\n margin-left: 2px;\n background-image: svg-load(\"./icon/close.svg\");\n background-repeat: no-repeat;\n background-position: top 3px left 4px;\n}\n\n.status-bar {\n margin: 0 1px;\n display: flex;\n gap: 1px;\n}\n\n.status-bar-field {\n box-shadow: var(--border-status-field);\n flex-grow: 1;\n padding: 2px 3px;\n margin: 0;\n}\n\n.window-body {\n margin: var(--element-spacing);\n}\n\nfieldset {\n /*noinspection CssInvalidFunction*/\n border-image: svg-load(\"./icon/groupbox-border.svg\");\n padding: calc(2 * var(--border-width) + var(--element-spacing));\n padding-block-start: var(--element-spacing);\n margin: 0;\n}\n\nlegend {\n background: var(--button-face);\n}\n\n.field-row {\n display: flex;\n align-items: center;\n}\n\n[class^=\"field-row\"] + [class^=\"field-row\"] {\n margin-top: var(--grouped-element-spacing);\n}\n\n.field-row > * + * {\n margin-left: var(--grouped-element-spacing);\n}\n\n.field-row-stacked {\n display: flex;\n flex-direction: column;\n}\n\n.field-row-stacked * + * {\n margin-top: var(--grouped-element-spacing);\n}\n\nlabel {\n display: inline-flex;\n align-items: center;\n user-select: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n margin: 0;\n background: 0;\n position: fixed;\n opacity: 0;\n border: none;\n}\n\ninput[type=\"radio\"] + label,\ninput[type=\"checkbox\"] + label {\n line-height: 13px;\n}\n\ninput[type=\"radio\"] + label {\n position: relative;\n margin-left: var(--radio-total-width);\n}\n\ninput[type=\"radio\"] + label::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: calc(-1 * (var(--radio-total-width-precalc)));\n display: inline-block;\n width: var(--radio-width);\n height: var(--radio-width);\n margin-right: var(--radio-label-spacing);\n background: svg-load(\"./icon/radio-border.svg\");\n}\n\ninput[type=\"radio\"]:active + label::before {\n background: svg-load(\"./icon/radio-border-disabled.svg\");\n}\n\ninput[type=\"radio\"]:checked + label::after {\n content: \"\";\n display: block;\n width: var(--radio-dot-width);\n height: var(--radio-dot-width);\n top: var(--radio-dot-top);\n left: var(--radio-dot-left);\n position: absolute;\n background: svg-load(\"./icon/radio-dot.svg\");\n}\n\ninput[type=\"radio\"]:focus + label,\ninput[type=\"checkbox\"]:focus + label {\n outline: 1px dotted var(--window-frame);\n}\n\ninput[type=\"radio\"][disabled] + label::before {\n background: svg-load(\"./icon/radio-border-disabled.svg\");\n}\n\ninput[type=\"radio\"][disabled]:checked + label::after {\n background: svg-load(\"./icon/radio-dot-disabled.svg\");\n}\n\ninput[type=\"checkbox\"] + label {\n position: relative;\n margin-left: var(--checkbox-total-width);\n}\n\ninput[type=\"checkbox\"] + label::before {\n content: \"\";\n position: absolute;\n left: calc(-1 * (var(--checkbox-total-width-precalc)));\n display: inline-block;\n width: var(--checkbox-width);\n height: var(--checkbox-width);\n background: var(--window);\n box-shadow: var(--border-field);\n margin-right: var(--radio-label-spacing);\n}\n\ninput[type=\"checkbox\"]:active + label::before {\n background: var(--button-face);\n}\n\ninput[type=\"checkbox\"]:checked + label::after {\n content: \"\";\n display: block;\n width: var(--checkmark-width);\n height: var(--checkmark-width);\n position: absolute;\n left: calc(\n -1 * (var(--checkbox-total-width-precalc)) + var(--checkmark-left)\n );\n background: svg-load(\"./icon/checkmark.svg\");\n}\n\ninput[type=\"checkbox\"][disabled] + label::before {\n background: var(--button-face);\n}\n\ninput[type=\"checkbox\"][disabled]:checked + label::after {\n background: svg-load(\"./icon/checkmark-disabled.svg\");\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"tel\"],\ninput[type=\"number\"],\ninput[type=\"search\"],\nselect,\ntextarea {\n padding: 3px 4px;\n border: none;\n box-shadow: var(--border-field);\n background-color: var(--window);\n box-sizing: border-box;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-radius: 0;\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"tel\"],\ninput[type=\"search\"],\nselect {\n height: 21px;\n}\n\ninput[type=\"number\"] {\n /* need this 1 pixel to fit the spinner controls in box */\n height: 22px;\n}\n\n/* clears the ‘X’ from Internet Explorer */\ninput[type=search]::-ms-clear {\n display: none;\n width: 0;\n height: 0;\n}\n\ninput[type=search]::-ms-reveal {\n display: none;\n width: 0;\n height: 0;\n}\n\n/* clears the ‘X’ from Chrome */\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-results-button,\ninput[type=\"search\"]::-webkit-search-results-decoration {\n display: none;\n}\n\ninput[type=\"text\"],\ninput[type=\"password\"],\ninput[type=\"email\"],\ninput[type=\"url\"],\ninput[type=\"tel\"],\ninput[type=\"number\"],\ninput[type=\"search\"] {\n /* For some reason descenders are getting cut off without this */\n line-height: 2;\n}\n\ninput[type=\"email\"]:disabled,\ninput[type=\"url\"]:disabled,\ninput[type=\"tel\"]:disabled,\ninput[type=\"password\"]:disabled,\ninput[type=\"text\"]:disabled,\ninput[type=\"number\"]:disabled,\ninput[type=\"search\"]:disabled,\ninput[type=\"email\"]:read-only,\ninput[type=\"url\"]:read-only,\ninput[type=\"tel\"]:read-only,\ninput[type=\"password\"]:read-only,\ninput[type=\"text\"]:read-only,\ninput[type=\"number\"]:read-only,\ninput[type=\"search\"]:read-only,\ntextarea:disabled {\n background-color: var(--button-face);\n}\n\nselect {\n appearance: none;\n -webkit-appearance: none;\n -moz-appearance: none;\n position: relative;\n padding-right: 32px;\n background-image: svg-load(\"./icon/button-down.svg\");\n background-position: top 2px right 2px;\n background-repeat: no-repeat;\n border-radius: 0;\n}\n\nselect:focus,\ninput[type=\"text\"]:focus,\ninput[type=\"password\"]:focus,\ninput[type=\"email\"]:focus,\ninput[type=\"url\"]:focus,\ninput[type=\"tel\"]:focus,\ninput[type=\"number\"]:focus,\ninput[type=\"search\"]:focus,\ntextarea:focus {\n outline: none;\n}\n\ninput[type=\"range\"] {\n -webkit-appearance: none;\n width: 100%;\n background: transparent;\n}\n\ninput[type=\"range\"]:focus {\n outline: none;\n}\n\ninput[type=\"range\"]::-webkit-slider-thumb {\n -webkit-appearance: none;\n height: 21px;\n width: 11px;\n background: svg-load(\"./icon/indicator-horizontal.svg\");\n transform: translateY(-8px);\n box-shadow: none;\n border: none;\n}\n\ninput[type=\"range\"].has-box-indicator::-webkit-slider-thumb {\n background: svg-load(\"./icon/indicator-rectangle-horizontal.svg\");\n transform: translateY(-10px);\n}\n\ninput[type=\"range\"]::-moz-range-thumb {\n height: 21px;\n width: 11px;\n border: 0;\n border-radius: 0;\n background: svg-load(\"./icon/indicator-horizontal.svg\");\n transform: translateY(2px);\n}\n\ninput[type=\"range\"].has-box-indicator::-moz-range-thumb {\n background: url(\"../images/./icon/indicator-rectangle-horizontal.svg\");\n transform: translateY(0px);\n}\n\ninput[type=\"range\"]::-webkit-slider-runnable-track,\ninput[type=\"range\"]::-moz-range-track {\n width: 100%;\n height: 2px;\n box-sizing: border-box;\n background: var(--button-dk-shadow);\n border-right: 1px solid var(--button-light);\n border-bottom: 1px solid var(--button-light);\n box-shadow: 1px 0 0 var(--button-hilight),\n 1px 1px 0 var(--button-hilight),\n 0 1px 0 var(--button-hilight),\n -1px 0 0 var(--button-shadow),\n -1px -1px 0 var(--button-shadow),\n 0 -1px 0 var(--button-shadow),\n -1px 1px 0 var(--button-hilight),\n 1px -1px var(--button-hilight);\n}\n\n.is-vertical {\n display: inline-block;\n width: 4px;\n height: 150px;\n transform: translateY(50%);\n}\n\n.is-vertical > input[type=\"range\"] {\n width: 150px;\n height: 4px;\n margin: 0 calc(var(--grouped-element-spacing) + var(--range-spacing)) 0 var(--range-spacing);\n transform-origin: left;\n transform: rotate(270deg) translateX(calc(-50% + var(--element-spacing)));\n}\n\n.is-vertical > input[type=\"range\"]::-webkit-slider-runnable-track,\n.is-vertical > input[type=\"range\"]::-webkit-slider-runnable-track {\n border-left: 1px solid var(--button-light);\n border-right: 0;\n border-bottom: 1px solid var(--button-light);\n box-shadow: -1px 0 0 var(--button-hilight),\n -1px 1px 0 var(--button-hilight),\n 0 1px 0 var(--button-hilight),\n 1px 0 0 var(--button-shadow),\n 1px -1px 0 var(--button-shadow),\n 0 -1px 0 var(--button-shadow),\n 1px 1px 0 var(--button-hilight),\n -1px -1px var(--button-hilight);\n}\n\n.is-vertical > input[type=\"range\"]::-webkit-slider-thumb {\n transform: translateY(-8px) scaleX(-1);\n}\n\n.is-vertical > input[type=\"range\"].has-box-indicator::-webkit-slider-thumb {\n transform: translateY(-10px) scaleX(-1);\n}\n\n.is-vertical > input[type=\"range\"]::-moz-range-thumb {\n transform: translateY(2px) scaleX(-1);\n}\n\n.is-vertical > input[type=\"range\"].has-box-indicator::-moz-range-thumb {\n transform: translateY(0px) scaleX(-1);\n}\n\nselect:focus {\n color: var(--hilight-text);\n background-color: var(--hilight);\n}\n\nselect:focus option {\n color: var(--menu-text);\n background-color: var(--window);\n}\n\nselect:active {\n background-image: url(\"../images/./icon/button-down-active.svg\");\n}\n\na {\n color: var(--hot-tracking-color);\n}\n\na:focus {\n outline: 1px dotted var(--window-frame);\n}\n\nul.tree-view {\n display: block;\n background: var(--window);\n box-shadow: var(--border-field);\n padding: 6px;\n margin: 0;\n}\n\nul.tree-view li {\n list-style-type: none;\n}\n\nul.tree-view a {\n text-decoration: none;\n color: var(--window-text);\n}\n\nul.tree-view a:focus {\n background-color: var(--hilight);\n color: var(--hilight-text);\n}\n\nul.tree-view ul,\nul.tree-view li {\n margin-top: 3px;\n}\n\nul.tree-view ul {\n margin-left: 16px;\n padding-left: 16px;\n /* Goes down too far */\n border-left: 1px dotted var(--button-shadow);\n}\n\nul.tree-view ul > li {\n position: relative;\n}\n\nul.tree-view ul > li::before {\n content: \"\";\n display: block;\n position: absolute;\n left: -16px;\n top: 6px;\n width: 12px;\n border-bottom: 1px dotted var(--button-shadow);\n}\n\n/* Cover the bottom of the left dotted border */\nul.tree-view ul > li:last-child::after {\n content: \"\";\n display: block;\n position: absolute;\n left: -20px;\n top: 7px;\n bottom: 0;\n width: 8px;\n background: var(--window);\n}\n\nul.tree-view details {\n margin-top: 0;\n}\n\nul.tree-view details[open] summary {\n margin-bottom: 0;\n}\n\nul.tree-view ul details > summary:before {\n margin-left: -22px;\n position: relative;\n z-index: 1;\n}\n\nul.tree-view details > summary:before {\n text-align: center;\n display: block;\n float: left;\n content: \"+\";\n border: 1px solid var(--button-shadow);\n width: 8px;\n height: 9px;\n line-height: 8px;\n margin-right: 5px;\n padding-left: 1px;\n background-color: var(--window);\n}\n\nul.tree-view details[open] > summary:before {\n content: \"-\";\n}\n\nul.tree-view details > summary::marker,\nul.tree-view details > summary::-webkit-details-marker {\n content: \"\";\n}\n\npre {\n display: block;\n background: var(--window);\n box-shadow: var(--border-field);\n padding: 12px 8px;\n margin: 0;\n}\n\ncode,\ncode * {\n font-family: monospace;\n}\n\nsummary:focus {\n outline: 1px dotted var(--window-frame);\n}\n\n::-webkit-scrollbar {\n width: 16px;\n}\n\n::-webkit-scrollbar:horizontal {\n height: 17px;\n}\n\n::-webkit-scrollbar-corner {\n background: var(--button-face);\n}\n\n::-webkit-scrollbar-track {\n background-image: svg-load(\"./icon/scrollbar-background.svg\");\n}\n\n::-webkit-scrollbar-thumb {\n background-color: var(--button-face);\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n}\n\n::-webkit-scrollbar-button:horizontal:start:decrement,\n::-webkit-scrollbar-button:horizontal:end:increment,\n::-webkit-scrollbar-button:vertical:start:decrement,\n::-webkit-scrollbar-button:vertical:end:increment {\n display: block;\n}\n\n::-webkit-scrollbar-button:vertical:start {\n height: 17px;\n background-image: svg-load(\"./icon/button-up.svg\");\n}\n\n::-webkit-scrollbar-button:vertical:end {\n height: 17px;\n background-image: svg-load(\"./icon/button-down.svg\");\n}\n\n::-webkit-scrollbar-button:horizontal:start {\n width: 16px;\n background-image: svg-load(\"./icon/button-left.svg\");\n}\n\n::-webkit-scrollbar-button:horizontal:end {\n width: 16px;\n background-image: svg-load(\"./icon/button-right.svg\");\n}\n\n.window[role=tabpanel] {\n position: relative;\n z-index: 2;\n}\n\nmenu[role=tablist] {\n position: relative;\n margin: 0 0 -2px 0;\n text-indent: 0;\n list-style-type: none;\n display: flex;\n padding-left: 3px;\n}\n\nmenu[role=tablist] > li {\n border-top-left-radius: 3px;\n border-top-right-radius: 3px;\n box-shadow: var(--border-tab);\n z-index: 1;\n}\n\nmenu[role=tablist] > li[aria-selected=true] {\n padding-bottom: 2px;\n margin-top: -2px;\n background-color: var(--button-face);\n position: relative;\n z-index: 8;\n margin-left: -3px;\n}\n\nmenu[role=tablist] > li > a {\n display: block;\n color: var(--window-text);\n margin: 6px;\n text-decoration: none;\n}\n\nmenu[role=tablist] > li[aria-selected=true] > a:focus {\n outline: none;\n}\n\nmenu[role=tablist] > li > a:focus {\n outline: 1px dotted var(--window-frame);\n}\n\nmenu[role=tablist].multirows > li {\n flex-grow: 1;\n text-align: center;\n}\n\n.sunken-panel {\n box-sizing: border-box;\n border: 2px groove transparent;\n border-image: svg-load(\"./icon/sunken-panel-border.svg\") 2;\n overflow: auto;\n background-color: var(--window);\n}\n\ntable {\n border-collapse: collapse;\n position: relative;\n text-align: left;\n white-space: nowrap;\n background-color: var(--window);\n}\n\ntable > thead > tr > * {\n position: sticky;\n top: 0;\n height: 17px;\n box-shadow: var(--border-raised-outer), var(--border-raised-inner);\n background: var(--button-face);\n box-sizing: border-box;\n font-weight: normal;\n padding: 0 var(--grouped-element-spacing);\n}\n\ntable.interactive > tbody > tr {\n cursor: pointer;\n}\n\ntable > tbody > tr.highlighted {\n color: var(--hilight-text);\n background-color: var(--hilight);\n}\n\ntable > tbody > tr > * {\n padding: 0 var(--grouped-element-spacing);\n height: 14px;\n}\n\n.progress-indicator {\n height: 32px;\n position: relative;\n box-shadow: var(--border-sunken-inner);\n padding: 4px 4px;\n border: none;\n box-sizing: border-box;\n -webkit-appearance: none;\n -moz-appearance: none;\n appearance: none;\n border-radius: 0;\n}\n\n\n.progress-indicator > .progress-indicator-bar {\n height: 100%;\n display: block;\n background-color: var(--hilight);\n}\n\n.progress-indicator.segmented > .progress-indicator-bar {\n width: 100%;\n background-color: transparent; /* resets the background color which is set to blue in the non-segmented selector */\n background-image: linear-gradient(\n 90deg,\n var(--hilight) 0 16px,\n transparent 0 2px\n );\n background-repeat: repeat;\n background-size: 18px 100%;\n}\n\n.field-border {\n background: var(--window);\n box-shadow: var(--border-field);\n padding: 2px;\n}\n\n.field-border-disabled {\n background: var(--button-face);\n box-shadow: var(--border-field);\n padding: 2px;\n}\n\n.status-field-border {\n background: var(--button-face);\n box-shadow: var(--border-status-field);\n padding: 1px;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@punkfairie/98.css",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "A design system for building faithful recreations of old UIs",
|
|
5
5
|
"main": "dist/98.css",
|
|
6
6
|
"directories": {
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"postcss": "^8.2.12",
|
|
42
42
|
"postcss-calc": "^7.0.2",
|
|
43
43
|
"postcss-copy": "^7.1.0",
|
|
44
|
-
"postcss-css-variables": "^0.14.0",
|
|
45
44
|
"postcss-inline": "^1.2.0",
|
|
46
45
|
"postcss-inline-svg": "^4.1.0"
|
|
47
46
|
}
|