ਫਰਮਾ:Table class/translation.css

ਵਿਕੀਸਰੋਤ ਤੋਂ
/* Generic CSS style for a "translation"  type table, with parallel transaltion and numbered lines.
TODO: migrate this to it's own stylesheet. */

table.__ntrans{
	width: 100%;
    margin: 0 auto 0 auto; 	
}

table.__ntrans tr td:nth-of-type(1)
{
	text-align:right;
	
}
table.__ntrans tr td:nth-of-type(2){
	padding-left:0.5em;
	font-style:italic
    }
    
 table.__ntrans tr td:nth-of-type(2) span.__escape{
 	font-style:normal;
 }

table.__ntrans tr td:nth-of-type(3){
	padding-left:4em;
	text-align:right;
}

table.__ntrans tr td:nth-of-type(4)
{
	padding-left:0.5em;
}


table.__transi{
	margin: 0 auto 0 auto;
	width:80%;
}

table.__transi tr td:nth-of-type(2){
	font-style:italic
    }

/* Please add additional rules immediately above below this line */