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

Adding dark and other themes #53

Open
wants to merge 9 commits into
base: fpi
Choose a base branch
from
Open

Conversation

Boruch-Baum
Copy link

@Boruch-Baum Boruch-Baum commented Jan 14, 2019

Per our prior discussion, here's a pull request that adds:

  1. An option for a dark theme

  2. Renaming the 'hacker-style' theme to plain 'green'

  3. Javascript for dynamic updating of the themes

  4. Removing hard-coded css from html files, and combining themm into an individual theme file.

  5. Minor css label changes, and additions, to handle conflicts among the css of the individual html files.

  6. IMPORTANT: I'm not knowledgeable enough in javascript to figure out why the
    menu.html isn't yet applying the skin changes; however, manually
    uncommenting the css import line in that file shows that the result
    would be pretty. The theme changes do work fine for cookies.html and options.html files

+ The minimun-height element was removed from '.body' because it was
  being applied to the menu also, making it much longer than
  necessary; ie. a huge amount of whitespace.
+ skin 'hacker-style' has been renamed to 'green-skin'

+ a new css id needed to be created because the green-skin css for the
  h2 tag was inconsistent between the cookies and options pages.

+ I'm not knowledgeable enough in javascript to figure out why the
  menu.html isn't yet applying the skin changes; however, manually
  uncommenting the css import line in that file shows that the result
  would be pretty.
@ysard
Copy link
Owner

ysard commented Jan 14, 2019

Hi, thank you for your PR, i will test this as soon as possible ;)

@Boruch-Baum
Copy link
Author

Just to be clear, I did figure out that the current branch was fpi, not master, ad did base my work on the fpi branch, so that shouldn't be an obstacle to merging the pull request.

ralphocdol added a commit to ralphocdol/cookie-quick-manager-fork that referenced this pull request May 14, 2021
@D4n2021
Copy link

D4n2021 commented Oct 15, 2024

@ysard Have you tested this yet? (In 2019 you wrote you will test it asap #53 (comment) )

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

Successfully merging this pull request may close these issues.

4 participants