Add 'theme-arc-blue.css'

This commit is contained in:
Christos Nouskas 2018-08-01 12:42:28 +00:00
parent f71a47a16c
commit a65557586d
1 changed files with 874 additions and 0 deletions

874
theme-arc-blue.css Normal file
View File

@ -0,0 +1,874 @@
body {
background: #131313;
color: #afafaf;
}
a {
color: #86acd1;
}
.following.bar.light {
background: #060633;
}
.ui.secondary.menu .item {
color: #cfc5c5;
padding: 8px 8px;
}
.ui.secondary.menu .active.item {
color: #fafafa;
padding: 5px 12px;
}
.following.bar .top.menu a.item:hover {
color: #fff;
}
.following.bar.light {
border-bottom: 1px solid #313131;
}
.ui.attached.header {
background: #121221;
border: 1px solid #203241;
color: #dbdbdb;
}
.ui.attached.table {
border: 1px solid #203241;
background: #001221
}
.feeds .list ul li:not(:last-child) {
border-bottom: 1px solid #203241;
}
.feeds .list ul li.private {
background: #151825;
}
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
color: #fff;
}
.ui.menu .ui.dropdown .menu > .item {
background: #020410 !important;
color: #9e9e9e !important;
}
.ui.secondary.menu .dropdown.item > .menu,
.ui.text.menu .dropdown.item > .menu {
border: 1px solid #203241;
}
footer {
background: #060633;
border-top: 1px solid #313131;
}
.ui.menu .dropdown.item .menu {
background: #020410;
}
.ui.menu .ui.dropdown .menu > .item:hover,
.ui.menu .ui.dropdown .menu > .selected.item {
color: #fff!important;
}
.ui.dropdown .menu > .header {
color: #dbdbdb;
}
.ui.red.label,
.ui.red.labels .label {
background-color: #802020!important;
border-color: #DB2828!important;
}
.ui.menu {
background: #0202aa;
border: 1px solid #203241;
}
.ui.menu .item {
background: #181b3b;
color: #9e9e9e;
}
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
color: #dbdbdb;
}
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
color: #dbdbdb;
}
.ui.menu .active.item {
background: #151552;
color: #dbdbdb;
}
.ui.input input {
background: #000009;
border: 1px solid #203241;
color: #dbdbdb;
}
.ui.input input:focus,
.ui.input.focus input {
background: #000000;
border: 1px solid #456580;
color: #dbdbdb;
}
.ui.label {
color: #dbdbdb;
background-color: #313f4c;
}
.issue.list > .item .title {
color: #668cb1;
}
.issue.list > .item .title:hover {
color: #aaaabb;
}
.issue.list > .item {
border-bottom: 1px dashed #475767;
}
.ui.green.label,
.ui.green.labels .label {
background-color: #2d693b!important;
border-color: #2d693b!important;
}
.issue.list > .item .comment {
color: #129c92;
}
.ui.basic.button,
.ui.basic.buttons .button {
color: #a9a9a9 !important;
}
.ui.basic.red.active.button,
.ui.basic.red.buttons .active.button {
box-shadow: 0 0 0 1px #c75252 inset!important;
color: #c75252!important;
}
.ui.basic.button:focus,
.ui.basic.button:hover,
.ui.basic.buttons .button:focus,
.ui.basic.buttons .button:hover {
background: transparent!important;
color: #dbdbdb!important;
}
.ui.menu .item {
background: #151825;
color: #aaaaaa;
}
.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
cursor: default !important;
background-color: #151825 !important;
color: #9e9e9e;
}
.ui.pagination.menu .active.item {
color: #dbdbdb;
background-color: #212d38;
}
.repository .header-wrapper {
background-color: #151825;
}
.ui.tabular.menu .active.item {
background: #232323;
color: #dbdbdb;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid #313c47;
}
.ui.secondary.pointing.menu .item {
border-bottom-width: 0px;
align-self: center;
background: #151552;
margin: 1px 1px 1px 1px;
padding: 8px 6px;
}
.ui.tabular.menu .item {
color: #9e9e9e;
}
.ui.tabular.menu .item:hover {
color: #dbdbdb;
}
.ui.header,
.ui.breadcrumb .divider {
color: #9e9e9e;
}
.ui.blue.label,
.ui.blue.labels .label {
background-color: #26577b!important;
border-color: #26577b!important;
}
.ui.menu .item > .label {
background: #565454;
}
.ui.blue.button,
.ui.blue.buttons .button {
background-color: #26577b;
}
.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number] {
background: #151825;
border: 1px solid rgb(48, 66, 81);
}
.ui.form input:not([type]):focus,
.ui.form input[type=text]:focus,
.ui.form input[type=email]:focus,
.ui.form input[type=search]:focus,
.ui.form input[type=password]:focus,
.ui.form input[type=date]:focus,
.ui.form input[type=datetime-local]:focus,
.ui.form input[type=tel]:focus,
.ui.form input[type=time]:focus,
.ui.form input[type=url]:focus,
.ui.form input[type=number]:focus {
background: #151825;
border: 1px solid #456580;
color: #dbdbdb;
}
.ui.action.input:not([class*="left action"]) input:focus {
border-right-color: #456580!important;
}
.ui.green.button .ui.green.buttons .button {
background-color: #2a733b;
}
.ui.button {
background: #151532;
border: 1px solid #313c47;
color: #dbdbdb;
}
.ui.labeled.button:not([class*="left labeled"]) > .label,
.ui[class*="left labeled"].button > .button {
background: #151825;
border: 1px solid #313c47;
color: #a0bdcb;
}
.ui.button:hover {
background-color: #151899;
color: #dbdbdb;
}
.ui.table thead th {
background: #172a40;
color: #dbdbdb;
}
.repository.file.list #repo-files-table tr:hover {
background-color: #232323;
}
.ui.table {
color: #797979!important;
border: 1px solid #313c47;
background: #18242f;
}
.ui.table tbody tr {
border-bottom: 1px solid red;
background: #151515;
}
.ui.attached.table.segment {
background: #020210;
color: #dbdbdb!important;
}
.markdown:not(code) h2 {
border-bottom: 1px solid #203241;
}
.hljs,
.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
color: #88ccef;
}
.markdown:not(code) .highlight pre,
.markdown:not(code) pre {
background-color: #081004;
border: 1px solid #246;
}
.ui.dropdown .menu {
background: #151825;
}
.ui.dropdown .menu > .message:not(.ui) {
color: rgb(99, 99, 99);
}
.ui.segment {
background: #020410;
color: #9e9e9e!important;
border: 1px solid #313c47;
}
.ui.active.button:active,
.ui.button:active,
.ui.button:focus {
background-color: #2e3e4e;
color: #dbdbdb;
}
.ui.dropdown .menu .selected.item,
.ui.dropdown.selected {
color: #dbdbdb;
}
.ui.dropdown .menu > .item:hover {
color: #dbdbdb;
}
.ui.dropdown .menu > .item {
color: #9e9e9e;
}
.ui.attached.segment {
border: 1px solid #313c47;
}
.repository.view.issue .comment-list .comment .content > .bottom.segment {
background: #151825;
}
.repository.view.issue .comment-list .comment .content .header {
color: #dbdbdb;
background-color: #121247;
border-bottom: 1px solid #313c47;
}
.ui.comments .comment .actions a {
color: #dbdbdb;
}
.repository.view.issue .comment-list .comment .content .header:after {
border-right-color: #121247;
}
.repository.view.issue .comment-list .comment .content .header:before {
border-right-color: #121247;
}
.repository.view.issue .comment-list:before {
background-color: #121247;
}
.repository .comment.form .content .form:after {
border-right-color: #121247;
}
.repository .comment.form .content .form:before {
border-right-color: #121247;
}
.ui .text.grey {
color: #d0d0d0 !important;
}
.ui .text.grey a {
color: #66dbdd !important;
}
.ui .text.grey a:hover {
color: #aadbff !important;
}
.ui.form textarea,
.ui.form textarea:focus {
background: #232323;
border: 1px solid #313c47;
color: #dbdbdb;
}
.ui.form textarea:focus {
border: 1px solid #456580;
}
.ui .info.segment.top {
background-color: #151532 !important;
}
.repository .diff-file-box .file-body.file-code .lines-num {
color: #9e9e9e;
background: #151825;
}
.ui.table tbody tr {
border-bottom: 1px solid #2d2d2d;
}
.repository .diff-file-box .code-diff-unified tbody tr.del-code td {
background-color: #3c2626 !important;
border-color: #634343 !important;
}
.repository .diff-file-box .code-diff-unified tbody tr.add-code td {
background-color: rgba(18, 28, 61, 0.68) !important;
border-color: #597359 !important;
}
.repository .diff-file-box .code-diff tbody tr .added-code {
background-color: #15415B;
}
.repository .diff-file-box .code-diff .lines-num {
border-right: 1px solid #2d2d2d;
}
.repository .diff-file-box .file-body.file-code .lines-num {
color: #9e9e9e;
background: #151825;
}
.repository .diff-file-box .code-diff tbody tr.tag-code td,
.repository .diff-file-box .code-diff tbody tr td.tag-code {
border-color: #2d2d2d !important;
}
.repository .diff-file-box .file-body.file-code .lines-num-old {
border-right: 1px solid #2d2d2d;
}
.hljs-title,
.hljs-section,
.hljs-selector-id {
color: #986c88;
}
.hljs-string,
.hljs-doctag {
color: #949494;
}
.repository .diff-file-box .code-diff tbody tr .removed-code {
background-color: #810000;
}
.repository .diff-file-box .code-diff tbody tr.tag-code td,
.repository .diff-file-box .code-diff tbody tr td.tag-code {
background-color: #191927 !important;
}
.ui.vertical.menu .active.item {
background: #232323;
}
.ui.vertical.menu .item {
background: #151825;
}
.ui.vertical.menu .header.item {
background: #001221;
}
.ui.vertical.menu {
background: #151825;
}
.ui.repository.list .item:not(:first-child) {
border-top: 1px solid #313c47;
}
.ui.selection.dropdown {
background: #151825;
border: 1px solid rgb(48, 66, 81);
color: #9e9e9e;
}
.ui.menu .ui.dropdown .menu > .active.item {
color: #dbdbdb !important;
}
.ui.tabular.menu {
border-bottom: 1px solid #313c47;
}
.ui.card,
.ui.cards > .card {
background: #151825;
box-shadow: 0 1px 3px 0 #203241, 0 0 0 1px #203241;
}
.ui.card > .content > .header,
.ui.cards > .card > .content > .header {
color: #dbdbdb;
}
.ui.card > .extra a:not(.ui),
.ui.cards > .card > .extra a:not(.ui) {
color: rgb(102, 140, 177);
}
.ui .text.black {
color: #9e9e9e;
}
.ui .text.black:hover {
color: #dbdbdb;
}
.ui.secondary.pointing.menu .active.item {
color: #dbdbdb;
background: #232363;
}
.ui.secondary.pointing.menu .active.item:hover {
border-top-color: #203241;
background: #121288;
color: #dbdbdb;
}
.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
color: #dbdbdb;
}
.ui.checkbox label,
.ui.checkbox + label,
.ui.form .field > label {
color: #9e9e9e;
}
.ui.form .inline.field > label,
.ui.form .inline.field > p,
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.fields > label {
color: #9e9e9e;
}
.user.settings .email.list .item:not(:first-child) {
border-top: 1px solid #203241;
}
.ui.form input:not([type]),
.ui.form input[type=text],
.ui.form input[type=email],
.ui.form input[type=search],
.ui.form input[type=password],
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=tel],
.ui.form input[type=time],
.ui.form input[type=url],
.ui.form input[type=number] {
color: #9e9e9e;
}
.ui.attached.info.message,
.ui.info.message {
box-shadow: 0 0 0 1px #4b5e71 inset, 0 0 0 0 transparent;
}
.ui.info.message {
background-color: #121247;
color: #9ebcc5;
}
.ui .warning.header {
background-color: #5d3a22 !important;
border-color: #794f31;
}
.ui.red.message {
background-color: rgba(80, 23, 17, 0.6);
color: #f9cbcb;
box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
}
.ui.red.button,
.ui.red.buttons .button {
background-color: #7b2727;
}
.ui.checkbox label:hover,
.ui.checkbox + label:hover {
color: #dbdbdb !important;
}
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
color: rgb(127, 152, 173);
}
.ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before {
background: #001221;
}
.ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before {
background: #001221;
}
.ui.checkbox .box:before,
.ui.checkbox label:before {
background: #001221;
border: 1px solid #203241;
}
.ui.checkbox .box:active::before,
.ui.checkbox label:active::before {
background: #001221;
border-color: rgba(34, 36, 38, .35);
}
.ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before {
border-color: #203241;
background: #001221;
}
.ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before {
border-color: #203241;
background: #001221;
}
.ui.checkbox input:checked:focus ~ .box:before,
.ui.checkbox input:checked:focus ~ label:before,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:before,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before {
border-color: #203241;
background: #001221;
}
.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
opacity: 1;
color: rgb(127, 152, 173);
}
.ui.checkbox input:checked:focus ~ .box:after,
.ui.checkbox input:checked:focus ~ label:after,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after {
color: rgb(127, 152, 173);
}
.ui.checkbox input:focus ~ .box:after,
.ui.checkbox input:focus ~ label,
.ui.checkbox input:focus ~ label:after {
color: #9a9a9a;
}
.ui.selection.dropdown:hover {
border-color: rgba(34, 36, 38, .35);
border: 1px solid #456580;
}
.ui.selection.dropdown .menu > .item {
border-top: 1px solid #313c47;
}
.ui.selection.visible.dropdown > .text:not(.default) {
color: #9e9e9e;
}
.ui.negative.message {
background-color: rgba(80, 23, 17, 0.6);
color: #f9cbcb;
box-shadow: 0 0 0 1px rgba(121, 71, 66, 0.5) inset, 0 0 0 0 transparent;
}
.hljs-tag,
.hljs-name,
.hljs-attribute {
color: #ef5e77;
}
.user.profile .ui.card .extra.content ul li:not(:last-child) {
border-bottom: 1px solid #203241;
}
.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
color: #bd84bf;
}
.hljs-string,
.hljs-doctag {
color: #8ab398;
}
.ui.form .dropzone {
border: 2px dashed #4c5d6b;
}
.ui.basic.red.button,
.ui.basic.red.buttons .button {
box-shadow: 0 0 0 1px #a04141 inset!important;
color: #a04141!important;
}
.ui.list .list > .item .header,
.ui.list > .item .header {
color: #dedede;
}
.ui.list .list > .item .description,
.ui.list > .item .description {
color: #9e9e9e;
}
.ui.user.list .item .description a {
color: #668cb1;
}
.repository.file.list #file-content .code-view .lines-num {
background: #232323;
}
.repository.file.list #file-content .code-view .lines-num pre,
.repository.file.list #file-content .code-view .lines-code pre,
.repository.file.list #file-content .code-view .lines-num ol,
.repository.file.list #file-content .code-view .lines-code ol,
.repository.file.list #file-content .code-view .lines-num .hljs,
.repository.file.list #file-content .code-view .lines-code .hljs {
background-color: #151825;
}
a.ui.label:hover,
a.ui.labels .label:hover {
background-color: #26577b;
color: rgb(219, 219, 219);
}
.ui.secondary.segment {
background: #020415;
}
.explore .navbar {
background-color: #151825 !important;
}
.ui.menu.new-menu {
background-color: #151825 !important;
}
input {
line-height: normal;
background: #232323;
border: 1px solid #313c47;
padding: 7px 12px;
}
.ui.accordion .title:not(.ui) {
color: #dedede;
}
.ui.user.list .item:not(:first-child) {
border-top: 1px solid #313c47;
}
.ui.toggle.checkbox input:checked ~ .box,
.ui.toggle.checkbox input:checked ~ label {
color: rgb(207, 207, 207) !important;
}
.repository .ui.segment.sub-menu .list .item a {
color: #aaa;
}
.ui.link.list.list .active.item,
.ui.link.list.list .active.item a:not(.ui) {
color: rgba(222, 222, 222, .95);
}
.repository #commits-table.ui.basic.striped.table tbody tr:nth-child(2n) {
background-color: rgb(12, 12, 15) !important;
}
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"] {
background: #050515;
color: rgba(203, 203, 203, 0.9);
}
.repository .header-wrapper {
background-color: #020210;
margin-top: -15px;
padding-top: 15px;
}
.ui.tabular.menu .active.item {
background: #171732;
color: #dbdbdb;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
border-top: 1px solid #313c47;
}
.ui.message {
color: #efefef !important;
background: #661111;
}
.repository.view.issue .pull-desc code {
color: #54A5FF;
}
.ui.fluid.input {
margin-bottom: 2px;
}
.ui .text.purple {
color: #a17cd8 !important;
}
.ui.positive.message {
background-color: #151532;
color: #dedede !important;
}
.swagger-ui .border-box,
.swagger-ui a,
.swagger-ui article,
.swagger-ui body,
.swagger-ui code,
.swagger-ui dd,
.swagger-ui div,
.swagger-ui dl,
.swagger-ui dt,
.swagger-ui fieldset,
.swagger-ui footer,
.swagger-ui form,
.swagger-ui h1,
.swagger-ui h2,
.swagger-ui h3,
.swagger-ui h4,
.swagger-ui h5,
.swagger-ui h6,
.swagger-ui header,
.swagger-ui html,
.swagger-ui input[type="email"],
.swagger-ui input[type="number"],
.swagger-ui input[type="password"],
.swagger-ui input[type="tel"],
.swagger-ui input[type="text"],
.swagger-ui input[type="url"],
.swagger-ui legend,
.swagger-ui li,
.swagger-ui main,
.swagger-ui ol,
.swagger-ui p,
.swagger-ui pre,
.swagger-ui section,
.swagger-ui table,
.swagger-ui td,
.swagger-ui textarea,
.swagger-ui th,
.swagger-ui tr,
.swagger-ui {
font-family: Open Sans, sans-serif;
color: #eeeeee;
}
.swagger-ui .scheme-container {
background: #131313;
}
.swagger-ui .opblock .opblock-summary-operation-id,
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated {
color: #bbbbbb;
}
.swagger-ui .opblock .opblock-summary-description {
color: #dddddd;
}
.swagger-ui .opblock-tag {
color: #dddddd;
}
.swagger-ui section.models h4 {
color: #e7e7e7;
}
.swagger-ui .model-title {
color: #e0e0e0;
}
.swagger-ui .prop-type {
color: #54c9f8;
}
.swagger-ui section.models .model-container {
background: #080808;
}
.swagger-ui select {
background: #4477b0;
color: #dadada;
}
.swagger-ui .scheme-container .schemes > label {
color: #dadada;
}
.swagger-ui .info .title {
color: #dadada;
}
.swagger-ui .info .base-url {
color: #dadada;
}
.swagger-ui .topbar {
background-color: #050588;
}
.swagger-ui .topbar a {
color: #dadada;
background-color: #050588;
}
.swagger-ui .topbar .download-url-wrapper input[type="text"] {
border: 2px solid #0018dd;
background-color: #050520;
}
.swagger-ui .topbar .download-url-wrapper .download-url-button {
background: #000fdd;
color: #fff;
}
.ui.modal > .header {
background: #6e0000;
color: #d3d3d3;
}
.ui.modal > .content {
background: #350a0a;
}
.ui.warning.message {
background-color: #422600;
color: #573a08;
}
.ui.horizontal.segments {
background-color: #050525;
}
.repository.file.list .non-diff-file-content .code-view .lines-code .hljs,
.repository.file.list .non-diff-file-content .code-view .lines-code ol,
.repository.file.list .non-diff-file-content .code-view .lines-code pre,
.repository.file.list .non-diff-file-content .code-view .lines-num .hljs,
.repository.file.list .non-diff-file-content .code-view .lines-num ol,
.repository.file.list .non-diff-file-content .code-view .lines-num pre {
background-color: #020212;
}
.repository.file.list .non-diff-file-content .code-view .lines-num {
color: #aaa;
background: #020211;
}
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(1),
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(2),
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(3),
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(4) {
background-color: #121212;
}
.repository .diff-file-box .code-diff-split tbody tr td.del-code,
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(1),
.repository .diff-file-box .code-diff-split tbody tr.del-code td:nth-child(2) {
background-color: #311212 !important;
}
.repository .diff-file-box .code-diff-split tbody tr td.add-code,
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(3),
.repository .diff-file-box .code-diff-split tbody tr.add-code td:nth-child(4) {
background-color: #121231 !important;
}
.ui.blue.button,
.ui.blue.buttons .button {
color: #ddd;
background-color: #073aa2;
}
.ui.blue.button:focus,
.ui.blue.buttons .button:focus {
background-color: #0a51e1;
color: #fff;
text-shadow: none;
}
.CodeMirror pre {
background: #0a0a0a;
}
.CodeMirror-linenumber {
color: #ddd;
background: #0a0a0a;
}