Module:User:Benwing2/hi-verb/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
.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;
}
 
.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: #D9EBFF;
}

.hi-table-header {
	/* The "Singular/Plural" and pronoun headers. */
	background: #DFEEFE;
}

.hi-sec-div {
	/* The major aspectual section headers like "Progressive", "Habitual". */
	background: #DFEEFE;
}

.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/aspect headers on the left-hand side. */
	width: 5em;
	background: #DFEEFE;
}

.hi-row-m {
	/* The masculine rows. */
	background: #EFEFEF;
}

.hi-row-f {
	/* The feminine rows. */
	background: #EFEFEF;
}

.hi-footnote-outer-div {
	/* The footnote section. */
	width: 100%;
	text-align: left;
	background: #d9ebff;
}

.hi-footnote-inner-div {
	display: inline-block;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}