Blame Identity/Webenv/Themes/Default/Trac/0.10.4/Modern/htdocs/css/diff.css

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