diff --git a/www/worker_specs/index.html b/www/worker_specs/index.html index 947b002..d4d47a0 100644 --- a/www/worker_specs/index.html +++ b/www/worker_specs/index.html @@ -17,10 +17,8 @@ >
-

Created subsequent HIT

- +

Created subsequent HIT

Creating subsequent HIT

-
diff --git a/www/worker_specs/style.css b/www/worker_specs/style.css index c9ce8b8..68c94a2 100644 --- a/www/worker_specs/style.css +++ b/www/worker_specs/style.css @@ -25,7 +25,7 @@ /* */ --pos-x: 555px; /* */ /* */ --pos-y: 110px; /* */ /* */ --width: 420px; /* 115mm */ - /* */ --height: 1000px; /* 270mm */ + /* */ --height: 990px; /* 270mm */ /* */ /* */ /* //////////////////////////////////////////// */ @@ -129,6 +129,8 @@ html, body{ margin: 0; font-family: 'bebas'; font-size: var(--big-font-size); + opacity: 1; + transition: opacity .5s; } .state img{ @@ -144,6 +146,7 @@ html, body{ .state.assignment-hidden { /*On abandon etc.*/ max-height: 0px; + opacity: 0; }