Index:Agreement relating to Malaysia (1963).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/*Table for Appendix F on page 189*/
table.appendix_F_first { 
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

/*draw border at the base of the header*/
table.appendix_F_first tr:nth-child(2) th {
	border-bottom: 1px solid;
}

table.appendix_F_first tr:nth-child(1) th {
	border-top: 1px solid;
}

/*create intervening vertical boders*/
table.appendix_F_first th:nth-child(n+2),
table.appendix_F_first td:nth-child(n+2){
	border-left: 1px solid;
}

/*center texts in the following columns*/
table.appendix_F_first td:nth-child(1),
table.appendix_F_first td:nth-child(4),
table.appendix_F_first td:nth-child(5),
table.appendix_F_first td:nth-child(7),
table.appendix_F_first th {
	text-align: center;
}

table.appendix_F_first th {
	padding-right: 0.5em;
	padding-left: 0.5em;
}

table.appendix_F_first td:nth-child(2) {
	padding-left: 0.5em;
}

table.appendix_F_first td:nth-child(3),
table.appendix_F_first td:nth-child(7), 
table.appendix_F_first td:nth-child(9) {
	border-left:none;
}

/*Appendix F last table on page 200*/
table.appendix_F_last { 
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/*draw border at the base of the header*/
table.appendix_F_last tr:nth-child(2) th {
	border-bottom: 1px solid;
}

/*create intervening vertical boders*/
table.appendix_F_last th:nth-child(n+2),
table.appendix_F_last td:nth-child(n+2){
	border-left: 1px solid;
}

table.appendix_F_last th,
table.appendix_F_last td {
	padding-right: 0.5em;
	padding-left: 0.5em;
}

table.appendix_F_last td:nth-child(1),
table.appendix_F_last th {
	text-align: center;
}

table.appendix_F_last td:nth-child(4) {
	border-left:none;
}

/*table 1 on page 217*/
table.annex_G_tableone { 
	border-collapse: collapse;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin:0 auto 0 auto;
}

/*add vertical borders*/
table.annex_G_tableone th:nth-child(n+2),
table.annex_G_tableone td:nth-child(n+3){
	border-left: 1px solid;
}

/*draw border at the base of the header*/
table.annex_G_tableone th {
	border-bottom: 1px solid;
	text-align: center;
	padding-right: 1em;
}

/*centering all data in the data columns*/
table.annex_G_tableone td {
    text-align: center;	
}    

/*tables on from pages 218 to 219*/
table.annex_G_tabletwo { 
	border-collapse: collapse;
	margin:0 auto 0 auto;
}

/*draw border at the base of the header*/
table.annex_G_tabletwo th {
	text-align: center;
	padding-right: 1em;
}

/*centering all data in the data columns*/
table.annex_G_tabletwo td {
    text-align: center;	
    padding-right: 1em;
}