Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facet letter de-emphasis on elements page #102

Open
craigsapp opened this issue Jan 3, 2019 · 3 comments
Open

Facet letter de-emphasis on elements page #102

craigsapp opened this issue Jan 3, 2019 · 3 comments

Comments

@craigsapp
Copy link
Member

It would be useful to de-emphasize the facet letters ("a", "b, "c", etc.) on the elements list:

https://music-encoding.org/guidelines/v4/elements.html

Current styling:

screen shot 2019-01-02 at 4 17 16 pm

Proposed styling:

screen shot 2019-01-02 at 4 17 54 pm

This would apply to other pages as well, such as:

https://music-encoding.org/guidelines/v4/attribute-classes.html

Also notice the letters are centered horizontally in the space which make it easier to read the list. Perhaps also center them vertical in the space between the lines, but I did not see an easy way of doing that for a test.

jQuery that changed the style:

$("div.label").css("text-align", "center").css("color", "#ccc")

maybe for site-wide styling, it would be something like:

div.facet.letter.overview div.label {
    text-align: center;
   color: \#ccc;
}
@musicEnfanthen
Copy link
Member

@ahankinson Could you please transfer this issue to the guidelines repo?

@ahankinson ahankinson transferred this issue from music-encoding/music-encoding.github.io May 14, 2019
@ahankinson
Copy link
Member

Done.

@musicEnfanthen
Copy link
Member

Thx :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants