You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: