DIV.HOUSEHOLD |
section at top of family page that describes the household. |
DIV.CHILDREN |
section in family page that lists the children in household |
DIV.OTHERMARRIAGES |
section of family page that begins "Other Marriages for…" |
DIV.EVENTS |
section of family page that begins "Notes for…" |
DIV.NOTES |
section of family page where note text is displayed. |
DIV.SOURCES |
section of family page that begins "Sources for…" |
TABLE.CHILDRENTABLE |
table of children in the household |
DIV.UPDATE |
section at bottom of page that has the line "Last Updated On…" |
DIV.MENU |
section at bottom of page that lists a menu of back links |
DIV.COPYRIGHT |
section at bottom of page that displays the copyright |
DIV.INDSECTION |
section of Person page for each individual |
DIV.INDINFO |
section of Invidual that appears as for example F, #I1, b. 24 May 1819, d. 22 January 1901 |
DIV.FAMILYSECTION |
section of invidual listing family details |
DIV.EXTRATEXT |
section of Extra text that appears on pages |
H2.INDNAME |
Name of each individual appearing on Persons page |
Below is a sample CSS that will display a silver 'Lucida Calligraphy' font on maroon background:
body
{
color: silver;
font-family: 'Lucida Calligraphy';
background-color: maroon;
}
A:link
{
color: #99ffcc;
}
A:visited
{
color: #ff66cc;
}
A:active
{
color: red;
}
DIV.HOUSEHOLD
{
}
DIV.CHILDREN
{
}
DIV.OTHERMARRIAGES
{
}
DIV.EVENTS
{
}
DIV.NOTES
{
font-size: larger;
}
DIV.SOURCES
{
}
TABLE.CHILDRENTABLE
{
font-variant: small-caps;
}
DIV.UPDATE
{
}
DIV.MENU
{
}
DIV.COPYRIGHT
{
font-size: 10pt;
font-style: italic;
}
DIV.INDSECTION
{
}
DIV.INDINFO
{
}
DIV.FAMILYSECTION
{
}
DIV.EXTRATEXT
{
}
H2.INDNAME
{
}