Additional layout layers feature
Since Tiki 2 or so, there has been an extra div around module boxes, with the class box-shadow. Now in Tiki 3.0 there are more such divs in tiki.tpl, for adding additional styling, as follows, and a switch to activate them all:
These divs are activated to be styled by checking|ticking the checkbox on the Look and Feel admin page. They are then ready to receive styling from themes that recognize them.
Activating this option will have a global effect (the site's templates/tiki.tpl file will present the additional divs), but presumably they are ignored if a theme doesn't specify anything for the above selectors.
Ref: http://doc.tiki.org/Shadow+Layers
- div id="main-shadow"
- div id="header-shadow"
- div id="middle-shadow"
- div id="tiki-center-shadow"
- div id="footer-shadow"
These divs are activated to be styled by checking|ticking the checkbox on the Look and Feel admin page. They are then ready to receive styling from themes that recognize them.
Activating this option will have a global effect (the site's templates/tiki.tpl file will present the additional divs), but presumably they are ignored if a theme doesn't specify anything for the above selectors.
Ref: http://doc.tiki.org/Shadow+Layers