Skip to content

Instantly share code, notes, and snippets.

@kimw
Created May 23, 2017 11:10
Show Gist options
  • Save kimw/6026786989fedfdad556a71cd60dcc33 to your computer and use it in GitHub Desktop.
Save kimw/6026786989fedfdad556a71cd60dcc33 to your computer and use it in GitHub Desktop.
Stylish: My Dark GitLab
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp("https://gitlab\\.com/(?!users/sign_in)(?!help).*") {
body {
background-color: #222;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAGFBMVEUfHx8eHh4dHR0bGxshISEiIiIlJSUjIyM9IpsJAAAFjUlEQVR4AT3UuZLcOBaF4QuI2XJxboIhF/eQFe1WovoBAAqccpkaZpc5+4yrXa8/RGpx/lrIXPjFCYjTp9z8REqF4VYNWB3Av3zQJ6b6xBwlKB/9kRkCjXVwGH3ziK5UcjFHVkmgY6osiBsGDFfseqq2ZbTz7E00qBDpzOxnD7ToABeros1vM6MX0rBQaG1ith1A/HJkvkHxsPGJ82dP8vVCyWmbyPTaAfGzg40bgIdrv2f3pBVPycUcufx+BSUUWDuCZi6zBqdM50ElKYPODqtLDjc31rBb9CZ59lbN/JScuMxHLUBcGiy6QRH9zpwgZGhRj8qSydPVgNNVgbWqYX3HbM9K2rqTnKVmsmwKWzc1ffEd20+Zq3Ji65kl6TSjALNvzmJt4Pi2f1etytGJmy5erLAgbNY4bjykC3YCLIS3nSZMKgwRsBarWgjdeVzIEDzpTkoOUArTF4WFXYHwxY585sT0nmTYMxmXfs8fzwswfnam8TMU49bvqSRnyRPnqlno4tVQQiH2A9Za8tNTfXQ0lxbSxUaZna0uLlj9Q0XzD96CpsOZUftolINKBWJpAOoAJC0T6QqZnOtfvcfJFcDrD4Cuy5Hng316XrqzJ204HynyHwWed6i+XGF40Uw2T7Lc71HyssngEOrgONfBY7wvW0UZdVAma5xmSNjRp3xkvKJkW6aSg7PK4K0+mbKqYB0WYBgWwxCXiS74zBCVlEFpYQDEwjcA1qccb5yO6ZL8ozt/h3wHSCdWzLuqxU2ZZ9ev9MvRMbMvV9BQgN0qrFjlkzPQanI9nuaGCokVK2LV1Y2egyY1aFQGxjM9I7RBBAgyGEJtpKHP0lUySSeWCpyKHMT2pmM/vyP55u2Rw5lcSeabAfgiG5TPDX3uP3QvcoSipJXQByUCjS4C8VXqxEEZOJxzmJoyogFNJBRsCJs2XmoWWrWFqTsnbwtSn43gNFTTob9/SEpaPJNhUBKDGoZGCMINxvBv8vuKbb//lg/sK0wfPgBica/QsSk5F3KK4Ui6Yw+uv4+DWEOFbhdPOnbY5PLFpzrZMhakeqomY0Vz0TO+elQGTWdCk1IYFAOaoZg0IJQhT+YreXF+yia+O1cgtGufjXxQw28f85RPXfd15zv13ABoD15kB7FKJ/7pbHKP6+9TgNgkVj68NeV8Tp24f7OOndCgJzR3RNJBPNFReCmstMVqvjjzBoeK4GOFoBN32CPxu+4TwwBDa4DJTe/OU9c9ku7EGyfOVxh+fw9g/AATxPqKTEXJKEdCIBkB4iBUlO6MjUrWi6M5Kz31YAqFsYaCeB0KJC5d1+foo3LQWSfRaDrwdAQrMEC27yDZXJf7TlOJ2Bczr1di3OWvZB6XrvvqPuWJPDk9dAHgm7LvuZJTEdKqO3J3XgostArEnvkqgUznx3PX7cSzz1FXZyvakTA4XVVMbCPFPK1cFj66S0WoqQI1XG2uoU7CMPquO2VaUDJFQMdVgXKD2bpz6ufzzxXbxszHQ9fGO/F7A998yBQG6cShE+P+Pk7t1FwfF1QHN1Eui1VapRxCdj8tCtI1bog1Fo011Sx9u3o6c9bufI6wAT26Av9xJ+WWpTKbbBPp3K/1LbC4Vuhv396RCbJw4untjxVPndj+dIB9dVD8z2dylZ+6vMeJwbYChHJkvHV2J3fdHsJPASeHhrXq6QheXu1nBhUr5u6ryT0I13BFKD01ViZ/n3oaziRG7c6Ayg7g1LPeztNdT36ueMqcN4XGv3finjfv+7I/kMJ4d046MUanOA1QtMH1kLlfFasm99NiutSw63yNDeH4zeL1Uu8XKHNfcThPSSNwchGMbgUETScwkCcK77pH2jsgrAssvVyB8FLJ7GrmwyD8eVqsHoY/FwIv9T7lPu9+Yf8/9+w4nS1ma78AAAAASUVORK5CYII=);
color: rgba(255,255,255,0.85);
font-family: Merriweather, Roboto, "Noto Serif CJK SC", Noto, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
hr {
border-color: rgba(255,255,255,0.12);
}
code {
background-color: #424242;
color: #fcefed;
}
.nothing-here-block {
color: inherit;
}
.form-control, .search form {
background-color: inherit;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
color: rgba(255,255,255,0.5) !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: rgba(255,255,255,0.5) !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: rgba(255,255,255,0.5) !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: rgba(255,255,255,0.5) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: rgba(255,255,255,0.5) !important;
}
/* page navigator */
header.navbar-gitlab {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
header .header-content .title {
color: inherit;
}
header .header-content .title a {
color: inherit;
}
header .header-content .title a:hover, header .header-content .title .participants-more .btn-link:hover, .participants-more header .header-content .title .btn-link:hover, header .header-content .title .user-list-more .btn-link:hover, .user-list-more header .header-content .title .btn-link:hover {
/* TODO: color: #434343 */
}
header .header-content .title .dropdown-toggle-caret {
color: inherit;
}
header .header-content .title .dropdown-toggle-caret:hover {
/* TODO: color: #434343 */
}
header.navbar-gitlab .container-fluid .nav>li>a {
color: rgba(255,255,255,0.55);
border-radius: 6px;
}
header.navbar-gitlab .container-fluid .nav>li>a:hover, header.navbar-gitlab .container-fluid .participants-more .nav>li>.btn-link:hover, .participants-more header.navbar-gitlab .container-fluid .nav>li>.btn-link:hover, header.navbar-gitlab .container-fluid .user-list-more .nav>li>.btn-link:hover, .user-list-more header.navbar-gitlab .container-fluid .nav>li>.btn-link:hover, header.navbar-gitlab .container-fluid .nav>li>a:focus, header.navbar-gitlab .container-fluid .nav>li>a:active {
background-color: rgba(255,255,255,0.24);
color: inherit;
}
header.navbar-gitlab .container-fluid .nav>li>a svg {
fill: rgba(255,255,255,0.55);
}
header.navbar-gitlab .container-fluid .nav>li>a:hover svg, header.navbar-gitlab .container-fluid .participants-more .nav>li>.btn-link:hover svg, .participants-more header.navbar-gitlab .container-fluid .nav>li>.btn-link:hover svg, header.navbar-gitlab .container-fluid .user-list-more .nav>li>.btn-link:hover svg, .user-list-more header.navbar-gitlab .container-fluid .nav>li>.btn-link: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 .global-dropdown-toggle {
background-color: inherit;
}
header .global-dropdown-toggle:hover {
background-color: rgba(255,255,255,0.24);
}
header .global-dropdown-toggle:focus {
background-color: rgba(255,255,255,0.24);
}
header.navbar-gitlab .container-fluid .navbar-toggle {
background-color: #212121;
color: rgba(255,255,255,0.55);
}
header.navbar-gitlab .container-fluid .navbar-toggle:hover {
background-color: inherit;
}
header.navbar-gitlab .container-fluid .navbar-toggle.active {
background-color: #424242;
color: rgba(255,255,255,0.55);
}
/* dropdown menu */
.dropdown-menu, .dropdown-menu-nav {
background-color: #424242;
border-color: rgba(255,255,255,0.12);
}
.dropdown-menu a, .dropdown-menu-nav a {
color: inherit;
}
.dropdown-menu a:hover, .dropdown-menu .participants-more .btn-link:hover, .participants-more .dropdown-menu .btn-link:hover, .dropdown-menu .user-list-more .btn-link:hover, .user-list-more .dropdown-menu .btn-link:hover, .dropdown-menu a:focus, .dropdown-menu a.is-focused, .dropdown-menu-nav a:hover, .dropdown-menu-nav .participants-more .btn-link:hover, .participants-more .dropdown-menu-nav .btn-link:hover, .dropdown-menu-nav .user-list-more .btn-link:hover, .user-list-more .dropdown-menu-nav .btn-link:hover, .dropdown-menu-nav a:focus, .dropdown-menu-nav a.is-focused {
background-color: rgba(255,255,255,0.24);
}
.dropdown-menu .divider, .dropdown-menu-nav .divider {
background-color: rgba(255,255,255,0.12);
}
.dropdown-menu .separator, .dropdown-menu-nav .separator {
background-color: rgba(255,255,255,0.12);
}
.dropdown-menu .dropdown-header, .dropdown-menu-nav .dropdown-header {
color: rgba(255,255,255,0.55);
}
.dropdown-menu-selectable a.is-indeterminate, .dropdown-menu-selectable a.is-active {
color: inherit;
}
.dropdown-title {
border-color: rgba(255,255,255,0.12);
}
.dropdown-menu .unclickable, .dropdown-menu-nav .unclickable {
color: rgba(255,255,255,0.55);
}
.dropdown-menu-inner-title {
color: inherit;
}
.dropdown-menu-inner-content {
color: rgba(255,255,255,0.55);
}
.dropdown-toggle, .dropdown-menu-toggle {
background-color: inherit;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.dropdown-toggle:hover, .dropdown-menu-toggle:hover,
.dropdown-toggle:focus, .dropdown-menu-toggle:focus {
background-color: rgba(255,255,255,0.5);
}
.dropdown-toggle-text.is-default {
color: rgba(255,255,255,0.55);
}
.search .location-badge {
background-color: rgba(255,255,255,0.24);
}
.select2-drop {
background-color: #424242;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit {
background-color: inherit;
color: rgba(255,255,255,0.5);
}
.select2-container .select2-choice {
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.select2-container .select2-choice, .select2-container.select2-drop-above .select2-choice {
background-color: inherit;
}
.select2-container .select2-choice:hover, .select2-container.select2-drop-above .select2-choice:hover {
background-color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.12);
}
.select2-results li.select2-result-with-children>.select2-result-label {
color: inherit;
}
.select2-container-multi .select2-choices {
border-color: rgba(255,255,255,0.12);
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
background-color: rgba(255,255,255,0.24);
}
.dropdown-loading {
background-color: rgba(0,0,0,0.5);
}
option {
background-color: #424242;
color: inherit;
}
.dropdown-input-field, .default-dropdown-input {
background-color: transparent;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.dropdown-input-field:focus, .default-dropdown-input:focus {
color: inherit;
}
.dropdown-input-field:focus ~ .fa, .default-dropdown-input:focus ~ .fa {
color: inherit;
}
/* navigator */
.layout-nav {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.scrolling-tabs-container .fade-left {
background-image: linear-gradient(to right, rgba(33,33,33,1) 45%, rgba(33,33,33,0));
}
.scrolling-tabs-container .fade-right {
background-image: linear-gradient(to left, rgba(33,33,33,1) 45%, rgba(33,33,33,0));
}
.scrolling-tabs-container .fade-left .fa {
left: -7px;
}
.scrolling-tabs-container .fade-right .fa {
right: -7px;
}
/* sub-navigator */
.nav-links {
border-color: rgba(255,255,255,0.12);
}
.nav-links.sub-nav {
background-color: #303030;
}
.nav-links.sub-nav .container-fluid {
background-color: inherit;
}
.scrolling-tabs-container.sub-nav-scroll .fade-left {
background-image: linear-gradient(to right, rgba(48,48,48,1) 45%, rgba(48,48,48,0));
}
.scrolling-tabs-container.sub-nav-scroll .fade-right {
background-image: linear-gradient(to left, rgba(48,48,48,1) 45%, rgba(48,48,48,0));
}
.scrolling-tabs-container.sub-nav-scroll .fade-left .fa {
left: -7px;
}
.scrolling-tabs-container.sub-nav-scroll .fade-right .fa {
right: -23px;
}
/* content - which includes: project-home, project-status, project-last-commit, project-files ... */
.content-wrapper .container-fluid {
background-color: transparent;
}
/* project-home */
.user-callout .bordered-box {
background-color: #303030;
border-color: rgba(255,255,255,0.12);
}
.user-callout .landing .close .dismiss-icon {
color: rgba(255,255,255,0.5);
}
.close {
text-shadow: 1px 1px 3px #000;
}
.project-home-panel, .group-home-panel {
border-color: rgba(255,255,255,0.12);
}
.project-repo-buttons .btn:hover, .project-repo-buttons .btn:focus, .group-buttons .btn:hover, .group-buttons .btn:focus {
background-color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.24);
color: inherit;
}
.project-repo-buttons .btn:hover .fa, .project-repo-buttons .btn:focus .fa, .group-buttons .btn:hover .fa, .group-buttons .btn:focus .fa {
color: inherit;
}
.git-clone-holder .form-control, .git-clone-holder .search form, .search .git-clone-holder form {
background-color: inherit;
}
/* project-status */
.project-stats .nav {
border-color: rgba(255,255,255,0.12);
}
.project-stats .nav>li>a {
color: rgba(255,255,255,0.55);
}
.project-stats .nav>li>a:hover, .project-stats .participants-more .nav>li>.btn-link:hover, .participants-more .project-stats .nav>li>.btn-link:hover, .project-stats .user-list-more .nav>li>.btn-link:hover, .user-list-more .project-stats .nav>li>.btn-link:hover, .project-stats .nav>li>a:focus {
color: inherit;
}
.project-stats li.missing {
border-color: rgba(255,255,255,0.24);
}
.project-stats li.missing:hover {
background-color: rgba(255,255,255,0.5);
}
/* project-last-commit */
.project-last-commit {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.project-last-commit .commit-row-message {
color: inherit;
}
/* project-files */
.breadcrumb.repo-breadcrumb a {
color: inherit;
}
.tree-holder .tree-table tr {
border-color: rgba(255,255,255,0.12);
}
.tree-holder .tree-table tr:hover td {
background-color: rgba(255,255,255,0.24);
border-color: inherit;
}
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: #212121;
}
.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-color: inherit;
}
.light, .description-block {
color: inherit;
}
.btn-transparent {
color: rgba(255,255,255,0.55);
}
.tree-holder .tree-item .tree-item-file-name i, .tree-holder .tree-item .tree-item-file-name a {
color: inherit;
}
.tree-holder .tree-commit .tree-commit-link {
color: rgba(255,255,255,0.55);
}
.tree-holder .tree-time-ago {
color: rgba(255,255,255,0.55);
}
/* ??? navigator */
.top-area, .wiki-page-header {
border-color: rgba(255,255,255,0.12);
}
.nav-links li a {
color: rgba(255,255,255,0.55);
}
.nav-links li.active a {
color: #fff;
}
.nav-links li a:hover, .nav-links li .participants-more .btn-link:hover, .participants-more .nav-links li .btn-link:hover, .nav-links li .user-list-more .btn-link:hover, .user-list-more .nav-links li .btn-link:hover, .nav-links li a:active, .nav-links li a:focus {
color: #fff;
}
/* pagination */
.gl-pagination {
border-color: rgba(255,255,255,0.12);
}
.pagination>li>a, .pagination>li>span {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.pagination>li>a:hover, .participants-more .pagination>li>.btn-link:hover, .user-list-more .pagination>li>.btn-link:hover, .pagination>li>a:focus, .pagination>li>span:hover, .pagination>li>span:focus {
background-color: #424242;
border-color: rgba(255,255,255,0.24);
color: inherit;
z-index: 3;
}
.gl-pagination .gap, .gl-pagination .gap:hover {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.pagination>.active>a, .pagination>.active>a:hover, .participants-more .pagination>.active>.btn-link:hover, .user-list-more .pagination>.active>.btn-link:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
background-color: #303030;
border-color: rgba(255,255,255,0.12);
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .participants-more .pagination>.disabled>.btn-link:hover, .user-list-more .pagination>.disabled>.btn-link:hover, .pagination>.disabled>a:focus {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
color: rgba(255,255,255,0.5);
}
/* toggle menu > projects */
.projects-list>li {
border-color: rgba(255,255,255,0.12);
}
.projects-list>li:hover {
background-color: rgba(255,255,255,0.24);
}
.projects-list a {
color: inherit;
}
/* toggle menu > activity */
.activities .nav-block {
border-color: rgba(255,255,255,0.12);
}
.event-item {
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.event-item:hover {
background-color: rgba(255,255,255,0.24);
}
.event-item .event-title {
color: inherit;
}
.event-item a {
color: inherit;
}
/* toggle menu > groups */
ul.content-list li {
border-color: rgba(255,255,255,0.12);
color: inherit;
}
ul.content-list li:hover {
background-color: rgba(255,255,255,0.24);
}
ul.content-list li a {
color: inherit;
}
.content-list .group-name {
color: inherit;
text-decoration: underline;
}
.group-row .stats {
color: inherit;
}
/* toggle menu > milestones. NOTHING TO DO */
/* toggle menu > issues */
.row-content-block {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.panel, .panel-slim {
background-color: inherit;
}
.merge-request.closed, .issue.closed {
background-color: inherit;
border-color: rgba(255,255,255,0.12);
}
/* toggle menu > merge requests. NOTHING TO DO */
/* toggle menu > snippets. NOTHING TO DO */
/* buttons */
.project-repo-buttons .btn, .group-buttons .btn {
/* background-color: rgba(255,255,255,0.24); */
background-color: transparent;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.btn {
background-color: transparent;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.btn:hover, .btn:focus {
background-color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.24);
color: inherit;
}
.btn:active, .btn.active {
background-color: #303030;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.btn.btn-gray {
background-color: transparent;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.btn.btn-gray:hover, .btn.btn-gray:focus {
background-color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.24);
color: inherit;
}
.dropdown-toggle:hover .fa, .dropdown-menu-toggle:hover .fa {
color: inherit;
}
.email-modal-input-group .btn {
background-color: rgba(255,255,255,0.24);
border-color: rgba(255,255,255,0.12);
border-left: 0;
color: inherit;
}
.input-group-btn .btn:hover, .input-group-btn .btn:focus, .input-group-btn .btn:active {
background-color: rgba(255,255,255,0.5);
}
/* colored buttons */
.btn.btn-success, .btn.btn-new, .btn.btn-create, .btn.comment-btn, .btn.btn-save {
background-color: inherit;
color: #1aaa55;
}
.btn.btn-warning {
background-color: inherit;
color: #fc9403;
}
.btn.btn-danger, .btn.btn-remove, .btn.btn-red {
background-color: inherit;
color: #db3b21;
}
.btn.btn-info, .btn.btn-primary, .btn.btn-register {
background-color: inherit;
color: #1f78d1;
}
.btn.btn-close {
background-color: inherit;
}
.btn.btn-cancel {}
.btn.btn-inverted.btn-remove {
background-color: inherit;
}
.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: inherit;
}
/* button group */
.input-group-addon {
border-color: rgba(255,255,255,0.12);
}
.input-group .input-group-addon {
background-color: rgba(255,255,255,0.24);
}
.provider-btn-group {
background-color: rgba(255,255,255,0.24);
border-color: rgba(255,255,255,0.12);
}
.provider-btn-image {
border-color: rgba(255,255,255,0.12);
}
.provider-btn {
background-color: transparent;
color: inherit;
}
.provider-btn.not-active {
color: inherit;
}
/* markdown */
.md {
color: rgba(255,255,255,0.85);
}
.md p {
color: inherit;
}
/* user > profile */
.cover-block {
background-color: #212121;
}
.cover-block .cover-title {
color: inherit;
}
.cover-block .cover-desc {
color: inherit;
}
.row-content-block.white {
background-color: transparent;
}
.event-item .system-note-image svg {
fill: rgba(255,255,255,0.55);
}
/* user settings */
.cgray, .commit.inline-commit .committed_ago, .generic_commit_status.inline-commit .committed_ago {
color: inherit;
}
.help-block {
color: rgba(255,255,255,0.7);
}
.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: rgba(255,255,255,0.24);
color: rgba(255,255,255,0.5);
}
.settings-message {
background-color: transparent;
color: #fff2e1;
}
.account-well {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.well-list>li:not(.ui-sort-disabled):hover {
background-color: rgba(255,255,255,0.24);
}
.settings-list-icon {
color: rgba(255,255,255,0.55);
}
/* project settings */
.panel-default {
border-color: rgba(255,255,255,0.12);
}
.panel-default>.panel-heading {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.panel-default>.panel-heading .badge {
background-color: rgba(255,255,255,0.85);
color: rgba(0,0,0,0.7);
}
.panel-footer {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.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-color: rgba(255,255,255,0.12);
}
.protected-branches-list a, .protected-tags-list a {
color: inherit;
}
.bs-callout {
background-color: #212121;
border: 1px solid rgba(255,255,255,0.12);
border-left: 3px solid rgba(255,255,255,0.24);
color: inherit;
}
.bs-callout-info {
color: #17599c;
}
.bs-callout-warning {
color: #c26700;
}
ul.bordered-list>li, ul.unstyled-list>li {
border-color: rgba(255,255,255,0.12);
}
.panel-info>.panel-heading {
background-color: #04386b;
}
a.deploy-project-label {
background-color: #303030;
color: inherit;
}
/* file preview */
.blob-commit-info {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.file-holder {
border-color: rgba(255,255,255,0.12);
}
.file-holder .file-title {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.file-holder .file-title a:not(.btn) {
color: inherit;
}
.file-holder .file-content {
background-color: transparent;
color: inherit;
}
pre {
background-color: inherit;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.wiki h1, .wiki h2 {
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.wiki p {
color: inherit;
}
.wiki {
color: inherit;
}
/* repository > commits */
.row-content-block.content-component-block {
background-color: transparent;
}
.commit-header {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.commit a, .commit button, .generic_commit_status a, .generic_commit_status button {
color: inherit;
}
.text-expander {
background-color: transparent;
border-color: rgba(255,255,255,0.12);
}
.text-expander.open {
background-color: transparent;
border-color: rgba(255,255,255,0.12);
}
.commit .commit-row-description, .generic_commit_status .commit-row-description {
background-color: #212121;
}
.commit .commit-row-description a, .generic_commit_status .commit-row-description a {
color: inherit;
}
.page-content-header .commit-committer-link, .page-content-header .commit-author-link {
color: inherit;
}
.page-content-header .header-action-buttons i {
color: rgba(255,255,255,0.55);
}
.commit-box {
border-color: rgba(255,255,255,0.12);
}
.commit-box .commit-title {
color: inherit;
}
.info-well {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.info-well .well-segment:not(:last-of-type) {
border-color: rgba(255,255,255,0.12);
}
.info-well .icon-container.commit-icon svg path {
fill: rgba(255,255,255,0.85);
}
.modal-content {
background-color: #000;
}
.modal-header {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.close {
color: #fff;
opacity: 0.3;
}
.close:hover, .close:focus {
color: #fff;
opacity: 0.5;
}
.timeline .timeline-entry {
color: inherit;
}
.note-textarea {
color: inherit;
}
.common-note-form .md-area {
border-color: rgba(255,255,255,0.12);
}
.toolbar-btn {
color: rgba(255,255,255,0.55);
}
.markdown-area {
background-color: transparent;
}
.comment-toolbar {
border-color: rgba(255,255,255,0.12);
color: rgba(255,255,255,0.55);
}
.zen-backdrop.fullscreen {
background-color: #000;
}
.zen-backdrop.fullscreen textarea {
color: inherit;
}
.zen-control-leave {
color: inherit;
}
.zen-control-leave:hover {
color: #fff;
}
/* repository > branches */
.branch-commit {
color: inherit;
}
.branch-commit .commit-row-message {
color: inherit;
}
.branch-commit .commit-icon svg {
fill: rgba(255,255,255,0.55);
}
.divergence-graph .graph-side .count {
color: inherit;
}
/* repository > contributors */
.sub-header-block {
background-color: transparent;
border-color: rgba(255,255,255,0.12);
}
.tint-box {
background-color: #303030;
}
#contributors .person .spark {
background-color: #303030;
}
/* repository > graph */
.project-network {
border-color: rgba(255,255,255,0.12);
}
.project-network .controls {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.project-network .network-graph {
background-color: #424242;
}
/* repository > compare */
.light-well, .description-block {
background-color: #212121;
}
.slead {
color: inherit;
}
.label-branch {
color: inherit;
}
.commit-row-title .commit-row-message {
color: inherit;
}
.file-title-flex-parent {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.file-title-flex-parent a {
color: inherit;
}
.diff-file .file-title:hover, .diff-file .file-title-flex-parent:hover {
background-color: rgba(255,255,255,0.3);
}
.diff-file .diff-content {
background-color: transparent;
color: inherit;
}
.diff-file .image {
background-color: transparent;
}
/* cycle analytics */
#cycle-analytics .col-headers .fa:hover {
color: inherit;
}
#cycle-analytics .stage-nav .stage-nav-item {
background-color: #212121;
border-right-color: rgba(255,255,255,0.12);
}
#cycle-analytics .stage-nav .stage-nav-item.active {
border-top-color: rgba(255,255,255,0.12);
border-bottom-color: rgba(255,255,255,0.12);
}
#cycle-analytics .stage-nav .stage-nav-item:first-child {
border-color: rgba(255,255,255,0.12);
}
#cycle-analytics .stage-nav .stage-nav-item:hover:not(.active) {
background-color: rgba(255,255,255,0.3);
}
#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-event-item {
border-color: rgba(255,255,255,0.12);
}
#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: inherit;
}
#cycle-analytics .stage-event-item .issue-date, #cycle-analytics .stage-event-item .build-date {
color: inherit;
}
#cycle-analytics .stage-event-item .issue-link, #cycle-analytics .stage-event-item .commit-author-link, #cycle-analytics .stage-event-item .issue-author-link {
color: inherit;
}
#cycle-analytics .stage-event-item .total-time {
color: inherit;
}
#cycle-analytics .stage-event-item .total-time span {
color: inherit;
}
#cycle-analytics .stage-panel .events-info {
color: rgba(255,255,255,0.55);
}
#cycle-analytics .item-build-component .item-title .item-build-name {
color: inherit;
}
#cycle-analytics .item-build-component .item-title .pipeline-id {
color: inherit;
}
#cycle-analytics .item-build-component .item-title .fa {
color: rgba(255,255,255,0.55);
}
#cycle-analytics .item-build-component .item-title .branch-name {
color: inherit;
}
#cycle-analytics .empty-stage, #cycle-analytics .no-access-stage {
color: inherit;
}
#cycle-analytics .empty-stage h4, #cycle-analytics .no-access-stage h4 {
color: inherit;
}
#cycle-analytics .landing .inner-content h4, #cycle-analytics .landing .inner-content p {
color: inherit;
}
/* issues */
.filtered-search-box {
background-color: inherit;
border-color: rgba(255,255,255,0.12);
}
.merge-request.today, .issue.today {
background-color: rgba(255,255,255,0.12);
border-color: rgba(255,255,255,0.12);
}
.filtered-search-history-dropdown-toggle-button:hover, .filtered-search-history-dropdown-toggle-button:focus {
color: inherit;
}
.filtered-search-history-dropdown-item, .filtered-search-history-clear-button {
color: inherit;
}
.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: rgba(255,255,255,0.5);
}
.filtered-search-box.focus .fa-filter {
color: inherit;
}
.filtered-search-box .clear-search {
background-color: inherit;
}
.board-title {
border-color: rgba(255,255,255,0.12);
}
.board-blank-state {
background-color: transparent;
}
.board-inner {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.board-header.has-border .board-title {
border-color: rgba(255,255,255,0.12);
}
.board-list-count {
color: rgba(255,255,255,0.55);
}
.board-issue-count {
border-color: rgba(255,255,255,0.12);
}
.card {
background-color: rgba(255,255,255,0.24);
box-shadow: inset 0 1px 2px rgba(186,186,186,0.5);
}
.card-title a {
color: inherit;
}
.card-number {
color: rgba(255,255,255,0.55);
}
.manage-labels-list>li:not(.empty-message):not(.is-not-draggable) {
background-color: transparent;
}
.manage-labels-list .btn-action {
color: inherit;
}
/* right sidebar, which is used in *issue details* */
.right-sidebar {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.right-sidebar.right-sidebar-collapsed .participants {
border-color: rgba(255,255,255,0.12);
}
.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: inherit;
}
.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);
}
.right-sidebar-collapsed .sidebar-collapsed-icon .btn {
background-color: transparent;
}
.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 .block {
border-color: rgba(255,255,255,0.12);
}
.right-sidebar.right-sidebar-expanded .gutter-toggle {
border-color: rgba(255,255,255,0.12);
}
.right-sidebar .title {
color: rgba(255,255,255,0.85);
}
.right-sidebar.right-sidebar-expanded .no-value {
color: rgba(255,255,255,0.55);
}
.time_tracker .time-tracking-help-state {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGBAMAAACDAP+3AAAAGFBMVEUfHx8eHh4dHR0bGxshISEiIiIlJSUjIyM9IpsJAAAFjUlEQVR4AT3UuZLcOBaF4QuI2XJxboIhF/eQFe1WovoBAAqccpkaZpc5+4yrXa8/RGpx/lrIXPjFCYjTp9z8REqF4VYNWB3Av3zQJ6b6xBwlKB/9kRkCjXVwGH3ziK5UcjFHVkmgY6osiBsGDFfseqq2ZbTz7E00qBDpzOxnD7ToABeros1vM6MX0rBQaG1ith1A/HJkvkHxsPGJ82dP8vVCyWmbyPTaAfGzg40bgIdrv2f3pBVPycUcufx+BSUUWDuCZi6zBqdM50ElKYPODqtLDjc31rBb9CZ59lbN/JScuMxHLUBcGiy6QRH9zpwgZGhRj8qSydPVgNNVgbWqYX3HbM9K2rqTnKVmsmwKWzc1ffEd20+Zq3Ji65kl6TSjALNvzmJt4Pi2f1etytGJmy5erLAgbNY4bjykC3YCLIS3nSZMKgwRsBarWgjdeVzIEDzpTkoOUArTF4WFXYHwxY585sT0nmTYMxmXfs8fzwswfnam8TMU49bvqSRnyRPnqlno4tVQQiH2A9Za8tNTfXQ0lxbSxUaZna0uLlj9Q0XzD96CpsOZUftolINKBWJpAOoAJC0T6QqZnOtfvcfJFcDrD4Cuy5Hng316XrqzJ204HynyHwWed6i+XGF40Uw2T7Lc71HyssngEOrgONfBY7wvW0UZdVAma5xmSNjRp3xkvKJkW6aSg7PK4K0+mbKqYB0WYBgWwxCXiS74zBCVlEFpYQDEwjcA1qccb5yO6ZL8ozt/h3wHSCdWzLuqxU2ZZ9ev9MvRMbMvV9BQgN0qrFjlkzPQanI9nuaGCokVK2LV1Y2egyY1aFQGxjM9I7RBBAgyGEJtpKHP0lUySSeWCpyKHMT2pmM/vyP55u2Rw5lcSeabAfgiG5TPDX3uP3QvcoSipJXQByUCjS4C8VXqxEEZOJxzmJoyogFNJBRsCJs2XmoWWrWFqTsnbwtSn43gNFTTob9/SEpaPJNhUBKDGoZGCMINxvBv8vuKbb//lg/sK0wfPgBica/QsSk5F3KK4Ui6Yw+uv4+DWEOFbhdPOnbY5PLFpzrZMhakeqomY0Vz0TO+elQGTWdCk1IYFAOaoZg0IJQhT+YreXF+yia+O1cgtGufjXxQw28f85RPXfd15zv13ABoD15kB7FKJ/7pbHKP6+9TgNgkVj68NeV8Tp24f7OOndCgJzR3RNJBPNFReCmstMVqvjjzBoeK4GOFoBN32CPxu+4TwwBDa4DJTe/OU9c9ku7EGyfOVxh+fw9g/AATxPqKTEXJKEdCIBkB4iBUlO6MjUrWi6M5Kz31YAqFsYaCeB0KJC5d1+foo3LQWSfRaDrwdAQrMEC27yDZXJf7TlOJ2Bczr1di3OWvZB6XrvvqPuWJPDk9dAHgm7LvuZJTEdKqO3J3XgostArEnvkqgUznx3PX7cSzz1FXZyvakTA4XVVMbCPFPK1cFj66S0WoqQI1XG2uoU7CMPquO2VaUDJFQMdVgXKD2bpz6ufzzxXbxszHQ9fGO/F7A998yBQG6cShE+P+Pk7t1FwfF1QHN1Eui1VapRxCdj8tCtI1bog1Fo011Sx9u3o6c9bufI6wAT26Av9xJ+WWpTKbbBPp3K/1LbC4Vuhv396RCbJw4untjxVPndj+dIB9dVD8z2dylZ+6vMeJwbYChHJkvHV2J3fdHsJPASeHhrXq6QheXu1nBhUr5u6ryT0I13BFKD01ViZ/n3oaziRG7c6Ayg7g1LPeztNdT36ueMqcN4XGv3finjfv+7I/kMJ4d046MUanOA1QtMH1kLlfFasm99NiutSw63yNDeH4zeL1Uu8XKHNfcThPSSNwchGMbgUETScwkCcK77pH2jsgrAssvVyB8FLJ7GrmwyD8eVqsHoY/FwIv9T7lPu9+Yf8/9+w4nS1ma78AAAAASUVORK5CYII=);
border-color: rgba(255,255,255,0.12);
}
.time_tracker .time-tracking-help-state a:hover, .time_tracker .time-tracking-help-state .participants-more .btn-link:hover, .participants-more .time_tracker .time-tracking-help-state .btn-link:hover, .time_tracker .time-tracking-help-state .user-list-more .btn-link:hover, .user-list-more .time_tracker .time-tracking-help-state .btn-link:hover{
color: inherit;
}
.right-sidebar .cross-project-reference button {
background-color: transparent;
color: rgba(255,255,255,0.55);
}
.right-sidebar .btn-clipboard:hover {
color: inherit;
}
.participants-more a, .participants-more .btn-link, .user-list-more a, .user-list-more .btn-link {
color: rgba(255,255,255,0.55);
}
/* issue details */
.detail-page-header {
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.detail-page-header .identifier {
color: rgba(255,255,255,0.85);
}
.detail-page-header .author {
color: rgba(255,255,255,0.85);
}
.detail-page-description .title {
color: inherit;
}
.issuable-details .description img:not(.emoji) {
border-color: rgba(255,255,255,0.12);
}
.content-block {
border-color: rgba(255,255,255,0.12);
}
ul.notes .note {
border-color: rgba(255,255,255,0.12);
}
ul.notes .note .note-body .note-text {
color: inherit;
}
ul.notes .note .note-body .note-text p {
color: inherit;
}
.note-headline-light, .discussion-headline-light {
color: rgba(255,255,255,0.55);
}
.note-role {
border-color: rgba(255,255,255,0.12);
color: rgba(255,255,255,0.55);
}
.md img:not(.emoji) {
border-color: rgba(255,255,255,0.12);
}
/* merge requests */
.mr-state-widget {
border-color: rgba(255,255,255,0.12);
color: inherit;
}
.mr-source-target {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.mr-state-widget .normal {
color: inherit;
}
.mr-source-target .dropdown-toggle .fa, .mr-source-target .dropdown-menu-toggle .fa {
color: inherit;
}
.mr-state-widget .ci-widget {
color: inherit;
}
.merge-request-tabs-holder {
background-color: inherit;
border-color: rgba(255,255,255,0.12);
}
.timeline .system-note .note-text {
color: inherit;
}
/* pipelines */
.table-holder .ci-table th {
background-color: #212121;
color: rgba(255,255,255,0.55);
}
.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: inherit;
}
.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 .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: inherit;
}
.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);
}
.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 {
background-color: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.24);
color: inherit;
}
.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 .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 .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 .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: rgba(255,255,255,0.5);
border-color: rgba(255,255,255,0.12);
}
.big-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item .ci-build-text, .big-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item .ci-status-text, .mini-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item .ci-build-text, .mini-pipeline-graph-dropdown-menu .mini-pipeline-graph-dropdown-item .ci-status-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 {
background-color: rgba(255,255,255,0.24);
color: inherit;
}
/* pipelines > jobs */
.container-fluid .ci-status.ci-created, .container-fluid .ci-status.ci-skipped {
border-color: rgba(255,255,255,0.55);
color: rgba(255,255,255,0.55);
}
.container-fluid .ci-status.ci-canceled, .container-fluid .ci-status.ci-disabled {
border-color: rgba(255,255,255,0.85);
color: rgba(255,255,255,0.85);
}
.btn-build i {
color: rgba(255,255,255,0.55);
}
/* pipelines > schedules */
.pipeline-schedules-user-callout .bordered-box.content-block {
background-color: #303030;
border-color: rgba(255,255,255,0.12);
}
.pipeline-schedules-user-callout #dismiss-callout-btn {
color: rgba(255,255,255,0.5);
}
/* wiki */
.right-sidebar.wiki-sidebar .active>a {
color: inherit;
}
.wiki-page-header .wiki-breadcrumb {
border-color: rgba(255,255,255,0.12);
}
.wiki-page-header .wiki-last-edit-by {
color: rgba(255,255,255,0.55);
}
.wiki-page-header .wiki-last-edit-by strong {
color: inherit;
}
.wiki-page-header .light, .wiki-page-header .description-block {
color: rgba(255,255,255,0.55);
}
.right-sidebar.wiki-sidebar a {
color: rgba(255,255,255,0.55);
}
.right-sidebar.wiki-sidebar a:hover, .right-sidebar.wiki-sidebar .participants-more .btn-link:hover, .participants-more .right-sidebar.wiki-sidebar .btn-link:hover, .right-sidebar.wiki-sidebar .user-list-more .btn-link:hover, .user-list-more .right-sidebar.wiki-sidebar .btn-link:hover, .right-sidebar.wiki-sidebar a.active {
color: inherit;
}
/* snippets */
.project-visibility-level-holder .radio .option-title {
color: inherit;
}
.project-visibility-level-holder .radio .option-descr {
color: rgba(255,255,255,0.55);
}
/* CI lint */
.ace-tm {
background-color: transparent;
color: inherit;
}
.ace-tm .ace_print-margin {
background-color: rgba(255,255,255,0.05);
}
.ace-tm .ace_cursor {
color: rgba(255,255,255,0.5);
}
.ace-tm .ace_gutter {
background-color: #212121;
color: inherit;
}
.ace-tm .ace_gutter-active-line {
background-color: #424242;
}
.file-editor .ace_gutter-cell {
background-color: #212121;
}
.template-selectors-menu {
border-color: rgba(255,255,255,0.12);
}
.file-editor .editor-ref {
border-color: rgba(255,255,255,0.12);
}
.btn svg path {
fill: rgba(255,255,255,0.85);
}
.commit-message-container {
background-color: transparent;
color: inherit;
}
.commit-message-container .max-width-marker {
border-color: rgba(255,255,255,0.05);
}
/* others */
.form-actions {
background-color: #212121;
border-color: rgba(255,255,255,0.12);
}
.alert-warning, .broadcast-message, .broadcast-message-preview {
background-color: #212121;
color: #fc9403;
}
.tree-holder .tree-table tr.selected td {
background-color: #303030;
border-color: rgba(255,255,255,0.12);
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #212121;
}
.landing {
border-color: rgba(255,255,255,0.12);
background-color: transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment