/[drupal]/contributions/themes/adc/README.txt
ViewVC logotype

Contents of /contributions/themes/adc/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Wed Oct 13 13:02:03 2004 UTC (5 years, 1 month ago) by uwe
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-4-5, DRUPAL-4-6, DRUPAL-4-7
File MIME type: text/plain
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:

find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;

I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
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...

  ViewVC Help
Powered by ViewVC 1.1.2