Module:User:Babr/fa-conj/style.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search
/* controls border around table */
.inflection-fa {
	margin:0;
	border: 0.1px solid #FFFFFF;
}

.inflection-fa th, td {
	margin:0;
	text-align:center; 
	padding:0.2em 0.5em;
}

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

/* forces the frame to be the same size as the table */
.fa-table-title {
	text-align: left;
	display:inline-block;
	background-color:#ebb981;

}

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

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

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

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

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

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