100 Commits

Author SHA1 Message Date
daudix
018fcf813c
Get rid of overcomplicated transition properties
Not a single time this been useful, quite the opposite; it was very
annoying
2024-06-15 02:18:13 +03:00
daudix
9eee1bc77d
Move the rest of the icons to CSS mask
This way user can change the icon without overriding the template
itself, plus it's cleaner this way
2024-06-13 17:15:35 +03:00
daudix
dbf8622fdc
Dryer comment avatar styling 2024-06-08 02:53:13 +03:00
David Lapshin
d93bb90561
Custom focus indicator and accessebility fixes 2024-05-29 03:39:59 +03:00
David Lapshin
66d1dccdcc
Get rid of the reply icon (it looked bad) 2024-05-22 04:35:45 +03:00
David Lapshin
067ee7428f
Reply icon on replies, make mask code more DRY 2024-05-21 19:40:37 +03:00
David Lapshin
5d5e08cb35
Round blockquotes are back! 2024-05-21 18:36:54 +03:00
David Lapshin
5cd96fb15f
Fix the verified checkmark render as emoji? 2024-05-20 19:47:30 +03:00
David Lapshin
b7b95e6653
Only target needed elements for transitioning, more fail-proof reduced motion setting 2024-05-09 23:32:09 +03:00
David Lapshin
21bad0a764
Add active state to the footer socials
And use "transform" for transforms since e.g setting scale directly is not widely supported by browsers (baseline 2022)
2024-05-02 23:42:16 +03:00
daudix
0e4df24525
Unround blockquote corners 2024-04-05 02:03:46 +03:00
daudix
1f140dc76e
Animations/transitions tweaks
- Tweak boosts/favorites hover animation (now same as in
[Tuba](https://tuba.geopjr.dev))
- Switch from milliseconds to seconds for transitions
- Get rid of orange_bg/fg since it was never used
2024-04-04 08:51:49 +03:00
daudix
c80b47fa92
Use warning icon instead of a glyph, move QR styles to comments
-since it's not used anywhere else at the moment
2024-04-04 07:06:17 +03:00
daudix
0fa24c2d7c
Sort styles using "Sort CSS" VSCode extension 2024-04-03 02:19:54 +03:00
daudix
ecbf5f96eb
Spin boosts/faves icon on hover (more fun!) 2024-03-30 22:27:43 +03:00
daudix
b4e20832b7
Change interaction colors accordingly 2024-02-27 21:57:09 +03:00
daudix
21dc1ed7b1
Use SVG icons for boosts/faves
And yeah I returned the boosts, and faves is now a star to match what
masto/akkoma does
2024-02-27 21:50:58 +03:00
daudix
d0eaa63568
Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
daudix
791475cf2b
Remove blur :(
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
daudix
592a486148
Glassmorphism!
Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
2024-02-15 23:02:46 +03:00
daudix
184d7bd456
Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded 2024-02-12 18:27:31 +03:00
daudix
095efe1070
feat: Use named font weights when appropriate 2024-01-31 02:53:24 +03:00
daudix
56ccf772a0
feat: Use bolder weight for faves 2024-01-29 22:21:31 +03:00
daudix
bd19211ac9
fix: Comments faves active state 2024-01-28 23:27:50 +03:00
daudix
c6e60b926c
feat: Adjust emoji size 2024-01-28 22:48:23 +03:00
daudix
36d8dda804
feat: Use fonts provided by system, new navbar (again) 2024-01-28 20:41:32 +03:00
daudix
e4b78d5d03
feat: Rewrite comments thingy from https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/ 2024-01-28 03:16:51 +03:00
daudix
d72ed0dbb2
feat: Don't compile bootstrap-icons and normalize into the main stylesheet and instead import it
Get rid of Twi%%er-like verified badge, tweak the OP instance thingy
2024-01-24 19:28:16 +03:00
daudix
38e0a97352
fix: First comment having some weird margin on the left 2024-01-23 13:36:43 +03:00
daudix
f8efb69e6c
feat: Make stuff look good on as many browser versions as possible
Rejoice iPhone users, you'll have pretty CRT now as well!
2024-01-23 09:47:59 +03:00
daudix
68f9fd8086 feat: QR code to the mastodon post used for comments, chnage some classes to IDs 2024-01-21 16:07:40 +03:00
daudix
2a1a7921b3 fix: Navbar styles leaking to comments header, use real icons for verified badge 2024-01-18 12:24:07 +03:00
daudix
5d8b14530b feat: Rewrite nav, improve comment faves/boosts
Also, this is perhaps last featire commit here, I'll merge duckquill and my main site, it can be still used as a theme, it's just will be more convenient
2024-01-17 18:58:49 +03:00
daudix
8c413a6101 feat: Underline links for accessebility, add active style for clickable elements, use current year in footer 2024-01-16 01:03:15 +03:00
daudix-UFO
48b2e027d3 feat: Small tweaks 2023-12-18 02:47:11 +03:00
daudix-UFO
f9698b68f3 fix: Comment interactions colors 2023-12-18 02:32:36 +03:00
daudix-UFO
b5d683c4aa chore: Sort styles for previous commit 2023-12-18 02:22:15 +03:00
daudix-UFO
dc27e38692 feat: Neat avatar hover effect for comments 2023-12-18 02:19:49 +03:00
daudix-UFO
8ae9a4d94f fix: Outdated color variable names in comments.scss 2023-12-18 02:10:14 +03:00
daudix-UFO
5431905516 feat: Simplify tag style
It was indeed pretty, but was too out of style and didn't respect primary color
2023-12-18 01:35:23 +03:00
daudix-UFO
5db2d46fbe fix: Twitter card property 2023-12-07 00:32:53 +03:00
daudix-UFO
f183c9f7f3 feat: Bold instance name 2023-12-06 02:49:33 +03:00
daudix-UFO
c006fbe69d chore: Keep nice look while having good contrast 2023-12-06 02:41:21 +03:00
daudix-UFO
9202b7fe92 feat: Style improvements, use Source Code Pro for monospace, update Inter to 4.0, pill-like nav on desktop, color changes 2023-11-22 03:29:55 +03:00
daudix-UFO
bb7b4ead29
feat: Improve metadata, add blog descriptions 2023-10-19 23:50:28 +00:00
daudix-UFO
6242b721f2
feat: Some more changes 2023-10-15 23:39:24 +00:00
daudix-UFO
6b6c9a0a78
chore: Variable names and smth 2023-10-15 23:12:50 +00:00
daudix-UFO
eb5990a208
feat: Tweak comment styles 2023-10-14 15:31:41 +00:00
daudix-UFO
0426f63368
feat: Wait this may work 2023-10-14 02:46:48 +00:00
daudix-UFO
36926a0b79
feat: Rewrite in Zola 2023-10-13 00:55:20 +00:00