| 1 |
Readme |
Readme |
| 2 |
------ |
------ |
| 3 |
|
|
| 4 |
Interlaced is entirely CSS-based theme, all fonts/colors/backgrounds/table widths |
All fonts/colors/backgrounds/table widths are defined in external |
| 5 |
are defined in external stylesheet(s). |
stylesheet(s). |
| 6 |
|
|
| 7 |
I provided couple of different stylesheets for different looks. |
I provided couple of different stylesheets for different looks. |
| 8 |
To change the stylesheet, just find a following line in interlaced.theme file |
To change the stylesheet, just find a following line in interlaced.theme file |
| 9 |
|
|
| 10 |
<link href="themes/interlaced/styles1.css" rel="stylesheet" type="text/css" /> |
define('INTERLACED_STYLESHEET', 'styles1.css'); |
| 11 |
|
|
| 12 |
and rename 'styles1.css' to 'styles2.css' or 'styles3.css' or 'styles4.css' |
and rename 'styles1.css' to 'styles2.css' or 'styles3.css' or 'styles4.css' |
| 13 |
|
|
| 17 |
Install |
Install |
| 18 |
------- |
------- |
| 19 |
|
|
| 20 |
1. Create a directory /interlaced/ under your /themes/ directory |
1. Place the entire interlaced directory in one of the following places: |
| 21 |
2. Copy all files and dirs to /themes/interlaced/ directory |
a. Main 'themes' directory of your Drupal installation |
| 22 |
3. Enable the theme in "administer > configuration > themes" page |
b. In 'sites/all/themes' |
| 23 |
|
c. In the 'themes' directory of your multisite folder. |
| 24 |
|
2. Enable the theme in "administer > themes" page. |
| 25 |
|
|
| 26 |
|
|
| 27 |
Compatiblity |
Compatiblity |