Commit Graph

35 Commits

Author SHA1 Message Date
Sped0n
d709f9a418 chore(base.scss): improve font rendering by adding font smoothing properties to all elements
feat(base.scss): add user-select: none to body to disable text selection
feat(base.scss): add overscroll-behavior-y: none to html and body to disable vertical scrolling on overscroll
feat(base.scss): add cursor: pointer to anchor tags and buttons for better user experience
feat(font.scss): add font-face declaration for HelveticaNow font
refactor(media.scss): remove unused file
feat(mixins.scss): add min-width and max-width mixins for responsive design
feat(reset.scss): add the new CSS reset version 1.8.4
feat(reset.scss): remove all styles from User-Agent-Stylesheet except for the display property
feat(reset.scss): set box-sizing: border-box for all elements
feat(reset.scss): revert cursor style for anchor tags and buttons
feat(reset.scss): remove list styles (bullets/numbers) from ol, ul, and menu
feat(reset.scss): set max-inline-size and max-block-size to 100% for images
feat(reset.scss): set border-collapse: collapse for tables
feat(reset.scss): set -webkit-user-select: auto for input and textarea to fix Safari issue
feat(reset.scss): revert white-space property for textarea on Safari
feat(reset.scss): set -webkit-appearance: revert for meter element
feat(reset.scss): revert all styles for preformatted text
feat(reset.scss): unset color for input placeholder
feat(reset.scss): remove default dot sign for lists
feat(reset.scss): set display: none for elements with hidden attribute
feat(reset.scss): revert styles for contenteditable elements
feat(reset.scss): set -webkit-user-drag: element for draggable elements
feat(reset.scss): revert native behavior for modal dialogs
feat(typography.scss): set line-height, font-size, and font-family for body
feat(typography.scss): increase font-size for tablet and laptop breakpoints
2023-10-29 00:57:27 +08:00
Spedon
5679c5e39c import imagesMobile style 2023-05-04 12:35:13 +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
922eb6f0cd import css of overlay section 2023-03-11 14:37:41 +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
c57a2001cd add footer height css variable 2023-03-10 23:25:55 +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
348b2c9608 main scss file 2023-03-09 17:07:35 +08:00
Spedon
0786c8573f setup style 2023-03-09 17:06:52 +08:00