Leo Butler <leo.but...@umanitoba.ca> writes:
> On Fri, Jan 06 2023, Tim Cross <theophil...@gmail.com> wrote: > >> alain.coch...@unistra.fr writes: >> >>> Tim Cross writes on Thu 5 Jan 2023 09:43: >>> >>> > As a simple example, try increasing the font size and see what >>> > happens to the menus. Keep in mind that some users require a very >>> > large font (for example, I use a 26 or 28 pt font. >>> >>> OK, I understand. (Even with default font size, I hate that the table >>> of contents hides some parts of the text -- I had forgotten about >>> that.) >>> >>> > [...] There have also been numerous other issues (many have already >>> > been addressed) such as broken links, links to data which doesn't >>> > exist or has wrong MIME type [...] Perhaps even more unfortunate >>> > is that sometimes, you can come across some good information in the >>> > worg site, but finding that same information again at a latter date >>> > is often extremely challenging. >>> >>> But that's not "Org styling", right? Or am I confused about what >>> "styling" means? >>> >>> At any rate, I agree with your other examples, understand why the >>> styling (as I understand it) should be improved, and am no longer >>> worried about changes. Thank you very much for your time. >> >> It isn't just about the styling - that is just one aspect and the one I >> planned to start with. However, styling and presentation will also be >> part of providing better links/navigation, which I think is also >> necessary to make exploration and discovery easier and more consistent. >> . > > Can you give us an example/model of a site that does these things > better? I agree with your assessment, but feel that some kind of target > is needed. > > TIA, > Leo As Bastien said, small increments is likely the way to go. So, for an initial target, how about just having set of CSS styles which support different screen sizes and different font sizes - one where, unlike the current one, the page content is not obscured by the menus and navigation buttons. For an added bonus, a design which provides consistency and convenience which helps with both general browsing and locating specific information within the site would be good. As for an example site, I don't have anything specific in mind and have ideas taken from various sites. Examples are of little benefit IMO - it really just comes down to someone having the time to define a new style, apply it to a development site (likely also on sourcehut) and then get feedback. We don't need to over think this or get too bogged down in design - just go for functional and see what falls out the other end. One question I'm not sure about is whether it would be better to craft CSS from scratch or better to adopt a CSS framework (which is appropriately licensed) and use that. I tend to feel the latter would be better, but others may have different opinions.