A loose collection of stuff related to creation / modification of streber's theme css files.
Styling a blockπ
Each block in streber es a unique ID that is used for storing a cookies and probably modify it with jquery. This id is generated like:
b_[page]_[block_id]_[long|short]
where as:
- [page] is the pagetitle like listed in the URL: e.g. "home", "projView" etc.
- [block_id] is the block name defined in the page e.g. "functions", "tasks" etc.
- [long] is used for the expanded block
- [short] for the collapsed version