Blame Extras/Trac/htdocs/css/roadmap.css

4c79b5
/* General styles for the progress bars */
4c79b5
4c79b5
table.progress {
4c79b5
	border: 1px solid #d7d7d7;
4c79b5
	border-collapse: collapse;
4c79b5
	border-spacing: 0;
4c79b5
	float: left;
4c79b5
	margin: 0;
4c79b5
	padding: 0;
4c79b5
	empty-cells: show;
4c79b5
	}
4c79b5
4c79b5
table.progress a,
4c79b5
table.progress :link,
4c79b5
table.progress :visited,
4c79b5
table.progress :link:hover,
4c79b5
table.progress :visited:hover {
4c79b5
	border: none;
4c79b5
	display: block;
4c79b5
	width: 100%;
4c79b5
	height: 1.2em;
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	text-decoration: none;
4c79b5
	}
4c79b5
4c79b5
table.progress td { 
4c79b5
	background: #fff; 
4c79b5
	padding: 0 
4c79b5
	}
4c79b5
4c79b5
table.progress td.closed { 
4c79b5
	background: #bae0ba; 
4c79b5
	}
4c79b5
4c79b5
table.progress td :hover { 
4c79b5
	background: none; 
4c79b5
	}
4c79b5
4c79b5
p.percent { 
4c79b5
	font-size: 10px;
4c79b5
	line-height: 2.4em;
4c79b5
	margin: 0.9em 0 0; 
4c79b5
	}
4c79b5
4c79b5
/* Styles for the roadmap view */
4c79b5
4c79b5
ul.milestones {
4c79b5
	margin: 2em 0 0;
4c79b5
	padding: 0;
4c79b5
	}
4c79b5
4c79b5
li.milestone {
4c79b5
	list-style: none;
4c79b5
	margin-bottom: 4em;
4c79b5
	}
4c79b5
4c79b5
.milestone .info {
4c79b5
	white-space: nowrap;
4c79b5
	}
4c79b5
4c79b5
.milestone .info h2 {
4c79b5
	background: #f7f7f7;
4c79b5
	border-bottom: 1px solid #d7d7d7;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
.milestone .info h2 :link, 
4c79b5
.milestone .info h2 :visited {
4c79b5
	color: #000;
4c79b5
	display: block;
4c79b5
	border-bottom: none;
4c79b5
	}
4c79b5
4c79b5
.milestone .info h2 :link:hover, 
4c79b5
.milestone .info h2 :visited:hover {
4c79b5
	color: #000;
4c79b5
	}
4c79b5
4c79b5
.milestone .info h2 em { 
4c79b5
	color: #b00; 
4c79b5
	font-style: normal; 
4c79b5
	}
4c79b5
4c79b5
.milestone .info .date {
4c79b5
	color: #888;
4c79b5
	font-size: 11px;
4c79b5
	font-style: italic;
4c79b5
	margin: 0;
4c79b5
	}
4c79b5
4c79b5
.milestone .info .progress { 
4c79b5
	margin: 1em 1em 0; 
4c79b5
	width: 40em;
4c79b5
	max-width: 70%; 
4c79b5
	}
4c79b5
4c79b5
.milestone .info dl {
4c79b5
	font-size: 10px;
4c79b5
	font-style: italic;
4c79b5
	margin: 0 1em 2em;
4c79b5
	white-space: nowrap;
4c79b5
	}
4c79b5
4c79b5
.milestone .info dt { 
4c79b5
	display: inline; margin-left: .5em; 
4c79b5
	}
4c79b5
4c79b5
.milestone .info dd { 
4c79b5
	display: inline; margin: 0 1em 0 .5em; 
4c79b5
	}
4c79b5
4c79b5
.milestone .description { 
4c79b5
	margin-left: 1em; 
4c79b5
	}
4c79b5
4c79b5
/* Styles for the milestone view */
4c79b5
4c79b5
.milestone .date { 
4c79b5
	color: #888; 
4c79b5
	font-style: italic; 
4c79b5
	margin: 0; 
4c79b5
	}
4c79b5
4c79b5
.milestone .description { 
4c79b5
	margin: 1em 0 2em; 
4c79b5
	}
4c79b5
4c79b5
/* Styles for the milestone statistics table */
4c79b5
4c79b5
#stats { 
4c79b5
	float: right; 
4c79b5
	margin: 0 0 2em 2em; 
4c79b5
	width: 400px; 
4c79b5
	max-width: 40%; 
4c79b5
	}
4c79b5
4c79b5
#stats legend { 
4c79b5
	white-space: nowrap; 
4c79b5
	}
4c79b5
4c79b5
#stats table { 
4c79b5
	border-collapse: collapse; 
4c79b5
	width: 100%; 
4c79b5
	}
4c79b5
4c79b5
#stats th, 
4c79b5
#stats td { 
4c79b5
	font-size: 10px; 
4c79b5
	padding: 0; 
4c79b5
	white-space: nowrap; 
4c79b5
	}
4c79b5
4c79b5
#stats th {
4c79b5
	text-align: right; 
4c79b5
	text-transform: capitalize; 
4c79b5
	}
4c79b5
4c79b5
#stats th :link,
4c79b5
#stats th :visited { 
4c79b5
	border: none; 
4c79b5
	}
4c79b5
4c79b5
#stats td {
4c79b5
	padding-left: 0.5em; 
4c79b5
	width: 100%; 
4c79b5
	}
4c79b5
4c79b5
#stats td table.progress { 
4c79b5
	margin: 3px 4px 3px 0; 
4c79b5
	}
4c79b5
4c79b5
#stats td table.progress td { 
4c79b5
	padding: 0; 
4c79b5
	}
4c79b5
4c79b5
#stats td p.percent {
4c79b5
	line-height: 1.2em; 
4c79b5
	margin-top: 3px;
4c79b5
	}
4c79b5
4c79b5
/* Styles for the milestone edit form */
4c79b5
4c79b5
#edit fieldset { 
4c79b5
	margin: 1em 0; 
4c79b5
	}
4c79b5
4c79b5
#edit em { 
4c79b5
	color: #888; 
4c79b5
	font-size: smaller; 
4c79b5
	}
4c79b5
4c79b5
#edit .disabled em { 
4c79b5
	color: #d7d7d7; 
4c79b5
	}
4c79b5
4c79b5
#edit .field { 
4c79b5
	margin-top: 1.3em; 
4c79b5
	}
4c79b5
4c79b5
#edit label {
4c79b5
	padding-left: .2em;
4c79b5
	}
4c79b5
4c79b5
#edit textarea#description { 
4c79b5
	width: 97%; 
4c79b5
	}