View previous topic :: View next topic |
Author |
Message |
myga Tux's lil' helper
Joined: 12 Jun 2023 Posts: 121
|
Posted: Thu May 02, 2024 2:36 am Post subject: Layout Request: links placement |
|
|
Greetings,
Could you (forum maintainers, devs, or anyone with access) please relocate the links on the footer (Links: forums.gentoo.org | www.gentoo.org | bugs.gentoo.org | wiki.gentoo.org | forum-mods@gentoo.org) to the header?
I never knew they were all the way at the bottom of the page and always wondered why they were never added to the top for ease of accessibility. I hope other users share the same sentiment to get this request moving forward.
Thx, _________________ [Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.] |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54578 Location: 56N 3W
|
Posted: Mon May 06, 2024 2:12 pm Post subject: |
|
|
myga,
Any changes are unlikely to happen until the migration to phpBB3.x is complete.
Feel free to file a bug so that the request is not overlooked. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
myga Tux's lil' helper
Joined: 12 Jun 2023 Posts: 121
|
Posted: Wed May 08, 2024 1:15 am Post subject: |
|
|
NeddySeagoon wrote: | myga,
Any changes are unlikely to happen until the migration to phpBB3.x is complete.
Feel free to file a bug so that the request is not overlooked. |
Does this mean that the PHP version 2.0.23 is the one being used right now? If that's the case, it's quite a significant update! I really hope we'll have a more visually appealing user interface with smoother edges on the buttons and fields, as those sharp corners can be risky .
Is there a status page for this upgrade? _________________ [Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.] |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22695
|
Posted: Wed May 08, 2024 2:40 am Post subject: |
|
|
Yes, that is the active version. I like how this version looks. |
|
Back to top |
|
|
skellr l33t
Joined: 18 Jun 2005 Posts: 981 Location: The Village, Portmeirion
|
Posted: Wed May 08, 2024 4:52 am Post subject: |
|
|
If you don't mind a workaround, there is the Stylus browser extension that makes it easy to add site specific CSS so you can change the look of websites.
https://github.com/openstyles/stylus
Just open the extension and add a style for the domain forums.gentoo.org and paste this in:
Code: | p.menu:has( a.menulink[href="sitemap/index.html"]) {
position: absolute;
top: 131px;
padding-left: 4px;
background: black;
width: 100%
}
|
My CSS is a bit rusty but that should get you close.
Mozilla has some good docs on CSS if you want to go down a rabbit hole.
https://developer.mozilla.org/en-US/docs/Web/CSS |
|
Back to top |
|
|
myga Tux's lil' helper
Joined: 12 Jun 2023 Posts: 121
|
Posted: Thu May 09, 2024 2:32 am Post subject: |
|
|
skellr wrote: | If you don't mind a workaround, there is the Stylus browser extension that makes it easy to add site specific CSS so you can change the look of websites.
https://github.com/openstyles/stylus
Just open the extension and add a style for the domain forums.gentoo.org and paste this in:
Code: | p.menu:has( a.menulink[href="sitemap/index.html"]) {
position: absolute;
top: 131px;
padding-left: 4px;
background: black;
width: 100%
}
|
My CSS is a bit rusty but that should get you close.
Mozilla has some good docs on CSS if you want to go down a rabbit hole.
https://developer.mozilla.org/en-US/docs/Web/CSS |
Nice! It does require some work as you stated. _________________ [Never break the law to save people. Nope, there aint no heroes here. Unless you are 'Satoshi Nakamoto', that's a true anonymous.] |
|
Back to top |
|
|
|