Mercurial > libervia-templates
comparison sat_templates/templates/default/static/styles_noscript.css @ 166:178f55b825b7
small refactoring/redesign, better BEM integration:
- blog has been redesigned, and almost all blog CSS has been made generic and moved to main styles.css file.
- better noscript handling, dynamic elements are created using "magic" classes (dom_update.js)
- using better icons for older/newer messages
- better state handling, classes now use "state_XXX"
- more classes now use BEM convention
- menu labels have been moved to a separate template (components/menu_labels.html), so it can be overriden easily by other sites
- better styles.css organisation
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 03 Oct 2018 21:00:24 +0200 |
parents | |
children | 240bbac435f4 |
comparison
equal
deleted
inserted
replaced
165:9e8d9d754337 | 166:178f55b825b7 |
---|---|
1 /******************************************************* | |
2 * This styles are used when javascript is not enabled * | |
3 *******************************************************/ | |
4 | |
5 | |
6 /************* | |
7 * Constants * | |
8 *************/ | |
9 | |
10 :root { | |
11 --box--expand_limit: none; | |
12 } | |
13 | |
14 /********* | |
15 * boxes * | |
16 *********/ | |
17 | |
18 .box__under { | |
19 display: none; | |
20 } | |
21 | |
22 /************ | |
23 * Comments * | |
24 ************/ | |
25 | |
26 .comments_panel { | |
27 max-height: none; | |
28 opacity: 1; | |
29 } |