มอดูล:hi-verb/style.css
หน้าตา
.inflection-hi {
/* The background color here controls the rows that are not masculine or feminine. */
background:#f0f0f0;/*EFEFEF*/
text-align: center;
/* This only controls the border around the entire table. */
border: 1px solid #CCC;
border-spacing: 0;
min-width: 20em;
}
.inflection-hi th, td {
margin: 0;
/* This controls the border around individual cells. */
border: 1px solid #FFFFFF;
min-width: 5em;
}
.hi-table-title {
/* 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: #DEDBC1;/*D9EBFF*/
}
.hi-table-header {
/* The "Singular/Plural" and pronoun headers. */
background: #EBE8B9;/*DFEEFE*//*F5F2C4*/
}
.hi-sec-div {
/* The major aspectual section headers like "Progressive", "Habitual". */
background: #e0d9b1;/*DFEEFE*//*F5EA89*//*fae987*/
}
.hi-part-gender-number-header {
/* The gender/number header in the participle section. */
background: #dedbc1;/*d4d4d4*/
}
.hi-mf-cell {
/* The masculine/feminine cells in the personal table. */
width: 1em;
background: #DEDBC1;/*d4d4d4*/
}
.hi-tense-aspect-cell {
/* The tense/mood headers on the left-hand side. */
width: 5em;
background: #ebe8b9;/*DFEEFE*/
}
.hi-polarity-cell {
/* The polarity headers on the left-hand side. */
width: 1em;
background: #FFF3DE;/*DFEEFE*/
}
.hi-row-m {
/* The masculine rows. */
background: #f0f0f0;/*EFEFEF*/ /*F4FFE6*/
}
.hi-row-f {
/* The feminine rows. */
background: #efefef;/*EFEFEF*/ /*FFEDED*/
}
.hi-row-n {
/* The neuter rows. */
background: #F5F2C4;/*EFEFEF*/
}
.hi-footnote-outer-div {
/* The footnote section. */
text-align: left;
background: #fff3de; /*d9ebff*/
}
.hi-footnote-inner-div {
display: inline-block;
text-align: left;
padding-left: 1em;
padding-right: 1em;
}