Constants in this section are used to link the rendered pages
with the CSS-2 stylesheet. Each constant is built by using
the CLASS function from the etbuilder module so that it can be included in
argument lists to the E element factory
to tag that element with the corresponding CSS class.
CSS class of the div that encloses a primary
index entry.
CLASS_PRI_DIV = CLASS('pri-div')
CSS class for the span that encloses the
circle name in a primary index entry.
CLASS_PRI_NAME = CLASS('pri-name')
CSS class for the span that encloses the
latitude and longitude coordinates.
CLASS_LAT_LON = CLASS('lat-lon')
CSS class for the span that encloses the list
of years worked.
CLASS_YEAR_LIST = CLASS('year-list')
CSS class for the div that encloses an
“As” line in a primary index entry.
CLASS_AS_DIV = CLASS('as-div')
CSS class for the div that encloses an
secondary index entry.
CLASS_SEC_DIV = CLASS('sec-div')
CSS class for the span that encloses the name
in a secondary entry.
CLASS_SEC_NAME = CLASS('sec-name')
CSS class for the census table element.
CLASS_CENSUS_TABLE = CLASS('tb')
CSS class for column labels in the key row.
CLASS_COLUMN_LABEL = CLASS('col')
CSS class for the row label in one of the heading rows.
CLASS_HEAD_ROW_LABEL = CLASS('hrl')
CSS class for the row label in one of the body rows.
CLASS_CENSUS_ROW_LABEL = CLASS('crl')
CSS class for the cells of the party-hours heading row.
CLASS_PH_CELL = CLASS('phc')
CSS class for cells containing statistics.
CLASS_STAT_CELL = CLASS('stat')
CSS class for cells with nothing in them.
CLASS_SPACER_CELL = CLASS('sp')
CSS class for cells containing numbers of individuals.
CLASS_CENSUS_CELL = CLASS('cc')
CSS class for an extra-thick top border for the first physical row of a logical row.
CLASS_FIRST = CLASS('c1')
CSS class to thicken the border on the left side of a table cell.
CLASS_LEFTER = CLASS('cl')