| 1 |
|
| 2 |
box_grey theme for phptemplate on Drupal
|
| 3 |
----------------------------------------
|
| 4 |
|
| 5 |
box_ is intended to be relatively easy to modify for those that aren't competent in css positioning. Instead of using entirely CSS for layout it is a so called hybrid layout - it uses CSS combined with a very simple table.
|
| 6 |
|
| 7 |
It is a standard three column layout using a table for the central three columns with a header above the table and a footer below. This reduces accessibility and adds a little code bloat but has certain advantages:
|
| 8 |
- the content columns won't overlap if a user inserts wide content
|
| 9 |
- the content appears in the template (page.tpl.php) in the order it appears on the page
|
| 10 |
- you can add any sized logo image, the header should expand to fit.
|
| 11 |
|
| 12 |
Author
|
| 13 |
------
|
| 14 |
adrinux (aka Adrian Simmons)
|
| 15 |
mailto: adrinux@perlucida.com
|
| 16 |
IM: perlucida
|
| 17 |
|
| 18 |
Known Problems
|
| 19 |
--------------
|
| 20 |
IE5win
|
| 21 |
- Places calendar block right margin a few pixels outside the viewport.
|
| 22 |
- Gets the padding/margin on menu elements a little wrong, but not unusably so.
|
| 23 |
|
| 24 |
IE5mac
|
| 25 |
- Has some problems with user pictures enabled, it may (somewhat randomly) increase the left margin on the node content text to match the right margin of the picture.
|
| 26 |
- Doesn't honour the styles for links with class="active", these should be pale grey.
|
| 27 |
|
| 28 |
Everything
|
| 29 |
- Fixed width content like the form textareas in the central column can make the sidebars shrink if the browser window is narrow. Again, this looks a little odd but remains perfectly useable.
|