| | |
| | | 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; |
| | |
| | | white-space: nowrap; |
| | | vertical-align: baseline; |
| | | } |
| | | |
| | |
|
| | | [class^="icon-"], [class*=" icon-"] i {
|
| | | /* override for a links that look like bootstrap buttons */
|
| | | vertical-align: text-bottom;
|
| | |
| | | }
|
| | |
|
| | | .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 {
|
| | |
| | | |
| | | td.ticket-list-state { |
| | | vertical-align: middle; |
| | | }
|
| | |
|
| | | td.ticket-list-priority {
|
| | | vertical-align: middle;
|
| | | } |
| | | |
| | | .ticket-list-details { |
| | |
| | |
|
| | | a.list {
|
| | | text-decoration: none;
|
| | | color: inherit;
|
| | | }
|
| | |
|
| | | a.list-strikethrough {
|
| | | text-decoration: line-through;
|
| | | color: inherit;
|
| | | }
|
| | |
|
| | |
| | | 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;
|
| | | }
|
| | |
|
| | | td.changeType {
|
| | |
| | | background-color: #fff; |
| | | border-color: #ece7e2; |
| | | color: #815b3a; |
| | | } |
| | | }
|
| | | .severity-catastrophic {
|
| | | color:#D51900;
|
| | | }
|
| | | .severity-catastrophic:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: "●●●●●";
|
| | | font-weight:900;
|
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-critical {
|
| | | color:#D55900;
|
| | | }
|
| | | .severity-critical:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: " ●●●●";
|
| | | font-weight:900;
|
| | | 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: " ●●●";
|
| | | font-weight:900;
|
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-minor {
|
| | | color:#009E73;
|
| | | }
|
| | | .severity-minor:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: " ●●";
|
| | | font-weight:900;
|
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-negligible {
|
| | | color:#0072B2;
|
| | | }
|
| | | .severity-negligible:after {
|
| | | font-family: Helvetica,arial,freesans,clean,sans-serif ;
|
| | | content: " ●";
|
| | | font-weight:900;
|
| | | font-size:.45em; |
| | | font-variant:small-caps;
|
| | | display:flex;
|
| | | white-space: pre;
|
| | | }
|
| | | .severity-unrated {
|
| | | }
|
| | | .priority-urgent {
|
| | | color:#D51900;
|
| | | }
|
| | | .priority-high {
|
| | | color:#D55900;
|
| | | }
|
| | | .priority-normal {
|
| | | }
|
| | | .priority-low {
|
| | | color:#0072B2;
|
| | | }
|