/[drupal]/contributions/modules/hof/STYLESHEET.txt
ViewVC logotype

Contents of /contributions/modules/hof/STYLESHEET.txt

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


Revision 1.1 - (show annotations) (download)
Wed Apr 13 01:40:54 2005 UTC (4 years, 7 months ago) by syscrusher
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA1, DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-4-7, DRUPAL-4-5, DRUPAL-5, DRUPAL-7--1, DRUPAL-4-6, DRUPAL-6--1
File MIME type: text/plain
Modified SQL query to use db_query_range() instead of hard-coded "LIMIT"
keyword, which might not work with all databases.

Fixed display of embedded table-of-contents menu on sub-pages.

Added an admin setting to keep the embedded TOC from displaying a link to
the full TOC. This link was redundant in certain themes for certain settings
of HOF itself; the new setting allows the admin to disable it in these
cases.

Added STYLESHEET.txt to explain usage of (optional) CSS classes by HOF.
1
2 The Hall of Fame ("hof") module currently uses the following cascading
3 stylesheet elements:
4
5 class="hof" This is in a <DIV> tag around the module's page output.
6
7 class="hof_embedded_toc" This surrounds the embedded table-of-contents (but
8 not the full-page TOC).
9
10 By default, neither of these style elements appears in a CSS file, so they have
11 no effect. You can define these in your custom theme or CSS file to affect the
12 appearance of the Hall of Fame pages.
13
14 Other style elements may be added in future versions to allow finer-grained
15 control.

  ViewVC Help
Powered by ViewVC 1.1.2