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

Stylesheet based support of themes #36

Open
encratite opened this issue Apr 3, 2012 · 0 comments
Open

Stylesheet based support of themes #36

encratite opened this issue Apr 3, 2012 · 0 comments

Comments

@encratite
Copy link
Owner

Users should be able to choose from a list of themes that then load different stylesheets from the central server. This could be a small dropdown menu in the top left corner or something like that. The last sylesheet used could then be stored in a cookie to introduce client-side state that lasts beyond one session.

This would require editing the current DOM objects produced by the LeagueOfLegends.js script as it produces an <img> for the logo while it should really implement this using CSS. This requires the hard-coding of an image file in the stylesheet but there's no way around this. Could be done by making it a <div> tag that uses that background-image, I suppose.

I would rename the current theme to something like "classic". New themes I envision are a League of Legends site based theme, which should possibly become the new standard theme to appeal to a greater audience. Another theme I am envisioning is some kind of retro monospace font thing that makes the entire page look like a C64 or something along those lines.

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