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

Diff of /contributions/themes/interactive_media/README.txt

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

revision 1.18, Wed Sep 10 17:40:55 2008 UTC revision 1.19, Tue Apr 21 17:56:32 2009 UTC
# Line 1  Line 1 
1  // $Id: README.txt,v 1.2.2.6 2008/09/10 17:40:19 hswong3i Exp $  // $Id: README.txt,v 1.2.2.7 2009/04/21 17:54:02 hswong3i Exp $
2    
3  ABOUT INTERACTIVE MEDIA  ABOUT INTERACTIVE MEDIA
4  ----------------------  ----------------------
# Line 18  Sponsored by: Line 18  Sponsored by:
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?
# Line 49  module so you will have a benner rotatio Line 53  module so you will have a benner rotatio
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

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

  ViewVC Help
Powered by ViewVC 1.1.2