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 : Idea (idea)
 Style class : TextGroup (text paragraphs group)  

This class defines the text group : the set of paragraphs which are the idea description. To each paragraph is associated a sub class : the Text class.

Example :

 Class TextGroup
text-align:justify;
font-size:12pt;
margin-top:1em;
margin-bottom:1em;
margin-left:30pt;
margin-right:30pt;

 Class Text
margin-top:0.5em;

Text is justified, and aligned between precise margins. And inter paragraph distance is increased by half a character.

 Class TextImage
float:left;
vertical-align:bottom;

This property controls the images that are directly inserted into the text. If you want them to be exactly inserted at cursor location, instead of having the text flowing around them, please remove the "float:left;" specification.

 Class FootNote
margin-left:0px;
padding-left:5px;
border-left-width:2;
border-left-style: solid;
border-left-color: silver;

This property controls the block which contains the footnotes, generally at the end of text.

 Class FootNoteCall
vertical-align:top;
font-size:80%;
font-weight:bold;

This property controls the style of note calls.

 Class FootNoteText
font-style:normal;
font-size:90%;

This property controls the text of footnotes.

Keywords :  CSS style class ; Text
Tasks
Start date2009/02/08
Due date2009/02/08
Percent finished100 %
Effective end date2009/02/08
CategoryV5.33