Python Pedigree Database
Artifact [29437430a1]
Not logged in

Artifact 29437430a1405c27b6c2682da47e9ee8f73c4409:


/*
 * Common CSS file - sets styles common to all media for PPDB
 */

h1 {
   font-weight: bold;
   font-size: 32px;}

p {font-size: 16px;}
   
/* These styles are for the two columns of forms in content.fixed */
div.col_left {
	float: left;
	height: auto;
	width: 537px; 
}

div.col_right {
	float: left;
 	height: auto;
	width: 437px;
}


/* general purpose macros */
div.spacer {clear: both;}

.f-right { float: right;}
.f-left { float: left; }
	
.centre {text-align: center;}
.bold {font-weight:bold;}
.em1 {font-size: 64px;}
.em2 {font-size: 16px;}
.em3 {font-size: 20px;}
.em4 {font-size: 16px;}
.em5 {font-size: 14px;}
.em6 {font-size: 12px;}
.em7 {font-size: 10px;}
.nologo {visibility: hidden; width: 0;} 
.invis {visibility: hidden;} /* Element is invisible but still takes up space */
.nodisplay {display: none;} /* Element is invisible and takes up no space */
.grayed {color: gray;}
.hilite {color: red;}
.current {color: green;}

li.off {list-style-type: none;}

/* Result listing tables  */
button.sortbtn {width: 100%} 

table.resultlist {
	border-collapse: collapse;
	margin-left: auto;	
	margin-right: auto;
}

td.datacell, th.datahead {
	border: 1px solid green;
	padding-left: 3px;
	padding-right: 3px}
	
th.datahead {white-space: nowrap;}
	
td.numcell {text-align: right;}
	
td.pedcell {font-size: 12px;}

td.anccell {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}
	
td.borderright, th.borderright {
	border-right: 1px solid green;
}