Module:fi-verbs/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
/* layout */

table.fi-conj {
	text-align: left;
	border-spacing: 1px; /* replacement for cellspacing="1" */
}

.fi-conj th, .fi-conj td {
	padding: 2px; /* replacement for cellpadding="2" */
}

table.fi-conj-poss {
	text-align: left;
	border-spacing: 1px; /* replacement for cellspacing="1" */
}

.fi-conj-poss th, .fi-conj-poss td {
	text-align: center;
	padding: 1px; /* replacement for cellpadding="1" */
}

.fi-conj-poss th.fi-conj-poss-toggle {
	text-align: left;
}

table.fi-conj-old {
	width: 100%;
	margin-bottom: 0.5em;
}

th.fi-conj-header-person {
	min-width: 10em;
}

th.fi-conj-header-posneg {
	min-width: 13em;
}

.fi-conj td.nobreak {
	white-space: pre;
}

.fi-conj-notes {
	text-align: left;
	vertical-align: top;
	font-size: smaller;
}

.fi-conj-poss-toggle {
	min-width: 30em;
}

/* colors */

table.fi-conj {
	border: solid 1px #CCCCFF;
}

div.NavHead.fi-conj-header-row, div.NavHead.fi-conj-header-row:hover, div.NavHead.fi-conj-header-row:active {
	background-color: #CCCCFF;
	background-image: none;
}

.fi-conj th {
	background-color: #CCCCFF;
}

.fi-conj th.thsub, .fi-conj-poss-header, .fi-conj-poss th {
	background-color: #E6E6FF;
}

.fi-conj td {
	background-color: #F2F2FF;
}