This question is answered.


Permlink Replies: 28 - Pages: 2 [ Previous | 1 2 ] - Last Post: 9 Jan 26, 23:31 Last Post By: JeffTucker Threads: [ Previous | Next ]
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 8 Jan 26, 20:06   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
JeffTucker wrote:
jret wrote:
Spacing looks good.

Which one, default or spacingwithdefault? I'm leaning towards the second options, which provides an extra line break only between the first-level folders - Folder One, Folder Two, and so on. Below that level, it's all single-spaced (though I do bump the line height a bit, without which they look crowded).

In either case, it's simple CSS, readily modified. In the second option, there's bottom padding only on menul2. In other words, when it's finished with the subfolders, it creates some space before the next item in the first level.


At first glance both examples look very similar re: spacing. Unless I'm missing something the spacing between lines looks identical and both examples appear to have extra spacing following the grouping (or before the main folder in each) with the remainder of the spacing appearing to be single spaced.
• default (spacing.png) is not as appealing to me with roman numerals, letters, etc. - i.e. traditional outline layout - only because I'm not a fan of that "look" on a web page. Otherwise, it's fine.
• spacing with default looks cleaner to my eyes. I like how each sub-level aligns nicely with the first letter in the level above. I think the alignment might be the same in both examples but overall, the 2nd example seems "neater".
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 8 Jan 26, 20:24   in response to: jret in response to: jret
 
  Click to reply to this thread Reply
Attachment extralines.png (42.8 KB)
In this screenshot, from the innermost red box, there's a extra line following the conclusion of the fifth level, then an extra line following the conclusion of the fourth level, and finally an extra line following the conclusion of the third level.

In either example, there's an extra line following the conclusion of the second level.

I'm planning on killing the bottom padding following the third, fourth, and fifth levels.
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 8 Jan 26, 20:41   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
JeffTucker wrote:
In this screenshot, from the innermost red box, there's a extra line following the conclusion of the fifth level, then an extra line following the conclusion of the fourth level, and finally an extra line following the conclusion of the third level.

In either example, there's an extra line following the conclusion of the second level.

I'm planning on killing the bottom padding following the third, fourth, and fifth levels.


Ahhh ... now I understand what you were describing. It looks OK as is but killing the bottom padding on 3, 4, & 5 should improve it further.
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 8 Jan 26, 21:44   in response to: jret in response to: jret
 
  Click to reply to this thread Reply
Yes, I thought it looked cleaner. But that's another thing that's dead simple to add back in with a line of custom CSS.

I'll probably release them tonight - five skins with the same folder menu routine. Lots of "convergent code" these days.
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 9 Jan 26, 01:46   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
JeffTucker wrote:
I'll probably release them tonight - five skins with the same folder menu routine. Lots of "convergent code" these days.

Downloaded, installed, and page is now updated. Great improvement - looks wonderful and quite elegant. Thank you.

Also updated jAlbum to 39.
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 9 Jan 26, 13:26   in response to: jret in response to: jret
Correct
  Click to reply to this thread Reply
Glad you like it. I think I've shown enough hints above so that if you want to change the list style(s), it should be reasonable obvious how to pull it off.
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 9 Jan 26, 21:24   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
JeffTucker wrote:
Glad you like it. I think I've shown enough hints above so that if you want to change the list style(s), it should be reasonable obvious how to pull it off.

Definitely like it ... truly impressed with your final results. Thanks many times over.

Your hints awakened my curiosity ... so I just had to check it out. Absolutely correct - it's reasonably obvious to edit the list. I tweaked it slightly and, at this moment, like the minor changes on levels 3, 4, & 5. Check it out @ tuband.com/travel.
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 9 Jan 26, 22:02   in response to: jret in response to: jret
 
  Click to reply to this thread Reply
My difficulty with the "square" bullet is that, until you get to fairly large font sizes, it's indistinguishable from the "disc" bullet.

By the way, you can even use single unicode characters, though they seem to require two spaces instead of one for proper alignment. Try, for example:
.ja-menul3 {list-file-type: "\00A7  ";}
You can even use emojis, but I'm not going there.
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 9 Jan 26, 22:27   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
JeffTucker wrote:
My difficulty with the "square" bullet is that, until you get to fairly large font sizes, it's indistinguishable from the "disc" bullet.

Yes, I noticed that. I did think of an open square but it doesn't seem to be in the standard list. A quick search turned up one solution but it's hardly perfect due to size and alignment. The code is "\2610 ". It may not be compatible with all browsers so probably a non-starter. To see how it looks go to my folder menu & find europe/paris.


By the way, you can even use single unicode characters, though they seem to require two spaces instead of one for proper alignment. Try, for example:
.ja-menul3 {list-file-type: "\00A7  ";}
You can even use emojis, but I'm not going there.

Emojis - no, just no
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 9 Jan 26, 22:43   in response to: jret in response to: jret
 
  Click to reply to this thread Reply
jret wrote:
I did think of an open square but it doesn't seem to be in the standard list. A quick search turned up one solution but it's hardly perfect due to size and alignment. The code is "\2610 ". It may not be compatible with all browsers so probably a non-starter.

It's unicode, so it should be OK in all current browsers. These days, there really are only two rendering engines. Webkit (Brave, Chrome, Edge, Safari) and Firefox. Safari occasionally does its own thing, but only rarely.

The alignment works for me, but as I said above, when you're putting in unicode characters, it seems to need two spaces after the code.

Try \25A1 (space, space) - smaller square (ETA: though it hugs the baseline). Or try \25CA (space, space). You might like that.
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 9 Jan 26, 22:48   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
Attachment diamond3rd.png (46.3 KB)
In fact, I think I'll change the third level default in the next release(s) to that diamond, instead of the "greater than" character. Visually distinctive, and the size is right.

ETA screenshot.
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 9 Jan 26, 22:56   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
I like the diamond. Did you look at this one? /00A4 with the spaces. I can see it on the 3rd level but the diamond may be a better choice.
jret

Posts: 99
Registered: 5-Mar-2009
Re: Neptune - folder menu
Posted: 9 Jan 26, 23:06   in response to: JeffTucker in response to: JeffTucker
 
  Click to reply to this thread Reply
still tinkering ... uploaded a couple of changes. take a look at my folder menu now.
JeffTucker

Posts: 8,041
Registered: 31-Jan-2006
Re: Neptune - folder menu
Posted: 9 Jan 26, 23:29   in response to: jret in response to: jret
 
  Click to reply to this thread Reply
Attachment newdefault.png (39.8 KB)
Changed my mind again. For the defaults, I think I'll go with disclosure-closed, disc, circle, diamond, hash tag.

BTW, there are some very subtle font distinctions in the horizontal spacing of the predefined types vs. the single-character and unicode types. Only an obsessive would notice them, but the glyphs aren't really the same in every font. Courier, of course, is reliable, but when you get to the variable-width fonts, each has its own peculiarities. And if you venture into Google fonts or WOFF's, you're on your own!
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums