| 1 |
--------------------------------------------------------------------------------
|
| 2 |
Fern
|
| 3 |
A fixed-width Drupal theme using the PHPTemplate engine
|
| 4 |
--------------------------------------------------------------------------------
|
| 5 |
|
| 6 |
AUTHOR
|
| 7 |
|
| 8 |
John Handelaar (Drupal.org: handelaar)
|
| 9 |
john@handelaar.org
|
| 10 |
http://handelaar.org
|
| 11 |
|
| 12 |
|
| 13 |
LICENSE
|
| 14 |
|
| 15 |
This theme is licensed under the GNU General Public License v2
|
| 16 |
You can do anything you want to it. But I'd appreciate it if you'd
|
| 17 |
keep the credit to me anyway.
|
| 18 |
|
| 19 |
|
| 20 |
A WORD ABOUT IE6
|
| 21 |
|
| 22 |
In order to allow logo.png to be used as the default theme site image,
|
| 23 |
and because there's a photograph behind the header, you'll note that
|
| 24 |
I've included a reference to Dean Edwards' IE7.js in page.tpl.php.
|
| 25 |
It enables IE6 to render transparent PNG files correctly. If you wish
|
| 26 |
to make use of it, you'll need to get IE7 and place it in your
|
| 27 |
Drupal site's document root in a directory named 'ie7'.
|
| 28 |
|
| 29 |
You can find Dean's most excellent script at http://dean.edwards.name/IE7/
|
| 30 |
|
| 31 |
|
| 32 |
1000 FIXED WIDTHS FOR THE PRICE OF ONE
|
| 33 |
|
| 34 |
The default 700-px-wide layout stylesheet is referenced at the top of
|
| 35 |
style.css - you can include a reference to layout-875px.css instead
|
| 36 |
if you don't mind causing headaches for the now-vanishingly-small number
|
| 37 |
of people browsing at 800x600.
|
| 38 |
|
| 39 |
In fact, this theme's layout stylesheets use the *unaltered* CSS output
|
| 40 |
of Alex Robinson's 'One True Layout' interactive demonstrator.
|
| 41 |
|
| 42 |
Read his most excellent description of this technique at Holly & John's
|
| 43 |
place here: http://www.positioniseverything.net/articles/onetruelayout/
|
| 44 |
|
| 45 |
Or use Alex's robogenerator and replace the contents of the layout
|
| 46 |
stylesheet with the CSS generated by it. Find the tool at this
|
| 47 |
address: http://www.fu2k.org/alex/css/onetruelayout/example/interactive
|
| 48 |
and copy-and-paste the resulting CSS over the contents of the layout
|
| 49 |
stylesheet included with this theme.
|
| 50 |
|
| 51 |
|
| 52 |
HOW I'VE ASSIGNED ALEX'S THREE COLUMNS
|
| 53 |
|
| 54 |
Should you opt to make use of that last option, you'll want to know that
|
| 55 |
I've assigned 'Column 1' to be the main content area, while 'Column 2'
|
| 56 |
is Drupal's left hand menu, and 'Column 3' is the right.
|
| 57 |
|
| 58 |
In this way, non-CSS-capable user agents (including search crawlers) will
|
| 59 |
see the actual content of each page before they see your sidebars. I'm
|
| 60 |
also including a hidden skip-nav link over the primary links to better
|
| 61 |
accommodate actual people using such nonvisual browsers - this is to
|
| 62 |
provide some usability assistance.
|
| 63 |
|
| 64 |
|