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.