Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      5. Reference
          5.11. Style templates
              5.11.3. Modify current style template (expert mode)
                  5.11.3.3. List of style classes
                      5.11.3.3.1. Style class : Body (document body)
                          5.11.3.3.1.1. Style class : Container
                              Style class : TablePanes
                                  Style class : RowPanes
                                      Style class : PageMiddlePane
 Style class : IndexGroup (keywords index group) 

IndexGroup style class controls the style of keywords index.

It has the following sub classes :

  • Index Title manages the title style,
  • IndexAccessBar the alphabetical access bar,
  • IndexFacetBar the facet bar names,
  • IndexBody the main index body,
    • IndexLetter the initial letter (drop letter),
    • IndexLetterBody the body of the elements list under the drop letter,
      • IndexFacet the facet name (faceted index only),
      • and IndexKeyword the index values.

IndexKeyword is also specialized into

  • IndexFacetName sub class, as a reminder of facet name (shown before facet value in faceted index),
  • IndexReference sub class, dedicated to the link to the indexed idea,
  • IndexKeywordParent sub class, showing the parent idea context.

Example :

 Class IndexGroup
font-family:arial;

 Class IndexTitle
text-align:center;
font-size:20pt;

 Class IndexAccessBar
text-align:center;
font-weight:800;

 Classe IndexFacetBar
text-align:center;
font-weight:800;

 Classe IndexBody
(void)

 Class IndexLetter
font-size:20pt;
font-weight:800;

 Classe IndexLetterBody : 2-column display
-moz-column-count:2;
-webkit-column-count:2;
-o-column-count:2;
column-count:2;

 Class IndexFacet
font-size:140%;
font-weight:800;
margin-top:1em;

 Class IndexKeyword
font-weight:800;

 Class IndexFacetName
color:silver;

 Class IndexReference
font-weight:800;

 Class IndexKeywordParent
font-size:smaller;
color:silver;

 This example shows the presentation which was chosen for this manual.

See also :
Keywords :  CSS style class ; Index
Tasks
Start date2011/07/04
Due date2011/07/05
Percent finished100 %
Effective end date2011/07/04
CategoryV5.20
V5.42