Bracket

 view release on metacpan or  search on metacpan

root/static/css/main.css  view on Meta::CPAN

}

table.container {
	border: white;
	borer-collapse: collapse;
	padding: 0px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
td.container {
	border: white;
	padding: 0px;
}

table.lower_seed_check tr {
        border-bottom: 1px solid #ccc;	
}
table.lower_seed_check th {
	padding: 0.1em;
        font-weight: bold;
	font-size: smaller;
}
table.lower_seed_check td {
	padding: 0.1em;
	font-size: smaller;
}


.message { color:#347235; font-style:italic; }
.error_message { color:#800517; font-weight: bold; }
.error { color:#800517; }


table {
	border-collapse: collapse; 
}
#all_player_home {
	font-size: 1.00em;
}
table#all_player_home {
	border: none; 
	font: arial, helvetica, verdana, sans-serif;
} 

#all_player_home th {
	vertical-align: middle;
	font-weight: bold;
	padding: 2px;
} 

#all_player_home td {
	vertical-align: middle; 
	padding: 2px;
} 

/* Styles Regional Bracke */
td p { 
	border-bottom: solid thin black; 
	margin: 0; 
	padding: 5px 5px 2px 5px; 
	cursor: pointer;
} 


.out {
	text-decoration: line-through; 
	font-size: smaller;
}

.in {
	color: green;
}

.pending {}

.points {
	font-size: bigger; 
	color: chocolate;
}

.cash {
	color: darkgreen;
}

.odd {
	background-color: #f0f0f0;
}

.even {}

.tournament_header {
    float:left; 
    clear:left;
    font-size: 0.92em;
    border:#eee 1px solid;
    padding: 3px;
    margin: 0.1em;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.no_border {
	border: none;
}

.page_header {
	width: 100%;
}

td p:hover { background-color:cornsilk;  border: solid 1px black;}

table.regional_bracket {
	margin-left: 4em;
	margin-top: 1em;
	background: white;
}
.regional_bracket td { 
	vertical-align: middle;
/*	width: 12em; */ 
	margin: 0;
	padding: 0; 



( run in 1.449 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )