0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2024-12-22 07:13:09 -05:00
Commit graph

17 commits

Author SHA1 Message Date
Pablo Vazquez
7aa03b3ac1 Theme: Style menu header sections a little dimmer
They are hard to read if they have the same color as all other links.
2024-10-15 17:48:24 +02:00
Pablo Vazquez
a690061baf Theme: Style alert blocks in bthree-dark theme
Fixes #92
2024-07-22 12:45:32 +02:00
Pablo Vazquez
829c083fbc Cleanup: CSS and global styling
In the latest releases, Gitea has fixed a lot of the styling issues we
had manually fixed in the past.

Additionally, the recent style adjustments they did look a lot better
so it is better to remove our custom styling as much as possible, and
follow stock Gitea. Making it easier to upgrade in the future.

* Fix broken styling
* Remove custom font
* Cleanup unused variables
* Add code comments
2024-05-30 12:18:04 +02:00
Pablo Vazquez
1740002e69 Projects Card: Update ongoing projects
Use a table instead of a the <ul> with links to the blog posts.
2024-05-24 19:05:39 +02:00
Márton Lente
71090ea488 UI: Hide the navbar logo in the secondary navbar (#8)
Hide the redundant navbar logo in the secondary navbar that is already present in nav global.

Reviewed-on: https://projects.blender.org/infrastructure/gitea-custom/pulls/8
Reviewed-by: Pablo Vazquez <pablovazquez@noreply.localhost>
2024-04-25 15:27:15 +02:00
Brecht Van Lommel
771f37d356 Reduce project issue card title size 2023-11-28 17:40:54 +01:00
Brecht Van Lommel
013fbe1b18 Fix excessively bold text on project board issue cards 2023-11-28 16:25:13 +01:00
Pablo Vazquez
fb314545c6 Add blender.org analytics 2023-05-22 16:09:38 +02:00
Brecht Van Lommel
da950a93e2 Fix issues with links, includes and notes in Sphinx .rst preview styling 2023-04-24 13:09:18 +02:00
Pablo Vazquez
9f134d1eb7 UI: Fix notification indicator not showing on mobile 2023-02-21 12:55:43 +01:00
Pablo Vazquez
cf9a5d1712 UI: Improve notifications count readability
Since the latest Gitea changes from upstream, notifications count has been
hard to read. Make font larger and increase padding.
2023-02-21 12:34:14 +01:00
Pablo Vazquez
2e5be3245c UI: Decrease padding in issues/PR list 2023-02-10 19:10:36 +01:00
Pablo Vazquez
95dfac43e6 UI: Style adjustments to issues list
* Hide branches
* Adjust padding
* Minor alignment tweaks
2023-02-10 17:09:47 +01:00
Pablo Vazquez
5c63c87393 UI: Fix broken path to font
And move font-weight overrides to the header so it affects all themes.
2023-02-10 15:08:32 +01:00
Pablo Vazquez
9d337666c9 UI: Minor style fixes and tweaks
* Fix margin around avatars in some places
* Round images in file view
* Transparent background tables for better contrast
2023-02-10 12:59:13 +01:00
Pablo Vazquez
0c9d528c29 Theme: Move some styling to apply to all themes
Use the header.tmpl file to apply global styling (like removing the
app logo).
2023-02-09 19:47:49 +01:00
Francesco Siddi
564a8df61c Create card components and add them to dashboard
Refactor the Releases, Modules and Projects cards into reusable
templates. Now they are used in the non-logged-in landing homepage
and in the logged-in dashboard.
2023-02-02 13:06:08 +01:00