Template:User:Sameerhameedy/fa-conj/frame/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
/* controls background of verb froms */
.fa-conj .inflection-table td {
	margin:0;
	text-align:center; 
	background: #F0F0F0; 
	padding:0.2em 0.5em;
}

/* controls border around table */
.fa-conj .inflection-table {
	margin:0;
	border: 0.1px solid #FFFFFF;
}

/* controls the sidebar for roots and participles */
.fa-conj .fa-conj-roots, .fa-conj .NavHead {
	background-color:#ebb981; 
	color:#000000;
}

/* forces the frame to be the same size as the table */
.NavFrame {
	display:inline-block;
}

/* color for the 1st person, 2nd person, etc section */
.fa-conj .fa-conj-person {
	background:#e0d9b1; 
	color:#000000;
	padding:0.2em 0.5em;
}

/* color for the sidebar of past forms */
.fa-conj .fa-conj-past-group {
	background-color: #efefc0; 
	color:#000000;
	padding:0.2em 0.5em;
}

/* color for the sidebar of present forms */
.fa-conj .fa-conj-present-group {
	background-color: #c0e4c0; 
	color:#000000;
	padding:0.2em 0.5em;
}

/* color for the sidebar of future forms */
.fa-conj .fa-conj-future-group {
	background-color: #c0cfe4; 
	color:#000000;
	padding:0.2em 0.5em;
}

/* color for the sidebar of imperative forms */
.fa-conj .fa-conj-imperative-group {
	background-color: #e4c0c0; 
	color:#000000;
	padding:0.2em 0.9em;
}

/* color of transliterations */
.fa-conj .tr, .tr, .xlit {
	color:#888888
}