| | |
| | | font-weight: bold;
|
| | | }
|
| | |
|
| | | .gray {
|
| | | color: #888;
|
| | | }
|
| | |
|
| | | .octicon-centered {
|
| | | text-align: center;
|
| | | width: 16px;
|
| | | }
|
| | |
|
| | | tr:hover .octicon-centered {
|
| | | color:#eee;
|
| | | }
|
| | |
|
| | | .label a.bugtraq { |
| | | font-weight: normal; |
| | | color: white; |
| | |
| | | }
|
| | |
|
| | | .repositorynavbar {
|
| | | background-color: #fbfbfb;
|
| | | background-color: #f8f8f8;
|
| | | border-bottom: 1px solid #ccc;
|
| | | margin-bottom: 10px;
|
| | | }
|
| | |
|
| | | .repositorynavbar .title {
|
| | | line-height: 32px;
|
| | | padding: 5px 0px;
|
| | | padding: 10px 0px;
|
| | | }
|
| | |
|
| | | .repositorynavbar .repository {
|
| | |
| | | font-family: inherit;
|
| | | }
|
| | |
|
| | | div.diff.hunk_header {
|
| | | -moz-border-bottom-colors: none;
|
| | | -moz-border-image: none;
|
| | | -moz-border-left-colors: none;
|
| | | -moz-border-right-colors: none;
|
| | | -moz-border-top-colors: none;
|
| | | border-color: #FFE0FF;
|
| | | border-style: dotted;
|
| | | border-width: 1px 0 0;
|
| | | margin-top: 2px;
|
| | | font-family: inherit;
|
| | | }
|
| | |
|
| | | span.diff.hunk_info {
|
| | | background-color: #FFEEFF;
|
| | | color: #990099;
|
| | |
| | | font-family: inherit;
|
| | | }
|
| | |
|
| | | div.diff.add2 {
|
| | | background-color: #DDFFDD;
|
| | | font-family: inherit;
|
| | | .diff-cell {
|
| | | margin: 0px;
|
| | | padding: 0 2px;
|
| | | border: 0;
|
| | | border-left: 1px solid #bbb;
|
| | | }
|
| | |
|
| | | div.diff.remove2 {
|
| | | .add2 {
|
| | | background-color: #DDFFDD;
|
| | | }
|
| | |
|
| | | .remove2 {
|
| | | background-color: #FFDDDD;
|
| | | font-family: inherit;
|
| | | }
|
| | |
|
| | | div.diff table {
|
| | | .context2 {
|
| | | background-color: #FEFEFE;
|
| | | }
|
| | |
|
| | | .trailingws-add {
|
| | | background-color: #99FF99; |
| | | }
|
| | |
|
| | | .trailingws-sub {
|
| | | background-color: #FF9999; |
| | | }
|
| | |
|
| | | div.diff > table {
|
| | | border-radius: 0;
|
| | | border-right: 1px solid #bbb;
|
| | | border-bottom: 1px solid #bbb;
|
| | | width: 100%;
|
| | | }
|
| | |
|
| | | div.diff table th, div.diff table td {
|
| | | margin: 0px;
|
| | | padding: 0px;
|
| | | font-family: monospace;
|
| | | border: 0;
|
| | | }
|
| | |
|
| | | div.diff table th {
|
| | | background-color: #f0f0f0;
|
| | | .diff-line {
|
| | | background-color: #fbfbfb;
|
| | | text-align: center;
|
| | | color: #999;
|
| | | padding-left: 5px;
|
| | | padding-right: 5px;
|
| | | width: 30px;
|
| | | padding-left: 2px;
|
| | | padding-right: 2px;
|
| | | width: 3em; /* Font-size relative! */
|
| | | min-width: 3em;
|
| | | }
|
| | |
|
| | | div.diff table th.header {
|
| | | background-color: #D2C3AF;
|
| | | border-right: 0px;
|
| | | border-bottom: 1px solid #808080;
|
| | | font-family: inherit;
|
| | | font-size:0.9em;
|
| | | color: black;
|
| | | padding: 2px;
|
| | | text-align: left;
|
| | | .diff-line:before {
|
| | | content: attr(data-lineno);
|
| | | }
|
| | |
|
| | | div.diff table td.hunk_header {
|
| | | .diff-state {
|
| | | background-color: #fbfbfb;
|
| | | text-align: center;
|
| | | color: #999;
|
| | | padding-left: 2px;
|
| | | padding-right: 2px;
|
| | | width: 0.5em; /* Font-size relative! */
|
| | | }
|
| | |
|
| | | .diff-state-add:before {
|
| | | color: green;
|
| | | font-weight: bold;
|
| | | content: '+';
|
| | | }
|
| | |
|
| | | .diff-state-sub:before {
|
| | | color: red;
|
| | | font-weight: bold;
|
| | | content: '-';
|
| | | }
|
| | |
|
| | | .hunk_header {
|
| | | background-color: #dAe2e5 !important;
|
| | | border-left: 1px solid #bbb;
|
| | | border-top: 1px solid #bac2c5;
|
| | | border-bottom: 1px solid #bac2c5;
|
| | | color: #555;
|
| | | }
|
| | |
|
| | | div.diff table td {
|
| | | border-left: 1px solid #bbb;
|
| | | background-color: #fbfbfb;
|
| | | /* Image diffs. */
|
| | |
|
| | | /* Set on body during mouse tracking. */
|
| | | .no-select {
|
| | | -webkit-touch-callout:none;
|
| | | -webkit-user-select:none;
|
| | | -khtml-user-select:none;
|
| | | -moz-user-select:none;
|
| | | -ms-user-select:none;
|
| | | user-select:none;
|
| | | }
|
| | |
|
| | | div.imgdiff-container {
|
| | | padding: 10px;
|
| | | background: #EEE;
|
| | | }
|
| | |
|
| | | div.imgdiff {
|
| | | margin: 10px 20px;
|
| | | position:relative;
|
| | | display: inline-block;
|
| | | /* Checkerboard background to reveal transparency. */
|
| | | background-color: white;
|
| | | background-image: linear-gradient(45deg, #DDD 25%, transparent 25%, transparent 75%, #DDD 75%, #DDD), linear-gradient(45deg, #DDD 25%, transparent 25%, transparent 75%, #DDD 75%, #DDD);
|
| | | background-size:16px 16px;
|
| | | background-position:0 0, 8px 8px;
|
| | | }
|
| | |
|
| | | div.imgdiff-left {
|
| | | position: absolute;
|
| | | top: 0;
|
| | | bottom: 0;
|
| | | left: 0;
|
| | | width: 0;
|
| | | max-width: 100%;
|
| | | overflow: hidden;
|
| | | }
|
| | |
|
| | | img.imgdiff {
|
| | | user-select: none;
|
| | | border: 1px solid #0F0;
|
| | | }
|
| | | img.imgdiff-old {
|
| | | user-select: none;
|
| | | border: 1px solid #F00;
|
| | | }
|
| | | .imgdiff-opa-container {
|
| | | width: 200px;
|
| | | height: 4px;
|
| | | margin: 12px 35px;
|
| | | padding: 0;
|
| | | position: relative;
|
| | | border-left: 1px solid #888;
|
| | | border-right: 1px solid #888;
|
| | | background: linear-gradient(to bottom, #888, #EEE 50%, #888);
|
| | | }
|
| | |
|
| | | .imgdiff-opa-container:before {
|
| | | content: '';
|
| | | position: absolute;
|
| | | left: -20px;
|
| | | top: -4px;
|
| | | width : 12px;
|
| | | height: 12px;
|
| | | background-image: radial-gradient(6px at 50% 50%, rgba(255, 255, 255, 255) 50%, rgba(255, 255, 255, 0) 6px);
|
| | | }
|
| | |
|
| | | .imgdiff-opa-container:after {
|
| | | content: '';
|
| | | position: absolute;
|
| | | right: -20px;
|
| | | top: -4px;
|
| | | width : 12px;
|
| | | height: 12px;
|
| | | background-image: radial-gradient(6px at 50% 50%, #888, #888 1px, transparent 6px);
|
| | | }
|
| | |
|
| | | .imgdiff-opa-slider {
|
| | | position:absolute;
|
| | | top : 0;
|
| | | left: -5px;
|
| | | bottom: 0;
|
| | | right: -5px;
|
| | | text-align: left;
|
| | | }
|
| | |
|
| | | .imgdiff-opa-handle {
|
| | | width: 10px;
|
| | | height: 10px;
|
| | | position: absolute;
|
| | | top: -3px;
|
| | | background-image: radial-gradient(5px at 50% 50%, #444, #888, transparent 5px);
|
| | | }
|
| | |
|
| | | .imgdiff-ovr-slider {
|
| | | display: inline-block;
|
| | | margin: 0;
|
| | | padding: 0;
|
| | | position: relative;
|
| | | text-align: left;
|
| | | }
|
| | |
|
| | | .imgdiff-ovr-handle {
|
| | | width : 2px;
|
| | | height: 100%;
|
| | | top: 0px;
|
| | | background: linear-gradient(to right, #444, #FFF);
|
| | | }
|
| | |
|
| | | .imgdiff-ovr-handle:before {
|
| | | content: '';
|
| | | position: absolute;
|
| | | right: -4px;
|
| | | bottom: -5px;
|
| | | width : 10px;
|
| | | height: 10px;
|
| | | background-image: radial-gradient(5px at 50% 50%, #444, #888, transparent 5px);
|
| | | }
|
| | |
|
| | | .imgdiff-ovr-handle:after {
|
| | | content: '';
|
| | | position: absolute;
|
| | | right: -4px;
|
| | | top: -5px;
|
| | | width : 10px;
|
| | | height: 10px;
|
| | | /* border: 1px solid red; */
|
| | | background-image: radial-gradient(5px at 50% 50%, #444, #888, transparent 5px);
|
| | | }
|
| | |
|
| | | /* End image diffs */
|
| | |
|
| | | td.changeType {
|
| | | width: 15px;
|
| | |
| | | color: #815b3a; |
| | | }
|
| | | .severity-catastrophic {
|
| | | color:#CC79A7;
|
| | | color:#D51900;
|
| | | }
|
| | | .severity-catastrophic:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: "Ca";
|
| | | content: "●●●●●";
|
| | | font-weight:900;
|
| | | font-size:.6em; |
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-critical {
|
| | | color:#D55E00;
|
| | | color:#D55900;
|
| | | }
|
| | | .severity-critical:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: "c";
|
| | | content: " ●●●●";
|
| | | font-weight:900;
|
| | | font-size:.6em; |
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-serious {
|
| | | color:#E69F00;
|
| | | }
|
| | | .severity-serious:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: "s";
|
| | | content: " ●●●";
|
| | | font-weight:900;
|
| | | font-size:.6em; |
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-minor {
|
| | | color:#0072B2;
|
| | | color:#009E73;
|
| | | }
|
| | | .severity-minor:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: "m";
|
| | | content: " ●●";
|
| | | font-weight:900;
|
| | | font-size:.6em; |
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-negligible {
|
| | | color:#009E73;
|
| | | color:#0072B2;
|
| | | }
|
| | | .severity-negligible:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: "n";
|
| | | content: " ●";
|
| | | font-weight:900;
|
| | | font-size:.6em; |
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-unrated {
|
| | | }
|
| | | .priority-urgent {
|
| | | color:#CC79A7;
|
| | | color:#D51900;
|
| | | }
|
| | | .priority-high {
|
| | | color:#D55E00;
|
| | | color:#D55900;
|
| | | }
|
| | | .priority-normal {
|
| | | }
|