Last active
November 5, 2017 01:07
-
-
Save gamax92/67bc108d018498a5ad1d654cd327c674 to your computer and use it in GitHub Desktop.
Gitlab Dark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.atwho-view { | |
border-color: #303030; | |
} | |
.atwho-view .cur { | |
background: #1040cf; | |
} | |
.atwho-view ul li { | |
border-bottom-color: #303030; | |
} | |
.atwho-view small { | |
color: #8f8f8f; | |
} | |
.select2-container .select2-choice { | |
border-color: #606060; | |
color: #bfbfbf; | |
background-color: #101010; | |
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #202020), color-stop(0.5, #101010)); | |
background-image: -webkit-linear-gradient(center bottom, #202020 0%, #101010 50%); | |
background-image: -moz-linear-gradient(center bottom, #202020 0%, #101010 50%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101010', endColorstr='#202020', GradientType=0); | |
background-image: linear-gradient(to top, #202020 0%, #101010 50%); | |
} | |
.select2-container.select2-drop-above .select2-choice { | |
border-bottom-color: #606060; | |
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #202020), color-stop(0.9, #101010)); | |
background-image: -webkit-linear-gradient(center bottom, #202020 0%, #101010 90%); | |
background-image: -moz-linear-gradient(center bottom, #202020 0%, #101010 90%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#101010', endColorstr='#202020', GradientType=0); | |
background-image: linear-gradient(to bottom, #202020 0%, #101010 90%); | |
} | |
.select2-drop-mask { | |
background-color: #101010; | |
} | |
.select2-drop { | |
background: #101010; | |
color: #fff; | |
border-color: #606060; | |
} | |
.select2-drop.select2-drop-above { | |
border-top-color: #606060; | |
} | |
.select2-drop-active { | |
border-color: #144fad; | |
} | |
.select2-drop.select2-drop-above.select2-drop-active { | |
border-top-color: #144fad; | |
} | |
.select2-drop-auto-width { | |
border-top-color: #606060; | |
} | |
.select2-container .select2-choice .select2-arrow { | |
border-left-color: #606060; | |
background: #404040; | |
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #404040), color-stop(0.6, #202020)); | |
background-image: -webkit-linear-gradient(center bottom, #404040 0%, #202020 60%); | |
background-image: -moz-linear-gradient(center bottom, #404040 0%, #202020 60%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#404040', GradientType=0); | |
background-image: linear-gradient(to top, #404040 0%, #202020 60%); | |
} | |
html[dir="rtl"] .select2-container .select2-choice .select2-arrow { | |
border-right-color: #606060; | |
} | |
.select2-search input { | |
border-color: #606060; | |
background: #101010 url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px; | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #101010), color-stop(0.99, #202020)); | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #101010 85%, #202020 99%); | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #101010 85%, #202020 99%); | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #101010 85%, #202020 99%) 0 0; | |
} | |
html[dir="rtl"] .select2-search input { | |
background: #101010 url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px; | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #101010), color-stop(0.99, #202020)); | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #101010 85%, #202020 99%); | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, -moz-linear-gradient(center bottom, #101010 85%, #202020 99%); | |
background: url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #101010 85%, #202020 99%) 0 0; | |
} | |
.select2-search input.select2-active { | |
background: #101010 url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%; | |
background: url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #101010), color-stop(0.99, #202020)); | |
background: url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #101010 85%, #202020 99%); | |
background: url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #101010 85%, #202020 99%); | |
background: url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #101010 85%, #202020 99%) 0 0; | |
} | |
.select2-container-active .select2-choice, .select2-container-active .select2-choices { | |
border-color: #144fad; | |
} | |
.select2-dropdown-open .select2-choice { | |
-webkit-box-shadow: 0 1px 0 #101010 inset; | |
box-shadow: 0 1px 0 #101010 inset; | |
background-color: #202020; | |
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #101010), color-stop(0.5, #202020)); | |
background-image: -webkit-linear-gradient(center bottom, #101010 0%, #202020 50%); | |
background-image: -moz-linear-gradient(center bottom, #101010 0%, #202020 50%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#101010', GradientType=0); | |
background-image: linear-gradient(to top, #101010 0%, #202020 50%); | |
} | |
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices { | |
border-color: #144fad; | |
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #101010), color-stop(0.5, #202020)); | |
background-image: -webkit-linear-gradient(center top, #101010 0%, #202020 50%); | |
background-image: -moz-linear-gradient(center top, #101010 0%, #202020 50%); | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#101010', GradientType=0); | |
background-image: linear-gradient(to bottom, #101010 0%, #202020 50%); | |
} | |
.select2-results .select2-highlighted { | |
background: #356fcb; | |
} | |
.select2-results li em { | |
background: #2e2f10; | |
} | |
.select2-results .select2-highlighted ul { | |
background: #101010; | |
color: #fff; | |
} | |
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit { | |
background: #1a1a1a; | |
} | |
.select2-results .select2-disabled.select2-highlighted { | |
color: #9f9f9f; | |
background: #1a1a1a; | |
} | |
.select2-results .select2-disabled { | |
background: #1a1a1a; | |
} | |
.select2-more-results.select2-active { | |
background: #1a1a1a url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%; | |
} | |
.select2-results .select2-ajax-error { | |
background: rgba(208, 16, 16, 0.2); | |
} | |
.select2-more-results { | |
background: #1a1a1a; | |
} | |
.select2-container.select2-container-disabled .select2-choice { | |
background-color: #1a1a1a; | |
border-color: #303030; | |
} | |
.select2-container.select2-container-disabled .select2-choice .select2-arrow { | |
background-color: #1a1a1a; | |
} | |
.select2-container-multi .select2-choices { | |
border-color: #606060; | |
background-color: #101010; | |
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #202020), color-stop(15%, #101010)); | |
background-image: -webkit-linear-gradient(top, #202020 1%, #101010 15%); | |
background-image: -moz-linear-gradient(top, #202020 1%, #101010 15%); | |
background-image: linear-gradient(to bottom, #202020 1%, #101010 15%); | |
} | |
.select2-container-multi.select2-container-active .select2-choices { | |
border-color: #144fad; | |
} | |
.select2-container-multi .select2-choices .select2-search-field input { | |
color: #9f9f9f; | |
} | |
.select2-container-multi .select2-choices .select2-search-field input.select2-active { | |
background: #101010 url(./select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important; | |
} | |
.select2-container-multi .select2-choices .select2-search-choice { | |
color: #cfcfcf; | |
border-color: #606060; | |
-webkit-box-shadow: 0 0 2px #101010 inset, 0 1px 0 rgba(0, 0, 0, 0.05); | |
box-shadow: 0 0 2px #101010 inset, 0 1px 0 rgba(0, 0, 0, 0.05); | |
background-color: #292929; | |
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#1a1a1a', GradientType=0); | |
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #1a1a1a), color-stop(50%, #1e1e1e), color-stop(52%, #262626), color-stop(100%, #202020)); | |
background-image: -webkit-linear-gradient(top, #1a1a1a 20%, #1e1e1e 50%, #262626 52%, #202020 100%); | |
background-image: -moz-linear-gradient(top, #1a1a1a 20%, #1e1e1e 50%, #262626 52%, #202020 100%); | |
background-image: linear-gradient(to bottom, #1a1a1a 20%, #1e1e1e 50%, #262626 52%, #202020 100%); | |
} | |
.select2-container-multi .select2-choices .select2-search-choice-focus { | |
background: #383838; | |
} | |
.select2-container-multi.select2-container-disabled .select2-choices { | |
background-color: #1a1a1a; | |
border-color: #303030; | |
} | |
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { | |
border-color: #303030; | |
background-color: #1a1a1a; | |
} | |
.pika-single { | |
color: #cfcfcf; | |
background: #101010; | |
border-color: #404040; | |
border-bottom-color: #505050; | |
} | |
.pika-label { | |
color: #cfcfcf; | |
background-color: #101010; | |
} | |
.pika-button { | |
color: #9f9f9f; | |
background: #191919; | |
} | |
.is-selected .pika-button { | |
background: #1080cf; | |
} | |
.is-inrange .pika-button { | |
background: #172a37; | |
} | |
.is-endrange .pika-button { | |
background: #1080cf; | |
} | |
mark { | |
color: #fff; | |
} | |
fieldset { | |
border-color: #4b4b4b; | |
} | |
@media print { | |
*, *:before, *:after { | |
color: #fff !important; | |
} | |
pre, blockquote { | |
border-color: #707070; | |
} | |
.btn>.caret, .dropup>.btn>.caret { | |
} | |
.label, .shortcut-mappings .key { | |
} | |
.table td, .file-holder table td, .wiki table td, .md table td, ul.notes .note .note-body .note-text table td, .table th, .file-holder table th, .wiki table th, .md table th, ul.notes .note .note-body .note-text table th { | |
background-color: #101010 !important; | |
} | |
.table-bordered th, .wiki table th, .md table th, ul.notes .note .note-body .note-text table th, .table-bordered td, .wiki table td, .md table td, ul.notes .note .note-body .note-text table td { | |
border-color: #303030 !important; | |
} | |
} | |
body { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #101010; | |
} | |
a { | |
color: #549ee6; | |
} | |
a:hover, a:focus { | |
color: #86baed; | |
} | |
.img-thumbnail { | |
background-color: #101010; | |
border-color: #303030; | |
} | |
hr { | |
border-top-color: #161616; | |
} | |
.text-primary { | |
color: #3b8fe2; | |
} | |
a.text-primary:hover, a.text-primary:focus { | |
color: #64a7e9; | |
} | |
.page-header { | |
border-bottom-color: #161616; | |
} | |
abbr[title], abbr[data-original-title] { | |
border-bottom-color: #151515; | |
} | |
blockquote { | |
border-left-color: #161616; | |
} | |
.blockquote-reverse, blockquote.pull-right, #modal_merge_info .modal-dialog blockquote.btn-clipboard, #modal-geo-info .modal-dialog blockquote.btn-clipboard { | |
border-right-color: #161616; | |
} | |
code { | |
color: #e4614b; | |
background-color: #211513; | |
} | |
pre { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.table>thead>tr>th, .file-holder table>thead>tr>th, .wiki table>thead>tr>th, .md table>thead>tr>th, ul.notes .note .note-body .note-text table>thead>tr>th, .table>thead>tr>td, .file-holder table>thead>tr>td, .wiki table>thead>tr>td, .md table>thead>tr>td, ul.notes .note .note-body .note-text table>thead>tr>td, .table>tbody>tr>th, .file-holder table>tbody>tr>th, .wiki table>tbody>tr>th, .md table>tbody>tr>th, ul.notes .note .note-body .note-text table>tbody>tr>th, .table>tbody>tr>td, .file-holder table>tbody>tr>td, .wiki table>tbody>tr>td, .md table>tbody>tr>td, ul.notes .note .note-body .note-text table>tbody>tr>td, .table>tfoot>tr>th, .file-holder table>tfoot>tr>th, .wiki table>tfoot>tr>th, .md table>tfoot>tr>th, ul.notes .note .note-body .note-text table>tfoot>tr>th, .table>tfoot>tr>td, .file-holder table>tfoot>tr>td, .wiki table>tfoot>tr>td, .md table>tfoot>tr>td, ul.notes .note .note-body .note-text table>tfoot>tr>td { | |
border-top-color: #303030; | |
} | |
.table>thead>tr>th, .file-holder table>thead>tr>th, .wiki table>thead>tr>th, .md table>thead>tr>th, ul.notes .note .note-body .note-text table>thead>tr>th { | |
border-bottom-color: #303030; | |
} | |
.table>tbody+tbody, .file-holder table>tbody+tbody, .wiki table>tbody+tbody, .md table>tbody+tbody, ul.notes .note .note-body .note-text table>tbody+tbody { | |
border-top-color: #303030; | |
} | |
.table .table, .file-holder table .table, .wiki table .table, .md table .table, ul.notes .note .note-body .note-text table .table, .table .file-holder table, .file-holder .table table, .file-holder table table, .table .wiki table, .wiki .table table, .wiki table table, .table .md table, .md .table table, .md table table, .table ul.notes .note .note-body .note-text table, ul.notes .note .note-body .note-text .table table, .file-holder table ul.notes .note .note-body .note-text table, .wiki table ul.notes .note .note-body .note-text table, .md table ul.notes .note .note-body .note-text table, ul.notes .note .note-body .note-text table table { | |
background-color: #101010; | |
} | |
.table-bordered, .wiki table, .md table, ul.notes .note .note-body .note-text table { | |
border-color: #303030; | |
} | |
.table-bordered>thead>tr>th, .wiki table>thead>tr>th, .md table>thead>tr>th, ul.notes .note .note-body .note-text table>thead>tr>th, .table-bordered>thead>tr>td, .wiki table>thead>tr>td, .md table>thead>tr>td, ul.notes .note .note-body .note-text table>thead>tr>td, .table-bordered>tbody>tr>th, .wiki table>tbody>tr>th, .md table>tbody>tr>th, ul.notes .note .note-body .note-text table>tbody>tr>th, .table-bordered>tbody>tr>td, .wiki table>tbody>tr>td, .md table>tbody>tr>td, ul.notes .note .note-body .note-text table>tbody>tr>td, .table-bordered>tfoot>tr>th, .wiki table>tfoot>tr>th, .md table>tfoot>tr>th, ul.notes .note .note-body .note-text table>tfoot>tr>th, .table-bordered>tfoot>tr>td, .wiki table>tfoot>tr>td, .md table>tfoot>tr>td, ul.notes .note .note-body .note-text table>tfoot>tr>td { | |
border-color: #303030; | |
} | |
.table-striped>tbody>tr:nth-of-type(odd) { | |
background-color: #151515; | |
} | |
.table-hover>tbody>tr:hover { | |
background-color: #191919; | |
} | |
.table>thead>tr>td.active, .file-holder table>thead>tr>td.active, .wiki table>thead>tr>td.active, .md table>thead>tr>td.active, ul.notes .note .note-body .note-text table>thead>tr>td.active, .table>thead>tr>th.active, .file-holder table>thead>tr>th.active, .wiki table>thead>tr>th.active, .md table>thead>tr>th.active, ul.notes .note .note-body .note-text table>thead>tr>th.active, .table>thead>tr.active>td, .file-holder table>thead>tr.active>td, .wiki table>thead>tr.active>td, .md table>thead>tr.active>td, ul.notes .note .note-body .note-text table>thead>tr.active>td, .table>thead>tr.active>th, .file-holder table>thead>tr.active>th, .wiki table>thead>tr.active>th, .md table>thead>tr.active>th, ul.notes .note .note-body .note-text table>thead>tr.active>th, .table>tbody>tr>td.active, .file-holder table>tbody>tr>td.active, .wiki table>tbody>tr>td.active, .md table>tbody>tr>td.active, ul.notes .note .note-body .note-text table>tbody>tr>td.active, .table>tbody>tr>th.active, .file-holder table>tbody>tr>th.active, .wiki table>tbody>tr>th.active, .md table>tbody>tr>th.active, ul.notes .note .note-body .note-text table>tbody>tr>th.active, .table>tbody>tr.active>td, .file-holder table>tbody>tr.active>td, .wiki table>tbody>tr.active>td, .md table>tbody>tr.active>td, ul.notes .note .note-body .note-text table>tbody>tr.active>td, .table>tbody>tr.active>th, .file-holder table>tbody>tr.active>th, .wiki table>tbody>tr.active>th, .md table>tbody>tr.active>th, ul.notes .note .note-body .note-text table>tbody>tr.active>th, .table>tfoot>tr>td.active, .file-holder table>tfoot>tr>td.active, .wiki table>tfoot>tr>td.active, .md table>tfoot>tr>td.active, ul.notes .note .note-body .note-text table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .file-holder table>tfoot>tr>th.active, .wiki table>tfoot>tr>th.active, .md table>tfoot>tr>th.active, ul.notes .note .note-body .note-text table>tfoot>tr>th.active, .table>tfoot>tr.active>td, .file-holder table>tfoot>tr.active>td, .wiki table>tfoot>tr.active>td, .md table>tfoot>tr.active>td, ul.notes .note .note-body .note-text table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .file-holder table>tfoot>tr.active>th, .wiki table>tfoot>tr.active>th, .md table>tfoot>tr.active>th, ul.notes .note .note-body .note-text table>tfoot>tr.active>th { | |
background-color: #191919; | |
} | |
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th { | |
background-color: #262626; | |
} | |
@media screen and (max-width: 767px) { | |
.table-responsive { | |
border-color: #303030; | |
} | |
} | |
legend { | |
color: rgba(255, 255, 255, 0.85); | |
border-bottom-color: #282828; | |
} | |
output { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.form-control, .search form { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.form-control:focus, .common-note-form .md-area.is-focused, .search form:focus, .search.search-active form { | |
border-color: #2e69a3; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 105, 163, 0.6); | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(46, 105, 163, 0.6); | |
} | |
.form-control[disabled], .search form[disabled], .form-control[readonly], .search form[readonly], fieldset[disabled] .form-control, fieldset[disabled] .search form, .search fieldset[disabled] form { | |
background-color: #161616; | |
} | |
.has-success .form-control, .has-success .search form, .search .has-success form { | |
border-color: #101010; | |
} | |
.has-success .form-control:focus, .has-success .common-note-form .md-area.is-focused, .common-note-form .has-success .md-area.is-focused, .has-success .search form:focus, .search .has-success form:focus, .has-success .search.search-active form, .search.search-active .has-success form { | |
border-color: #272727; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #101010; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #101010; | |
} | |
.has-success .input-group-addon { | |
border-color: #101010; | |
} | |
.has-warning .form-control, .has-warning .search form, .search .has-warning form { | |
border-color: #101010; | |
} | |
.has-warning .form-control:focus, .has-warning .common-note-form .md-area.is-focused, .common-note-form .has-warning .md-area.is-focused, .has-warning .search form:focus, .search .has-warning form:focus, .has-warning .search.search-active form, .search.search-active .has-warning form { | |
border-color: #272727; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #101010; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #101010; | |
} | |
.has-warning .input-group-addon { | |
border-color: #101010; | |
} | |
.has-error .form-control, .has-error .search form, .search .has-error form { | |
border-color: #101010; | |
} | |
.has-error .form-control:focus, .has-error .common-note-form .md-area.is-focused, .common-note-form .has-error .md-area.is-focused, .has-error .search form:focus, .search .has-error form:focus, .has-error .search.search-active form, .search.search-active .has-error form { | |
border-color: #272727; | |
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #101010; | |
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #101010; | |
} | |
.has-error .input-group-addon { | |
border-color: #101010; | |
} | |
.help-block { | |
color: rgba(195, 195, 195, 0.85); | |
} | |
.btn:hover, .btn:focus, .btn.focus { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn-default { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #101010; | |
border-color: #212326; | |
} | |
.btn-default:focus, .btn-default.focus { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #272727; | |
border-color: #545c6b; | |
} | |
.btn-default:hover { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #272727; | |
border-color: #393e47; | |
} | |
.btn-default:active, .btn-default.active, .open>.btn-default.dropdown-toggle, .open>.btn-default.dropdown-menu-toggle { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #272727; | |
border-color: #393e47; | |
} | |
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open>.btn-default.dropdown-toggle:hover, .open>.btn-default.dropdown-menu-toggle:hover, .open>.btn-default.dropdown-toggle:focus, .open>.btn-default.dropdown-menu-toggle:focus, .open>.btn-default.dropdown-toggle.focus, .open>.btn-default.focus.dropdown-menu-toggle { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #383838; | |
border-color: #545c6b; | |
} | |
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus { | |
background-color: #101010; | |
border-color: #212326; | |
} | |
.btn-primary .badge { | |
color: #3b8fe2; | |
background-color: #101010; | |
} | |
.btn-success .badge { | |
color: #60e797; | |
background-color: #101010; | |
} | |
.btn-info .badge { | |
color: #3b8fe2; | |
background-color: #101010; | |
} | |
.btn-warning .badge { | |
color: #fc9b13; | |
background-color: #101010; | |
} | |
.btn-danger .badge { | |
color: #e04a32; | |
background-color: #101010; | |
} | |
.btn-link { | |
color: #549ee6; | |
} | |
.btn-link:hover, .btn-link:focus { | |
color: #86baed; | |
} | |
.input-group-addon { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #151617; | |
border-color: #282828; | |
} | |
.nav>li>a:hover, .nav>li>a:focus { | |
background-color: #161616; | |
} | |
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus { | |
background-color: #161616; | |
} | |
.nav .nav-divider { | |
background-color: #282828; | |
} | |
.nav-tabs { | |
border-bottom-color: #303030; | |
} | |
.nav-tabs>li>a:hover { | |
border-color: #161616 #161616 #303030; | |
} | |
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { | |
color: #afafaf; | |
background-color: #101010; | |
border-color: #303030; | |
} | |
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus { | |
border-color: #303030; | |
} | |
@media (min-width: 768px) { | |
.nav-tabs-justified>li>a, .nav-tabs.nav-justified>li>a { | |
border-bottom-color: #303030; | |
} | |
.nav-tabs-justified>.active>a, .nav-tabs.nav-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:focus { | |
border-bottom-color: #101010; | |
} | |
} | |
.navbar-collapse { | |
box-shadow: inset 0 1px 0 rgba(16, 16, 16, 0.1); | |
} | |
.navbar-form { | |
-webkit-box-shadow: inset 0 1px 0 rgba(16, 16, 16, 0.1), 0 1px 0 rgba(16, 16, 16, 0.1); | |
box-shadow: inset 0 1px 0 rgba(16, 16, 16, 0.1), 0 1px 0 rgba(16, 16, 16, 0.1); | |
} | |
.navbar-default { | |
background-color: #171717; | |
border-color: #262626; | |
} | |
.navbar-default .navbar-brand { | |
color: #8f8f8f; | |
} | |
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { | |
color: #a7a7a7; | |
} | |
.navbar-default .navbar-text { | |
color: #8f8f8f; | |
} | |
.navbar-default .navbar-nav>li>a { | |
color: #8f8f8f; | |
} | |
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { | |
color: #cfcfcf; | |
} | |
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { | |
color: #afafaf; | |
background-color: #262626; | |
} | |
.navbar-default .navbar-toggle { | |
border-color: #303030; | |
} | |
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { | |
background-color: #303030; | |
} | |
.navbar-default .navbar-toggle .icon-bar { | |
background-color: #808080; | |
} | |
.navbar-default .navbar-collapse, .navbar-default .navbar-form { | |
border-color: #262626; | |
} | |
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { | |
background-color: #262626; | |
color: #afafaf; | |
} | |
@media (max-width: 767px) { | |
.navbar-default .navbar-nav .open .dropdown-menu>li>a { | |
color: #8f8f8f; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus { | |
color: #cfcfcf; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus { | |
color: #afafaf; | |
background-color: #262626; | |
} | |
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus { | |
} | |
} | |
.navbar-default .navbar-link { | |
color: #8f8f8f; | |
} | |
.navbar-default .navbar-link:hover { | |
color: #cfcfcf; | |
} | |
.navbar-default .btn-link { | |
color: #8f8f8f; | |
} | |
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { | |
color: #cfcfcf; | |
} | |
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus { | |
color: #bfbfbf; | |
} | |
.navbar-inverse .navbar-toggle .icon-bar { | |
background-color: #101010; | |
} | |
@media (max-width: 767px) { | |
.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header { | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus { | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus { | |
} | |
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus { | |
color: #bfbfbf; | |
} | |
} | |
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { | |
color: #bfbfbf; | |
} | |
.breadcrumb { | |
background-color: #191919; | |
} | |
.pagination>li>a, .pagination>li>span { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #121618; | |
border-color: #282828; | |
} | |
.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus { | |
color: #549ee6; | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.pager li>a, .pager li>span { | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.pager li>a:hover, .pager li>a:focus { | |
background-color: #121618; | |
} | |
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span { | |
background-color: #101010; | |
} | |
.label-default { | |
background-color: #151515; | |
} | |
.label-default[href]:hover, .label-default[href]:focus { | |
background-color: #2c2c2c; | |
} | |
.badge { | |
color: rgba(255, 255, 255, 0.55); | |
background-color: #202020; | |
} | |
.list-group-item.active>.badge, .nav-pills>.active>a>.badge { | |
color: #549ee6; | |
background-color: #101010; | |
} | |
.progress { | |
background-color: #191919; | |
} | |
.progress-striped .progress-bar, .progress-bar-striped { | |
background-image: -webkit-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-striped .progress-bar-success { | |
background-image: -webkit-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-striped .progress-bar-info { | |
background-image: -webkit-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-striped .progress-bar-warning { | |
background-image: -webkit-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
} | |
.progress-striped .progress-bar-danger { | |
background-image: -webkit-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: -o-linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
background-image: linear-gradient(45deg, rgba(16, 16, 16, 0.15) 25%, transparent 25%, transparent 50%, rgba(16, 16, 16, 0.15) 50%, rgba(16, 16, 16, 0.15) 75%, transparent 75%, transparent); | |
} | |
.list-group-item { | |
background-color: #101010; | |
border-color: #303030; | |
} | |
a.list-group-item, button.list-group-item { | |
color: #afafaf; | |
} | |
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading { | |
color: #cfcfcf; | |
} | |
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus { | |
color: #afafaf; | |
background-color: #191919; | |
} | |
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { | |
background-color: #161616; | |
} | |
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus { | |
background-color: #101010; | |
border-color: #101010; | |
} | |
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus { | |
background-color: #101010; | |
border-color: #101010; | |
} | |
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus { | |
background-color: #101010; | |
border-color: #101010; | |
} | |
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus { | |
background-color: #101010; | |
border-color: #101010; | |
} | |
.well, .search_box { | |
background-color: #151515; | |
border-color: #202020; | |
} | |
.well blockquote, .search_box blockquote { | |
border-color: #303030; | |
} | |
.close { | |
color: #fff; | |
text-shadow: 0 1px 0 #101010; | |
} | |
.close:hover, .close:focus { | |
color: #fff; | |
} | |
.panel, .panel-slim { | |
background-color: #101010; | |
} | |
.panel-footer { | |
background-color: #151515; | |
border-top-color: #282828; | |
} | |
.panel>.panel-body+.table, .panel-slim>.panel-body+.table, .file-holder .panel>.panel-body+table, .file-holder .panel-slim>.panel-body+table, .wiki .panel>.panel-body+table, .wiki .panel-slim>.panel-body+table, .md .panel>.panel-body+table, .md .panel-slim>.panel-body+table, ul.notes .note .note-body .note-text .panel>.panel-body+table, ul.notes .note .note-body .note-text .panel-slim>.panel-body+table, .panel>.panel-body+.table-responsive, .panel-slim>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel-slim>.table+.panel-body, .file-holder .panel>table+.panel-body, .file-holder .panel-slim>table+.panel-body, .wiki .panel>table+.panel-body, .wiki .panel-slim>table+.panel-body, .md .panel>table+.panel-body, .md .panel-slim>table+.panel-body, ul.notes .note .note-body .note-text .panel>table+.panel-body, ul.notes .note .note-body .note-text .panel-slim>table+.panel-body, .panel>.table-responsive+.panel-body, .panel-slim>.table-responsive+.panel-body { | |
border-top-color: #303030; | |
} | |
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group { | |
border-top-color: #282828; | |
} | |
.panel-group .panel-footer+.panel-collapse .panel-body { | |
border-bottom-color: #282828; | |
} | |
.panel-default { | |
border-color: #282828; | |
} | |
.panel-default>.panel-heading { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.panel-default>.panel-heading+.panel-collapse>.panel-body { | |
border-top-color: #282828; | |
} | |
.panel-default>.panel-footer+.panel-collapse>.panel-body { | |
border-bottom-color: #282828; | |
} | |
.panel-primary>.panel-heading .badge { | |
color: #3b8fe2; | |
background-color: #101010; | |
} | |
.panel-success>.panel-heading .badge { | |
color: #60e797; | |
background-color: #101010; | |
} | |
.panel-info>.panel-heading .badge { | |
color: #3b8fe2; | |
background-color: #101010; | |
} | |
.panel-warning>.panel-heading .badge { | |
color: #fc9b13; | |
background-color: #101010; | |
} | |
.panel-danger>.panel-heading .badge { | |
color: #e04a32; | |
background-color: #101010; | |
} | |
.modal-content { | |
background-color: #101010; | |
border-color: #707070; | |
} | |
.modal-header { | |
border-bottom-color: #282828; | |
} | |
.modal-footer { | |
border-top-color: #282828; | |
} | |
@media (min-width: 768px) { | |
.modal-content { | |
} | |
} | |
.popover { | |
background-color: #101010; | |
border-color: #404040; | |
} | |
.popover-title { | |
background-color: #171717; | |
border-bottom-color: #232323; | |
} | |
.popover.top>.arrow { | |
border-top-color: #707070; | |
} | |
.popover.top>.arrow:after { | |
border-top-color: #101010; | |
} | |
.popover.right>.arrow { | |
border-right-color: #707070; | |
} | |
.popover.right>.arrow:after { | |
border-right-color: #101010; | |
} | |
.popover.bottom>.arrow { | |
border-bottom-color: #707070; | |
} | |
.popover.bottom>.arrow:after { | |
border-bottom-color: #101010; | |
} | |
.popover.left>.arrow { | |
border-left-color: #707070; | |
} | |
.popover.left>.arrow:after { | |
border-left-color: #101010; | |
} | |
.label.label-gray, .shortcut-mappings .label-gray.key { | |
background-color: #131517; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.panel.panel-small .panel-heading a, .panel-small.panel-slim .panel-heading a { | |
color: #8f8f8f; | |
} | |
.text-primary, .text-primary:hover { | |
color: #3b8fe2; | |
} | |
.text-success, .text-success:hover { | |
color: #60e797; | |
} | |
.text-danger, .text-danger:hover { | |
color: #e04a32; | |
} | |
.text-warning, .text-warning:hover { | |
color: #fc9b13; | |
} | |
.text-info, .text-info:hover { | |
color: #3b8fe2; | |
} | |
body.navless { | |
background-color: #101010 !important; | |
} | |
body.card-content { | |
background-color: #202020; | |
} | |
body.card-content .content-wrapper .container-fluid, body.card-content .content-wrapper .container-limited { | |
background-color: #202020; | |
} | |
.centered-light-block { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.nothing-here-block { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.row-content-block { | |
background-color: #151515; | |
border-top-color: #242424; | |
border-bottom-color: #242424; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.row-content-block.white { | |
background-color: #101010; | |
} | |
.row-content-block.content-component-block { | |
background-color: #101010; | |
} | |
.row-content-block .title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.row-content-block.build-content { | |
background-color: #101010; | |
} | |
.sub-header-block { | |
background-color: #101010; | |
border-bottom-color: #242424; | |
} | |
.cover-block { | |
background: #151515; | |
} | |
.cover-block .cover-title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.cover-block .cover-title h1 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.cover-block .cover-title .visibility-icon { | |
color: #afafaf; | |
} | |
.cover-block .cover-title p { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.cover-block .cover-desc { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.cover-block.groups-cover-block { | |
background: #101010; | |
border-bottom-color: #282828; | |
} | |
.cover-block .group-info h1 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.nav-block .controls { | |
border-bottom-color: #282828; | |
} | |
.content-block { | |
border-bottom-color: #242424; | |
} | |
.btn { | |
background-color: #101010; | |
border-color: #282828; | |
color: rgba(255, 255, 255, 0.85); | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn:focus, .btn:active { | |
background-color: #222; | |
} | |
.btn:hover, .btn:focus { | |
background-color: #1e1e1e; | |
border-color: #2a2a2a; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn:active, .btn.active { | |
background-color: #242424; | |
border-color: #2a2a2a; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn svg path { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.btn.btn-success svg use, .btn.btn-new svg use, .btn.btn-create svg use, .btn.comment-btn svg use, .btn.btn-save svg use { | |
stroke: #101010; | |
} | |
.btn.btn-inverted.btn-success, .btn.btn-inverted.btn-new, .btn.btn-inverted.btn-create, .btn.btn-inverted.comment-btn, .btn.btn-inverted.btn-save { | |
background-color: #101010; | |
color: #79eaa8; | |
} | |
.btn.btn-inverted.btn-remove { | |
background-color: #101010; | |
color: #e04a32; | |
} | |
.btn.btn-gray { | |
background-color: #151515; | |
border-color: #262626; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn.btn-gray:hover, .btn.btn-gray:focus { | |
background-color: #191919; | |
border-color: #262626; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn.btn-gray:active, .btn.btn-gray.active { | |
background-color: #2c2c2c; | |
border-color: #2a2a2a; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.btn.btn-gray svg path { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.btn.btn-info svg use, .btn.btn-primary svg use, .btn.btn-register svg use { | |
stroke: #101010; | |
} | |
.btn.btn-warning svg use { | |
stroke: #101010; | |
} | |
.btn.btn-close { | |
background-color: #101010; | |
color: #ffa52f; | |
} | |
.btn.btn-spam { | |
background-color: #101010; | |
color: #e04a32; | |
} | |
.btn.btn-danger svg use, .btn.btn-remove svg use, .btn.btn-red svg use { | |
stroke: #101010; | |
} | |
.btn-transparent { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.input-group-btn .btn:focus, .input-group-btn .btn:active { | |
background-color: #222; | |
} | |
.input-group-btn .active { | |
border-color: #2a2a2a !important; | |
} | |
.btn-text-field { | |
border-color: #282828; | |
background-color: #151515; | |
} | |
.btn-text-field:hover, .btn-text-field:active, .btn-text-field:focus { | |
border-color: #1e3953; | |
background-color: #151515; | |
} | |
.btn-build i { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.clone-dropdown-btn a { | |
color: #afafaf; | |
} | |
.btn-static { | |
background-color: #151515 !important; | |
border-color: #262626; | |
} | |
.btn-static:active { | |
-moz-box-shadow: inset 0 0 0 #101010; | |
-webkit-box-shadow: inset 0 0 0 #101010; | |
box-shadow: inset 0 0 0 #101010; | |
} | |
.btn-inverted-secondary { | |
background-color: #101010; | |
color: #3b8fe2; | |
} | |
.badge { | |
background-color: #202020; | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pika-single.gitlab-theme .pika-label { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pika-single.gitlab-theme .pika-day { | |
background-color: #101010; | |
} | |
.bs-callout { | |
border-left-color: #282828; | |
color: rgba(255, 255, 255, 0.85); | |
background: #151515; | |
} | |
.bs-callout-danger { | |
background-color: #291714; | |
border-color: #4f221a; | |
color: #e87663; | |
} | |
.bs-callout-warning { | |
background-color: #2c2010; | |
border-color: #573a11; | |
color: #ffaa49; | |
} | |
.bs-callout-info { | |
background-color: #162029; | |
border-color: #1d364f; | |
color: #6dabe9; | |
} | |
.bs-callout-success { | |
background-color: #192920; | |
border-color: #275138; | |
color: #91eeb7; | |
} | |
.cgray, .commit.inline-commit .committed_ago, .generic_commit_status.inline-commit .committed_ago { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.cred { | |
color: #e04a32; | |
} | |
.cgreen { | |
color: #79eaa8; | |
} | |
.cdark { | |
color: #bfbfbf; | |
} | |
.light, .description-block { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.slead { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
pre.well-pre { | |
border-color: #202020; | |
background: #151515; | |
color: #afafaf; | |
} | |
hr { | |
border-top-color: #2c2c2c; | |
} | |
.author_link { | |
color: #549ee6; | |
} | |
.loading { | |
color: #afafaf; | |
} | |
.user-mention { | |
color: #50bad3; | |
} | |
.git_error_tips pre { | |
background: #101010; | |
} | |
.error-message { | |
background: #c1422d; | |
} | |
.browser-alert { | |
background: #c1422d; | |
} | |
.warning_message { | |
border-left-color: #573a11; | |
color: #ffaa49; | |
background: #2c2010; | |
} | |
.milestone.milestone-closed { | |
background: #151515; | |
} | |
.milestone .progress { | |
background-color: #212121; | |
} | |
.control-group .controls span.descr { | |
color: #9f9f9f; | |
} | |
table td.permission-x { | |
background: #172a34 !important; | |
} | |
.well hr, .search_box hr { | |
border-color: #202020; | |
} | |
.header-with-avatar .username { | |
color: #9f9f9f; | |
} | |
.header-with-avatar .description { | |
color: #9f9f9f; | |
} | |
.profiler-results .profiler-button, .profiler-results .profiler-controls { | |
border-color: #202020 !important; | |
} | |
.dropzone .dz-preview .dz-progress { | |
border-color: #282828 !important; | |
} | |
.content-separator { | |
border-top-color: #282828; | |
} | |
.gl-accessibility:focus { | |
color: rgba(255, 255, 255, 0.85); | |
background: #151515; | |
} | |
.open .dropdown-toggle, .open .dropdown-menu-toggle, .open .dropdown-menu-toggle { | |
border-color: #474747; | |
} | |
.dropdown-toggle, .dropdown-menu-toggle { | |
background-color: #101010; | |
color: rgba(255, 255, 255, 0.85); | |
border-color: #282828; | |
} | |
.dropdown-toggle:hover, .dropdown-menu-toggle:hover { | |
border-color: #474747; | |
} | |
.dropdown-toggle:focus:active, .dropdown-menu-toggle:focus:active { | |
border-color: #4a4a4a; | |
} | |
.dropdown-menu, .dropdown-menu-nav { | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.dropdown-menu a, .dropdown-menu-nav a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a.is-focused, .dropdown-menu-nav a:hover, .dropdown-menu-nav a:focus, .dropdown-menu-nav a.is-focused { | |
background-color: #121618; | |
} | |
.dropdown-menu a:hover .badge, .dropdown-menu a:focus .badge, .dropdown-menu a.is-focused .badge, .dropdown-menu-nav a:hover .badge, .dropdown-menu-nav a:focus .badge, .dropdown-menu-nav a.is-focused .badge { | |
background-color: #17232c; | |
} | |
.dropdown-menu a .icon-play, .dropdown-menu-nav a .icon-play { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.dropdown-menu .dropdown-header, .dropdown-menu-nav .dropdown-header { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.dropdown-menu .unclickable, .dropdown-menu-nav .unclickable { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.dropdown-menu-selectable a.is-indeterminate, .dropdown-menu-selectable a.is-active { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.dropdown-input-field, .default-dropdown-input { | |
color: #afafaf; | |
} | |
.dropdown-input-field:focus, .default-dropdown-input:focus { | |
color: #afafaf; | |
border-color: #2e69a3; | |
box-shadow: 0 0 4px rgba(46, 105, 163, 0.4); | |
} | |
.dropdown-input-field:focus~.fa, .default-dropdown-input:focus~.fa { | |
color: #afafaf; | |
} | |
.dropdown-input-field:hover~.fa, .default-dropdown-input:hover~.fa { | |
color: #afafaf; | |
} | |
.dropdown-info-note { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.dropdown-loading { | |
background-color: rgba(16, 16, 16, 0.6); | |
} | |
.dropdown-menu-inner-title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.dropdown-menu-inner-content { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.dropdown-toggle-text.is-default { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.file-holder { | |
border-color: #282828; | |
} | |
.file-holder .file-title { | |
background-color: #151515; | |
border-bottom-color: #282828; | |
} | |
.file-holder .file-title a:not(.btn) { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.file-holder .file-content { | |
background: #101010; | |
} | |
.file-holder .file-content.image_file { | |
background: #202020; | |
} | |
.file-holder .file-content.blob-no-preview { | |
background: #202020; | |
text-shadow: 0 1px 2px #101010; | |
} | |
.file-holder .file-content.blame tr { | |
border-bottom-color: #202020; | |
} | |
.file-holder .file-content.blame td.blame-commit { | |
background: #151515; | |
} | |
.file-holder .file-content.blame td.line-numbers { | |
border-left-color: #303030; | |
} | |
.file-holder .file-content.logs { | |
background: #202020; | |
} | |
.file-holder .file-content.logs ol { | |
border-left-color: #282828; | |
background: #101010; | |
} | |
.file-holder .file-content.logs ol li p { | |
color: #cfcfcf; | |
} | |
.file-holder .file-content.logs ol li:hover { | |
background: #121618; | |
} | |
.file-stats .new-file a { | |
color: #79eaa8; | |
} | |
.file-stats .renamed-file a { | |
color: #ffa52f; | |
} | |
.file-stats .deleted-file a { | |
color: #e04a32; | |
} | |
.file-stats .edit-file a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.file-stats a .new-file { | |
color: #79eaa8; | |
} | |
.file-stats a .deleted-file { | |
color: #e87663; | |
} | |
.file-title-flex-parent { | |
background-color: #151515; | |
border-bottom-color: #282828; | |
} | |
.file-title-flex-parent a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.file-fork-suggestion { | |
background-color: #151515; | |
border-bottom-color: #282828; | |
} | |
.filtered-search-token .name, .filtered-search-term .name { | |
background-color: #171717; | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.filtered-search-token .value, .filtered-search-term .value { | |
background-color: #1e1e1e; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.filtered-search-token .selected .name, .filtered-search-term .selected .name { | |
background-color: #232323; | |
} | |
.filtered-search-token .selected .value, .filtered-search-term .selected .value { | |
background-color: #353535; | |
} | |
.filtered-search-term .name { | |
color: #fff; | |
} | |
.filtered-search-box { | |
border-color: #282828; | |
background-color: #101010; | |
} | |
.filtered-search-box.focus, .filtered-search-box.focus:hover { | |
border-color: #2e69a3; | |
box-shadow: 0 0 4px rgba(46, 105, 163, 0.4); | |
} | |
.filtered-search-box.focus .fa-filter { | |
color: #bfbfbf; | |
} | |
.filtered-search-box .clear-search { | |
background-color: #101010; | |
} | |
.filtered-search-box .clear-search:hover .fa-times, .filtered-search-box .clear-search:hover .clearable-input .clear-icon, .clearable-input .filtered-search-box .clear-search:hover .clear-icon, .filtered-search-box .clear-search:hover .search .search-input-wrap .clear-icon, .search .search-input-wrap .filtered-search-box .clear-search:hover .clear-icon { | |
color: #bfbfbf; | |
} | |
.filtered-search-history-dropdown-toggle-button { | |
border-right-color: #282828; | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.filtered-search-history-dropdown-toggle-button:hover, .filtered-search-history-dropdown-toggle-button:focus { | |
color: rgba(255, 255, 255, 0.85); | |
border-color: #2e69a3; | |
} | |
.filtered-search-history-dropdown-item, .filtered-search-history-clear-button { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.filtered-search-history-dropdown-item:hover, .filtered-search-history-dropdown-item:focus, .filtered-search-history-dropdown-item.is-focused, .filtered-search-history-clear-button:hover, .filtered-search-history-clear-button:focus, .filtered-search-history-clear-button.is-focused { | |
background-color: #121618; | |
} | |
.filtered-search-history-dropdown-item:hover .badge, .filtered-search-history-dropdown-item:focus .badge, .filtered-search-history-dropdown-item.is-focused .badge, .filtered-search-history-clear-button:hover .badge, .filtered-search-history-clear-button:focus .badge, .filtered-search-history-clear-button.is-focused .badge { | |
background-color: #17232c; | |
} | |
.filtered-search-history-dropdown-item .icon-play, .filtered-search-history-clear-button .icon-play { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
@media (max-width: 767px) { | |
.issues-details-filters { | |
background-color: #101010; | |
} | |
} | |
.filter-dropdown-item .btn:hover, .filter-dropdown-item .btn:focus, .filter-dropdown-item.droplab-item-active .btn { | |
background-color: #357bc2; | |
} | |
.filter-dropdown-item .btn:hover .avatar, .filter-dropdown-item .btn:focus .avatar, .filter-dropdown-item.droplab-item-active .btn .avatar { | |
border-color: #101010; | |
} | |
.filter-dropdown-item .btn .dropdown-label-box { | |
border-color: #101010; | |
} | |
input[type='text'].danger { | |
background: #2f1c1c !important; | |
border-color: #c1422d; | |
text-shadow: 0 1px 1px #101010; | |
} | |
.form-actions { | |
background-color: #151515; | |
border-top-color: #282828; | |
} | |
.help-form .form-group .form-control, .help-form .form-group .search form, .search .help-form .form-group form { | |
background: #101010; | |
} | |
.help-form .form-group .input-group-btn .btn { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.form-control::-webkit-input-placeholder, .search form::-webkit-input-placeholder { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.input-group .input-group-addon { | |
background-color: #151617; | |
} | |
.gl-field-error { | |
color: #e04a32; | |
} | |
.gl-show-field-errors .gl-field-success-message { | |
color: #79eaa8; | |
} | |
.gl-show-field-errors .gl-field-error-message { | |
color: #e04a32; | |
} | |
.gl-show-field-errors .gl-field-hint { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
header.navbar-empty { | |
background: #101010; | |
border-bottom-color: #1e1e1e; | |
} | |
header.navbar-gitlab { | |
background-color: #151515; | |
border-bottom-color: #282828; | |
} | |
header.navbar-gitlab .container-fluid .nav>li>a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
header.navbar-gitlab .container-fluid .nav>li>a:hover, header.navbar-gitlab .container-fluid .nav>li>a:focus, header.navbar-gitlab .container-fluid .nav>li>a:active { | |
background-color: #151515; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
header.navbar-gitlab .container-fluid .nav>li>a:hover svg, header.navbar-gitlab .container-fluid .nav>li>a:focus svg, header.navbar-gitlab .container-fluid .nav>li>a:active svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
header.navbar-gitlab .container-fluid .nav>li>a svg { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
header.navbar-gitlab .container-fluid .navbar-toggle { | |
color: #9f9f9f; | |
} | |
header.navbar-gitlab .container-fluid .navbar-toggle:hover { | |
background-color: #1e1e1e; | |
} | |
header.navbar-gitlab .container-fluid .navbar-toggle.active { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
header .global-dropdown-toggle { | |
background-color: #151515; | |
} | |
header .global-dropdown-toggle:hover { | |
background-color: #1e1e1e; | |
} | |
header .global-dropdown-toggle:focus { | |
background-color: #1e1e1e; | |
} | |
header .header-content .title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
header .header-content .title a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
header .header-content .title a:hover { | |
color: #c0c0c0; | |
} | |
header .header-content .title .dropdown-toggle-caret { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
header .header-content .title .dropdown-toggle-caret:hover { | |
color: #c0c0c0; | |
} | |
header .impersonation i { | |
color: #e04a32; | |
} | |
.ui-widget .ui-state-default { | |
border-color: #101010; | |
background: #101010; | |
color: #8f8f8f; | |
} | |
.well-list>li { | |
border-bottom-color: #202020; | |
} | |
.well-list>li.disabled { | |
color: rgba(255, 255, 255, 0.35); | |
} | |
.well-list>li.warning-row { | |
background-color: #2c2010; | |
border-color: #573a11; | |
color: #ffaa49; | |
} | |
.well-list>li.smoke { | |
background-color: #151515; | |
} | |
.well-list>li:not(.ui-sort-disabled):hover { | |
background: #121618; | |
} | |
.well-list>li:last-child.bottom { | |
background: #151515; | |
} | |
ul.bordered-list>li, ul.unstyled-list>li { | |
border-bottom-color: #202020; | |
} | |
ul.bordered-list>li.active, ul.unstyled-list>li.active { | |
background: #151515; | |
} | |
ul.bordered-list>li.light a, ul.bordered-list>li.description-block a, ul.unstyled-list>li.light a, ul.unstyled-list>li.description-block a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.content-list>li { | |
border-bottom-color: #202020; | |
} | |
ul.content-list>li.active { | |
background: #151515; | |
} | |
ul.content-list>li.light a, ul.content-list>li.description-block a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.content-list li { | |
border-color: #1e1e1e; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.content-list li a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.content-list li .member-group-link { | |
color: #549ee6; | |
} | |
ul.content-list li.list-placeholder { | |
background-color: #151515; | |
border-color: #1e1e1e; | |
} | |
.flex-list .label-default { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
@-webkit-keyframes animate-tanuki-left-cheek { | |
0%, 10%, 100% { | |
} | |
90% { | |
} | |
} | |
@keyframes animate-tanuki-left-cheek { | |
0%, 10%, 100% { | |
} | |
90% { | |
} | |
} | |
@-webkit-keyframes animate-tanuki-left-eye { | |
10%, 80% { | |
} | |
20%, 90% { | |
} | |
} | |
@keyframes animate-tanuki-left-eye { | |
10%, 80% { | |
} | |
20%, 90% { | |
} | |
} | |
@-webkit-keyframes animate-tanuki-left-ear { | |
10%, 80% { | |
} | |
20%, 90% { | |
} | |
} | |
@keyframes animate-tanuki-left-ear { | |
10%, 80% { | |
} | |
20%, 90% { | |
} | |
} | |
@-webkit-keyframes animate-tanuki-nose { | |
20%, 70% { | |
} | |
30%, 80% { | |
} | |
} | |
@keyframes animate-tanuki-nose { | |
20%, 70% { | |
} | |
30%, 80% { | |
} | |
} | |
@-webkit-keyframes animate-tanuki-right-eye { | |
30%, 60% { | |
} | |
40%, 70% { | |
} | |
} | |
@keyframes animate-tanuki-right-eye { | |
30%, 60% { | |
} | |
40%, 70% { | |
} | |
} | |
@-webkit-keyframes animate-tanuki-right-ear { | |
30%, 60% { | |
} | |
40%, 70% { | |
} | |
} | |
@keyframes animate-tanuki-right-ear { | |
30%, 60% { | |
} | |
40%, 70% { | |
} | |
} | |
@-webkit-keyframes animate-tanuki-right-cheek { | |
40% { | |
} | |
60% { | |
} | |
} | |
@keyframes animate-tanuki-right-cheek { | |
40% { | |
} | |
60% { | |
} | |
} | |
.referenced-users { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.markdown-area { | |
background: #101010; | |
border-color: #303030; | |
} | |
.md hr { | |
border-color: #2c2c2c; | |
} | |
.md img:not(.emoji) { | |
border-color: #1e1e1e; | |
} | |
.toolbar-btn { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.toolbar-btn:hover, .toolbar-btn:focus { | |
color: #549ee6; | |
} | |
.atwho-view .cur .avatar { | |
border-color: #101010; | |
} | |
.show-aside { | |
background: #202020; | |
color: #8f8f8f; | |
box-shadow: 0 1px 2px #303030; | |
} | |
.nav-links { | |
border-bottom-color: #282828; | |
} | |
.nav-links li a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.nav-links li a:hover, .nav-links li a:active, .nav-links li a:focus { | |
border-bottom-color: #474747; | |
color: #fff; | |
} | |
.nav-links li a:hover .badge, .nav-links li a:active .badge, .nav-links li a:focus .badge { | |
color: #fff; | |
} | |
.nav-links li.active a { | |
color: #fff; | |
} | |
.nav-links li.active a .badge { | |
color: #fff; | |
} | |
.nav-links.sub-nav { | |
background-color: #191919; | |
} | |
.nav-links.sub-nav .container-fluid { | |
background-color: #191919; | |
} | |
.nav-links.sub-nav li.active a { | |
color: #3b8fe2; | |
} | |
.top-area, .wiki-page-header { | |
border-bottom-color: #1e1e1e; | |
} | |
.layout-nav { | |
background: #151515; | |
border-bottom-color: #282828; | |
} | |
.layout-nav .controls i { | |
color: #8b8989; | |
} | |
.layout-nav .controls .fa-caret-down { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.scrolling-tabs-container .fade-right { | |
background: linear-gradient(to left, #151515 45%, rgba(21, 21, 21, 0.4)); | |
} | |
.scrolling-tabs-container .fade-left { | |
background: linear-gradient(to right, #151515 45%, rgba(21, 21, 21, 0.4)); | |
} | |
.scrolling-tabs-container.sub-nav-scroll .fade-right { | |
background: linear-gradient(to left, #191919 45%, rgba(25, 25, 25, 0.4)); | |
} | |
.scrolling-tabs-container.sub-nav-scroll .fade-left { | |
background: linear-gradient(to right, #191919 45%, rgba(25, 25, 25, 0.4)); | |
} | |
.nav-block .nav-links .fade-right { | |
background: linear-gradient(to left, #101010 45%, rgba(16, 16, 16, 0.4)); | |
} | |
.nav-block .nav-links .fade-left { | |
background: linear-gradient(to right, #101010 45%, rgba(16, 16, 16, 0.4)); | |
} | |
.activities .nav-block { | |
border-bottom-color: #282828; | |
} | |
.inner-page-scroll-tabs .fade-right { | |
background: linear-gradient(to left, #101010 45%, rgba(16, 16, 16, 0.4)); | |
} | |
.inner-page-scroll-tabs .fade-left { | |
background: linear-gradient(to right, #101010 45%, rgba(16, 16, 16, 0.4)); | |
} | |
.gl-pagination { | |
border-top-color: #282828; | |
} | |
.gl-pagination .pagination .separator a, .gl-pagination .pagination .separator:hover a { | |
background-color: #151515; | |
} | |
.gl-pagination .gap, .gl-pagination .gap:hover { | |
background-color: #151515; | |
} | |
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice { | |
background: #101010; | |
border-color: #282828; | |
} | |
.select2-container .select2-choice:hover, .select2-container.select2-drop-above .select2-choice:hover { | |
background-color: #1e1e1e; | |
border-color: #2a2a2a; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.select2-drop { | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.select2-highlighted { | |
background: #357bc2 !important; | |
} | |
.select2-results li.select2-result-with-children>.select2-result-label { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.select2-dropdown-open .select2-choice { | |
border-color: #2a2a2a; | |
background-color: #242424; | |
} | |
.select2-container-multi .select2-choices { | |
border-color: #282828; | |
} | |
.select2-container-multi .select2-choices .select2-search-choice { | |
border-color: #282828; | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #151515; | |
} | |
.select2-container-multi.select2-container-active .select2-choices, .select2-container-multi.select2-dropdown-open .select2-choices { | |
border-color: #2e69a3; | |
box-shadow: 0 0 4px rgba(46, 105, 163, 0.4); | |
} | |
.select2-search input { | |
background: #101010 url(./select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png); | |
border-color: #282828; | |
} | |
.select2-search input:focus { | |
border-color: #2e69a3; | |
} | |
.select2-search input.select2-active { | |
background-color: #101010; | |
} | |
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit { | |
background: #151515; | |
} | |
.content-wrapper .container-fluid { | |
background: #101010; | |
} | |
.right-sidebar-collapsed .sidebar-collapsed-icon .btn { | |
background-color: #151515; | |
} | |
.right-sidebar { | |
border-left-color: #282828; | |
} | |
table.table tr th, .file-holder table tr th, .wiki table tr th, .md table tr th, ul.notes .note .note-body .note-text table tr th { | |
background-color: #151515; | |
} | |
table.table tr td, .file-holder table tr td, .wiki table tr td, .md table tr td, ul.notes .note .note-body .note-text table tr td { | |
border-color: #1e1e1e; | |
} | |
.timeline>li { | |
border-bottom-color: #202020; | |
} | |
.timeline>li.active { | |
background: #151515; | |
} | |
.timeline>li.light a, .timeline>li.description-block a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.timeline .timeline-entry { | |
border-color: #1e1e1e; | |
color: rgba(255, 255, 255, 0.85); | |
border-bottom-color: #1c1c1c; | |
} | |
.timeline .timeline-entry:target { | |
background: #101418; | |
} | |
.timeline .system-note .note-text { | |
color: rgba(255, 255, 255, 0.85) !important; | |
} | |
.timeline .diff-file { | |
border-color: #282828; | |
} | |
body { | |
-webkit-text-shadow: rgba(16, 16, 16, 0.01) 0 0 1px; | |
} | |
h1, h2, h3, h4, h5, h6 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
code.key-fingerprint { | |
background: #101010; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
a>code { | |
color: #549ee6; | |
} | |
.wiki { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.wiki a { | |
color: #549ee6; | |
} | |
.wiki kbd { | |
color: #afafaf; | |
background-color: #131313; | |
border-color: #404040 #404040 #505050; | |
box-shadow: 0 -1px 0 #505050 inset; | |
} | |
.wiki h1 { | |
border-bottom-color: #242424; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.wiki h2 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.wiki blockquote { | |
border-left-color: #242424; | |
} | |
.wiki blockquote:dir(rtl) { | |
border-right-color: #242424; | |
} | |
.wiki p { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.wiki table { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.wiki table th { | |
background: #131517; | |
} | |
.md { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.md a { | |
color: #549ee6; | |
} | |
.md kbd { | |
color: #afafaf; | |
background-color: #131313; | |
border-color: #404040 #404040 #505050; | |
box-shadow: 0 -1px 0 #505050 inset; | |
} | |
.md h1 { | |
border-bottom-color: #242424; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.md h2 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.md blockquote { | |
border-left-color: #242424; | |
} | |
.md blockquote:dir(rtl) { | |
border-right-color: #242424; | |
} | |
.md p { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.md table { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.md table th { | |
background: #131517; | |
} | |
h1 small, h2 small, h3 small, h4 small { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.idiff.deletion { | |
background: #46151c; | |
} | |
.idiff.addition { | |
background: #1e4428; | |
} | |
.zen-backdrop.fullscreen { | |
background-color: #101010; | |
} | |
.zen-backdrop.fullscreen textarea { | |
color: #fff; | |
} | |
.zen-control { | |
color: #afafaf; | |
} | |
.zen-control-full { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.zen-control-full:hover { | |
color: #549ee6; | |
} | |
.zen-control-leave { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.zen-control-leave:hover { | |
color: #fff; | |
} | |
.blank-state-welcome { | |
border-bottom-color: #282828; | |
} | |
.info-well { | |
background: #151515; | |
color: rgba(255, 255, 255, 0.85); | |
border-color: #282828; | |
} | |
.info-well .well-segment:not(:last-of-type) { | |
border-bottom-color: #1c1e20; | |
} | |
.info-well .icon-container.commit-icon svg path { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.info-well .label.label-gray, .info-well .shortcut-mappings .label-gray.key, .shortcut-mappings .info-well .label-gray.key { | |
background-color: #172126; | |
} | |
.light-well, .description-block { | |
background-color: #151515; | |
} | |
.page-content-header .header-action-buttons i { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.page-content-header .commit-committer-link, .page-content-header .commit-author-link { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.emoji-menu { | |
background-color: #101010; | |
border-color: #1c1c1c; | |
} | |
.award-control.disabled:hover, .award-control.disabled:focus, .award-control.disabled:active { | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.award-control.active, .award-control:hover, .award-control:active, .award-control.is-active { | |
background-color: #121618; | |
border-color: #1d364f; | |
} | |
.award-control.active .award-control-icon svg, .award-control:hover .award-control-icon svg, .award-control:active .award-control-icon svg, .award-control.is-active .award-control-icon svg { | |
background: #ac8111; | |
} | |
.award-control.active .award-control-icon svg path, .award-control:hover .award-control-icon svg path, .award-control:active .award-control-icon svg path, .award-control.is-active .award-control-icon svg path { | |
fill: #edd050; | |
} | |
.appearance-light-logo-preview { | |
background-color: #151515; | |
} | |
.ci-status-icon-success { | |
color: #60e797; | |
} | |
.ci-status-icon-success svg { | |
fill: #60e797; | |
} | |
.ci-status-icon-failed { | |
color: #e04a32; | |
} | |
.ci-status-icon-failed svg { | |
fill: #e04a32; | |
} | |
.ci-status-icon-pending, .ci-status-icon-failed_with_warnings, .ci-status-icon-success_with_warnings { | |
color: #fc9b13; | |
} | |
.ci-status-icon-pending svg, .ci-status-icon-failed_with_warnings svg, .ci-status-icon-success_with_warnings svg { | |
fill: #fc9b13; | |
} | |
.ci-status-icon-canceled, .ci-status-icon-disabled, .ci-status-icon-not-found { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.ci-status-icon-canceled svg, .ci-status-icon-disabled svg, .ci-status-icon-not-found svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.ci-status-icon-manual { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.ci-status-icon-manual svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
@font-face { | |
src: url("./fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix") format("embedded-opentype"), url("./fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2") format("woff2"), url("./fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff") format("woff"), url("./fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf") format("truetype"), url("./fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular") format("svg"); | |
} | |
.fa-border { | |
border-color: #202020; | |
} | |
@media (min-width: 768px) { | |
.issue-boards-content.is-focused { | |
background: #101010; | |
} | |
} | |
.board-inner { | |
background: #151515; | |
border-color: #282828; | |
} | |
.board-inner-container { | |
border-bottom-color: #282828; | |
} | |
.board-title { | |
border-bottom-color: #282828; | |
} | |
.board-delete:hover { | |
color: #549ee6; | |
} | |
.board-blank-state { | |
background-color: #101010; | |
} | |
.card { | |
background: #101010; | |
box-shadow: 0 1px 2px rgba(81, 81, 81, 0.5); | |
} | |
.card.is-active { | |
background-color: #121618; | |
} | |
.card-title a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.card-number { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.board-list-count { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.board-issue-count { | |
border-color: #282828; | |
} | |
.board-delete-btns { | |
border-top-color: #282828; | |
} | |
.add-issues-container { | |
background-color: #101010; | |
} | |
.add-issues-header { | |
border-bottom-color: #282828; | |
} | |
.add-issues-list .card { | |
border-color: #2a2a2a; | |
box-shadow: 0 1px 2px rgba(81, 81, 81, 0.3); | |
} | |
.board-milestone-footer-content { | |
color: #cccdd1; | |
} | |
.divergence-graph .graph-side .bar { | |
background-color: #404040; | |
} | |
.divergence-graph .graph-side .count { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.divergence-graph .graph-separator { | |
background-color: #404040; | |
} | |
@keyframes blinking-dots { | |
0% { | |
box-shadow: 12px 0 0 0 rgba(16, 16, 16, 0.2), 24px 0 0 0 rgba(16, 16, 16, 0.2); | |
} | |
25% { | |
background-color: rgba(16, 16, 16, 0.4); | |
box-shadow: 12px 0 0 0 #101010, 24px 0 0 0 rgba(16, 16, 16, 0.2); | |
} | |
75% { | |
background-color: rgba(16, 16, 16, 0.4); | |
box-shadow: 12px 0 0 0 rgba(16, 16, 16, 0.2), 24px 0 0 0 #101010; | |
} | |
100% { | |
box-shadow: 12px 0 0 0 rgba(16, 16, 16, 0.2), 24px 0 0 0 rgba(16, 16, 16, 0.2); | |
} | |
} | |
.build-page .environment-information { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.build-header .header-content a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.build-header .header-content a:hover { | |
color: #549ee6; | |
} | |
.build-header code { | |
color: #e4614b; | |
} | |
.right-sidebar.build-sidebar .js-build-variable { | |
color: #e4614b; | |
} | |
.right-sidebar.build-sidebar .js-build-value { | |
color: #fff; | |
background-color: #101010; | |
} | |
.right-sidebar.build-sidebar .retry-link { | |
color: #549ee6; | |
} | |
.right-sidebar.build-sidebar .stage-item:hover { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar.build-sidebar .builds-container { | |
background-color: #101010; | |
border-top-color: #282828; | |
border-bottom-color: #282828; | |
} | |
.right-sidebar.build-sidebar .builds-container a:hover { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar.build-sidebar .builds-container .build-job.retried { | |
background-color: #121212; | |
} | |
.right-sidebar.build-sidebar .builds-container .build-job:hover { | |
background-color: #121618; | |
} | |
.build-light-text { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.ci-body .project-title { | |
color: #bfbfbf; | |
} | |
.ci-body .builds .light, .ci-body .builds .description-block, .ci-body .projects-table .light, .ci-body .projects-table .description-block { | |
border-color: #282828; | |
} | |
.ci-body .builds td, .ci-body .projects-table td { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.commit-box { | |
border-top-color: #282828; | |
} | |
.commit-box .commit-title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.commit-message-container { | |
background-color: #101010; | |
} | |
.commit-message-container .max-width-marker { | |
border-right-color: #1c1c1c; | |
} | |
.commit-header { | |
background-color: #151515; | |
border-bottom-color: #202020; | |
border-top-color: #202020; | |
} | |
.commit-row-title .commit-row-message { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.text-expander { | |
background: #151515; | |
color: rgba(255, 255, 255, 0.55); | |
border-color: #2a2a2a; | |
} | |
.text-expander:hover { | |
background-color: #2c2c2c; | |
} | |
.commit a, .commit button, .generic_commit_status a, .generic_commit_status button { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.commit .commit-row-description, .generic_commit_status .commit-row-description { | |
background: #151515; | |
} | |
.commit .commit-row-description a, .generic_commit_status .commit-row-description a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.branch-commit { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.branch-commit .commit-icon svg { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.branch-commit .commit-id { | |
color: #549ee6; | |
} | |
.branch-commit .commit-row-message { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.container-image { | |
border-bottom-color: #1e1e1e; | |
} | |
#cycle-analytics .col-headers .fa:hover { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .panel .column .text, #cycle-analytics .panel-slim .column .text { | |
color: #8b8989; | |
} | |
#cycle-analytics .bordered-box { | |
border-color: #282828; | |
} | |
#cycle-analytics .content-list .title-col p.title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .content-list .title-col p.text { | |
color: #8b8989; | |
} | |
#cycle-analytics .content-list .title-col p.text.value-col { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .landing .inner-content h4 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .stage-nav .stage-nav-item { | |
border-right-color: #282828; | |
background-color: #151515; | |
} | |
#cycle-analytics .stage-nav .stage-nav-item.active { | |
border-top-color: #282828; | |
border-bottom-color: #282828; | |
} | |
#cycle-analytics .stage-nav .stage-nav-item:hover:not(.active) { | |
background-color: #121212; | |
box-shadow: inset 2px 0 0 0 #282828; | |
} | |
#cycle-analytics .stage-nav .stage-nav-item .stage-empty, #cycle-analytics .stage-nav .stage-nav-item .not-available { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
#cycle-analytics .stage-panel .events-info { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
#cycle-analytics .stage-event-item { | |
border-bottom-color: #202020; | |
} | |
#cycle-analytics .stage-event-item .item-title.issue-title a, #cycle-analytics .stage-event-item .item-title.commit-title a, #cycle-analytics .stage-event-item .item-title.merge-merquest-title a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .stage-event-item .total-time { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .stage-event-item .total-time span { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .stage-event-item .issue-date, #cycle-analytics .stage-event-item .build-date { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .stage-event-item .issue-link, #cycle-analytics .stage-event-item .commit-author-link, #cycle-analytics .stage-event-item .issue-author-link { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .item-build-component .item-title .item-build-name { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .item-build-component .item-title .pipeline-id { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
#cycle-analytics .item-build-component .item-title .branch-name { | |
color: #fff; | |
} | |
#cycle-analytics .item-build-component .item-title .short-sha { | |
color: #549ee6; | |
} | |
#cycle-analytics .item-build-component .item-title .fa { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
#cycle-analytics .empty-stage, #cycle-analytics .no-access-stage { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
#cycle-analytics .empty-stage h4, #cycle-analytics .no-access-stage h4 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.deploy-keys-list table { | |
border-color: #303030; | |
} | |
.detail-page-header { | |
border-bottom-color: #282828; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.detail-page-header .author { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.detail-page-header .identifier { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.detail-page-description .title { | |
color: rgba(255, 255, 255, 0.85); | |
border-bottom-color: #242424; | |
} | |
.diff-file { | |
border-color: #282828; | |
} | |
.diff-file .diff-header { | |
background: #151515; | |
border-bottom-color: #282828; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.diff-file .diff-header .diff-title .file-mode { | |
color: #8f8f8f; | |
} | |
.diff-file .file-title:hover, .diff-file .file-title-flex-parent:hover { | |
background-color: #191919; | |
} | |
.diff-file .diff-content { | |
background: #101010; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.diff-file .diff-content .file-mode-changed { | |
color: #8f8f8f; | |
} | |
.diff-file .image { | |
background: #303030; | |
} | |
.diff-file .image .frame { | |
background-color: #101010; | |
} | |
.diff-file .image .frame img { | |
border-color: #101010; | |
background-image: linear-gradient(45deg, #282828 25%, transparent 25%, transparent 75%, #282828 75%, #282828 100%), linear-gradient(45deg, #282828 25%, transparent 25%, transparent 75%, #282828 75%, #282828 100%); | |
} | |
.diff-file .image .frame.deleted { | |
border-color: #8f1010; | |
} | |
.diff-file .image .frame.added { | |
border-color: #48a248; | |
} | |
.diff-file .image .view.swipe .swipe-wrap { | |
border-left-color: #707070; | |
} | |
.diff-file .view-modes { | |
background: #202020; | |
} | |
.diff-file .view-modes li { | |
border-left-color: #4a4a4a; | |
} | |
.diff-file .view-modes li.active { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.diff-stats-summary-toggler { | |
color: #549ee6; | |
} | |
.diff-stats-summary-toggler:hover, .diff-stats-summary-toggler:focus { | |
color: #86baed; | |
} | |
.diff-comment-avatar, .diff-comments-more-count { | |
border-color: #101010; | |
} | |
.diff-comments-more-count, .diff-notes-collapse { | |
background-color: #474747; | |
border-color: #101010; | |
} | |
.file-editor .nav-links { | |
border-top-color: #282828; | |
border-right-color: #282828; | |
border-left-color: #282828; | |
background: #191919; | |
} | |
.file-editor .ace_gutter-cell { | |
background-color: #151515; | |
} | |
.file-editor .cancel-btn { | |
color: #e4614b; | |
} | |
.file-editor .cancel-btn:hover { | |
color: #e4614b; | |
} | |
.file-editor .editor-ref { | |
background: #151515; | |
border-right-color: #282828; | |
} | |
.template-selectors-menu { | |
border-left-color: #282828; | |
} | |
.environments-container .table.ci-table .btn-group>a, .environments-container .file-holder table.ci-table .btn-group>a, .file-holder .environments-container table.ci-table .btn-group>a, .environments-container .wiki table.ci-table .btn-group>a, .wiki .environments-container table.ci-table .btn-group>a, .environments-container .md table.ci-table .btn-group>a, .md .environments-container table.ci-table .btn-group>a, .environments-container ul.notes .note .note-body .note-text table.ci-table .btn-group>a, ul.notes .note .note-body .note-text .environments-container table.ci-table .btn-group>a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.environments-container .table.ci-table .btn-group svg path, .environments-container .file-holder table.ci-table .btn-group svg path, .file-holder .environments-container table.ci-table .btn-group svg path, .environments-container .wiki table.ci-table .btn-group svg path, .wiki .environments-container table.ci-table .btn-group svg path, .environments-container .md table.ci-table .btn-group svg path, .md .environments-container table.ci-table .btn-group svg path, .environments-container ul.notes .note .note-body .note-text table.ci-table .btn-group svg path, ul.notes .note .note-body .note-text .environments-container table.ci-table .btn-group svg path { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.environments-container .table.ci-table .external-url, .environments-container .file-holder table.ci-table .external-url, .file-holder .environments-container table.ci-table .external-url, .environments-container .wiki table.ci-table .external-url, .wiki .environments-container table.ci-table .external-url, .environments-container .md table.ci-table .external-url, .md .environments-container table.ci-table .external-url, .environments-container ul.notes .note .note-body .note-text table.ci-table .external-url, ul.notes .note .note-body .note-text .environments-container table.ci-table .external-url, .environments-container .table.ci-table .dropdown-new, .environments-container .file-holder table.ci-table .dropdown-new, .file-holder .environments-container table.ci-table .dropdown-new, .environments-container .wiki table.ci-table .dropdown-new, .wiki .environments-container table.ci-table .dropdown-new, .environments-container .md table.ci-table .dropdown-new, .md .environments-container table.ci-table .dropdown-new, .environments-container ul.notes .note .note-body .note-text table.ci-table .dropdown-new, ul.notes .note .note-body .note-text .environments-container table.ci-table .dropdown-new { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.environments-container .table.ci-table .dropdown-menu .fa, .environments-container .file-holder table.ci-table .dropdown-menu .fa, .file-holder .environments-container table.ci-table .dropdown-menu .fa, .environments-container .wiki table.ci-table .dropdown-menu .fa, .wiki .environments-container table.ci-table .dropdown-menu .fa, .environments-container .md table.ci-table .dropdown-menu .fa, .md .environments-container table.ci-table .dropdown-menu .fa, .environments-container ul.notes .note .note-body .note-text table.ci-table .dropdown-menu .fa, ul.notes .note .note-body .note-text .environments-container table.ci-table .dropdown-menu .fa { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.environments-container .table.ci-table .build-link, .environments-container .file-holder table.ci-table .build-link, .file-holder .environments-container table.ci-table .build-link, .environments-container .wiki table.ci-table .build-link, .wiki .environments-container table.ci-table .build-link, .environments-container .md table.ci-table .build-link, .md .environments-container table.ci-table .build-link, .environments-container ul.notes .note .note-body .note-text table.ci-table .build-link, ul.notes .note .note-body .note-text .environments-container table.ci-table .build-link, .environments-container .table.ci-table .branch-name, .environments-container .file-holder table.ci-table .branch-name, .file-holder .environments-container table.ci-table .branch-name, .environments-container .wiki table.ci-table .branch-name, .wiki .environments-container table.ci-table .branch-name, .environments-container .md table.ci-table .branch-name, .md .environments-container table.ci-table .branch-name, .environments-container ul.notes .note .note-body .note-text table.ci-table .branch-name, ul.notes .note .note-body .note-text .environments-container table.ci-table .branch-name { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.environments-container .table.ci-table .stop-env-link, .environments-container .file-holder table.ci-table .stop-env-link, .file-holder .environments-container table.ci-table .stop-env-link, .environments-container .wiki table.ci-table .stop-env-link, .wiki .environments-container table.ci-table .stop-env-link, .environments-container .md table.ci-table .stop-env-link, .md .environments-container table.ci-table .stop-env-link, .environments-container ul.notes .note .note-body .note-text table.ci-table .stop-env-link, ul.notes .note .note-body .note-text .environments-container table.ci-table .stop-env-link, .environments-container .table.ci-table .external-url, .environments-container .file-holder table.ci-table .external-url, .file-holder .environments-container table.ci-table .external-url, .environments-container .wiki table.ci-table .external-url, .wiki .environments-container table.ci-table .external-url, .environments-container .md table.ci-table .external-url, .md .environments-container table.ci-table .external-url, .environments-container ul.notes .note .note-body .note-text table.ci-table .external-url, ul.notes .note .note-body .note-text .environments-container table.ci-table .external-url { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.environments-container .table.ci-table .deployment .build-column .build-link, .environments-container .file-holder table.ci-table .deployment .build-column .build-link, .file-holder .environments-container table.ci-table .deployment .build-column .build-link, .environments-container .wiki table.ci-table .deployment .build-column .build-link, .wiki .environments-container table.ci-table .deployment .build-column .build-link, .environments-container .md table.ci-table .deployment .build-column .build-link, .md .environments-container table.ci-table .deployment .build-column .build-link, .environments-container ul.notes .note .note-body .note-text table.ci-table .deployment .build-column .build-link, ul.notes .note .note-body .note-text .environments-container table.ci-table .deployment .build-column .build-link { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.environments-container .table.ci-table .folder-icon, .environments-container .file-holder table.ci-table .folder-icon, .file-holder .environments-container table.ci-table .folder-icon, .environments-container .wiki table.ci-table .folder-icon, .wiki .environments-container table.ci-table .folder-icon, .environments-container .md table.ci-table .folder-icon, .md .environments-container table.ci-table .folder-icon, .environments-container ul.notes .note .note-body .note-text table.ci-table .folder-icon, ul.notes .note .note-body .note-text .environments-container table.ci-table .folder-icon { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.environments-container .table.ci-table .folder-name, .environments-container .file-holder table.ci-table .folder-name, .file-holder .environments-container table.ci-table .folder-name, .environments-container .wiki table.ci-table .folder-name, .wiki .environments-container table.ci-table .folder-name, .environments-container .md table.ci-table .folder-name, .md .environments-container table.ci-table .folder-name, .environments-container ul.notes .note .note-body .note-text table.ci-table .folder-name, ul.notes .note .note-body .note-text .environments-container table.ci-table .folder-name { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.deploy-board>div .deploy-board-information .percentage { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.deploy-board>div .deploy-board-information .text { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.deploy-board>div .deploy-board-instances .text { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.deploy-board-instance-finished { | |
background-color: #275138; | |
} | |
.deploy-board-instance-deploying { | |
background-color: #192920; | |
} | |
.deploy-board-instance-failed { | |
background-color: #782d21; | |
} | |
.deploy-board-instance-ready { | |
background-color: #262626; | |
border-color: #282828; | |
} | |
.deploy-board-instance-preparing { | |
background-color: #1c1c1c; | |
border-color: #282828; | |
} | |
.deploy-board-instance-waiting { | |
background-color: #101010; | |
border-color: #282828; | |
} | |
.deploy-board-instance.deploy-board-instance-canary::after { | |
border-color: #101010; | |
background-color: #b57112; | |
} | |
.deploy-board-icon i { | |
color: #8b8989; | |
} | |
.deploy-board { | |
background-color: #151515; | |
} | |
.prometheus-graph .label-axis-text, .prometheus-graph .text-metric-usage { | |
fill: #fff; | |
} | |
.prometheus-graph .legend-axis-text { | |
fill: #fff; | |
} | |
.x-axis path, .y-axis path { | |
stroke: #606060; | |
} | |
.label-x-axis-line, .label-y-axis-line { | |
stroke: #282828; | |
} | |
.y-axis line { | |
stroke: #606060; | |
} | |
.text-metric, .text-median-metric, .text-metric-usage, .text-metric-date { | |
fill: #fff; | |
} | |
.event-item { | |
border-bottom-color: #1e1e1e; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.event-item a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.event-item .system-note-image svg { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.event-item .event-title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.event-item .event-body .event-note .md .label, .event-item .event-body .event-note .md .shortcut-mappings .key, .shortcut-mappings .event-item .event-body .event-note .md .key { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.event-item .event-body .event-note pre { | |
background: #151515; | |
color: #8f8f8f; | |
} | |
.event-item .event-body .event-note-icon { | |
color: #8f8f8f; | |
} | |
.event-item .event_icon { | |
border-color: #202020; | |
background: #151515; | |
} | |
.geo-node-icon-healthy { | |
color: #60e797; | |
} | |
.geo-node-icon-unhealthy { | |
color: #e04a32; | |
} | |
.project-network { | |
border-color: #282828; | |
} | |
.project-network .controls { | |
border-bottom-color: #282828; | |
background: #202020; | |
} | |
.project-network .network-graph { | |
background: #101010; | |
} | |
.graphs .graph-author-email { | |
color: #8f8f8f; | |
} | |
.graphs .graph-additions { | |
color: #79eaa8; | |
} | |
.graphs .graph-deletions { | |
color: #e04a32; | |
} | |
.content-list .group-name { | |
color: #b0b2b8; | |
} | |
.group-row .stats { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.panel .shared_runners_limit_under_quota, .panel-slim .shared_runners_limit_under_quota { | |
color: #60e797; | |
} | |
.panel .shared_runners_limit_over_quota, .panel-slim .shared_runners_limit_over_quota { | |
color: #e04a32; | |
} | |
.pipeline-quota { | |
border-top-color: #303030; | |
border-bottom-color: #303030; | |
} | |
.mattermost-team-name { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.mattermost-info { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.shortcut-mappings { | |
color: #afafaf; | |
} | |
.shortcut-mappings th { | |
color: #cfcfcf; | |
} | |
.documentation img:not(.emoji) { | |
border-color: #1e1e1e; | |
} | |
.limit-container-width .issuable-details .merge-request-tabs-holder.affix { | |
border-bottom-color: #282828; | |
} | |
.issuable-details .description img:not(.emoji) { | |
border-color: #1e1e1e; | |
} | |
.right-sidebar .block { | |
border-bottom-color: #262626; | |
} | |
.right-sidebar .title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar .title .edit-link { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar .title .edit-link:not([href]):hover { | |
color: rgba(255, 255, 255, 0.2); | |
} | |
.right-sidebar .cross-project-reference button { | |
background-color: #151515; | |
} | |
.right-sidebar .btn-clipboard:hover { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar { | |
background: #151515; | |
} | |
.right-sidebar.right-sidebar-expanded .no-value { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.right-sidebar.right-sidebar-expanded .gutter-toggle { | |
border-left-color: #262626; | |
} | |
.right-sidebar.right-sidebar-collapsed .participants { | |
border-bottom-color: #262626; | |
} | |
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon:hover, .right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon:hover .todo-undone { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .todo-undone { | |
color: #549ee6; | |
} | |
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .btn-clipboard { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.right-sidebar.right-sidebar-collapsed .sidebar-collapsed-icon .btn-clipboard:hover { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar a:hover { | |
color: #549ee6; | |
} | |
.participants-more a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.time_tracker .sidebar-collapsed-icon svg { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.time_tracker .sidebar-collapsed-icon:hover svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.time_tracker .compare-meter.over_estimate .time-remaining, .time_tracker .compare-meter.over_estimate .compare-value.spent { | |
color: #e04a32; | |
} | |
.time_tracker .meter-container { | |
background: #212121; | |
} | |
.time_tracker .compare-display-container .compare-display .compare-value { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.time_tracker .time-tracking-help-state { | |
background: #101010; | |
border-top-color: #212121; | |
border-bottom-color: #212121; | |
} | |
.merge-request.today, .issue.today { | |
background: #111c10; | |
border-color: #313726; | |
} | |
.merge-request.closed, .issue.closed { | |
background: #151515; | |
border-color: #282828; | |
} | |
.merge-request.merged, .issue.merged { | |
background: #151515; | |
border-color: #282828; | |
} | |
.issues-export-modal .export-checkmark { | |
color: #53c783; | |
} | |
.issue-email-modal-btn { | |
color: #549ee6; | |
} | |
.email-modal-input-group .form-control, .email-modal-input-group .search form, .search .email-modal-input-group form { | |
background-color: #101010; | |
} | |
.email-modal-input-group .btn { | |
background-color: #151515; | |
border-color: #262626; | |
} | |
.manage-labels-list>li:not(.empty-message) { | |
background-color: #101010; | |
} | |
.manage-labels-list .btn-action { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.manage-labels-list .btn-action:hover { | |
color: #549ee6; | |
} | |
.manage-labels-list .btn-action:hover.remove-row { | |
color: #e04a32; | |
} | |
.ci-body .incorrect-syntax { | |
color: #e04a32; | |
} | |
.ci-body .correct-syntax { | |
color: #60e797; | |
} | |
.login-page .login-box, .login-page .omniauth-container { | |
box-shadow: 0 0 0 1px #282828; | |
} | |
.login-page .login-box .login-body .username .validation-success, .login-page .omniauth-container .login-body .username .validation-success { | |
color: #79eaa8; | |
} | |
.login-page .login-box .login-body .username .validation-error, .login-page .omniauth-container .login-body .username .validation-error { | |
color: #e04a32; | |
} | |
.login-page .new-session-tabs { | |
box-shadow: 0 0 0 1px #282828; | |
} | |
.login-page .new-session-tabs li { | |
border-left-color: #282828; | |
} | |
.login-page .new-session-tabs li:not(.active) { | |
background-color: #151515; | |
} | |
.login-page .new-session-tabs li.active { | |
border-bottom-color: #282828; | |
} | |
.login-page .new-session-tabs li.active a { | |
color: #fff; | |
} | |
.login-page .new-session-tabs.custom-provider-tabs li:nth-child(n+5) { | |
border-top-color: #282828; | |
} | |
.login-page .form-control:active, .login-page .search form:active, .search .login-page form:active, .login-page .form-control:focus, .login-page .common-note-form .md-area.is-focused, .common-note-form .login-page .md-area.is-focused, .login-page .search form:focus, .search .login-page form:focus, .login-page .search.search-active form, .search.search-active .login-page form { | |
background-color: #101010; | |
} | |
.login-page .devise-errors h2 { | |
color: #e87663; | |
} | |
.devise-layout-html body .footer-container, .devise-layout-html body hr.footer-fixed { | |
background: #101010; | |
} | |
.project-members-title { | |
border-bottom-color: #282828; | |
} | |
.alert-member-ldap { | |
background-color: #2c2010; | |
} | |
.alert-member-ldap>p { | |
color: #ffa52f; | |
} | |
#conflicts .white .header.line_content.origin, #conflicts .white .diff-line-num.origin { | |
background-color: #101f2d; | |
border-color: #101f2d; | |
} | |
#conflicts .white .header.line_content.origin button, #conflicts .white .diff-line-num.origin button { | |
background-color: #154c80; | |
border-color: #1771c5; | |
} | |
#conflicts .white .header.line_content.origin.selected, #conflicts .white .diff-line-num.origin.selected { | |
background-color: #10385d; | |
border-color: #10385d; | |
} | |
#conflicts .white .header.line_content.origin.selected button, #conflicts .white .diff-line-num.origin.selected button { | |
background-color: #2180db; | |
} | |
#conflicts .white .header.line_content.origin.unselected, #conflicts .white .diff-line-num.origin.unselected { | |
background-color: #1e1e1e; | |
border-color: #1e1e1e; | |
} | |
#conflicts .white .header.line_content.origin.unselected button, #conflicts .white .diff-line-num.origin.unselected button { | |
background-color: #12273c; | |
border-color: #154c80; | |
} | |
#conflicts .white .header.line_content.head, #conflicts .white .diff-line-num.head { | |
background-color: #1e3515; | |
border-color: #1e3515; | |
} | |
#conflicts .white .header.line_content.head button, #conflicts .white .diff-line-num.head button { | |
background-color: #468332; | |
border-color: #60bb42; | |
} | |
#conflicts .white .header.line_content.head.selected, #conflicts .white .diff-line-num.head.selected { | |
background-color: #2f621e; | |
border-color: #2f621e; | |
} | |
#conflicts .white .header.line_content.head.unselected, #conflicts .white .diff-line-num.head.unselected { | |
background-color: #1e1e1e; | |
border-color: #1e1e1e; | |
} | |
#conflicts .white .header.line_content.head.unselected button, #conflicts .white .diff-line-num.head.unselected button { | |
background-color: #2d4c22; | |
border-color: #468332; | |
} | |
#conflicts .white .line_content.origin { | |
background-color: #10171c; | |
} | |
#conflicts .white .line_content.origin.selected { | |
background-color: #101f2d; | |
} | |
#conflicts .white .line_content.origin.unselected { | |
background-color: #151515; | |
} | |
#conflicts .white .line_content.head { | |
background-color: #152212; | |
} | |
#conflicts .white .line_content.head.selected { | |
background-color: #1e3515; | |
} | |
#conflicts .white .line_content.head.unselected { | |
background-color: #151515; | |
} | |
#conflicts .dark .header.line_content.origin.unselected, #conflicts .dark .diff-line-num.origin.unselected { | |
background-color: rgba(16, 16, 16, 0.25); | |
border-color: rgba(16, 16, 16, 0.25); | |
} | |
#conflicts .dark .header.line_content.head, #conflicts .dark .diff-line-num.head { | |
background-color: rgba(16, 207, 16, 0.2); | |
border-color: rgba(16, 207, 16, 0.2); | |
} | |
#conflicts .dark .header.line_content.head.selected, #conflicts .dark .diff-line-num.head.selected { | |
background-color: rgba(16, 207, 16, 0.33); | |
border-color: rgba(16, 207, 16, 0.33); | |
} | |
#conflicts .dark .header.line_content.head.unselected, #conflicts .dark .diff-line-num.head.unselected { | |
background-color: rgba(16, 16, 16, 0.25); | |
border-color: rgba(16, 16, 16, 0.25); | |
} | |
#conflicts .dark .header.line_content.head.unselected button, #conflicts .dark .diff-line-num.head.unselected button { | |
background-color: #56a567; | |
} | |
#conflicts .dark .line_content.origin.unselected { | |
background-color: rgba(16, 16, 16, 0.1); | |
} | |
#conflicts .dark .line_content.head { | |
background-color: rgba(16, 207, 16, 0.1); | |
} | |
#conflicts .dark .line_content.head.selected { | |
background-color: rgba(16, 207, 16, 0.2); | |
} | |
#conflicts .dark .line_content.head.unselected { | |
background-color: rgba(16, 16, 16, 0.1); | |
} | |
#conflicts .monokai .header.line_content.origin, #conflicts .monokai .diff-line-num.origin { | |
background-color: rgba(29, 143, 165, 0.35); | |
border-color: rgba(29, 143, 165, 0.35); | |
} | |
#conflicts .monokai .header.line_content.origin.selected, #conflicts .monokai .diff-line-num.origin.selected { | |
background-color: rgba(29, 143, 165, 0.5); | |
border-color: rgba(29, 143, 165, 0.5); | |
} | |
#conflicts .monokai .header.line_content.origin.unselected button, #conflicts .monokai .diff-line-num.origin.unselected button { | |
background-color: #50a6af; | |
} | |
#conflicts .monokai .header.line_content.head, #conflicts .monokai .diff-line-num.head { | |
background-color: rgba(156, 212, 43, 0.25); | |
border-color: rgba(156, 212, 43, 0.25); | |
} | |
#conflicts .monokai .header.line_content.head.selected, #conflicts .monokai .diff-line-num.head.selected { | |
background-color: rgba(156, 212, 43, 0.4); | |
border-color: rgba(156, 212, 43, 0.4); | |
} | |
#conflicts .monokai .line_content.origin { | |
background-color: rgba(29, 143, 165, 0.15); | |
} | |
#conflicts .monokai .line_content.origin.selected { | |
background-color: rgba(29, 143, 165, 0.35); | |
} | |
#conflicts .monokai .line_content.head { | |
background-color: rgba(156, 212, 43, 0.1); | |
} | |
#conflicts .monokai .line_content.head.selected { | |
background-color: rgba(156, 212, 43, 0.25); | |
} | |
#conflicts .solarized-light .header.line_content.origin button, #conflicts .solarized-light .diff-line-num.origin button { | |
background-color: #4c89a5; | |
} | |
#conflicts .solarized-light .header.line_content.origin.unselected, #conflicts .solarized-light .diff-line-num.origin.unselected { | |
background-color: rgba(114, 130, 132, 0.37); | |
border-color: rgba(114, 130, 132, 0.37); | |
} | |
#conflicts .solarized-light .header.line_content.origin.unselected button, #conflicts .solarized-light .diff-line-num.origin.unselected button { | |
background-color: #375f71; | |
border-color: #4c89a5; | |
} | |
#conflicts .solarized-light .header.line_content.head button, #conflicts .solarized-light .diff-line-num.head button { | |
background-color: #a0a358; | |
} | |
#conflicts .solarized-light .header.line_content.head.unselected, #conflicts .solarized-light .diff-line-num.head.unselected { | |
background-color: rgba(114, 130, 132, 0.37); | |
border-color: rgba(114, 130, 132, 0.37); | |
} | |
#conflicts .solarized-light .header.line_content.head.unselected button, #conflicts .solarized-light .diff-line-num.head.unselected button { | |
background-color: #717341; | |
border-color: #a0a358; | |
} | |
#conflicts .solarized-light .line_content.origin.unselected { | |
background-color: rgba(114, 130, 132, 0.2); | |
} | |
#conflicts .solarized-light .line_content.head.unselected { | |
background-color: rgba(114, 130, 132, 0.2); | |
} | |
#conflicts .solarized-dark .header.line_content.origin.unselected, #conflicts .solarized-dark .diff-line-num.origin.unselected { | |
background-color: rgba(114, 130, 132, 0.25); | |
border-color: rgba(114, 130, 132, 0.25); | |
} | |
#conflicts .solarized-dark .header.line_content.head.unselected, #conflicts .solarized-dark .diff-line-num.head.unselected { | |
background-color: rgba(114, 130, 132, 0.25); | |
border-color: rgba(114, 130, 132, 0.25); | |
} | |
#conflicts .solarized-dark .line_content.origin.unselected { | |
background-color: rgba(114, 130, 132, 0.15); | |
} | |
#conflicts .solarized-dark .line_content.head.unselected { | |
background-color: rgba(114, 130, 132, 0.15); | |
} | |
#conflicts .editor-wrap.saved .editor { | |
border-top-color: #377b53; | |
} | |
#conflicts .discard-changes-alert { | |
background-color: #151515; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-state-widget { | |
color: rgba(255, 255, 255, 0.85); | |
border-color: #282828; | |
} | |
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-pending svg use, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-running svg use { | |
stroke: #101010; | |
} | |
.mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-skipped svg use, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-failed svg use, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-canceled svg use, .mr-state-widget .accept-merge-holder .accept-action .accept-merge-request.ci-error svg use { | |
stroke: #101010; | |
} | |
.mr-state-widget .accept-merge-holder .accept-control .modify-merge-commit-link { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-state-widget .accept-merge-holder .accept-control a .fa-question-circle { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.mr-state-widget .accept-merge-holder .accept-control a .fa-question-circle:hover, .mr-state-widget .accept-merge-holder .accept-control a .fa-question-circle:focus { | |
color: #86baed; | |
} | |
.mr-state-widget .ci_widget { | |
border-bottom-color: #1c1e20; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
@media (max-width: 767px) { | |
.mr-state-widget .mr-widget-pipeline-graph { | |
background-color: #101010; | |
border-color: #202020; | |
} | |
} | |
.mr-state-widget .normal { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-state-widget .mr-widget-body h4 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-state-widget .mr-widget-body h4.has-conflicts .fa-exclamation-triangle, .mr-state-widget .mr-widget-body h4.has-conflicts .admonitionblock td.icon .icon-warning, .admonitionblock td.icon .mr-state-widget .mr-widget-body h4.has-conflicts .icon-warning { | |
color: #fc9b13; | |
} | |
.mr-state-widget .mr-widget-footer { | |
border-top-color: #202020; | |
} | |
.mr-state-widget .stop-env-container { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-state-widget .stop-env-container a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.label-branch { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.remove-message-pipes ul { | |
border-left-color: #282828; | |
} | |
.remove-message-pipes li::before { | |
border-top-color: #282828; | |
} | |
.mr-source-target { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.table-holder .ci-table th { | |
background-color: #101010; | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.mr-version-controls { | |
background: #151515; | |
border-bottom-color: #282828; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-version-controls .content-block { | |
border-top-color: #282828; | |
} | |
.mr-version-controls .dropdown-title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mr-version-controls .fa-info-circle { | |
color: #fc9b13; | |
} | |
.merge-request-tabs-holder { | |
background-color: #101010; | |
} | |
#merge-request-widget-app .loading, .approvals-components { | |
border-top-color: #1c1e20; | |
} | |
.approvals-footer .unapprove-btn-wrap { | |
border-left-color: #202020; | |
} | |
.approvals-footer .unapprove-btn:hover { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.milestone-content .issuable-row span a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.right-sidebar-collapsed .milestone-sidebar .reference { | |
border-top-color: #262626; | |
} | |
.issues-sortable-list .issuable-detail .issuable-number, .merge_requests-sortable-list .issuable-detail .issuable-number { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.milestone-detail { | |
border-bottom-color: #282828; | |
} | |
.issuable-row { | |
background-color: #101010; | |
} | |
.burndown-hint.container-fluid { | |
border-color: #282828; | |
} | |
.burndown-hint.container-fluid .inner-content h4 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.burndown-header .btn { | |
background-color: #101010; | |
color: #3b8fe2; | |
} | |
.burndown-chart .axis line, .burndown-chart .axis path { | |
stroke: #606060; | |
} | |
.burndown-chart .axis-label text { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.burndown-chart .axis-label line { | |
stroke: #282828; | |
} | |
.burndown-chart .legend text { | |
fill: rgba(255, 255, 255, 0.35); | |
} | |
.burndown-chart .legend rect { | |
stroke: #282828; | |
} | |
.burndown-chart .line.ideal { | |
stroke: #606060; | |
} | |
.burndown-chart .chart-tooltip rect { | |
fill: #fff; | |
} | |
.note-textarea { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.common-note-form .md-area { | |
border-color: #282828; | |
} | |
.common-note-form .md-area.is-focused .comment-toolbar, .common-note-form .md-area.is-focused .nav-links { | |
border-color: #2e69a3; | |
} | |
.confidential-issue-warning { | |
background-color: #191919; | |
} | |
.discussion-form { | |
background-color: #101010; | |
} | |
.note-edit-form .md-area { | |
background-color: #101010; | |
} | |
.discussion-body .discussion-reply-holder, .diff-file .discussion-reply-holder { | |
background-color: #101010; | |
} | |
.comment-toolbar { | |
color: rgba(255, 255, 255, 0.55); | |
border-top-color: #282828; | |
} | |
.toolbar-button:hover, .toolbar-button:focus { | |
color: #549ee6; | |
} | |
.comment-type-dropdown li:hover, .comment-type-dropdown li:focus { | |
background-color: #357bc2; | |
} | |
.comment-type-dropdown .divider { | |
border-top-color: #474747; | |
} | |
@-webkit-keyframes targe3-note { | |
from { | |
background: #1e1e10; | |
} | |
50% { | |
background: #393910; | |
} | |
to { | |
background: #1e1e10; | |
} | |
} | |
ul.notes .note { | |
border-bottom-color: #1e1e1e; | |
} | |
ul.notes .note .note-body .note-text { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.notes .note .note-body .note-text a { | |
color: #549ee6; | |
} | |
ul.notes .note .note-body .note-text kbd { | |
color: #afafaf; | |
background-color: #131313; | |
border-color: #404040 #404040 #505050; | |
box-shadow: 0 -1px 0 #505050 inset; | |
} | |
ul.notes .note .note-body .note-text h1 { | |
border-bottom-color: #242424; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.notes .note .note-body .note-text h2 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.notes .note .note-body .note-text blockquote { | |
border-left-color: #242424; | |
} | |
ul.notes .note .note-body .note-text blockquote:dir(rtl) { | |
border-right-color: #242424; | |
} | |
ul.notes .note .note-body .note-text p { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.notes .note .note-body .note-text table { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
ul.notes .note .note-body .note-text table th { | |
background: #131517; | |
} | |
ul.notes .system-note .system-note-message a { | |
color: #549ee6; | |
} | |
ul.notes .system-note .note-body .system-note-commit-list-toggler { | |
color: #549ee6; | |
} | |
ul.notes .system-note .note-body .system-note-commit-list-toggler:hover { | |
color: #549ee6; | |
} | |
ul.notes .system-note .note-body .note-text.system-note-commit-list::after { | |
background: linear-gradient(rgba(16, 16, 16, 0.1) -100px, #101010 100%); | |
} | |
.discussion-body .diff-file .file-title:hover { | |
background-color: #151515; | |
} | |
.diff-file .notes_holder td { | |
border-color: #1e1e1e; | |
} | |
.diff-file .notes_holder td.notes_line { | |
background: #151515; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.diff-file .notes_holder td.notes_line2 { | |
border-left-color: #303030 !important; | |
} | |
.diff-file .notes_holder td.notes_content { | |
background-color: #151515; | |
} | |
.diff-file .notes_holder td.notes_content .discussion-notes:not(:first-child) { | |
border-top-color: #1e1e1e; | |
} | |
.diff-file .notes_holder td.notes_content .discussion-notes:not(:last-child) { | |
border-bottom-color: #1e1e1e; | |
} | |
.diff-file .notes_holder td.notes_content .notes { | |
background-color: #101010; | |
} | |
.discussion-header a:hover, .note-header a:hover { | |
color: #549ee6; | |
} | |
.discussion-header .author_link, .note-header .author_link { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.note-headline-light, .discussion-headline-light { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.discussion-headline-light a { | |
color: #549ee6; | |
} | |
.note-action-button:hover .danger-highlight, .note-action-button.is-active .danger-highlight { | |
color: #e04a32; | |
} | |
.note-action-button:hover .link-highlight, .note-action-button.is-active .link-highlight { | |
color: #549ee6; | |
} | |
.note-action-button:hover .link-highlight svg, .note-action-button.is-active .link-highlight svg { | |
fill: #549ee6; | |
} | |
.discussion-toggle-button:hover { | |
color: #549ee6; | |
} | |
.discussion-toggle-button:focus { | |
color: #549ee6; | |
} | |
.note-role { | |
color: rgba(255, 255, 255, 0.55); | |
border-color: #282828; | |
} | |
.add-diff-note { | |
background: #101010; | |
color: #3b8fe2; | |
} | |
.disabled-comment { | |
background-color: #151515; | |
border-color: #262626; | |
} | |
.disabled-comment a { | |
color: #549ee6; | |
} | |
.line-resolve-all { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.line-resolve-btn:not(.is-disabled):hover, .line-resolve-btn.is-active { | |
color: #79eaa8; | |
} | |
.line-resolve-btn:not(.is-disabled):hover svg, .line-resolve-btn.is-active svg { | |
fill: #79eaa8; | |
} | |
.pipelines .table.ci-table .pipeline-id, .pipelines .file-holder table.ci-table .pipeline-id, .file-holder .pipelines table.ci-table .pipeline-id, .pipelines .wiki table.ci-table .pipeline-id, .wiki .pipelines table.ci-table .pipeline-id, .pipelines .md table.ci-table .pipeline-id, .md .pipelines table.ci-table .pipeline-id, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-id, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-id { | |
color: #fff; | |
} | |
.pipelines .table.ci-table .pipeline-actions .btn-default, .pipelines .file-holder table.ci-table .pipeline-actions .btn-default, .file-holder .pipelines table.ci-table .pipeline-actions .btn-default, .pipelines .wiki table.ci-table .pipeline-actions .btn-default, .wiki .pipelines table.ci-table .pipeline-actions .btn-default, .pipelines .md table.ci-table .pipeline-actions .btn-default, .md .pipelines table.ci-table .pipeline-actions .btn-default, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .btn-default, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .btn-default { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pipelines .table.ci-table .pipeline-actions .btn.btn-retry:hover, .pipelines .file-holder table.ci-table .pipeline-actions .btn.btn-retry:hover, .file-holder .pipelines table.ci-table .pipeline-actions .btn.btn-retry:hover, .pipelines .wiki table.ci-table .pipeline-actions .btn.btn-retry:hover, .wiki .pipelines table.ci-table .pipeline-actions .btn.btn-retry:hover, .pipelines .md table.ci-table .pipeline-actions .btn.btn-retry:hover, .md .pipelines table.ci-table .pipeline-actions .btn.btn-retry:hover, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .btn.btn-retry:hover, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .btn.btn-retry:hover, .pipelines .table.ci-table .pipeline-actions .btn.btn-retry:focus, .pipelines .file-holder table.ci-table .pipeline-actions .btn.btn-retry:focus, .file-holder .pipelines table.ci-table .pipeline-actions .btn.btn-retry:focus, .pipelines .wiki table.ci-table .pipeline-actions .btn.btn-retry:focus, .wiki .pipelines table.ci-table .pipeline-actions .btn.btn-retry:focus, .pipelines .md table.ci-table .pipeline-actions .btn.btn-retry:focus, .md .pipelines table.ci-table .pipeline-actions .btn.btn-retry:focus, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .btn.btn-retry:focus, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .btn.btn-retry:focus { | |
border-color: #474747; | |
background-color: #1e1e1e; | |
} | |
.pipelines .table.ci-table .pipeline-actions svg path, .pipelines .file-holder table.ci-table .pipeline-actions svg path, .file-holder .pipelines table.ci-table .pipeline-actions svg path, .pipelines .wiki table.ci-table .pipeline-actions svg path, .wiki .pipelines table.ci-table .pipeline-actions svg path, .pipelines .md table.ci-table .pipeline-actions svg path, .md .pipelines table.ci-table .pipeline-actions svg path, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions svg path, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions svg path { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.pipelines .table.ci-table .pipeline-actions .dropdown-toggle, .pipelines .file-holder table.ci-table .pipeline-actions .dropdown-toggle, .file-holder .pipelines table.ci-table .pipeline-actions .dropdown-toggle, .pipelines .wiki table.ci-table .pipeline-actions .dropdown-toggle, .wiki .pipelines table.ci-table .pipeline-actions .dropdown-toggle, .pipelines .md table.ci-table .pipeline-actions .dropdown-toggle, .md .pipelines table.ci-table .pipeline-actions .dropdown-toggle, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .dropdown-toggle, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .dropdown-toggle, .pipelines .table.ci-table .pipeline-actions .dropdown-menu-toggle, .pipelines .file-holder table.ci-table .pipeline-actions .dropdown-menu-toggle, .file-holder .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle, .pipelines .wiki table.ci-table .pipeline-actions .dropdown-menu-toggle, .wiki .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle, .pipelines .md table.ci-table .pipeline-actions .dropdown-menu-toggle, .md .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .dropdown-menu-toggle, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle, .pipelines .table.ci-table .pipeline-actions .dropdown-menu, .pipelines .file-holder table.ci-table .pipeline-actions .dropdown-menu, .file-holder .pipelines table.ci-table .pipeline-actions .dropdown-menu, .pipelines .wiki table.ci-table .pipeline-actions .dropdown-menu, .wiki .pipelines table.ci-table .pipeline-actions .dropdown-menu, .pipelines .md table.ci-table .pipeline-actions .dropdown-menu, .md .pipelines table.ci-table .pipeline-actions .dropdown-menu, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .dropdown-menu, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .dropdown-menu { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pipelines .table.ci-table .pipeline-actions .dropdown-toggle .fa, .pipelines .file-holder table.ci-table .pipeline-actions .dropdown-toggle .fa, .file-holder .pipelines table.ci-table .pipeline-actions .dropdown-toggle .fa, .pipelines .wiki table.ci-table .pipeline-actions .dropdown-toggle .fa, .wiki .pipelines table.ci-table .pipeline-actions .dropdown-toggle .fa, .pipelines .md table.ci-table .pipeline-actions .dropdown-toggle .fa, .md .pipelines table.ci-table .pipeline-actions .dropdown-toggle .fa, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .dropdown-toggle .fa, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .dropdown-toggle .fa, .pipelines .table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .pipelines .file-holder table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .file-holder .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .pipelines .wiki table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .wiki .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .pipelines .md table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .md .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .dropdown-menu-toggle .fa, .pipelines .table.ci-table .pipeline-actions .dropdown-menu .fa, .pipelines .file-holder table.ci-table .pipeline-actions .dropdown-menu .fa, .file-holder .pipelines table.ci-table .pipeline-actions .dropdown-menu .fa, .pipelines .wiki table.ci-table .pipeline-actions .dropdown-menu .fa, .wiki .pipelines table.ci-table .pipeline-actions .dropdown-menu .fa, .pipelines .md table.ci-table .pipeline-actions .dropdown-menu .fa, .md .pipelines table.ci-table .pipeline-actions .dropdown-menu .fa, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .dropdown-menu .fa, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .dropdown-menu .fa { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pipelines .table.ci-table .pipeline-actions .btn-group.open .btn-default, .pipelines .file-holder table.ci-table .pipeline-actions .btn-group.open .btn-default, .file-holder .pipelines table.ci-table .pipeline-actions .btn-group.open .btn-default, .pipelines .wiki table.ci-table .pipeline-actions .btn-group.open .btn-default, .wiki .pipelines table.ci-table .pipeline-actions .btn-group.open .btn-default, .pipelines .md table.ci-table .pipeline-actions .btn-group.open .btn-default, .md .pipelines table.ci-table .pipeline-actions .btn-group.open .btn-default, .pipelines ul.notes .note .note-body .note-text table.ci-table .pipeline-actions .btn-group.open .btn-default, ul.notes .note .note-body .note-text .pipelines table.ci-table .pipeline-actions .btn-group.open .btn-default { | |
background-color: #1e1e1e; | |
border-color: #2a2a2a; | |
} | |
.table.ci-table .build.retried, .file-holder table.ci-table .build.retried, .wiki table.ci-table .build.retried, .md table.ci-table .build.retried, ul.notes .note .note-body .note-text table.ci-table .build.retried { | |
background-color: #121212; | |
} | |
.table.ci-table .branch-commit svg, .file-holder table.ci-table .branch-commit svg, .wiki table.ci-table .branch-commit svg, .md table.ci-table .branch-commit svg, ul.notes .note .note-body .note-text table.ci-table .branch-commit svg { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.table.ci-table .branch-commit .fa, .file-holder table.ci-table .branch-commit .fa, .wiki table.ci-table .branch-commit .fa, .md table.ci-table .branch-commit .fa, ul.notes .note .note-body .note-text table.ci-table .branch-commit .fa { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.table.ci-table .branch-commit .commit-id, .file-holder table.ci-table .branch-commit .commit-id, .wiki table.ci-table .branch-commit .commit-id, .md table.ci-table .branch-commit .commit-id, ul.notes .note .note-body .note-text table.ci-table .branch-commit .commit-id { | |
color: #549ee6; | |
} | |
.table.ci-table .duration, .file-holder table.ci-table .duration, .wiki table.ci-table .duration, .md table.ci-table .duration, ul.notes .note .note-body .note-text table.ci-table .duration, .table.ci-table .finished-at, .file-holder table.ci-table .finished-at, .wiki table.ci-table .finished-at, .md table.ci-table .finished-at, ul.notes .note .note-body .note-text table.ci-table .finished-at { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.table.ci-table .build-link a, .file-holder table.ci-table .build-link a, .wiki table.ci-table .build-link a, .md table.ci-table .build-link a, ul.notes .note .note-body .note-text table.ci-table .build-link a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.stage-cell .stage-container:not(:last-child)::after { | |
border-bottom-color: #282828; | |
} | |
.pipeline-graph { | |
background-color: #151515; | |
} | |
.pipeline-graph a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pipeline-graph .stage-column.left-margin:not(:first-child) .left-connector::before { | |
border-top-color: #282828; | |
} | |
.pipeline-graph .stage-column .curve::before, .pipeline-graph .stage-column .curve::after { | |
border-top-color: #282828; | |
} | |
.pipeline-graph .stage-column .curve::after { | |
border-right-color: #282828; | |
} | |
.pipeline-graph .stage-column .curve::before { | |
border-left-color: #282828; | |
} | |
.pipeline-graph .build { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pipeline-graph .build>.ci-action-icon-container .ci-action-icon-wrapper { | |
background: #101010; | |
border-color: #282828; | |
} | |
.pipeline-graph .build>.ci-action-icon-container .ci-action-icon-wrapper:hover { | |
background-color: #131b24; | |
border-color: #131b24; | |
} | |
.pipeline-graph .build>.ci-action-icon-container .ci-action-icon-wrapper:hover svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.pipeline-graph .build .dropdown-menu-toggle { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.pipeline-graph .build .dropdown-menu-toggle:hover { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.pipeline-graph .build .dropdown-menu-toggle:hover .dropdown-counter-badge { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.pipeline-graph .build>.build-content { | |
border-color: #282828; | |
background-color: #101010; | |
} | |
.pipeline-graph .build>.build-content:hover { | |
background-color: #131b24; | |
border-color: #13273b; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.pipeline-graph .build .arrow::before { | |
border-right-color: #282828; | |
} | |
.pipeline-graph .build .arrow::after { | |
border-right-color: #101010; | |
} | |
.pipeline-graph .build:first-child::after { | |
border-top-color: #282828; | |
} | |
.pipeline-graph .build:not(:first-child)::after, .pipeline-graph .build:not(:first-child)::before { | |
border-bottom-color: #282828; | |
} | |
.pipeline-graph .build:not(:first-child)::after { | |
border-right-color: #282828; | |
} | |
.pipeline-graph .build:not(:first-child)::before { | |
border-left-color: #282828; | |
} | |
.mini-pipeline-graph-dropdown-toggle { | |
background-color: #101010; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-success { | |
color: #60e797; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-success:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success:active { | |
background-color: #192920; | |
color: #79eaa8; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-success:hover svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success:focus svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success:active svg { | |
fill: #79eaa8; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed { | |
color: #e04a32; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed:active { | |
background-color: #291714; | |
color: #e4614b; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed:hover svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed:focus svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-failed:active svg { | |
fill: #e4614b; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings { | |
color: #fc9b13; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending:active, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings:active { | |
background-color: #2c2010; | |
color: #ffa52f; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending:hover svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending:focus svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-pending:active svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings:hover svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings:focus svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-success_with_warnings:active svg { | |
fill: #ffa52f; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-running { | |
border-color: #357bc2; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-running:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-running:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-running:active { | |
background-color: #162029; | |
color: #549ee6; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-running:hover svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-running:focus svg, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-running:active svg { | |
fill: #549ee6; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-canceled, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-disabled, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-not-found, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-manual { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-created, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-skipped { | |
border-color: #474747; | |
} | |
.mini-pipeline-graph-dropdown-toggle.ci-status-icon-created:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-created:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-created:active, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-skipped:hover, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-skipped:focus, .mini-pipeline-graph-dropdown-toggle.ci-status-icon-skipped:active { | |
background-color: rgba(71, 71, 71, 0.1); | |
border-color: #474747; | |
} | |
.big-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper, .mini-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper { | |
border-color: #363636; | |
background-color: #101010; | |
} | |
.big-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:hover, .big-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:focus, .mini-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:hover, .mini-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:focus { | |
background-color: #131b24; | |
} | |
.big-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:hover svg, .big-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:focus svg, .mini-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:hover svg, .mini-pipeline-graph-dropdown-menu a.ci-action-icon-wrapper:focus svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.big-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item .ci-build-text, .mini-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item .ci-build-text { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.big-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item:hover, .big-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item:focus, .mini-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item:hover, .mini-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item:focus { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #131b24; | |
} | |
.mini-pipeline-graph-dropdown-menu .arrow-up::before { | |
border-bottom-color: #282828; | |
} | |
.mini-pipeline-graph-dropdown-menu .arrow-up::after { | |
border-bottom-color: #101010; | |
} | |
.account-btn-link, .profile-settings-sidebar a, .settings-sidebar a { | |
color: #549ee6; | |
} | |
.account-well { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.profile-settings-content a { | |
color: #549ee6; | |
} | |
.provider-btn-group { | |
border-color: #282828; | |
} | |
.provider-btn-image { | |
border-right-color: #282828; | |
} | |
.provider-btn { | |
background-color: #151515; | |
} | |
.provider-btn.not-active { | |
color: #3b8fe2; | |
} | |
.user-callout .bordered-box { | |
border-color: #282828; | |
} | |
.new_project .input-group-addon.static-namespace, .edit-project .input-group-addon.static-namespace { | |
border-color: #282828; | |
} | |
@media (min-width: 768px) { | |
.project-home-panel, .group-home-panel { | |
border-bottom-color: #282828; | |
} | |
} | |
.project-repo-buttons .btn, .group-buttons .btn { | |
background-color: #151515; | |
border-color: #262626; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .btn:hover, .project-repo-buttons .btn:focus, .group-buttons .btn:hover, .group-buttons .btn:focus { | |
background-color: #191919; | |
border-color: #262626; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .btn:active, .project-repo-buttons .btn.active, .group-buttons .btn:active, .group-buttons .btn.active { | |
background-color: #2c2c2c; | |
border-color: #2a2a2a; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .btn svg path, .group-buttons .btn svg path { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .btn .fa, .group-buttons .btn .fa { | |
color: #8b8989; | |
} | |
.project-repo-buttons .btn svg path, .group-buttons .btn svg path { | |
fill: #8b8989; | |
} | |
.project-repo-buttons .count-with-arrow .arrow::before, .group-buttons .count-with-arrow .arrow::before { | |
border-right-color: #282c31; | |
} | |
.project-repo-buttons .count-with-arrow .arrow::after, .group-buttons .count-with-arrow .arrow::after { | |
border-right-color: #101010; | |
} | |
.project-repo-buttons .count-with-arrow .count, .group-buttons .count-with-arrow .count { | |
background-color: #151515; | |
border-color: #262626; | |
color: rgba(255, 255, 255, 0.85); | |
background: #101010; | |
} | |
.project-repo-buttons .count-with-arrow .count:hover, .project-repo-buttons .count-with-arrow .count:focus, .group-buttons .count-with-arrow .count:hover, .group-buttons .count-with-arrow .count:focus { | |
background-color: #191919; | |
border-color: #262626; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .count-with-arrow .count:active, .project-repo-buttons .count-with-arrow .count.active, .group-buttons .count-with-arrow .count:active, .group-buttons .count-with-arrow .count.active { | |
background-color: #2c2c2c; | |
border-color: #2a2a2a; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .count-with-arrow .count svg path, .group-buttons .count-with-arrow .count svg path { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.project-repo-buttons .count-with-arrow .count:hover, .group-buttons .count-with-arrow .count:hover { | |
background: #101010; | |
} | |
.project-visibility-level-holder .radio .option-title { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-visibility-level-holder .radio .option-descr { | |
color: #aaacb0; | |
} | |
.save-project-loader { | |
color: #afafaf; | |
} | |
a.deploy-project-label { | |
color: rgba(255, 255, 255, 0.85); | |
background-color: #121618; | |
} | |
a.deploy-project-label:hover { | |
color: #549ee6; | |
} | |
.vs-public { | |
color: #3b8fe2; | |
} | |
.vs-internal { | |
color: #fc9b13; | |
} | |
.vs-private { | |
color: #60e797; | |
} | |
.lfs-enabled { | |
color: #60e797; | |
} | |
.lfs-disabled { | |
color: #fc9b13; | |
} | |
.breadcrumb.repo-breadcrumb a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.fork-namespaces .row .fork-thumbnail { | |
background-color: #101010; | |
border-color: #1c1c1c; | |
} | |
.fork-namespaces .row .fork-thumbnail:hover, .fork-namespaces .row .fork-thumbnail.forked { | |
background-color: #121618; | |
border-color: #1d364f; | |
} | |
.fork-namespaces .row .fork-thumbnail .no-avatar { | |
background-color: #151515; | |
border-color: #1e1e1e; | |
} | |
.fork-namespaces .row .fork-thumbnail a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-stats .nav { | |
border-bottom-color: #282828; | |
} | |
.project-stats .nav>li>a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.project-stats .nav>li>a:hover, .project-stats .nav>li>a:focus { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-stats li.missing { | |
border-color: #262626; | |
} | |
.project-stats li.missing a { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.project-stats li.missing:hover { | |
background-color: #191919; | |
} | |
pre.light-well, pre.description-block { | |
border-color: #1d1d1d; | |
} | |
.git-empty h5 { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.git-empty .light-well, .git-empty .description-block { | |
color: #9da2aa; | |
} | |
.project-footer .btn-remove:focus, .project-footer .btn-remove:active { | |
background-color: #222; | |
} | |
.project-footer .btn-remove svg use { | |
stroke: #101010; | |
} | |
.projects-list>li { | |
border-bottom-color: #202020; | |
} | |
.projects-list>li.active { | |
background: #151515; | |
} | |
.projects-list>li.light a, .projects-list>li.description-block a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.projects-list .project-row .stats { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.projects-list a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-last-commit { | |
background-color: #151515; | |
border-color: #282828; | |
} | |
.project-last-commit .commit-row-message { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.project-last-commit .commit_short_id { | |
color: #549ee6; | |
} | |
.git-clone-holder .btn-clipboard { | |
border-color: #282828; | |
} | |
.git-clone-holder .form-control, .git-clone-holder .search form, .search .git-clone-holder form { | |
background: #101010; | |
} | |
.cannot-be-merged, .cannot-be-merged:hover { | |
color: #e04a32; | |
} | |
.private-forks-notice .private-fork-icon i:nth-child(1) { | |
color: #79eaa8; | |
} | |
.create-new-protected-branch-button { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.create-new-protected-branch-button:hover, .create-new-protected-branch-button:focus, .create-new-protected-branch-button.is-focused { | |
background-color: #121618; | |
} | |
.create-new-protected-branch-button:hover .badge, .create-new-protected-branch-button:focus .badge, .create-new-protected-branch-button.is-focused .badge { | |
background-color: #17232c; | |
} | |
.create-new-protected-branch-button .icon-play { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.protected-branches-list a, .protected-tags-list a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.protected-branches-list a:hover, .protected-tags-list a:hover { | |
color: #549ee6; | |
} | |
.custom-notification-event-loading.is-done { | |
color: #79eaa8; | |
} | |
.service-installation { | |
background-color: #101010; | |
} | |
.service-installation hr { | |
border-color: #282828; | |
} | |
.runner-state.runner-state-specific { | |
background: #357bc2; | |
} | |
.runner-status-online { | |
color: #79eaa8; | |
} | |
.runner-status-paused { | |
color: #e04a32; | |
} | |
.search-results .search-result-row { | |
border-bottom-color: #282828; | |
} | |
.search form:hover, .file-finder-input:hover, .issuable-search-form:hover, .search-text-input:hover, .form-control:hover, .filtered-search-box:hover, .search form:hover { | |
border-color: #1e3953; | |
box-shadow: 0 0 4px rgba(30, 57, 83, 0.4); | |
} | |
input[type="checkbox"]:hover { | |
box-shadow: 0 0 2px 2px rgba(30, 57, 83, 0.4), 0 0 0 1px rgba(30, 57, 83, 0.4); | |
} | |
.search form:hover { | |
border-color: #1e3953; | |
box-shadow: 0 0 4px rgba(30, 57, 83, 0.4); | |
} | |
.search .location-badge { | |
background-color: #191919; | |
} | |
.search.search-active form { | |
border-color: #2e69a3; | |
box-shadow: 0 0 4px rgba(46, 105, 163, 0.4); | |
} | |
.search.search-active .search-input-wrap i { | |
color: #8b8989; | |
} | |
.search-clear:hover, .search-clear:focus { | |
color: #549ee6; | |
} | |
.settings-list-icon { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.settings-message { | |
color: #ffaa49; | |
background-color: #2c2010; | |
border-color: #573a11; | |
} | |
.warning-title { | |
color: #fc9b13; | |
} | |
.danger-title { | |
color: #e04a32; | |
} | |
.sherlock-line-samples-table .slow { | |
color: #e04a32; | |
} | |
.tint-box { | |
background: #1b1b1b; | |
} | |
.area { | |
fill: #60e797; | |
} | |
#contributors .person .spark { | |
background: #1b1b1b; | |
} | |
#contributors .person .area-contributor { | |
fill: #fc9b13; | |
} | |
.selection rect { | |
fill: #cfcfcf; | |
} | |
.container-fluid .ci-status { | |
border-color: #202020; | |
} | |
.container-fluid .ci-status.ci-failed, .container-fluid .ci-status.ci-failed_with_warnings { | |
color: #e04a32; | |
} | |
.container-fluid .ci-status.ci-failed:not(span):hover, .container-fluid .ci-status.ci-failed_with_warnings:not(span):hover { | |
background-color: #291714; | |
color: #e4614b; | |
} | |
.container-fluid .ci-status.ci-failed:not(span):hover svg, .container-fluid .ci-status.ci-failed_with_warnings:not(span):hover svg { | |
fill: #e4614b; | |
} | |
.container-fluid .ci-status.ci-failed svg, .container-fluid .ci-status.ci-failed_with_warnings svg { | |
fill: #e04a32; | |
} | |
.container-fluid .ci-status.ci-success, .container-fluid .ci-status.ci-success_with_warnings { | |
color: #79eaa8; | |
} | |
.container-fluid .ci-status.ci-success:not(span):hover, .container-fluid .ci-status.ci-success_with_warnings:not(span):hover { | |
background-color: #192920; | |
color: #91eeb7; | |
} | |
.container-fluid .ci-status.ci-success:not(span):hover svg, .container-fluid .ci-status.ci-success_with_warnings:not(span):hover svg { | |
fill: #79eaa8; | |
} | |
.container-fluid .ci-status.ci-success svg, .container-fluid .ci-status.ci-success_with_warnings svg { | |
fill: #60e797; | |
} | |
.container-fluid .ci-status.ci-canceled, .container-fluid .ci-status.ci-disabled { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.container-fluid .ci-status.ci-canceled svg, .container-fluid .ci-status.ci-disabled svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.container-fluid .ci-status.ci-pending { | |
color: #ffa52f; | |
} | |
.container-fluid .ci-status.ci-pending:not(span):hover { | |
background-color: #2c2010; | |
color: #ffaa49; | |
} | |
.container-fluid .ci-status.ci-pending:not(span):hover svg { | |
fill: #ffa52f; | |
} | |
.container-fluid .ci-status.ci-pending svg { | |
fill: #fc9b13; | |
} | |
.container-fluid .ci-status.ci-info, .container-fluid .ci-status.ci-running { | |
color: #3b8fe2; | |
} | |
.container-fluid .ci-status.ci-info:not(span):hover, .container-fluid .ci-status.ci-running:not(span):hover { | |
background-color: #162029; | |
color: #549ee6; | |
} | |
.container-fluid .ci-status.ci-info:not(span):hover svg, .container-fluid .ci-status.ci-running:not(span):hover svg { | |
fill: #549ee6; | |
} | |
.container-fluid .ci-status.ci-info svg, .container-fluid .ci-status.ci-running svg { | |
fill: #3b8fe2; | |
} | |
.container-fluid .ci-status.ci-created, .container-fluid .ci-status.ci-skipped { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.container-fluid .ci-status.ci-created svg, .container-fluid .ci-status.ci-skipped svg { | |
fill: rgba(255, 255, 255, 0.55); | |
} | |
.container-fluid .ci-status.ci-manual { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.container-fluid .ci-status.ci-manual svg { | |
fill: rgba(255, 255, 255, 0.85); | |
} | |
.todos-list>.todo:hover { | |
background-color: #121618; | |
border-color: #1d364f; | |
} | |
.todos-list>.todo:last-child:hover { | |
border-color: #1d364f; | |
} | |
.todos-list>.todo.todo-pending.done-reversible { | |
background-color: #101010; | |
} | |
.todos-list>.todo.todo-pending.done-reversible:hover { | |
border-color: #242424; | |
background-color: #151515; | |
} | |
.todos-list>.todo.todo-pending.done-reversible .btn { | |
background-color: #151515; | |
} | |
.todo-item .todo-body .todo-note .md .label, .todo-item .todo-body .todo-note .md .shortcut-mappings .key, .shortcut-mappings .todo-item .todo-body .todo-note .md .key { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.todo-item .todo-body .todo-note .md p { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.todo-item .todo-body .todo-note pre { | |
background: #151515; | |
color: #8f8f8f; | |
} | |
@media (max-width: 767px) { | |
.todo-item .todo-body { | |
border-left-color: #303030; | |
} | |
} | |
.tree-holder .tree-table tr { | |
border-bottom-color: #1e1e1e; | |
border-top-color: #1e1e1e; | |
} | |
.tree-holder .tree-table tr:hover td { | |
background-color: #121618; | |
border-top-color: #1d364f; | |
border-bottom-color: #1d364f; | |
} | |
.tree-holder .tree-table tr.selected td { | |
background: #1e1e1e; | |
border-top-color: #2a2a2a; | |
border-bottom-color: #2a2a2a; | |
} | |
.tree-holder .tree-item .tree-item-file-name i, .tree-holder .tree-item .tree-item-file-name a { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.tree-holder .tree_author .commit-author-name { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.tree-holder .tree-time-ago { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.tree-holder .tree-commit { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.tree-holder .tree-commit .tree-commit-link { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.blob-commit-info { | |
background: #151515; | |
border-color: #282828; | |
} | |
.blob-upload-dropzone-previews { | |
border-color: #282828; | |
} | |
.upload-link { | |
color: #549ee6; | |
} | |
.repo-charts .sub-header-block.border-top { | |
border-top-color: #242424; | |
} | |
.gitlab-ui-dev-kit .example { | |
border-color: #303030; | |
} | |
.wiki-page-header .wiki-breadcrumb { | |
border-bottom-color: #1e1e1e; | |
} | |
.wiki-page-header .wiki-last-edit-by { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.wiki-page-header .wiki-last-edit-by strong { | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.wiki-page-header .light, .wiki-page-header .description-block { | |
color: rgba(255, 255, 255, 0.55); | |
} | |
.right-sidebar.wiki-sidebar a { | |
color: #8b8989; | |
} | |
.right-sidebar.wiki-sidebar a:hover, .right-sidebar.wiki-sidebar a.active { | |
color: #fff; | |
} | |
.right-sidebar.wiki-sidebar .active>a { | |
color: #fff; | |
} | |
.build-page .term-fg-black { | |
color: #fff; | |
} | |
.build-page .term-fg-red { | |
color: #ff3f3f; | |
} | |
.build-page .term-fg-green { | |
color: #3fff3f; | |
} | |
.build-page .term-fg-yellow { | |
color: #ffff3f; | |
} | |
.build-page .term-fg-blue { | |
color: #2020ff; | |
} | |
.build-page .term-fg-magenta { | |
color: #ff3fff; | |
} | |
.build-page .term-fg-cyan { | |
color: #3fffff; | |
} | |
.build-page .term-fg-l-black { | |
color: #c2c6cb; | |
} | |
.build-page .term-bg-white { | |
background-color: #282828; | |
} | |
.build-page .term-bg-l-red { | |
background-color: #9f4040; | |
} | |
.build-page .term-bg-l-green { | |
background-color: #969e4e; | |
} | |
.build-page .term-bg-l-yellow { | |
background-color: #926b1e; | |
} | |
.build-page .term-bg-l-blue { | |
background-color: #4d6c86; | |
} | |
.build-page .term-bg-l-magenta { | |
background-color: #6c5074; | |
} | |
.build-page .term-bg-l-cyan { | |
background-color: #4d7e77; | |
} | |
.build-page .term-bg-l-white { | |
background-color: #474747; | |
} | |
.build-page .xterm-fg-0 { | |
color: #fff; | |
} | |
.build-page .xterm-fg-1 { | |
color: #ff8787; | |
} | |
.build-page .xterm-fg-2 { | |
color: #87ff87; | |
} | |
.build-page .xterm-fg-3 { | |
color: #ffff87; | |
} | |
.build-page .xterm-fg-4 { | |
color: #8787ff; | |
} | |
.build-page .xterm-fg-5 { | |
color: #ff87ff; | |
} | |
.build-page .xterm-fg-6 { | |
color: #87ffff; | |
} | |
.build-page .xterm-fg-8 { | |
color: #878787; | |
} | |
.build-page .xterm-fg-9 { | |
color: #ff1010; | |
} | |
.build-page .xterm-fg-10 { | |
color: #10ff10; | |
} | |
.build-page .xterm-fg-11 { | |
color: #ffff10; | |
} | |
.build-page .xterm-fg-12 { | |
color: #1010ff; | |
} | |
.build-page .xterm-fg-13 { | |
color: #ff10ff; | |
} | |
.build-page .xterm-fg-14 { | |
color: #10ffff; | |
} | |
.build-page .xterm-fg-16 { | |
color: #fff; | |
} | |
.build-page .xterm-fg-17 { | |
color: #a6a6ff; | |
} | |
.build-page .xterm-fg-18 { | |
color: #8080ff; | |
} | |
.build-page .xterm-fg-19 { | |
color: #5b5bff; | |
} | |
.build-page .xterm-fg-20 { | |
color: #3535ff; | |
} | |
.build-page .xterm-fg-21 { | |
color: #1010ff; | |
} | |
.build-page .xterm-fg-22 { | |
color: #a6ffa6; | |
} | |
.build-page .xterm-fg-23 { | |
color: #a6ffff; | |
} | |
.build-page .xterm-fg-24 { | |
color: #80daff; | |
} | |
.build-page .xterm-fg-25 { | |
color: #5bb4ff; | |
} | |
.build-page .xterm-fg-26 { | |
color: #358fff; | |
} | |
.build-page .xterm-fg-27 { | |
color: #1069ff; | |
} | |
.build-page .xterm-fg-28 { | |
color: #80ff80; | |
} | |
.build-page .xterm-fg-29 { | |
color: #80ffda; | |
} | |
.build-page .xterm-fg-30 { | |
color: #80ffff; | |
} | |
.build-page .xterm-fg-31 { | |
color: #5bdaff; | |
} | |
.build-page .xterm-fg-32 { | |
color: #35b4ff; | |
} | |
.build-page .xterm-fg-33 { | |
color: #108fff; | |
} | |
.build-page .xterm-fg-34 { | |
color: #5bff5b; | |
} | |
.build-page .xterm-fg-35 { | |
color: #5bffb4; | |
} | |
.build-page .xterm-fg-36 { | |
color: #5bffda; | |
} | |
.build-page .xterm-fg-37 { | |
color: #5bffff; | |
} | |
.build-page .xterm-fg-38 { | |
color: #35daff; | |
} | |
.build-page .xterm-fg-39 { | |
color: #10b4ff; | |
} | |
.build-page .xterm-fg-40 { | |
color: #35ff35; | |
} | |
.build-page .xterm-fg-41 { | |
color: #35ff8f; | |
} | |
.build-page .xterm-fg-42 { | |
color: #35ffb4; | |
} | |
.build-page .xterm-fg-43 { | |
color: #35ffda; | |
} | |
.build-page .xterm-fg-44 { | |
color: #35ffff; | |
} | |
.build-page .xterm-fg-45 { | |
color: #10daff; | |
} | |
.build-page .xterm-fg-46 { | |
color: #10ff10; | |
} | |
.build-page .xterm-fg-47 { | |
color: #10ff69; | |
} | |
.build-page .xterm-fg-48 { | |
color: #10ff8f; | |
} | |
.build-page .xterm-fg-49 { | |
color: #10ffb4; | |
} | |
.build-page .xterm-fg-50 { | |
color: #10ffda; | |
} | |
.build-page .xterm-fg-51 { | |
color: #10ffff; | |
} | |
.build-page .xterm-fg-52 { | |
color: #ffa6a6; | |
} | |
.build-page .xterm-fg-53 { | |
color: #ffa6ff; | |
} | |
.build-page .xterm-fg-54 { | |
color: #da80ff; | |
} | |
.build-page .xterm-fg-55 { | |
color: #b45bff; | |
} | |
.build-page .xterm-fg-56 { | |
color: #8f35ff; | |
} | |
.build-page .xterm-fg-57 { | |
color: #6910ff; | |
} | |
.build-page .xterm-fg-58 { | |
color: #ffffa6; | |
} | |
.build-page .xterm-fg-59 { | |
color: #a6a6a6; | |
} | |
.build-page .xterm-fg-60 { | |
color: #8080a6; | |
} | |
.build-page .xterm-fg-64 { | |
color: #daff80; | |
} | |
.build-page .xterm-fg-65 { | |
color: #80a680; | |
} | |
.build-page .xterm-fg-66 { | |
color: #80a6a6; | |
} | |
.build-page .xterm-fg-70 { | |
color: #b4ff5b; | |
} | |
.build-page .xterm-fg-76 { | |
color: #8fff35; | |
} | |
.build-page .xterm-fg-82 { | |
color: #69ff10; | |
} | |
.build-page .xterm-fg-88 { | |
color: #ff8080; | |
} | |
.build-page .xterm-fg-89 { | |
color: #ff80da; | |
} | |
.build-page .xterm-fg-90 { | |
color: #ff80ff; | |
} | |
.build-page .xterm-fg-91 { | |
color: #da5bff; | |
} | |
.build-page .xterm-fg-92 { | |
color: #b435ff; | |
} | |
.build-page .xterm-fg-93 { | |
color: #8f10ff; | |
} | |
.build-page .xterm-fg-94 { | |
color: #ffda80; | |
} | |
.build-page .xterm-fg-95 { | |
color: #a68080; | |
} | |
.build-page .xterm-fg-96 { | |
color: #a680a6; | |
} | |
.build-page .xterm-fg-100 { | |
color: #ffff80; | |
} | |
.build-page .xterm-fg-101 { | |
color: #a6a680; | |
} | |
.build-page .xterm-fg-106 { | |
color: #daff5b; | |
} | |
.build-page .xterm-fg-112 { | |
color: #b4ff35; | |
} | |
.build-page .xterm-fg-118 { | |
color: #8fff10; | |
} | |
.build-page .xterm-fg-124 { | |
color: #ff5b5b; | |
} | |
.build-page .xterm-fg-125 { | |
color: #ff5bb4; | |
} | |
.build-page .xterm-fg-126 { | |
color: #ff5bda; | |
} | |
.build-page .xterm-fg-127 { | |
color: #ff5bff; | |
} | |
.build-page .xterm-fg-128 { | |
color: #da35ff; | |
} | |
.build-page .xterm-fg-129 { | |
color: #b410ff; | |
} | |
.build-page .xterm-fg-130 { | |
color: #ffb45b; | |
} | |
.build-page .xterm-fg-136 { | |
color: #ffda5b; | |
} | |
.build-page .xterm-fg-142 { | |
color: #ffff5b; | |
} | |
.build-page .xterm-fg-148 { | |
color: #daff35; | |
} | |
.build-page .xterm-fg-154 { | |
color: #b4ff10; | |
} | |
.build-page .xterm-fg-160 { | |
color: #ff3535; | |
} | |
.build-page .xterm-fg-161 { | |
color: #ff358f; | |
} | |
.build-page .xterm-fg-162 { | |
color: #ff35b4; | |
} | |
.build-page .xterm-fg-163 { | |
color: #ff35da; | |
} | |
.build-page .xterm-fg-164 { | |
color: #ff35ff; | |
} | |
.build-page .xterm-fg-165 { | |
color: #da10ff; | |
} | |
.build-page .xterm-fg-166 { | |
color: #ff8f35; | |
} | |
.build-page .xterm-fg-172 { | |
color: #ffb435; | |
} | |
.build-page .xterm-fg-178 { | |
color: #ffda35; | |
} | |
.build-page .xterm-fg-184 { | |
color: #ffff35; | |
} | |
.build-page .xterm-fg-190 { | |
color: #daff10; | |
} | |
.build-page .xterm-fg-196 { | |
color: #ff1010; | |
} | |
.build-page .xterm-fg-197 { | |
color: #ff1069; | |
} | |
.build-page .xterm-fg-198 { | |
color: #ff108f; | |
} | |
.build-page .xterm-fg-199 { | |
color: #ff10b4; | |
} | |
.build-page .xterm-fg-200 { | |
color: #ff10da; | |
} | |
.build-page .xterm-fg-201 { | |
color: #ff10ff; | |
} | |
.build-page .xterm-fg-202 { | |
color: #ff6910; | |
} | |
.build-page .xterm-fg-208 { | |
color: #ff8f10; | |
} | |
.build-page .xterm-fg-214 { | |
color: #ffb410; | |
} | |
.build-page .xterm-fg-220 { | |
color: #ffda10; | |
} | |
.build-page .xterm-fg-226 { | |
color: #ffff10; | |
} | |
.build-page .xterm-fg-232 { | |
color: #f8f8f8; | |
} | |
.build-page .xterm-fg-233 { | |
color: #eee; | |
} | |
.build-page .xterm-fg-234 { | |
color: #e5e5e5; | |
} | |
.build-page .xterm-fg-235 { | |
color: #dbdbdb; | |
} | |
.build-page .xterm-fg-236 { | |
color: #d2d2d2; | |
} | |
.build-page .xterm-fg-237 { | |
color: #c9c9c9; | |
} | |
.build-page .xterm-fg-238 { | |
color: #bfbfbf; | |
} | |
.build-page .xterm-fg-239 { | |
color: #b6b6b6; | |
} | |
.build-page .xterm-fg-240 { | |
color: #adadad; | |
} | |
.build-page .xterm-fg-241 { | |
color: #a3a3a3; | |
} | |
.build-page .xterm-fg-242 { | |
color: #9a9a9a; | |
} | |
.build-page .xterm-fg-243 { | |
color: #909090; | |
} | |
.build-page .xterm-fg-244 { | |
color: #878787; | |
} | |
.code.dark .line_holder.match .line_content { | |
background: rgba(16, 16, 16, 0.1); | |
} | |
.code.dark .line_holder .diff-line-num.new, .code.dark .line_holder .line_content.new { | |
background: rgba(16, 207, 16, 0.1); | |
} | |
.code.dark .line_holder .diff-line-num.new.line_content span.idiff, .code.dark .line_holder .line_content.new.line_content span.idiff { | |
background: rgba(16, 207, 16, 0.2); | |
} | |
.code.dark .line_holder .diff-line-num.new::before, .code.dark .line_holder .diff-line-num.new a, .code.dark .line_holder .line_content.new::before, .code.dark .line_holder .line_content.new a { | |
color: #95a398; | |
} | |
.code.dark .line_holder .diff-line-num.old, .code.dark .line_holder .line_content.old { | |
background: rgba(207, 16, 16, 0.2); | |
} | |
.code.dark .line_holder .diff-line-num.old.line_content span.idiff, .code.dark .line_holder .line_content.old.line_content span.idiff { | |
background: rgba(207, 16, 16, 0.25); | |
} | |
.code.dark .line_holder .diff-line-num.old::before, .code.dark .line_holder .diff-line-num.old a, .code.dark .line_holder .line_content.old::before, .code.dark .line_holder .line_content.old a { | |
color: #a08787; | |
} | |
.code.dark .line_holder .diff-line-num.is-over, .code.dark .line_holder .diff-line-num.hll:not(.empty-cell).is-over { | |
background-color: #5a556f; | |
border-color: #65607d; | |
} | |
.code.dark .line_holder .diff-line-num.is-over a, .code.dark .line_holder .diff-line-num.hll:not(.empty-cell).is-over a { | |
color: #7a7398; | |
} | |
.code.dark .line_holder .line_content.match { | |
background: rgba(16, 16, 16, 0.1); | |
} | |
.code.dark span.highlight_word { | |
background-color: #766010 !important; | |
color: #fff !important; | |
} | |
.code.monokai .line_holder.match .line_content { | |
background: rgba(16, 16, 16, 0.1); | |
} | |
.code.monokai .line_holder .diff-line-num.new, .code.monokai .line_holder .line_content.new { | |
background: rgba(156, 212, 43, 0.1); | |
} | |
.code.monokai .line_holder .diff-line-num.new.line_content span.idiff, .code.monokai .line_holder .line_content.new.line_content span.idiff { | |
background: rgba(156, 212, 43, 0.15); | |
} | |
.code.monokai .line_holder .diff-line-num.new::before, .code.monokai .line_holder .diff-line-num.new a, .code.monokai .line_holder .line_content.new::before, .code.monokai .line_holder .line_content.new a { | |
color: #9ca091; | |
} | |
.code.monokai .line_holder .diff-line-num.old, .code.monokai .line_holder .line_content.old { | |
background: rgba(124, 23, 17, 0.15); | |
} | |
.code.monokai .line_holder .diff-line-num.old.line_content span.idiff, .code.monokai .line_holder .line_content.old.line_content span.idiff { | |
background: rgba(124, 23, 17, 0.2); | |
} | |
.code.monokai .line_holder .diff-line-num.old::before, .code.monokai .line_holder .diff-line-num.old a, .code.monokai .line_holder .line_content.old::before, .code.monokai .line_holder .line_content.old a { | |
color: #978d89; | |
} | |
.code.monokai .line_holder .diff-line-num.is-over, .code.monokai .line_holder .diff-line-num.hll:not(.empty-cell).is-over { | |
background-color: #5a556f; | |
border-color: #65607d; | |
} | |
.code.monokai .line_holder .diff-line-num.is-over a, .code.monokai .line_holder .diff-line-num.hll:not(.empty-cell).is-over a { | |
color: #7a7398; | |
} | |
.code.monokai .line_holder .line_content.match { | |
background: rgba(16, 16, 16, 0.1); | |
} | |
.code.monokai span.highlight_word { | |
background-color: #766010 !important; | |
color: #fff !important; | |
} | |
.code.monokai .c { | |
color: #a7a391; | |
} | |
.code.monokai .err { | |
color: #ff72bd; | |
} | |
.code.monokai .cm { | |
color: #a7a391; | |
} | |
.code.monokai .cp { | |
color: #a7a391; | |
} | |
.code.monokai .c1 { | |
color: #a7a391; | |
} | |
.code.monokai .cs { | |
color: #a7a391; | |
} | |
.code.monokai .gu { | |
color: #a7a391; | |
} | |
.code.solarized-dark .line_holder.match .line_content { | |
background: rgba(16, 16, 16, 0.1); | |
} | |
.code.solarized-dark .line_holder .diff-line-num.new::before, .code.solarized-dark .line_holder .diff-line-num.new a, .code.solarized-dark .line_holder .line_content.new::before, .code.solarized-dark .line_holder .line_content.new a { | |
color: #90aba1; | |
} | |
.code.solarized-dark .line_holder .diff-line-num.old::before, .code.solarized-dark .line_holder .diff-line-num.old a, .code.solarized-dark .line_holder .line_content.old::before, .code.solarized-dark .line_holder .line_content.old a { | |
color: #9a8d91; | |
} | |
.code.solarized-dark .line_holder .diff-line-num.is-over, .code.solarized-dark .line_holder .diff-line-num.hll:not(.empty-cell).is-over { | |
background-color: #5a556f; | |
border-color: #65607d; | |
} | |
.code.solarized-dark .line_holder .diff-line-num.is-over a, .code.solarized-dark .line_holder .diff-line-num.hll:not(.empty-cell).is-over a { | |
color: #7a7398; | |
} | |
.code.solarized-dark .line_holder .line_content.match { | |
background: rgba(16, 16, 16, 0.1); | |
} | |
.code.solarized-dark .c { | |
color: #91a6ad; | |
} | |
.code.solarized-dark .k { | |
color: #ecff70; | |
} | |
.code.solarized-dark .o { | |
color: #ecff70; | |
} | |
.code.solarized-dark .x { | |
color: #ea7241; | |
} | |
.code.solarized-dark .cm { | |
color: #91a6ad; | |
} | |
.code.solarized-dark .cp { | |
color: #ecff70; | |
} | |
.code.solarized-dark .c1 { | |
color: #91a6ad; | |
} | |
.code.solarized-dark .cs { | |
color: #ecff70; | |
} | |
.code.solarized-dark .gd { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .gh { | |
color: #ea7241; | |
} | |
.code.solarized-dark .gi { | |
color: #ecff70; | |
} | |
.code.solarized-dark .gu { | |
color: #ea7241; | |
} | |
.code.solarized-dark .kc { | |
color: #ea7241; | |
} | |
.code.solarized-dark .kd { | |
color: #3a99db; | |
} | |
.code.solarized-dark .kn { | |
color: #ecff70; | |
} | |
.code.solarized-dark .kp { | |
color: #ecff70; | |
} | |
.code.solarized-dark .kr { | |
color: #3a99db; | |
} | |
.code.solarized-dark .m { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .s { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .nb { | |
color: #ffd655; | |
} | |
.code.solarized-dark .nc { | |
color: #3a99db; | |
} | |
.code.solarized-dark .no { | |
color: #ea7241; | |
} | |
.code.solarized-dark .nd { | |
color: #3a99db; | |
} | |
.code.solarized-dark .ni { | |
color: #ea7241; | |
} | |
.code.solarized-dark .ne { | |
color: #ea7241; | |
} | |
.code.solarized-dark .nf { | |
color: #3a99db; | |
} | |
.code.solarized-dark .nt { | |
color: #3a99db; | |
} | |
.code.solarized-dark .nv { | |
color: #3a99db; | |
} | |
.code.solarized-dark .ow { | |
color: #ecff70; | |
} | |
.code.solarized-dark .mf { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .mh { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .mi { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .mo { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .sb { | |
color: #91a6ad; | |
} | |
.code.solarized-dark .sc { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .s2 { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .se { | |
color: #ea7241; | |
} | |
.code.solarized-dark .si { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .sx { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .s1 { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .ss { | |
color: #68d8cf; | |
} | |
.code.solarized-dark .bp { | |
color: #3a99db; | |
} | |
.code.solarized-dark .vc { | |
color: #3a99db; | |
} | |
.code.solarized-dark .vg { | |
color: #3a99db; | |
} | |
.code.solarized-dark .vi { | |
color: #3a99db; | |
} | |
.code.solarized-dark .il { | |
color: #68d8cf; | |
} | |
.code.solarized-light .line-numbers, .code.solarized-light .diff-line-num { | |
background-color: #2a2412; | |
} | |
.code.solarized-light .diff-line-num, .code.solarized-light .diff-line-num a { | |
color: rgba(255, 255, 255, 0.3); | |
} | |
.code.solarized-light pre.code, .code.solarized-light .diff-line-num { | |
border-color: #384346; | |
} | |
.code.solarized-light, .code.solarized-light pre.code, .code.solarized-light .line_holder .line_content { | |
background-color: #2a2412; | |
color: #91a6ad; | |
} | |
.code.solarized-light .line_holder.match .line_content { | |
color: rgba(255, 255, 255, 0.3); | |
background: rgba(16, 16, 16, 0.4); | |
} | |
.code.solarized-light .line_holder td.diff-line-num.hll:not(.empty-cell), .code.solarized-light .line_holder td.line_content.hll:not(.empty-cell) { | |
background-color: #464230; | |
border-color: #736b4a; | |
} | |
.code.solarized-light .line_holder .diff-line-num.new.diff-line-num, .code.solarized-light .line_holder .line_content.new.diff-line-num { | |
border-color: #384346; | |
} | |
.code.solarized-light .line_holder .diff-line-num.old.diff-line-num, .code.solarized-light .line_holder .line_content.old.diff-line-num { | |
border-color: #384346; | |
} | |
.code.solarized-light .line_holder .diff-line-num.is-over, .code.solarized-light .line_holder .diff-line-num.hll:not(.empty-cell).is-over { | |
background-color: #191335; | |
border-color: #1f154c; | |
} | |
.code.solarized-light .line_holder .line_content.match { | |
color: rgba(255, 255, 255, 0.3); | |
background: rgba(16, 16, 16, 0.4); | |
} | |
.code.solarized-light .line_holder:not(.diff-expanded)+.diff-expanded>.diff-line-num, .code.solarized-light .line_holder:not(.diff-expanded)+.diff-expanded>.line_content, .code.solarized-light .line_holder.diff-expanded+.line_holder:not(.diff-expanded)>.diff-line-num, .code.solarized-light .line_holder.diff-expanded+.line_holder:not(.diff-expanded)>.line_content { | |
border-top-color: #4e493a; | |
} | |
.code.solarized-light .line_holder.diff-expanded>.diff-line-num, .code.solarized-light .line_holder.diff-expanded>.line_content { | |
background: #383322; | |
border-color: #383322; | |
} | |
.code.solarized-light pre .hll { | |
background-color: #464230 !important; | |
} | |
.code.solarized-light span.highlight_word { | |
background-color: #373220 !important; | |
} | |
.code.solarized-light .err { | |
color: #91a6ad; | |
} | |
.code.solarized-light .g { | |
color: #91a6ad; | |
} | |
.code.solarized-light .k { | |
color: #ecff70; | |
} | |
.code.solarized-light .l { | |
color: #91a6ad; | |
} | |
.code.solarized-light .n { | |
color: #91a6ad; | |
} | |
.code.solarized-light .o { | |
color: #ecff70; | |
} | |
.code.solarized-light .x { | |
color: #ea7241; | |
} | |
.code.solarized-light .p { | |
color: #91a6ad; | |
} | |
.code.solarized-light .cp { | |
color: #ecff70; | |
} | |
.code.solarized-light .cs { | |
color: #ecff70; | |
} | |
.code.solarized-light .gd { | |
color: #68d8cf; | |
} | |
.code.solarized-light .ge { | |
color: #91a6ad; | |
} | |
.code.solarized-light .gh { | |
color: #ea7241; | |
} | |
.code.solarized-light .gi { | |
color: #ecff70; | |
} | |
.code.solarized-light .go { | |
color: #91a6ad; | |
} | |
.code.solarized-light .gp { | |
color: #91a6ad; | |
} | |
.code.solarized-light .gs { | |
color: #91a6ad; | |
} | |
.code.solarized-light .gu { | |
color: #ea7241; | |
} | |
.code.solarized-light .gt { | |
color: #91a6ad; | |
} | |
.code.solarized-light .kc { | |
color: #ea7241; | |
} | |
.code.solarized-light .kd { | |
color: #3a99db; | |
} | |
.code.solarized-light .kn { | |
color: #ecff70; | |
} | |
.code.solarized-light .kp { | |
color: #ecff70; | |
} | |
.code.solarized-light .kr { | |
color: #3a99db; | |
} | |
.code.solarized-light .ld { | |
color: #91a6ad; | |
} | |
.code.solarized-light .m { | |
color: #68d8cf; | |
} | |
.code.solarized-light .s { | |
color: #68d8cf; | |
} | |
.code.solarized-light .na { | |
color: #91a6ad; | |
} | |
.code.solarized-light .nb { | |
color: #ffd655; | |
} | |
.code.solarized-light .nc { | |
color: #3a99db; | |
} | |
.code.solarized-light .no { | |
color: #ea7241; | |
} | |
.code.solarized-light .nd { | |
color: #3a99db; | |
} | |
.code.solarized-light .ni { | |
color: #ea7241; | |
} | |
.code.solarized-light .ne { | |
color: #ea7241; | |
} | |
.code.solarized-light .nf { | |
color: #3a99db; | |
} | |
.code.solarized-light .nl { | |
color: #91a6ad; | |
} | |
.code.solarized-light .nn { | |
color: #91a6ad; | |
} | |
.code.solarized-light .nx { | |
color: #91a6ad; | |
} | |
.code.solarized-light .py { | |
color: #91a6ad; | |
} | |
.code.solarized-light .nt { | |
color: #3a99db; | |
} | |
.code.solarized-light .nv { | |
color: #3a99db; | |
} | |
.code.solarized-light .ow { | |
color: #ecff70; | |
} | |
.code.solarized-light .w { | |
color: #91a6ad; | |
} | |
.code.solarized-light .mf { | |
color: #68d8cf; | |
} | |
.code.solarized-light .mh { | |
color: #68d8cf; | |
} | |
.code.solarized-light .mi { | |
color: #68d8cf; | |
} | |
.code.solarized-light .mo { | |
color: #68d8cf; | |
} | |
.code.solarized-light .sc { | |
color: #68d8cf; | |
} | |
.code.solarized-light .sd { | |
color: #91a6ad; | |
} | |
.code.solarized-light .s2 { | |
color: #68d8cf; | |
} | |
.code.solarized-light .se { | |
color: #ea7241; | |
} | |
.code.solarized-light .sh { | |
color: #91a6ad; | |
} | |
.code.solarized-light .si { | |
color: #68d8cf; | |
} | |
.code.solarized-light .sx { | |
color: #68d8cf; | |
} | |
.code.solarized-light .s1 { | |
color: #68d8cf; | |
} | |
.code.solarized-light .ss { | |
color: #68d8cf; | |
} | |
.code.solarized-light .bp { | |
color: #3a99db; | |
} | |
.code.solarized-light .vc { | |
color: #3a99db; | |
} | |
.code.solarized-light .vg { | |
color: #3a99db; | |
} | |
.code.solarized-light .vi { | |
color: #3a99db; | |
} | |
.code.solarized-light .il { | |
color: #68d8cf; | |
} | |
.code.white .line-numbers, .code.white .diff-line-num { | |
background-color: #151515; | |
} | |
.code.white .diff-line-num, .code.white .diff-line-num a { | |
color: rgba(255, 255, 255, 0.3); | |
} | |
.code.white pre.code, .code.white .diff-line-num { | |
border-color: #1e1e1e; | |
} | |
.code.white, .code.white pre.code, .code.white .line_holder .line_content { | |
background-color: #101010; | |
color: rgba(255, 255, 255, 0.85); | |
} | |
.code.white .line_holder.match .line_content { | |
color: rgba(255, 255, 255, 0.3); | |
background-color: #151515; | |
} | |
.code.white .line_holder .diff-line-num.old { | |
background-color: #35161a; | |
border-color: #46151c; | |
} | |
.code.white .line_holder .diff-line-num.new { | |
background-color: #14301c; | |
border-color: #1e4428; | |
} | |
.code.white .line_holder .diff-line-num.is-over, .code.white .line_holder .diff-line-num.hll:not(.empty-cell).is-over { | |
background-color: #191335; | |
border-color: #1f154c; | |
} | |
.code.white .line_holder .diff-line-num.hll:not(.empty-cell) { | |
background-color: #332a14; | |
border-color: #4e411e; | |
} | |
.code.white .line_holder:not(.diff-expanded)+.diff-expanded>.diff-line-num, .code.white .line_holder:not(.diff-expanded)+.diff-expanded>.line_content, .code.white .line_holder.diff-expanded+.line_holder:not(.diff-expanded)>.diff-line-num, .code.white .line_holder.diff-expanded+.line_holder:not(.diff-expanded)>.line_content { | |
border-top-color: #2d2d2d; | |
} | |
.code.white .line_holder.diff-expanded>.diff-line-num, .code.white .line_holder.diff-expanded>.line_content { | |
background: #171717; | |
border-color: #171717; | |
} | |
.code.white .line_holder .line_content.old { | |
background-color: #251416; | |
} | |
.code.white .line_holder .line_content.old span.idiff { | |
background-color: #46151c; | |
} | |
.code.white .line_holder .line_content.new { | |
background-color: #122216; | |
} | |
.code.white .line_holder .line_content.new span.idiff { | |
background-color: #1e4428; | |
} | |
.code.white .line_holder .line_content.match { | |
color: rgba(255, 255, 255, 0.3); | |
background-color: #151515; | |
} | |
.code.white .line_holder .line_content.hll:not(.empty-cell) { | |
background-color: #262313; | |
} | |
.code.white pre .hll { | |
background-color: #443b17 !important; | |
} | |
.code.white span.highlight_word { | |
background-color: #c2c611 !important; | |
} | |
.code.white .hll { | |
background-color: #171717; | |
} | |
.code.white .err { | |
color: #e96363; | |
background-color: #3a2a2a; | |
} | |
.code.white .gd { | |
color: #fff; | |
background-color: #301010; | |
} | |
.code.white .gd .x { | |
color: #fff; | |
background-color: #601010; | |
} | |
.code.white .gr { | |
color: #ff6060; | |
} | |
.code.white .gi { | |
color: #fff; | |
background-color: #103010; | |
} | |
.code.white .gi .x { | |
color: #fff; | |
background-color: #106010; | |
} | |
.code.white .gp { | |
color: #afafaf; | |
} | |
.code.white .gu { | |
color: #ff87ff; | |
} | |
.code.white .gt { | |
color: #ff6060; | |
} | |
.code.white .kt { | |
color: #808fbf; | |
} | |
.code.white .m { | |
color: #70ffff; | |
} | |
.code.white .s { | |
color: #ef3060; | |
} | |
.code.white .n { | |
color: #cfcfcf; | |
} | |
.code.white .nb { | |
color: #57d5ff; | |
} | |
.code.white .nc { | |
color: #808fbf; | |
} | |
.code.white .ne { | |
color: #ff7070; | |
} | |
.code.white .nf { | |
color: #ff7070; | |
} | |
.code.white .nn { | |
color: #afafaf; | |
} | |
.code.white .mf { | |
color: #70ffff; | |
} | |
.code.white .mh { | |
color: #70ffff; | |
} | |
.code.white .mi { | |
color: #70ffff; | |
} | |
.code.white .mo { | |
color: #70ffff; | |
} | |
.code.white .sb { | |
color: #ef3060; | |
} | |
.code.white .sc { | |
color: #ef3060; | |
} | |
.code.white .sd { | |
color: #ef3060; | |
} | |
.code.white .s2 { | |
color: #ef3060; | |
} | |
.code.white .se { | |
color: #ef3060; | |
} | |
.code.white .sh { | |
color: #ef3060; | |
} | |
.code.white .si { | |
color: #ef3060; | |
} | |
.code.white .sx { | |
color: #ef3060; | |
} | |
.code.white .sr { | |
color: #70ff93; | |
} | |
.code.white .s1 { | |
color: #ef3060; | |
} | |
.code.white .ss { | |
color: #ff70db; | |
} | |
.code.white .il { | |
color: #70ffff; | |
} | |
.code.white .gc { | |
background-color: #192124; | |
} | |
.dropzone .dz-preview .dz-progress { | |
border-color: #606060; | |
} | |
.cropper-drag-box { | |
background-color: #101010; | |
} | |
.cropper-view-box { | |
outline-color: #1070cf; | |
outline-color: rgba(16, 112, 207, 0.75); | |
} | |
.cropper-dashed { | |
border-color: #202020; | |
} | |
.cropper-center:before, .cropper-center:after { | |
background-color: #202020; | |
} | |
.cropper-face { | |
background-color: #101010; | |
} | |
.cropper-line { | |
background-color: #1070cf; | |
} | |
.cropper-point { | |
background-color: #1070cf; | |
} | |
.cropper-point.point-se:before { | |
background-color: #1070cf; | |
} | |
/* Activity boxes */ | |
rect[width="15"][height="15"][fill="#ededed"] { | |
fill: #212121; | |
} | |
rect[width="15"][height="15"][fill="#acd5f2"] { | |
fill: #1c435e; | |
} | |
rect[width="15"][height="15"][fill="#7fa8c9"] { | |
fill: #436988; | |
} | |
rect[width="15"][height="15"][fill="#527ba0"] { | |
fill: #698fb2; | |
} | |
rect[width="15"][height="15"][fill="#254e77"] { | |
fill: #8fb6dc; | |
} | |
/* Dark Status Icons */ | |
.ci-status-link path[fill="#FFF"] { | |
fill: #101010; | |
} | |
/* Fix Graph Page */ | |
.network-graph text[fill="#000000"] { | |
fill: #d9d9d9; | |
} | |
.network-graph rect[fill="#000000"], .network-graph path[fill="#000000"] { | |
fill: #404040; | |
} | |
/* Fix Dark Merge Request Icon */ | |
img.icon-merge-request-unmerged { | |
filter: invert(100%); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment