.inflection-hi {
/* The background color here controls the rows that are not masculine or feminine. */
background: #EFEFEF;
text-align: center;
/* This only controls the border around the entire table. */
border: 1px solid #CCC;
border-spacing: 0;
min-width: 20em;
color: black;
}
.inflection-hi th, td {
margin: 0;
/* This controls the border around individual cells. */
border: 1px solid #F9F9F9;
min-width: 5em;
}
.NavHead {
/* This doesn't actually have any effect because it's overridden by the skin;
to get it to work I had to insert an inline style in the code. */
text-align: left;
background: #D9EBFF;
color: black;
}
.hi-table-header {
/* The "Singular/Plural" and pronoun headers. */
background: #DFEEFE; /*F5F2C4*/
}
.hi-sec-div {
/* The major aspectual section headers like "Progressive", "Habitual". */
background: #DFEEFE; /*F5EA89*//*fae987*/
}
.hi-part-gender-number-header {
/* The gender/number header in the participle section. */
background: #d4d4d4;
}
.hi-mf-cell {
/* The masculine/feminine cells in the personal table. */
width: 1em;
background: #d4d4d4;
}
.hi-tense-aspect-cell {
/* The tense/mood headers on the left-hand side. */
width: 5em;
background: #DFEEFE;
}
.hi-polarity-cell {
/* The polarity headers on the left-hand side. */
width: 1em;
background: #DFEEFE;
}
.hi-row-m {
/* The masculine rows. */
background: #EFEFEF; /*F4FFE6*/
}
.hi-row-f {
/* The feminine rows. */
background: #EFEFEF; /*FFEDED*/
}
.hi-row-n {
/* The neuter rows. */
background: #EFEFEF;
}
.hi-footnote-outer-div {
/* The footnote section. */
text-align: left;
background: #d9ebff;
color: black;
}
.hi-footnote-inner-div {
display: inline-block;
text-align: left;
padding-left: 1em;
padding-right: 1em;
}