From b209cd0df9e3bd9835e31e7c059609cde36ce8cc Mon Sep 17 00:00:00 2001 From: PurpleCat404 Date: Tue, 8 Apr 2025 15:52:45 +0500 Subject: [PATCH 1/9] 1. 50% Japan added --- .idea/.gitignore | 8 + .idea/inspectionProfiles/Project_Default.xml | 153 +++++++++++++++++++ .idea/modules.xml | 8 + .idea/positioning.iml | 12 ++ .idea/vcs.xml | 6 + index.html | 4 +- styles.css | 18 +++ 7 files changed, 208 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/positioning.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..9fe7945 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,153 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..67fa43d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/positioning.iml b/.idea/positioning.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/positioning.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 846cf93..6dcbbc3 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,9 @@ - +
+ +
\ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..d420fe1 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,18 @@ +.zaImperatora { + width: 100px; + height: 100px; + overflow: hidden; + position: relative; +} + +.zaImperatora img { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%) scale(0.5); +} + +body { + margin: 0; + background-color: #ccc; +} \ No newline at end of file From 8a16884eee6d0cf5cf4462c55d178b75da1c2888 Mon Sep 17 00:00:00 2001 From: strannikhead <144272555+strannikhead@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:53:06 +0500 Subject: [PATCH 2/9] add mickie logo --- index.html | 8 ++++++++ styles.css | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/index.html b/index.html index 846cf93..12a2c26 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,14 @@ + +
+
+
+
+
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index e69de29..a9cdf3f 100644 --- a/styles.css +++ b/styles.css @@ -0,0 +1,35 @@ +.mickie { + width: 100px; + height: 100px; + position: relative; + overflow: hidden; +} + +.mickie .face { + width: 60px; + height: 60px; + background-color: #000; + border-radius: 50%; + position: relative; + margin: 20px auto; +} + +/* Общие стили для ушей */ +.mickie .ear { + width: 30px; + height: 30px; + background-color: #000; + border-radius: 50%; + position: absolute; + bottom: 70px; +} + +/* Левое ухо */ +.mickie .ear.left { + left: 10px; +} + +/* Правое ухо */ +.mickie .ear.right { + right: 10px; +} From 6faa0dceba75f9e9defcd5148d1f3ae485aab461 Mon Sep 17 00:00:00 2001 From: strannikhead <144272555+strannikhead@users.noreply.github.com> Date: Tue, 8 Apr 2025 15:54:49 +0500 Subject: [PATCH 3/9] add mickie logo --- .idea/.gitignore | 8 ++++++++ .idea/encodings.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/positioning.iml | 12 ++++++++++++ .idea/vcs.xml | 6 ++++++ 5 files changed, 38 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/encodings.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/positioning.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..67fa43d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/positioning.iml b/.idea/positioning.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/positioning.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 37bfc2e5c3cdc48dc241bfa68f22a2aa39b59bbc Mon Sep 17 00:00:00 2001 From: strannikhead <144272555+strannikhead@users.noreply.github.com> Date: Tue, 8 Apr 2025 16:09:04 +0500 Subject: [PATCH 4/9] add progress bar --- index.html | 29 ++++++++++++++++++-------- styles.css | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 80 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 4298258..3c1c44f 100644 --- a/index.html +++ b/index.html @@ -6,18 +6,29 @@ - + + +
+
+
+
+
-
-
-
-
-
+
+ +
-
- + + + \ No newline at end of file diff --git a/styles.css b/styles.css index a99a5ea..18cde5f 100644 --- a/styles.css +++ b/styles.css @@ -33,6 +33,7 @@ .mickie .ear.right { right: 10px; } + .zaImperatora { width: 100px; height: 100px; @@ -50,4 +51,62 @@ body { margin: 0; background-color: #ccc; -} \ No newline at end of file +} + +.modal-progress-bar { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, 0.5); + display: flex; + align-items: center; + justify-content: center; +} + +.content { + display: flex; + align-items: center; + + background: #fff; + width: 300px; + height: 150px; + position: relative; + box-sizing: border-box; +} + +.progress-container { + position: relative; + width: 100%; + height: 20px; + background: #aaa; +} + +.progress-bar { + position: absolute; + left: 0; + top: 0; + width: 50%; + height: 100%; + background: red; +} + +.progress-text { + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + font-size: 18px; +} + +.inactive { + color: black; + z-index: 2; +} + +.active { + color: white; + z-index: 3; + clip-path: inset(0 50% 0 0); +} From e89b26a160771d40c7be6c55d4df811eb7f309fa Mon Sep 17 00:00:00 2001 From: PurpleCat404 Date: Tue, 8 Apr 2025 16:13:24 +0500 Subject: [PATCH 5/9] 2. 100% --- index.html | 21 ++++++++++++++------- styles.css | 27 +++++++++++++++++++++++++-- 2 files changed, 39 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 4298258..d8e4197 100644 --- a/index.html +++ b/index.html @@ -8,16 +8,23 @@ -
-
-
-
-
+ -