pillone / usntssearch

NZB Metasearch engine
pillone.github.io/usntssearch
263 stars 79 forks source link

Themed #80

Closed JackDandy closed 10 years ago

JackDandy commented 10 years ago

CSS restructured to be able to have light and dark theme.

JackDandy commented 10 years ago

So... to explain...

I have separeted out color from structural CSS so that colours can be adjusted independently for dark theme. This phase is complete, however, the color css files need a tidy up :)

This also means that there will not be copies of structure CSS or mistakes in CSS design because of things being forgotten due to duplication issues (which is avoided by the model i propose in the push request).

The logic switch would be at the top of for example, main_page, so a template switch would include either light or dark. simply change "static/style_dark" to "static/style_light" in main_page.html to test during development.

@Riz0 need a dark AND light versions of the logo, where you save the image the image with aliasing against each type of background color in order to set up any anti-aliasing in the two images. dark background = RGB(40,40,40)