diff --git a/app/css/image-checkbox.css b/app/css/image-checkbox.css new file mode 100644 index 00000000..10d2c02b --- /dev/null +++ b/app/css/image-checkbox.css @@ -0,0 +1,81 @@ +.image-checkbox-text { + font-size: 11px; + text-align: center; + width: 95px; + height: 36px; + word-wrap: break-word; +} + +.image-checkbox-ul { + list-style-type: none; +} + +.image-checkbox-ul>li { + display: inline-block; +} + +.image-checkbox-ul input[type="checkbox"] { + display: none; +} + +.image-checkbox-ul input[type="radio"] { + display: none; +} + +.image-checkbox-ul label { + padding: 10px; + display: block; + position: relative; + margin: 5px; + margin-bottom: 2px; + cursor: pointer; +} + +.image-checkbox-ul label { + border: 1px solid #fff; +} + +.theme_dark .image-checkbox-ul label { + border: 1px solid #222; +} + +.image-checkbox-ul label:before { + background-color: white; + color: white; + content: " "; + display: block; + border-radius: 50%; + border: 1px solid grey; + position: absolute; + top: -5px; + left: -5px; + width: 25px; + height: 25px; + text-align: center; + line-height: 28px; + transition-duration: 0.4s; + transform: scale(0); +} + +.image-checkbox-ul label img { + height: 64px; + width: 64px; + transition-duration: 0.2s; + transform-origin: 50% 50%; +} + +.image-checkbox-ul :checked+label { + border-color: #ddd; +} + +.image-checkbox-ul :checked+label:before { + content: "✓"; + background-color: grey; + transform: scale(1); +} + +.image-checkbox-ul :checked+label img { + transform: scale(0.9); + /* box-shadow: 0 0 5px #333; */ + z-index: -1; +} \ No newline at end of file diff --git a/app/css/main.css b/app/css/main.css index 9bc37d7b..e3da3fc6 100644 --- a/app/css/main.css +++ b/app/css/main.css @@ -276,4 +276,8 @@ select { background: white; left: 20px; margin-top: 10px; +} + +.step-list>li::before { + color: #111 !important; } \ No newline at end of file diff --git a/app/img/toolhead/laser.png b/app/img/toolhead/laser.png new file mode 100644 index 00000000..0c301731 Binary files /dev/null and b/app/img/toolhead/laser.png differ diff --git a/app/img/toolhead/leadplasma.png b/app/img/toolhead/leadplasma.png new file mode 100644 index 00000000..852ae19d Binary files /dev/null and b/app/img/toolhead/leadplasma.png differ diff --git a/app/img/toolhead/plotter.png b/app/img/toolhead/plotter.png new file mode 100644 index 00000000..982ef120 Binary files /dev/null and b/app/img/toolhead/plotter.png differ diff --git a/app/img/toolhead/router11.png b/app/img/toolhead/router11.png new file mode 100644 index 00000000..c494e5b6 Binary files /dev/null and b/app/img/toolhead/router11.png differ diff --git a/app/img/toolhead/vfd.png b/app/img/toolhead/vfd.png new file mode 100644 index 00000000..ffaa2dd9 Binary files /dev/null and b/app/img/toolhead/vfd.png differ diff --git a/app/img/toolhead/xtensionslimit.png b/app/img/toolhead/xtensionslimit.png new file mode 100644 index 00000000..172222d8 Binary files /dev/null and b/app/img/toolhead/xtensionslimit.png differ diff --git a/app/index.html b/app/index.html index b788ebd8..2fb242ed 100644 --- a/app/index.html +++ b/app/index.html @@ -15,6 +15,7 @@ + @@ -46,7 +47,7 @@