| 1 |
// $Id: README.txt,v 1.3.2.8 2008/09/10 17:41:24 hswong3i Exp $ |
// $Id: README.txt,v 1.3.2.9 2009/04/22 02:10:40 hswong3i Exp $ |
| 2 |
|
|
| 3 |
ABOUT INTERNET SERVICES |
ABOUT INTERNET SERVICES |
| 4 |
---------------------- |
---------------------- |
| 18 |
http://pantarei.com.hk/ |
http://pantarei.com.hk/ |
| 19 |
|
|
| 20 |
|
|
| 21 |
HOWTO SET THEME AS FIXED WIDTH LAYOUT? |
HOWTO CUSTOMIZE THIS THEME? |
| 22 |
---------------------- |
---------------------- |
| 23 |
|
|
| 24 |
This theme is fluid width layout by default, which is different from |
For theme customization usually you will need to change the style.css. |
| 25 |
original design. In order to display as fixed width layout (e.g. 800x600 |
By the way this traditional method is not too flexible. |
|
or 1024x768), please follow this procedure: |
|
| 26 |
|
|
| 27 |
1. Copy custom.example.css as custom.css. |
This theme provide a hook called as custom.css. The custom.css will always |
| 28 |
2. Change the custom.css as what you like. |
override default style.css setting, and will not be covered during version |
| 29 |
|
upgrade. Benefit of using this hook including: |
| 30 |
The custom.css will always override the default style.css setting, and |
|
| 31 |
will not be covered during version upgrade. |
1. Your customization will NOT get mixed with original theme style. |
| 32 |
|
2. Your customization will NOT be override during theme upgrade. |
| 33 |
|
|
| 34 |
|
This theme also provide some example for customization within |
| 35 |
|
custom.example.css, divided into section by section. You can copy-and-paste |
| 36 |
|
them to your custom.css and feel free to change it. |
| 37 |
|
|
| 38 |
|
|
| 39 |
HOW THE MISSION HACK FUNCTION? |
HOW THE MISSION HACK FUNCTION? |
| 53 |
just execute a simple PHP code snippet as welcome message when user login. |
just execute a simple PHP code snippet as welcome message when user login. |
| 54 |
|
|
| 55 |
|
|
| 56 |
ABOUT RTL SUPPORT |
ABOUT RTL SUPPORT (>=6.x) |
| 57 |
---------------------- |
---------------------- |
| 58 |
|
|
| 59 |
This theme is RTL supported, and fully tested with Acid2 compatible |
This theme is RTL supported, and fully tested with Acid2 compatible |