| 1 |
Drupal slash theme:
|
| 2 |
------------------
|
| 3 |
Author - Fredrik Jonsson fredrik at combonet dot se
|
| 4 |
Requires - Drupal 6+
|
| 5 |
License - GPL (see LICENSE)
|
| 6 |
|
| 7 |
|
| 8 |
Overview:
|
| 9 |
--------
|
| 10 |
The Slash theme is originally from Slashcode
|
| 11 |
<http://www.slashcode.com/>. I found a version for PHP-Nuke that I later
|
| 12 |
converted to Postnuke and now to Drupal.
|
| 13 |
|
| 14 |
The main style is dark red and there are additional styles that are,
|
| 15 |
black, blue (MacSlash) and green (Slashdot).
|
| 16 |
|
| 17 |
Tables are only used for the three column layout. For the rest CSS is
|
| 18 |
used.
|
| 19 |
|
| 20 |
|
| 21 |
Install:
|
| 22 |
-------
|
| 23 |
1. Place the slash directory in your themes folder (this will
|
| 24 |
usually be "sites/all/themes/").
|
| 25 |
2. Log in as an administrator on your Drupal site and go to Administer > Site
|
| 26 |
building > Themes (admin/build/themes) and make Slash the default theme.
|
| 27 |
|
| 28 |
|
| 29 |
Header backround image:
|
| 30 |
----------------------
|
| 31 |
Replace the image "header_bg.png" that comes with the theme, and each
|
| 32 |
style, with your own image with the same name to get a header background
|
| 33 |
image. The original "header_bg.png" is only a transperant placeholder.
|
| 34 |
|
| 35 |
|
| 36 |
Make a new style:
|
| 37 |
----------------
|
| 38 |
It's easy to make a new style. Duplicate a style folder, e.g.
|
| 39 |
"slash_blue", and name it something new. Edit the two corner pictures,
|
| 40 |
cl.png and cr.png, and the style.css file to some nice colours. Enable
|
| 41 |
the nyw style on the "administer >> configuration >> themes" page.
|
| 42 |
|
| 43 |
|
| 44 |
Compatibility:
|
| 45 |
-------------
|
| 46 |
Theme has been tested using:
|
| 47 |
- Safari 3.x (WebKit)
|
| 48 |
- Firefox 3.x (Gecko)
|
| 49 |
- Internet Explorer 7
|
| 50 |
|
| 51 |
It works with Internet Explorer 6 with some small display problems.
|
| 52 |
They are due to CSS bugs in IE, if someone has some clean and neat
|
| 53 |
patches for this I will commit them.
|
| 54 |
|
| 55 |
|
| 56 |
Last updated:
|
| 57 |
------------
|
| 58 |
$Id: README.txt,v 1.9 2006/12/05 15:12:04 frjo Exp $
|