123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656 |
- /**** Syntax Highlighting ****/
- body:not(.full-width) {
- background-color: #2d2214;
- background: linear-gradient(45deg, #3f0e13 0%, #471016 1%, #411211 1%, #521614 15%, #491634 15%, #4d0927 38%, #5f1417 38%, #5a1517 55%, #611812 55%, #3a0a06 62%, #691529 62%, #691529 63%, #2f092c 63%, #2f092c 69%, #12032d 69%, #12032d 100%);
- background-size: contain;
- background-attachment: fixed;
- color: #f8ca9b 88;
- }
- .following.bar.light {
- background-color: #6a491c !important;
- border-bottom: 1px solid #2d2214;
- color: #f8ca9b 88 !important;
- position: fixed;
- top: 0;
- }
- .ui.container:not(.fluid) {
- width: 70% !important;
- }
- .tabular .item {
- /* Repo tabs menu */
- color: #9b3838 !important;
- }
- h1, h2, h3, h4, h5, .ui.header, .ui.menu, .ui.input input, .ui.button:not(.label) {
- color: #9b3838;
- }
- #file-content h1, #file-content h2, #file-content h3, #file-content h4, #file-content h5 {
- color: #f8ca9b;
- }
- pre.raw, code.raw {
- background-color: #6a491c;
- border: 1px solid #2d2214;
- }
- .following.bar {
- color: #9b3838 !important;
- }
- .overflow.menu .items .item {
- color: #f8ca9b;
- }
- .following.bar .top.menu a.item.brand {
- color: #9b3838 !important;
- }
- .following.bar .top.menu a.item:hover, .following.bar .top.menu .dropdown.item:hover, .following.bar .top.menu .dropdown.item.active {
- color: rgba(196, 45, 45, 0.95) !important;
- }
- .following.bar .top.menu a.item:hover {
- color: rgba(196, 45, 45, 0.95) !important;
- }
- .following.bar .top.menu .menu {
- color: #9b3838 !important;
- }
- .following.bar .head.link.item {
- color: #9b3838 !important;
- }
- .home {
- padding-top: 80px;
- }
- .ui.left {
- padding-left: 5px;
- }
- .ui.right {
- padding-right: 5px;
- }
- .ui .header > i + .content {
- background-color: #2d2214 !important;
- }
- footer {
- color: #f8ca9b !important;
- background-color: #2d2214;
- }
- .markdown:not(code) {
- background-color: #6a491c;
- color: #f8ca9b;
- }
- .markdown:not(code) blockquote {
- border-left: 4px solid #6a491c;
- }
- .markdown:not(code) table th, .markdown:not(code) table td {
- border: 0px solid #9b3838 !important;
- background-color: #080705;
- color: #9b3838;
- }
- .markdown:not(code) span.frame > span {
- border: 1px solid #2d2214;
- }
- .markdown:not(code) pre code, .markdown:not(code) pre tt {
- color: #f8ca9b;
- }
- .markdown:not(code) .highlight pre, .markdown:not(code) pre {
- background-color: #6a491c;
- }
- .home .stackable {
- padding-top: 40px;
- }
- .ui.attached.header {
- background: #6a491c !important;
- color: #9b3838 !important;
- border: none !important;
- }
- .repository .header-wrapper {
- color: #9b3838 !important;
- background-color: transparent;
- padding-top: 80px;
- }
- .repository {
- padding-top: 80px;
- }
- .repository #clone-panel {
- width: 30vw !important;
- }
- .repository #clone-panel input {
- max-width: 100%;
- background-color: #6a491c;
- }
- .repository.file.list #git-stats {
- background-color: transparent;
- }
- .repository.file.list #file-content .view-raw {
- border: 0 !important;
- }
- .repository.file.list #file-content .code-view * {
- font-size: 14px;
- line-height: 19px !important;
- }
- .repository.file.list #file-content .code-view .lines-num span {
- line-height: 20px !important;
- }
- .repository.file.list #file-content .code-view table {
- border: 0 !important;
- }
- .repository.file.list #file-content .code-view .lines-num {
- background-color: #6a491c !important;
- }
- .repository.file.list #file-content .code-view .lines-num pre li, .repository.file.list #file-content .code-view .lines-code pre li, .repository.file.list #file-content .code-view .lines-num ol li, .repository.file.list #file-content .code-view .lines-code ol li, .repository.file.list #file-content .code-view .lines-num .hljs li, .repository.file.list #file-content .code-view .lines-code .hljs li {
- font-size: 16px;
- }
- .repository.file.list #file-content .code-view .lines-num pre li.active, .repository.file.list #file-content .code-view .lines-code pre li.active, .repository.file.list #file-content .code-view .lines-num ol li.active, .repository.file.list #file-content .code-view .lines-code ol li.active, .repository.file.list #file-content .code-view .lines-num .hljs li.active, .repository.file.list #file-content .code-view .lines-code .hljs li.active, .hljs-meta .hljs-attribute .hljs-name .hljs-tag .hljs-string .hljs-doctag .hljs-subst .hljs-selector-tag .hljs-keyword .hljs-quote .hljs-comment {
- background: #001;
- color: #8f1 !important;
- }
- .repository .diff-file-box .file-body.file-code .lines-num {
- background-color: #6a491c !important;
- }
- .repository .diff-file-box .code-diff tbody tr.del-code td {
- background-color: #6f3a3a !important;
- border-color: #000 !important;
- color: #fff !important;
- }
- .repository .diff-file-box .code-diff tbody tr.add-code td {
- background-color: #467b60 !important;
- border-color: #c1e9c1 !important;
- color: #fff !important;
- }
- .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
- background-color: #4c296a !important;
- color: #fff !important;
- }
- .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
- background-color: #4c296a !important;
- color: #fff !important;
- }
- .repository.file.editor .commit-form-wrapper .commit-form {
- border: 1px solid #2d2214;
- }
- .repository .diff-detail-box ol li {
- border-bottom: 1px dashed #2d2214;
- }
- .repository .diff-file-box .file-body.file-code .lines-num-old {
- border-right: 1px solid #2d2214;
- }
- .repository .head .mega-octicon {
- color: #9b3838;
- }
- .mega-octicon.octicon-repo {
- color: steelblue !important;
- }
- #repo-clone-url {
- color: #9b3838 !important;
- }
- #repo-clone-url::-moz-selection {
- color: rgba(196, 45, 45, 0.95) !important;
- background-color: #6a491c;
- }
- #repo-clone-url::selection {
- color: rgba(196, 45, 45, 0.95) !important;
- background-color: #6a491c;
- }
- .repository.release #release-list {
- border-top: 1px solid #2d2214;
- }
- .repository.release #release-list > li .detail {
- border-left: 1px solid #2d2214;
- }
- .repository.forks .list .item {
- border-bottom: 1px solid #2d2214;
- }
- .repository.settings.collaboration .collaborator.list > .item:not(:last-child) {
- border-bottom: 1px solid #2d2214;
- }
- #search-user-box .results .item {
- border-bottom: 1px solid #2d2214;
- }
- .ui.vertical.menu .header.item {
- background: #6a491c;
- color: #f8ca9b;
- text-align: center;
- padding-left: 0;
- }
- .organization {
- padding-top: 80px;
- }
- .organization.profile #org-avatar {
- width: 90px;
- height: 70px;
- margin-right: 5px;
- }
- .organization.teams .repositories .item:not(:last-child), .organization.teams .members .item:not(:last-child) {
- border-bottom: 1px solid #2d2214;
- }
- .user:not(.icon) {
- padding-top: 80px;
- }
- .ui.card {
- background-color: transparent !important;
- color: #f8ca9b !important;
- border: 0 !important;
- }
- .user.profile .ui.card .extra.content ul li:not(:last-child) {
- border-bottom: 1px solid #2d2214;
- }
- .dashboard {
- padding-top: 80px;
- }
- .feeds .list ul li:not(:last-child) {
- border-bottom: none;
- }
- .feeds .list ul li a .octicon {
- color: steelblue;
- }
- .explore {
- padding-top: 80px;
- }
- .ui.repository.list .item .ui.header {
- color: #f8ca9b;
- }
- .ui.repository.list .item .ui.header .name {
- color: #f8ca9b;
- }
- .ui.repository.list .item .ui.header .name:hover {
- color: rgba(196, 45, 45, 0.95);
- }
- .ui.repository.list .item:not(:first-child) {
- border-top: none;
- }
- .ui.header .sub.header {
- color: #9b3838 !important;
- }
- .ui.header {
- color: #9b3838 !important;
- }
- .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: #f8ca9b;
- }
- .secondary {
- background-color: transparent !important;
- color: #9b3838 !important;
- }
- .secondary .item {
- color: #f8ca9b !important;
- }
- .secondary .item:hover {
- color: #f8ca9b;
- }
- .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: #080705 !important;
- color: #9ebdb1;
- margin: 0;
- padding: 0 !important;
- border: 0 !important;
- }
- .feeds .news > .ui.grid {
- margin-left: auto;
- margin-right: auto;
- }
- #ActionButtons {
- color: #f8ca9b !important;
- background-color: inherit !important;
- border: 0.5px solid #2d2214;
- }
- .CodeMirror-code {
- background-color: #080705 !important;
- color: #9ebdb1 !important;
- }
- .CodeMirror-gutters {
- background-color: #080705;
- color: #9b3838;
- }
- .CodeMirror {
- /* file edditor */
- background: #080705;
- color: #9ebdb1 !important;
- }
- #repo-desc {
- text-align: center;
- font-weight: 500;
- color: #f8ca9b;
- }
- #repo-clone-ssh {
- color: #f8ca9b;
- }
- #repo-clone-https {
- color: #f8ca9b;
- }
- #danger_zone_edited {
- background: #6a491c;
- border-color: #2d2214 !important;
- }
- #basic_sett, #adv_sett, #adv_sett_form, #admin_sec_panel, #admin_small_panel {
- background: #6a491c;
- border-color: #2d2214 !important;
- }
- #danger_zone_edited_header {
- background: #9b3838 !important;
- }
- #commits-table-head tr th {
- color: #f8ca9b !important;
- }
- .ui.table thead th {
- background: #6a491c;
- color: #f8ca9b;
- }
- .ui.table thead tr:hover th {
- background: #2d2214;
- }
- .ui.table tr td {
- border-top: none;
- }
- .repository.file.list #repo-files-table tr:hover {
- background-color: #2d2214;
- }
- tr:hover a {
- color: rgba(196, 45, 45, 0.95);
- }
- #repo-files-table tr:hover {
- color: rgba(196, 45, 45, 0.95);
- }
- #repo-files-table tr:hover span {
- /* repo time last changed */
- color: rgba(196, 45, 45, 0.95) !important;
- }
- .feeds .list ul li.private {
- background-color: #6a491c;
- }
- .feeds .list ul {
- background-color: #2d2214;
- background-image: url("/img/grad1.png");
- background-size: contain;
- background-attachment: fixed;
- background-blend-mode: difference;
- }
- .repository .diff-file-box .code-diff tbody tr.tag-code td {
- background-color: #6a491c !important;
- }
- .repository .diff-file-box .header {
- background-color: #9b3838;
- }
- /* File Editor */
- .editor-toolbar a {
- color: #f8ca9b 99 !important;
- }
- .editor-toolbar a.active, .editor-toolbar a:hover {
- background: #807b54;
- color: #f8ca9b;
- border-color: #807b54;
- }
- .CodeMirror {
- border: 1px solid #2d2214;
- }
- .CodeMirror-gutters {
- background-color: #6a491c;
- border-right: none;
- border-left: none;
- }
- /*######################### Syntax Higlight Theme #####################*/
- .hljs-comment, .hljs-quote {
- color: #a2a2a2 6e !important;
- font-weight: 400;
- }
- .hljs-keyword, .hljs-selector-tag, .hljs-subst {
- color: #0086b3 !important;
- }
- .hljs-string, .hljs-doctag {
- color: #90a959 !important;
- }
- .hljs-tag, .hljs-name, .hljs-attribute {
- color: #1c7100 !important;
- }
- .hljs-meta {
- color: #444 !important;
- }
- .hljs-built_in, .hljs-builtin-name {
- color: #0086b3 !important;
- }
- .hljs-title, .hljs-section, .hljs-selector-id {
- color: #bfa01c !important;
- }
- /* Editor Highlight Theme */
- .cm-s-default .cm-comment {
- color: #a2a2a2 6e !important;
- font-weight: 400;
- }
- .cm-s-default .cm-def {
- color: #9ebdb1;
- }
- .cm-s-default .cm-builtin {
- color: #0086b3 !important;
- }
- /* semantic */
- .ui.attached.segment {
- border: 0;
- }
- .ui.segment {
- background: #6a491c;
- }
- .ui.buttons > .ui.dropdown:last-child .menu, .ui.menu .right.dropdown.item .menu, .ui.menu .right.menu .dropdown:last-child .menu {
- background-color: #6a491c !important;
- }
- .ui.menu .ui.dropdown .menu > .item {
- color: #9b3838 !important;
- background-color: #6a491c !important;
- }
- .ui.dropdown .menu > .item:hover {
- color: rgba(196, 45, 45, 0.95);
- }
- .ui.menu {
- background: #6a491c;
- }
- .ui.menu .ui.dropdown .menu > .selected.item {
- color: rgba(196, 45, 45, 0.95) !important;
- }
- .ui.menu .ui.dropdown .menu > .active.item {
- color: rgba(196, 45, 45, 0.95) !important;
- }
- .ui.selection.dropdown .menu > .item {
- border-top: none;
- }
- .ui.checkbox input:focus ~ label {
- color: #f8ca9b;
- }
- .ui.checkbox.checked label:focus {
- color: #f8ca9b;
- }
- .ui.checkbox label {
- color: #f8ca9b;
- }
- .ui.checkbox.checked label {
- color: #f8ca9b;
- }
- .ui.checkbox label.focus {
- color: #f8ca9b;
- }
- .ui.checkbox.checked label.focus {
- color: #f8ca9b;
- }
- .ui.checkbox label:hover {
- color: #f8ca9b;
- }
- .ui.checkbox.checked label:hover {
- color: #f8ca9b;
- }
- .ui.checkbox label, .ui.checkbox + label {
- color: #f8ca9b;
- }
- .ui.checkbox label:hover, .ui.checkbox + label:hover {
- color: #f8ca9b;
- }
- .ui.checkbox.checked label, .ui.checkbox.checked + label {
- color: #f8ca9b;
- }
- .ui.checkbox.checked label:hover, .ui.checkbox.cheked + label:hover {
- color: #f8ca9b;
- }
- .ui.link.menu .item, .ui.menu .dropdown.item, .ui.menu .link.item, .ui.menu a.item {
- color: #f8ca9b;
- }
- .ui.link.menu .item:hover, .ui.menu .dropdown.item:hover, .ui.menu .link.item:hover, .ui.menu a.item:hover {
- color: rgba(196, 45, 45, 0.95);
- }
- .ui .dropdown .menu {
- background-color: #6a491c;
- }
- .ui .dropdown .menu a:hover {
- color: #9b3838 !important;
- }
- .ui.basic.button, .ui.basic.buttons .button {
- background: #9b3838 !important;
- color: #f8ca9b;
- }
- .ui.vertical.menu {
- background: #6a491c;
- color: #9b3838;
- }
- .ui.dropdown .menu .selected.item, .ui.dropdown.selected {
- background: #6a491c;
- color: #f8ca9b;
- }
- .ui.vertical.menu .item {
- color: #f8ca9b;
- }
- .ui.menu .item {
- font-weight: 600;
- color: #f8ca9b;
- }
- .ui.menu .item .active {
- font-weight: 600;
- }
- .ui.menu .item > .input input {
- background-color: #2d2214;
- }
- .ui.menu .item:hover, .ui.vertical.menu .item:hover {
- color: #f8ca9b;
- }
- .ui.vertical.menu .active.item {
- background: #f8ca9b 99;
- }
- .ui.menu .active.item {
- font-weight: 600;
- }
- .ui.menu .active.item:hover, .ui.vertical.menu .active.item:hover {
- color: inherit;
- }
- .ui.dropdown .menu > .item {
- color: #f8ca9b;
- }
- .ui.menu.three.item .item {
- background-color: #6a491c;
- color: steelblue;
- }
- .ui.card > .extra a:not(.ui), .ui.cards > .card > .extra a:not(.ui) {
- color: #f8ca9b;
- }
- .ui.table {
- background-color: #0a2948 78;
- background-image: url("/img/grad1.png");
- background-size: contain;
- background-attachment: fixed;
- background-blend-mode: color-burn;
- color: #f8ca9b;
- }
- .ui.button {
- background: #122940 !important;
- color: #f8ca9b !important;
- }
- .ui.button:hover {
- color: rgba(196, 45, 45, 0.95);
- }
- .ui.dropdown .menu > .header {
- color: #f8ca9b;
- }
- .ui.menu .ui.dropdown .menu > .item:hover {
- color: rgba(196, 45, 45, 0.95) !important;
- background-color: #6a491c !important;
- }
- .ui.dropdown .menu {
- border: 1px solid #6a491c;
- }
- .ui.dropdown .menu > .input:not(.transparent) input {
- background-color: #2d2214;
- color: #f8ca9b 88;
- }
- .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: #2d2214;
- color: #f8ca9b;
- font-weight: 600;
- }
- .ui.form input:not([type]):focus, .ui.form input[type="date"]:focus, .ui.form input[type="datetime-local"]:focus, .ui.form input[type="email"]:focus, .ui.form input[type="file"]:focus, .ui.form input[type="number"]:focus, .ui.form input[type="password"]:focus, .ui.form input[type="search"]:focus, .ui.form input[type="tel"]:focus, .ui.form input[type="text"]:focus, .ui.form input[type="time"]:focus, .ui.form input[type="url"]:focus {
- color: #f8ca9b;
- border-color: transparent;
- border-radius: 0;
- background: #2d2214;
- -webkit-box-shadow: 0px 0px 8px 2px #807b54;
- box-shadow: 0px 0px 8px 2px #807b54;
- }
- .ui.action.input:not([class*="left action"]) > input:focus {
- border-right-color: transparent !important;
- }
- .ui.form .field > label {
- color: #f8ca9b;
- }
- .ui.attached.header {
- background: #2d2214;
- }
- .ui .text.black:hover {
- color: #f8ca9b 88;
- }
- .ui.tabular.menu .active.item {
- background: none #6a491c;
- border-color: #6a491c;
- color: rgba(196, 45, 45, 0.95);
- }
- .ui.basic.button, .ui.basic.buttons .button {
- background: #6a491c none !important;
- color: #f8ca9b !important;
- font-weight: 600;
- -webkit-box-shadow: 0 0 8px 0px #807b54;
- box-shadow: 0 0 8px 0px #807b54;
- }
- .ui.basic.button:hover, .ui.basic.buttons .button:hover {
- background: #6a491c !important;
- color: rgba(196, 45, 45, 0.95) !important;
- -webkit-box-shadow: 0 0 8px 0px #807b54;
- box-shadow: 0 0 8px 0px #807b54;
- }
- .ui.label {
- background-color: #4682b4 85;
- color: #fff;
- }
- .ui.basic.label {
- background: none #9b3838;
- }
- .ui.breadcrumb a {
- color: #f8ca9b;
- }
- .ui.list .list > .item .description, .ui.list > .item .description {
- color: #f8ca9b;
- }
- .ui.user.list .item .description a {
- color: #f8ca9b;
- }
- .ui.user.list .item .description a:hover {
- text-decoration: underline;
- color: #9b3838;
- }
- .ui.buttons:not(.basic):not(.inverted) > .button, .ui.buttons > .ui.button:not(.basic):not(.inverted) {
- -webkit-box-shadow: 0 0 8px 0px #807b54;
- box-shadow: 0 0 8px 0px #807b54;
- }
- .ui.button {
- background: transparent;
- }
- .ui.button:hover {
- background-color: #6a491c;
- color: rgba(196, 45, 45, 0.95) !important;
- }
- .ui.card, .ui.cards > .card {
- box-shadow: 0px -1px 22px 10px #151124;
- }
- a {
- color: #f8ca9b;
- }
- a:hover {
- color: rgba(196, 45, 45, 0.95);
- }
- footer {
- border-top: 1px solid #2d2214;
- }
-
|