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

Improve site visual elements #165

Open
5 tasks
renoirb opened this issue May 7, 2015 · 0 comments
Open
5 tasks

Improve site visual elements #165

renoirb opened this issue May 7, 2015 · 0 comments

Comments

@renoirb
Copy link
Member

renoirb commented May 7, 2015

After a CSS experiment to review how the background pattern could be improved without use of image, let’s apply the change everywhere.

Problem is that some visual elements doesn’t play well with the new pattern.

At this time, only the default web server page has the new pattern.

screen shot 2015-05-07 at 16 06 48

To do this, we have to remove the use of the following (and similar code);

html {
  background: #ece5d7;
  background-image: url(//www.webplatform.org/assets/bg-pattern.png);
}

into

html {
  background-color: #F0EBDD;
  background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%);
  background-size: 3px 3px;
}

Problem

The CSS badly needs some love. Making the change needs to be done everywhere, in the same time, without breaking the consistency.

Blog

👎

screen shot 2015-05-07 at 15 58 10

Homepage

👍

screen shot 2015-05-07 at 16 03 40

Patches

renoirb added a commit to webplatform/www.webplatform.org that referenced this issue May 7, 2015
Change-Id: I40cae79faff8b78ed3577a5b5c237c4d18460024
@renoirb renoirb self-assigned this May 12, 2015
@renoirb renoirb removed their assignment Sep 21, 2015
renoirb added a commit to webplatform/www.webplatform.org that referenced this issue Feb 2, 2017
Change-Id: I40cae79faff8b78ed3577a5b5c237c4d18460024
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

1 participant