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

Serve a larger title-logo #14

Open
AmonBune opened this issue Oct 27, 2017 · 3 comments
Open

Serve a larger title-logo #14

AmonBune opened this issue Oct 27, 2017 · 3 comments

Comments

@AmonBune
Copy link

AmonBune commented Oct 27, 2017

By opening PVL on a 4K screen or simply zooming in you get a blurred title picture presented.

I could fix that simple issue it by replacing the blurry logo served at /static/mid2013/logo_light.png with your high-res variant from poniverse:

<img id="logo-header" alt="Ponyville Live! Logo" src="https://poniverse.net/img/logos/pvl_logo.gif">

After that you have to add these CSS tags for the new, larger logo to show up correctly:

.logo-header {
    width: 310px;
    margin-left: 10px;
}

Before:
currentlogo

After:
newlogo

After; Looks even nice when zoomed in:
newlogo_zoomed

@omnicons
Copy link
Member

The only issue I have with this is that it removes the other part of our branding, though I suppose that's fine?

@omnicons
Copy link
Member

Oh that and we don't have two versions of the high res one made. You can really start to see the age of the assets we're working with at this point 😛

The logo you're pulling there doesn't work on the dark theme.

@AmonBune
Copy link
Author

AmonBune commented Oct 27, 2017

I'm not asking you to place THAT image there. I just found it on your website. I don't have your assets.
I ask you to take the original asset (Because this one is larger, I think?) you created some years ago and a export this in high definition. :D

Yes, I only tested it on my desktop with the light theme. It has to be tested on mobile also. For the different themes: You have to make the background transparent and when the dark theme is selected, the font color should change to white (or whatever color you want) It would also be a step into the future if you only serve the pony icon as an image and actually write the "ponyvillelive!" and "bringing pony people together" as text. (Formatted correctly with CSS of course)

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

No branches or pull requests

2 participants