Blame Extras/Trac/htdocs/css/diff.css

4c79b5
/* Diff preferences */
4c79b5
4c79b5
#prefs fieldset { 
4c79b5
	margin: 1em .5em .5em; 
4c79b5
	padding: .5em 1em 0; 
4c79b5
	}
4c79b5
4c79b5
/* Diff/change overview */
4c79b5
4c79b5
#overview { 
4c79b5
	line-height: 130%; 
4c79b5
	margin-top: 1em; padding: .5em;
4c79b5
	}
4c79b5
4c79b5
#overview dt.property {
4c79b5
	font-weight: bold;
4c79b5
	padding-right: .25em;
4c79b5
	position: absolute;
4c79b5
	left: 0;
4c79b5
	text-align: right;
4c79b5
	width: 7.75em;
4c79b5
	}
4c79b5
4c79b5
#overview dd { 
4c79b5
	margin-left: 8em; 
4c79b5
	}
4c79b5
4c79b5
#overview .message { 
4c79b5
	padding: 1em 0 1px; 
4c79b5
	}
4c79b5
4c79b5
#overview dd.message p, 
4c79b5
#overview dd.message ul, 
4c79b5
#overview dd.message ol,
4c79b5
#overview dd.message pre { 
4c79b5
	margin-bottom: 1em; 
4c79b5
	margin-top: 0; 
4c79b5
	}
4c79b5
4c79b5
/* Colors for change types */
4c79b5
4c79b5
#chglist .edit, 
4c79b5
#overview .mod, 
4c79b5
.diff #legend .mod {
4c79b5
	background: #fd8; 
4c79b5
	}
4c79b5
4c79b5
#chglist .delete,
4c79b5
#overview .rem,
4c79b5
.diff #legend .rem { 
4c79b5
	background: #f88; 
4c79b5
	}
4c79b5
4c79b5
#chglist .add, 
4c79b5
#overview .add, 
4c79b5
.diff #legend .add { 
4c79b5
	background: #bfb; 
4c79b5
	}
4c79b5
4c79b5
#chglist .copy, 
4c79b5
#overview .cp, 
4c79b5
.diff #legend .cp { 
4c79b5
	background: #88f; 
4c79b5
	}
4c79b5
4c79b5
#chglist .move, 
4c79b5
#overview .mv, 
4c79b5
.diff #legend .mv { 
4c79b5
	background: #ccc; 
4c79b5
	}
4c79b5
4c79b5
#chglist .unknown { 
4c79b5
	background: #fff; 
4c79b5
	}
4c79b5
4c79b5
/* Legend for diff colors */
4c79b5
4c79b5
.diff #legend {
4c79b5
	float: left;
4c79b5
	font-size: 9px;
4c79b5
	line-height: 1em;
4c79b5
	margin: 1em 0;
4c79b5
	padding: .5em;
4c79b5
	}
4c79b5
4c79b5
.diff #legend h3 { 
4c79b5
	display: none; 
4c79b5
	}
4c79b5
4c79b5
.diff #legend dt {
4c79b5
	background: #fff;
4c79b5
	border: 1px solid #999;
4c79b5
	float: left;
4c79b5
	margin: .1em .5em .1em 2em;
4c79b5
	overflow: hidden;
4c79b5
	width: .8em; height: .8em;
4c79b5
	}
4c79b5
4c79b5
.diff #legend dl, 
4c79b5
.diff #legend dd {
4c79b5
	display: inline;
4c79b5
	float: left;
4c79b5
	padding: 0;
4c79b5
	margin: 0;
4c79b5
	margin-right: .5em;
4c79b5
	}
4c79b5
4c79b5
/* Styles for the list of diffs */
4c79b5
4c79b5
.diff ul.entries { 
4c79b5
	list-style: none !important; 
4c79b5
	clear: both; 
4c79b5
	margin: 0 !important; 
4c79b5
	padding: 0 !important; 
4c79b5
	}
4c79b5
4c79b5
.diff ul.entries ul.props li { 
4c79b5
	overflow: auto; 
4c79b5
	}
4c79b5
4c79b5
.diff li.entry {
4c79b5
	background: #f7f7f7;
4c79b5
	border: 1px solid #d7d7d7;
4c79b5
	list-style-type: none;
4c79b5
	margin: 0 0 2em !important;
4c79b5
	padding: 2px !important;
4c79b5
	position: relative;
4c79b5
	width: 100%;
4c79b5
	}
4c79b5
4c79b5
.diff h2 {
4c79b5
	color: #333;
4c79b5
	font-size: 14px;
4c79b5
	letter-spacing: normal;
4c79b5
	margin: 0 auto;
4c79b5
	padding: .1em 0 .25em .5em;
4c79b5
	}
