Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165

Warning: error_log(/www/htdocs/w005ed8b/std/../_tmp/errors.log.php) [function.error-log]: failed to open stream: Permission denied in /www/htdocs/w005ed8b/std/errorhandler.inc.php on line 165
CSS Style Howtos/ - streber
> > Topic (new)

CSS Style Howtos

Apr 22, 2007 / pixtur
Jan 6, 2009 / phsouzacruz
 

Attached files

No files uploaded
 
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

No Comments