Module:fi-nominals/style.css

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

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

.fi-decl th, .fi-decl td {
	vertical-align: top;
	padding: 2px; /* replacement for cellpadding="2" */
	padding-right: 10px;
}

table.fi-decl-poss {
	text-align: left;
}

.fi-decl-maybenote {
	width: 100px;
}

table.fi-decl-old {
	width: 100%;
}

table.fi-decl-old th.thnum {
	width: 33%;
}

.fi-decl th.vsToggleElement {
	padding: 2px;
}

.fi-decl .narrow-space {
    font-size: 25%;
}

.fi-decl-poss-subtable {
	width: 100%;
}

/* colors */

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

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

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

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

.fi-decl-poss {
	border: solid 1px #e2f6e2;
	background: #e2f6e2;
}

.fi-decl-poss .fi-decl-poss-header {
	background: #CCFFCC;
}

.fi-decl-poss .fi-decl {
	border: solid 1px #CCFFCC;
}

.fi-decl-poss .fi-decl th {
	background-color: #CCFFCC;
}

.fi-decl-poss .fi-decl td {
	background-color: #F2FFF2;
}