Age | Commit message (Collapse) | Author |
|
After reading up on BEM [1] and specifically how to handle deeply nested
child elements [2] I made the changes in this patch.
[1]: https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
[2]: https://scalablecss.com/bem-nesting-grandchild-elements/
|
|
|
|
This commit enables various debug features in the Bottle framework which
are useful for development.
This commit should be reverted before production deployment. Doing
otherwise poses a security threat.
|
|
|
|
The entire site-design is going to be pretty dark, as gaming sites
generally are. I honestly don't know why I went with such light colors
to begin with...
|
|
Anything's better than the default serif font though I'm not actually
sure a sans-serif font is appropriate for the vibe we're trying to
give... Will need to re-evaluate later.
|
|
|
|
Now the name of the css file `static/XXX.css` matches the HTML/template
file in `views/XXX.html`.
|
|
|
|
|
|
|
|
|
|
|
|
|