Closed Bug 1904084 Opened 5 months ago Closed 5 months ago

Improve the "breadcrumb" bar

Categories

(SeaMonkey :: Website, enhancement)

Production
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nsITobin, Assigned: nsITobin)

Details

Attachments

(2 files, 1 obsolete file)

On the SeaMonkey website's front page under the banner is a thinish blue line that on sub-pages is revealed to be for navigation breadcrumbs. This change in bar height is jarring UX wise. Also, the breadcrumb bar is using an tiled image for its background that can be accomplished with css gradients.

Addressing the background is obvious but the breadcrumb bar could be useful on the front page where breadcrumbs aren't needed as a ticker or a latest post thing.. Initially, though I will just have it have the blue Home text and will set the height for good measure.

Assignee: nobody → email
Attached image Image vs CSS

For reference the entire bar can be recreated independently by:

#xxx {
  height: 24px;
  max-height: 24px;
  background-color: #000089;
  background-image: linear-gradient(to bottom, #000089 0%, #000089 15%, #30309f 99%, #000089 100%);
  border-top: 1px solid rgb(159, 203, 247);
  border-bottom: 1px solid #000089;
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
  /* Padding for contents rules */
}
Attached file Improve the breadcrumb bar (obsolete) —

Some limitations both in the origin design of the website and in my first patch cropped up so I will be submitting a new patch tomorrow.

The design limitation is reliance on a Microsoft system font falling back to whatever the browser has set as sans. This can be solved by use of a webfont. Namely DejaVu Sans.

Changing the site to a webfont is a much larger task where every page needs verified so that would have to be a different bug.

Attached file v2
Status: NEW → ASSIGNED
Attachment #9408997 - Attachment is obsolete: true

Comment on attachment 9409088 [details]
v2

tested on staging and looks good

Attachment #9409088 - Flags: review+
Version: unspecified → Production
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: