README.txt

  1. 6.x README.txt
  2. 6.x modules/tinymce/README.txt
  3. 6.x modules/student_files/README.txt
  4. 6.x modules/batch/README.txt
  5. 6.x modules/lassie/README.txt
  6. 6.x modules/prereqs/README.txt
  7. 6.x themes/how_to_customize/README.txt
  8. 6.x modules/encryption/README.txt
  9. 6.x custom/files/README.txt
  10. 4.x README.txt
  11. 4.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
  12. 4.x modules/tinymce/README.txt
  13. 5.x README.txt
  14. 5.x modules/tinymce/README.txt
  15. 5.x modules/batch/README.txt
  16. 5.x themes/basic/README.txt
  17. 5.x inc/pchart/README.txt
  18. 5.x inc/pchart/pchart/readme.txt
  19. 5.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
READEME for Basic Starter theme
===============================

Unlike the "classic" theme, this theme is meant to be very plain and basic,
lacking many of the images which comprise the classic theme's layout.

The idea is for you to use this theme as a starting point for designing other themes.

================
HOW TO CUSTOMIZE
================

1. Begin by copying the "basic" directory to /custom/themes/your_theme_name

2. Rename basic.info to your_theme_name.info.

3. Edit your_theme_name.info and change the values to reflect your new theme name.

4. Visit your admin console and go to System settings.  Change the theme location to:
        custom/themes/your_theme_name

You will customize the theme by manipulating the CSS as much as possible.  You
can edit style.css if you like, but it is advised that all of your edits go in
the custom.css file, to make it easier for you to find them later.

If you are not familiar working with CSS, it is advised that you read up on it.

Also, using the Firebug add-on to Firefox, or the Developer tools in Chrome can greatly
assist in tracking down CSS class names so you know what to edit.


===================
CACHING INFORMATION
===================

Browsers will naturally cache CSS and image files, to make loading pages
within a site faster.  To ensure that the browser loads the most recent changes to your
theme, you should clear your site's cache (http://example.com/flightpath/admin-tools/clear-cache).
- This is also linked on the Main tab when you log in as admin.

File

themes/basic/README.txt
View source
  1. READEME for Basic Starter theme
  2. ===============================
  3. Unlike the "classic" theme, this theme is meant to be very plain and basic,
  4. lacking many of the images which comprise the classic theme's layout.
  5. The idea is for you to use this theme as a starting point for designing other themes.
  6. ================
  7. HOW TO CUSTOMIZE
  8. ================
  9. 1. Begin by copying the "basic" directory to /custom/themes/your_theme_name
  10. 2. Rename basic.info to your_theme_name.info.
  11. 3. Edit your_theme_name.info and change the values to reflect your new theme name.
  12. 4. Visit your admin console and go to System settings. Change the theme location to:
  13. custom/themes/your_theme_name
  14. You will customize the theme by manipulating the CSS as much as possible. You
  15. can edit style.css if you like, but it is advised that all of your edits go in
  16. the custom.css file, to make it easier for you to find them later.
  17. If you are not familiar working with CSS, it is advised that you read up on it.
  18. Also, using the Firebug add-on to Firefox, or the Developer tools in Chrome can greatly
  19. assist in tracking down CSS class names so you know what to edit.
  20. ===================
  21. CACHING INFORMATION
  22. ===================
  23. Browsers will naturally cache CSS and image files, to make loading pages
  24. within a site faster. To ensure that the browser loads the most recent changes to your
  25. theme, you should clear your site's cache (http://example.com/flightpath/admin-tools/clear-cache).
  26. - This is also linked on the Main tab when you log in as admin.