div.houshold |
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.upate |
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:
body { margin-left: 100px; color: black; font-family: tahoma; background-attachment:fixed; background-repeat: repeat; background-image: url('images/ug_bkgrd.gif'); } a:link { color: #008000; } a:visited { color: blue; } a:active { color: red; } div.household { } div.children { } div.othermarriages { } div.events { } div.notes { font-size: 10pt; } div.sources { } table.childrentable { font-variant: small-caps; } div.update { } div.menu { } div.copyright { text-align: center; font-size:smaller; font-style: italic; } h3 { font-weight: normal; font-style: italic; } div.indsection { } div.indinfo { } div.familysection { } div.extratext { } h2.indname { } div.pedigree { } table.pedigreetable { font-size: 9pt; border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; }