@@ -4838,205 +4838,215 @@ div.diffblock .parents {
div.diffblock .children {
float: right;
min-height: 26px;
font-size: 10px;
font-weight: 400;
vertical-align: middle;
text-align: right;
padding: 0px 2px 2px 2px;
background-color: #eeeeee;
border-bottom: 1px solid #CCCCCC;
}
div.diffblock .code-body {
background: #FFFFFF;
clear: both;
div.diffblock pre.raw {
color: #000000;
table.code-difftable {
border-collapse: collapse;
width: 99%;
border-radius: 0px !important;
table.code-difftable td {
padding: 0 !important;
background: none !important;
border: 0 !important;
vertical-align: baseline !important
table.code-difftable .context {
background: none repeat scroll 0 0 #DDE7EF;
color: #999;
table.code-difftable .add {
background: none repeat scroll 0 0 #DDFFDD;
table.code-difftable .add ins {
background: none repeat scroll 0 0 #AAFFAA;
text-decoration: none;
table.code-difftable .del {
background: none repeat scroll 0 0 #FFDDDD;
table.code-difftable .del del {
background: none repeat scroll 0 0 #FFAAAA;
table.code-highlighttable div.code-highlight pre u:before,
table.code-difftable td.code pre u:before {
content: "\21a6";
display: inline-block;
width: 0;
table.code-highlighttable div.code-highlight pre u.cr:before,
table.code-difftable td.code pre u.cr:before {
content: "\21a4";
color: rgba(0,0,0,0.5);
table.code-highlighttable div.code-highlight pre u,
table.code-difftable td.code pre u {
color: rgba(0,0,0,0.15);
table.code-highlighttable div.code-highlight pre i,
table.code-difftable td.code pre i {
border-style: solid;
border-left-width: 1px;
/** LINE NUMBERS **/
table.code-difftable .lineno {
padding-left: 2px;
padding-right: 2px !important;
width: 30px;
-moz-user-select: none;
-webkit-user-select: none;
border-right: 1px solid #CCC !important;
border-left: 0px solid #CCC !important;
border-top: 0px solid #CCC !important;
border-bottom: none !important;
vertical-align: middle !important;
table.code-difftable .lineno.new {
table.code-difftable .lineno.old {
table.code-difftable .lineno a {
color: #aaa !important;
font: 11px Consolas, Monaco, Inconsolata, Liberation Mono, monospace !important;
letter-spacing: -1px;
padding-right: 2px;
padding-right: 8px;
cursor: pointer;
display: block;
table.code-difftable .lineno-inline {
background: none repeat scroll 0 0 #FFF !important;
/** CODE **/
table.code-difftable .code {
width: 100%;
table.code-difftable .code td {
margin: 0;
padding: 0;
table.code-difftable .code pre {
margin: 0 0 0 12px;
min-height: 17px;
line-height: 17px;
white-space: pre-wrap;
.add-bubble {
position: relative;
display: none;
float: left;
width: 0px;
height: 0px;
tr.line.add td.code:hover .add-bubble,
tr.line.del td.code:hover .add-bubble,
tr.line.unmod td.code:hover .add-bubble {
display: inherit;
left: -8px;
box-sizing: border-box;
tr.line.add:hover td .add-bubble,
tr.line.del:hover td .add-bubble,
tr.line.unmod:hover td .add-bubble {
.add-bubble div {
left: -32px;
width: 32px;
height: 32px;
background: #577632;
width: 16px;
height: 16px;
padding: 0 2px 2px 0.5px;
border: 1px solid #577632;
border-radius: 3px;
.add-bubble div:before {
font-size: 14px;
color: #577632;
color: #ffffff;
font-family: "kallithea";
content: '\e80c';
.add-bubble div:hover {
transform: scale(1.2, 1.2);
div.comment:target>.comment-wrapp {
border: solid 2px #ee0 !important;
.lineno:target a {
margin: -2px;
.btn-image-diff-show,
.btn-image-diff-swap {
margin: 5px;
.img-diff {
max-width: 45%;
height: auto;
/* http://lea.verou.me/demos/css3-patterns.html */
background-image:
linear-gradient(45deg, #888 25%, transparent 25%, transparent),
linear-gradient(-45deg, #888 25%, transparent 25%, transparent),
linear-gradient(45deg, transparent 75%, #888 75%),
linear-gradient(-45deg, transparent 75%, #888 75%);
background-size: 10px 10px;
background-color: #999;
.img-preview {
max-width: 100%;
div.prev-next-comment div.prev-comment,
div.prev-next-comment div.next-comment {
min-width: 150px;
margin: 3px 6px;
#help_kb {
.icon-only-links i {
color: white;
Status change: