| 1 |
adc.theme
|
| 2 |
---------
|
| 3 |
Description: Theme for Drupal 4.1.0 (and probably CVS too).
|
| 4 |
Relatively clean CSS approach, making colour
|
| 5 |
changes quite easy (although you'll need to edit
|
| 6 |
the rollover expand/collapse graphics).
|
| 7 |
|
| 8 |
Please see CVS for a screenshot.
|
| 9 |
|
| 10 |
Author: Alastair Maw (www.almaw.com)
|
| 11 |
|
| 12 |
Bugs to: drupal-adc-theme[at]almaw.com
|
| 13 |
|
| 14 |
Blocks: Left and Right, can rollup (using CSS+JavaScript).
|
| 15 |
Rollups known to work on:
|
| 16 |
IE 5.5 Win
|
| 17 |
IE 6.0 Win
|
| 18 |
Mozilla 1.3+
|
| 19 |
|
| 20 |
|
| 21 |
To install:
|
| 22 |
-----------
|
| 23 |
|
| 24 |
Installation is as usual for Drupal themes. If you know what you're doing,
|
| 25 |
you can skip this bit. :)
|
| 26 |
|
| 27 |
Download the tar.gz from Drupal.org, copy it into your themes/ directory
|
| 28 |
under Drupal's root, and then go:
|
| 29 |
|
| 30 |
tar xzvf adc.tar.gz
|
| 31 |
|
| 32 |
This will unpack the theme into themes/adc/
|
| 33 |
|
| 34 |
Enable the theme as usual under Drupal's admin menus.
|
| 35 |
|
| 36 |
|
| 37 |
Limitations/Issues/TODO:
|
| 38 |
------------------------
|
| 39 |
Blocks don't look nice if you don't have at least one block in each of the
|
| 40 |
left and right columns.
|
| 41 |
|
| 42 |
Could use work pulling HTML out of adc.theme and into a separate include file.
|
| 43 |
|
| 44 |
Rollups probably don't work in Opera 6 (and probably quite a few other
|
| 45 |
browsers too).
|
| 46 |
|
| 47 |
Internet Explorer has issues with table width="100%" elements embedded in the
|
| 48 |
main content div. This causes the content to appear below all the blocks, with
|
| 49 |
dead space in the main panel. This can be fixed by removing all the
|
| 50 |
width="100%" tags from any tables in modules (or changing them to 95%). A
|
| 51 |
better Internet Explorer work-around is in the works, but if you can assist
|
| 52 |
with fixing this, I won't turn you down...
|