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

Split CSS into core and theme #64

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ulikoehler
Copy link

Currently there's a large blob of CSS.

This pull request splits it into two files: zerobin.css which does not contain color or border information, and zerobin-theme-dark.css which contains exactly those information that was removed from zerobin.css

This is an attempt to make ZeroBin more flexible. For my application, ZeroBin is too dark. This PR allows anyone to create a new theme, while keeping the core CSS like fonts, sizes, margins, padding etc.

Merging would be highly appreciated ;-)

@ulikoehler
Copy link
Author

I also added a light theme, not only for demonstration ;-)

@kotowicz
Copy link

kotowicz commented Nov 5, 2013

this pull request seems quite useful to me (esp for in-house usage of zerobin)

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.

None yet

2 participants