4c79b5
4c79b5
/* Styles for the actual diff tables (side-by-side and inline) */
4c79b5
4c79b5
.diff table {
4c79b5
	border: 1px solid #ddd;
4c79b5
	border-spacing: 0;
4c79b5
	border-top: 0;
4c79b5
	empty-cells: show;
4c79b5
	font-size: 12px;
4c79b5
	line-height: 130%;
4c79b5
	padding: 0;
4c79b5
	margin: 0 auto;
4c79b5
	table-layout: fixed;
4c79b5
	width: 100%;
4c79b5
	}
4c79b5
4c79b5
.diff table col.lineno { 
4c79b5
	width: 4em; 
4c79b5
	}
4c79b5
4c79b5
.diff table th {
4c79b5
	border-right: 1px solid #d7d7d7;
4c79b5
	border-bottom: 1px solid #998;
4c79b5
	font-size: 11px;
4c79b5
	}
4c79b5
4c79b5
.diff table thead th {
4c79b5
	background: #eee;
4c79b5
	border-top: 1px solid #d7d7d7;
4c79b5
	color: #999;
4c79b5
	padding: 0 .25em;
4c79b5
	text-align: center;
4c79b5
	white-space: nowrap;
4c79b5
	}
4c79b5
4c79b5
.diff table tbody th {
4c79b5
	background: #eed;
4c79b5
	color: #886;
4c79b5
	font-weight: normal;
4c79b5
	padding: 0 .5em;
4c79b5
	text-align: right;
4c79b5
	vertical-align: top;
4c79b5
	}
4c79b5
4c79b5
.diff table tbody td {
4c79b5
	background: #fff;
4c79b5
	font: normal 11px monospace;
4c79b5
	overflow: visible;
4c79b5
	padding: 1px 2px;
4c79b5
	vertical-align: top;
4c79b5
	}
4c79b5
4c79b5
.diff table tbody.skipped td {
4c79b5
	background: #f7f7f7;
4c79b5
	border: 1px solid #d7d7d7;
4c79b5
	}
4c79b5
4c79b5
.diff td ins, 
4c79b5
.diff td del {
4c79b5
	text-decoration: none;
4c79b5
	}
4c79b5
4c79b5
/* Styles for the inline diff */
4c79b5
4c79b5
.diff table.inline tbody.mod td.l, 
4c79b5
.diff table.inline tbody.rem td.l {
4c79b5
	background: #fdd;
4c79b5
	border-color: #c00;
4c79b5
	border-style: solid;
4c79b5
	border-width: 0 1px 0 1px;
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod td.r, 
4c79b5
.diff table.inline tbody.add td.r {
4c79b5
	background: #dfd;
4c79b5
	border-color: #0a0;
4c79b5
	border-style: solid;
4c79b5
	border-width: 0 1px 0 1px;
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod tr.first td.l,
4c79b5
.diff table.inline tbody.rem tr.first td.l { 
4c79b5
	border-top-width: 1px; 
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod tr.last td.l,
4c79b5
.diff table.inline tbody.rem tr.last td.l { 
4c79b5
	border-bottom-width: 1px;
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod tr.first td.r,
4c79b5
.diff table.inline tbody.add tr.first td.r { 
4c79b5
	border-top-width: 1px; 
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod tr.last td.r,
4c79b5
.diff table.inline tbody.add tr.last td.r { 
4c79b5
	border-bottom-width: 1px; 
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod td del { 
4c79b5
	background: #e99; 
4c79b5
	color: #000;
4c79b5
	}
4c79b5
4c79b5
.diff table.inline tbody.mod td ins { 
4c79b5
	background: #9e9; 
4c79b5
	color: #000;
4c79b5
	}
4c79b5
4c79b5
/* Styles for the side-by-side diff */
4c79b5
4c79b5
.diff table.sidebyside colgroup.content { 
4c79b5
	width: 50%; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.mod td.l { 
4c79b5
	background: #fe9; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.mod td.r { 
4c79b5
	background: #fd8; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.add td.l { 
4c79b5
	background: #dfd; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.add td.r { 
4c79b5
	background: #cfc; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.rem td.l { 
4c79b5
	background: #f88; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.rem td.r { 
4c79b5
	background: #faa; 
4c79b5
	}
4c79b5
4c79b5
.diff table.sidebyside tbody.mod del, 
4c79b5
.diff table.sidebyside tbody.mod ins {
4c79b5
	background: #fc0; 
4c79b5
	}