Commit Graph

31 Commits

Author SHA1 Message Date
Sped0n
d985504a1c feat: add custom cursor styles
Add a new file `_customCursor.scss` to the `assets/css/_partial` directory. This file contains styles for a custom cursor. The `.cursor` class is used to position the cursor and set its appearance. The `.active` class is used to display the cursor. The `.cursorInner` class is used to position the inner content of the cursor.

---

refactor: remove unused footer styles

Delete the file `_footer.scss` from the `assets/css/_partial` directory. This file contains styles for the footer section of the page. The styles are no longer used and can be safely removed.

---

refactor: remove unused image styles

Delete the files `_imagesDesktop.scss` and `_imagesMobile.scss` from the `assets/css/_partial` directory. These files contain styles for displaying images on desktop and mobile devices. The styles are no longer used and can be safely removed.

---

feat: add navigation styles

Add a new file `_nav.scss` to the `assets/css/_partial` directory. This file contains styles for the navigation bar. The styles define the layout and appearance of the navigation bar, including its position, background color, and alignment of its contents. The styles also include media queries to adjust the layout for smaller screens.

---

refactor: remove unused overlay styles

Delete the file `_overlay.scss` from the `assets/css/_partial` directory. This file contains styles for an overlay element. The styles are no longer used and can be safely removed.

---

feat: add stage styles

Add a new file `_stage.scss` to the `assets/css/_partial` directory. This file contains styles for the stage element, which is used to display images. The styles define the position and size of the stage, as well as the appearance of the images within it.

---

feat: add stage navigation overlay styles

Add a new file `_stageNav.scss` to the `assets/css/_partial` directory. This file contains styles for the stage navigation overlay. The styles define the position and size of the overlay, as well as its appearance and behavior. The overlay is used for navigation within the stage.
2023-10-29 00:58:09 +08:00
Spedon
c8f2ecad84 style for mobile gallery component 2023-05-04 12:33:38 +08:00
Spedon
c610f01d51 separate desktop component to imagesDesktop 2023-05-04 12:33:01 +08:00
Spedon
404c0870c7 modify the z index of footer 2023-03-28 18:54:48 +08:00
Spedon
42a8bb8bc8 fix the bug of transition not working when changing from display none to block 2023-03-26 23:32:12 +08:00
Spedon
26661911dc shrink the size of displaying images 2023-03-24 16:49:14 +08:00
Spedon
bd34d5c911 delete deprecated css style for image containers 2023-03-24 16:46:40 +08:00
Spedon
e897561afa initial version of transition toward image elements 2023-03-24 16:11:00 +08:00
Spedon
56fd85e875 set the layer 0 as stack top 2023-03-21 12:00:22 +08:00
Spedon
4e98152859 optimize animation 2023-03-20 21:57:14 +08:00
Spedon
1e74555d86 dev 2023-03-20 20:19:37 +08:00
Spedon
3247219da8 update overlay design 2023-03-18 01:12:01 +08:00
Spedon
944af06dc4 now position of div is changed by translate instead of left/top 2023-03-16 21:42:28 +08:00
Spedon
96b75abc7d optimize coding style of image.scss 2023-03-16 00:08:16 +08:00
Spedon
7a99f099cb add box shadow to prevent webkit from partly repainting the frame 2023-03-14 23:29:51 +08:00
Spedon
95cc8e6971 prevent webkit from partly repainting the frame 2023-03-14 11:55:21 +08:00
Spedon
5076455acd reformat image.scss to accommodate the new features of scss 2023-03-14 01:40:23 +08:00
Spedon
22967b6f5c finish transition to json data fetching
add smooth close animation
2023-03-11 19:56:27 +08:00
Spedon
f1923b3d80 set css for overlay 2023-03-11 14:36:25 +08:00
Spedon
81207b5215 modify image display and use data-status to represent status 2023-03-11 14:36:02 +08:00
Spedon
2109655997 modify z index 2023-03-11 14:35:27 +08:00
Spedon
51e7d73bef add expand top image function 2023-03-10 23:25:30 +08:00
Spedon
7400ca7105 set fixed height for footer 2023-03-10 23:24:24 +08:00
Spedon
1781fdae7e click to center top image and let tailing images fade 2023-03-10 17:32:57 +08:00
Spedon
0dfe6178b9 add fading effect for inactive images 2023-03-10 17:01:27 +08:00
Spedon
0d7e5fe39b modify image display size 2023-03-10 16:03:03 +08:00
Spedon
bdace69eb8 add threshold adjustment function 2023-03-09 22:17:49 +08:00
Spedon
2618bbbcf2 modify basic css config 2023-03-09 21:24:13 +08:00
Spedon
0341bc5e69 eslint update for footer 2023-03-09 21:23:28 +08:00
Spedon
aa162c1229 footer set up (basic function) 2023-03-09 20:36:29 +08:00
Spedon
0786c8573f setup style 2023-03-09 17:06:52 +08:00