1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105 |
- $mainBgColor : #2d2214;
- $secondBgColor : #4a3413;
- $mainTextColor : #f8ca9b;
- $secondTextColor : #f8ca9b88;
- $accentBase : #f8ca9b;
- $accentBase2 : #f8ca9b88;
- $accentBase-dark : #f8ca9b66;
- $active : #ffe1c1;
- $link : #f8ca9b;
- $btnColor : #6a491c;
- $btnShadow : #000000ee;
- $userCardShadow : #151124;
- $RepoFilesBg : #4a3413;
- $codeBg : #4a3413;
- $codeColor : #f8ca9b;
- $codeSelected : #2d2214;
- $codeColorSelected : #f8ca9b;
- $codeDifOld : #6f3a3a;
- $privRepoBg : #f9f8f8;
- $highlightBg : #804a06;
- /**** Syntax Highlighting ****/
- $comment : #d5f1a5ba;
- $selector : #e18614;
- $doctag : #bdee51;
- $attribute : #1c7100;
- $meta : #f8ca9b66;
- html{
- font-size:80%;
- }
- strong{ font-weight: normal; }
- .repository.view.issue .comment-list::before,
- .repository .comment.form .content .form::after, .repository .comment.form .content .form::before,
- .repository.view.issue .comment-list .comment .content .header::after, .repository.view.issue .comment-list .comment .content .header::before{
- display:none !important;
- }
- .ui .info.segment.top{
- background-color: $highlightBg !important;
- }
- .ui.button:not(.label), .ui.header, .ui.input input, .ui.menu, h1, h2, h3, h4, h5{
- font-family: 'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif !important;
- }
- body:not(.full-width) {
- background-color: $mainBgColor;
- background-size: contain;
- background-attachment: fixed;
- color: $secondTextColor !important;
- font-family: 'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif !important;
- }
- .following.bar.light {
- background-color: $secondBgColor !important;
- border-bottom: 1px solid $mainBgColor;
- color: $secondTextColor !important;
- position: fixed;
- top: 0;
- }
- .ui.container:not(.fluid) {
- width: 70% !important;
- }
- .tabular .item {
- /* Repo tabs menu */
- color: $accentBase !important;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- .ui.header,
- .ui.menu,
- .ui.input input,
- .ui.button:not(.label) {
- color: $accentBase;
- }
- #file-content h1,
- #file-content h2,
- #file-content h3,
- #file-content h4,
- #file-content h5 {
- color: $mainTextColor;
- }
- pre.raw,
- code.raw {
- background-color: $secondBgColor;
- border: 1px solid $mainBgColor;
- }
- .following.bar {
- color: $accentBase !important;
- }
- .overflow.menu .items .item {
- color: $mainTextColor;
- }
- .following.bar .top.menu a.item.brand {
- color: $accentBase !important;
- }
- .following.bar .top.menu a.item:hover,
- .following.bar .top.menu .dropdown.item:hover,
- .following.bar .top.menu .dropdown.item.active {
- color: $active !important;
- }
- .following.bar .top.menu a.item:hover {
- color: $active !important;
- }
- .following.bar .top.menu .menu {
- color: $accentBase !important;
- }
- .following.bar .head.link.item {
- color: $accentBase !important;
- }
- .home {
- padding-top: 80px;
- }
- .ui.left {
- padding-left: 5px;
- }
- .ui.right {
- padding-right: 5px;
- }
- .ui .header>i+.content {
- background-color: $mainBgColor !important;
- }
- footer {
- color: $mainTextColor !important;
- background-color: $mainBgColor;
- }
- .markdown:not(code) {
- background-color: $secondBgColor;
- color: $mainTextColor;
- font-family: 'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif !important;
- }
- .markdown:not(code) blockquote {
- border-left: 4px solid $secondBgColor;
- }
- .markdown:not(code) table th,
- .markdown:not(code) table td {
- border: 0px solid $accentBase !important;
- background-color: $codeBg;
- color:$accentBase;
- }
- .markdown:not(code) span.frame>span {
- border: 1px solid $mainBgColor;
- }
- .markdown:not(code) pre code,
- .markdown:not(code) pre tt {
- color: $mainTextColor;
- }
- .markdown:not(code) .highlight pre,
- .markdown:not(code) pre {
- background-color: $secondBgColor;
- }
- .home .stackable {
- padding-top: 40px;
- }
- .ui.attached.header {
- background: $secondBgColor !important;
- color: $accentBase !important;
- border: none !important;
- }
- .repository .header-wrapper {
- color: $accentBase !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: $secondBgColor;
- }
- .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 table {
- border: 0 !important;
- }
- .repository.file.list #file-content .code-view .lines-num {
- background-color: $secondBgColor !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: $codeSelected;
- color: $codeColorSelected !important;
- }
- .hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-tag .hljs-attr{
- color: #f7cc24 !important;
- }
- .hljs{ color: $mainTextColor !important; }
- .repository .diff-file-box .file-body.file-code .lines-num {
- background-color: $secondBgColor !important;
- color: $secondTextColor !important;
- }
- .repository .diff-box .file{
- color: $mainTextColor !important;
- }
- .repository .diff-file-box .code-diff tbody tr.del-code td {
- background-color: #6f3a3a88 !important;
- border-color: #000 !important;
- color: $mainTextColor !important;
- }
- .repository .diff-file-box .code-diff tbody tr.add-code td {
- background-color: #467b6055 !important;
- border-color: #c1e9c1 !important;
- color: $active !important;
- }
- .repository .diff-file-box .code-diff tbody tr .removed-code{
- background-color:#f997 !important;
- }
- .repository .diff-file-box .code-diff tbody tr .added-code{
- background-color:#9f95 !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 $mainBgColor;
- }
- .repository .diff-detail-box ol li {
- border-bottom: 1px dashed $mainBgColor;
- }
- .repository .diff-file-box .file-body.file-code .lines-num-old {
- border-right: 1px solid $mainBgColor;
- }
- .repository .head .mega-octicon {
- color: $accentBase;
- }
- .mega-octicon.octicon-repo {
- color: $accentBase2 !important;
- }
- #repo-clone-url {
- color: $accentBase !important;
- }
- #repo-clone-url::-moz-selection {
- color: $active !important;
- background-color: $secondBgColor;
- }
- #repo-clone-url::selection {
- color: $active !important;
- background-color: $secondBgColor;
- }
- .repository.release #release-list {
- border-top: 1px solid $mainBgColor;
- }
- .repository.release #release-list>li .detail {
- border-left: 1px solid $mainBgColor;
- }
- .repository.forks .list .item {
- border-bottom: 1px solid $mainBgColor;
- }
- .repository.settings.collaboration .collaborator.list>.item:not(:last-child) {
- border-bottom: 1px solid $mainBgColor;
- }
- #search-user-box .results .item {
- border-bottom: 1px solid $mainBgColor;
- }
- .ui.vertical.menu .header.item {
- background: $secondBgColor;
- color: $mainTextColor;
- 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 $mainBgColor;
- }
- .user:not(.icon) {
- padding-top: 80px;
- }
- .ui.card {
- background-color: transparent !important;
- color: $mainTextColor !important;
- border: 0 !important;
- }
- .ui.card > .extra a:not(.ui):hover, .ui.cards > .card > .extra a:not(.ui):hover{
- color: unset; text-decoration: none;
- }
- .user.profile .ui.card .extra.content ul li:not(:last-child) {
- border-bottom: 1px solid $mainBgColor;
- }
- .dashboard {
- padding-top: 80px;
- }
- .feeds .list ul li:not(:last-child) {
- border-bottom: none;
- }
- .feeds .list ul li a .octicon {
- color: $accentBase2;
- }
- .explore {
- padding-top: 80px;
- }
- .ui.repository.list .item .ui.header {
- color: $mainTextColor;
- }
- .ui.repository.list .item .ui.header .name {
- color: $mainTextColor;
- }
- .ui.repository.list .item .ui.header .name:hover {
- color: $active;
- }
- .ui.repository.list .item:not(:first-child) {
- border-top: none;
- }
- .ui.header .sub.header {
- color: $accentBase !important;
- }
- .ui.header {
- color: $accentBase !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: $mainTextColor;
- }
- .secondary {
- background-color: transparent !important;
- color: $accentBase !important;
- }
- .secondary .item {
- color: $mainTextColor !important;
- }
- .secondary .item:hover {
- color: $mainTextColor;
- }
- .ui.secondary.menu .item{
- border-radius: 0;
- }
- .ui.secondary.menu .dropdown.item > .menu, .ui.text.menu .dropdown.item > .menu{
- border-radius: 0;
- }
- .ui.menu .dropdown.item .menu, .ui.dropdown .menu{
- border-radius: 0;
- }
- .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: $codeBg !important;
- color: $codeColor;
- margin: 0;
- padding: 0 !important;
- border: 0 !important;
- }
- .feeds .news>.ui.grid {
- margin-left: auto;
- margin-right: auto;
- }
- #ActionButtons {
- color: $mainTextColor !important;
- background-color: inherit !important;
- border: 0.5px solid $mainBgColor;
- }
- .CodeMirror-code {
- background-color: $codeBg !important;
- color: $codeColor !important;
- }
- .CodeMirror-gutters {
- background-color: $codeBg;
- color: $accentBase;
- }
- .CodeMirror {
- /* file edditor */
- background: $codeBg;
- color: $codeColor !important;
- }
- #repo-desc {
- text-align: center;
- font-weight: normal;
- color: $mainTextColor;
- }
- #repo-clone-ssh {
- color: $mainTextColor;
- }
- #repo-clone-https {
- color: $mainTextColor;
- }
- #danger_zone_edited {
- background: $secondBgColor;
- border-color: $mainBgColor !important;
- }
- #basic_sett,
- #adv_sett,
- #adv_sett_form,
- #admin_sec_panel,
- #admin_small_panel {
- background: $secondBgColor;
- border-color: $mainBgColor !important;
- }
- #danger_zone_edited_header {
- background: $accentBase !important;
- }
- #commits-table-head tr th {
- color: $mainTextColor !important;
- }
- .ui.table thead th {
- background: $secondBgColor;
- color: $mainTextColor;
- }
- .ui.table thead tr:hover th {
- background: $mainBgColor;
- }
- .ui.table tr td {
- border-top: none;
- }
- .repository.file.list #repo-files-table tr:hover {
- background-color: $highlightBg;
- }
- tr:hover a {
- color: $active; text-decoration:none !important;
- }
- #repo-files-table tr:hover {
- color: $active;
- }
- #repo-files-table tr:hover span {
- /* repo time last changed */
- color: $active !important;
- }
- .ui.repository.list .item .time{
- color: $secondTextColor
- }
- .feeds .list ul li.private {
- background-color: $secondBgColor;
- }
- .feeds .list ul {
- background-color: $mainBgColor;
- 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: $secondBgColor !important;
- }
- .repository .diff-file-box .header {
- background-color: $accentBase;
- }
- /* File Editor */
- .editor-toolbar a {
- color: $link !important; text-decoration:underline !important;
- }
- .editor-toolbar a.active,
- .editor-toolbar a:hover {
- background: $btnShadow;
- color: $mainTextColor;
- border-color: $btnShadow;
- text-decoration:none;
- }
- .CodeMirror {
- border: 1px solid $mainBgColor;
- }
- .CodeMirror-gutters {
- background-color: $secondBgColor;
- border-right: none;
- border-left: none;
- }
- /*######################### Syntax Higlight Theme #####################*/
- .hljs-comment,
- .hljs-quote {
- color: $comment !important;
- font-weight: normal;
- }
- .hljs-keyword,
- .hljs-selector-tag,
- .hljs-subst {
- color: $selector !important;
- }
- .hljs-string,
- .hljs-doctag {
- color: $doctag !important;
- }
- .hljs-tag,
- .hljs-name,
- .hljs-attribute {
- color: $attribute !important;
- }
- .hljs-meta {
- color: $meta !important;
- }
- .hljs-built_in,
- .hljs-builtin-name {
- color: $selector !important;
- }
- .hljs-title,
- .hljs-section,
- .hljs-selector-id {
- color: #bfa01c !important;
- }
- /* Editor Highlight Theme */
- .cm-s-default .cm-comment {
- color: $comment !important;
- font-weight: normal;
- }
- .cm-s-default .cm-def {
- color: $codeColor;
- }
- .cm-s-default .cm-builtin {
- color: $selector !important;
- }
- /* semantic */
- .ui.attached.segment {
- border: 0;
- }
- .ui.segment {
- background: $secondBgColor;
- }
- .ui.buttons>.ui.dropdown:last-child .menu,
- .ui.menu .right.dropdown.item .menu,
- .ui.menu .right.menu .dropdown:last-child .menu {
- background-color: $secondBgColor !important;
- }
- .ui.menu .ui.dropdown .menu>.item {
- color: $accentBase !important;
- background-color: $secondBgColor !important;
- }
- .ui.dropdown .menu>.item:hover {
- color: $active;
- }
- .ui.menu {
- background: $secondBgColor;
- border-radius:0;
- }
- .ui.menu .ui.dropdown .menu>.selected.item {
- color: $active !important;
- }
- .ui.menu .ui.dropdown .menu>.active.item {
- color: $active !important;
- }
- .ui.selection.dropdown .menu>.item {
- border-top: none;
- background-color: $highlightBg;
- }
- .ui.selection.active.dropdown .menu {
- border-color: $highlightBg;
- color: $mainTextColor;
- }
- .repository.view.issue .title .index{
- color: $secondTextColor;
- }
- .ui.pointing.menu .item::after{
- border-bottom: 3px solid $mainTextColor;
- }
- .ui.form .dropzone{
- border-color: $secondTextColor;
- }
- .ui.input > input,
- .ui.input > input:focus,
- .ui.form textarea:focus,
- .ui.form textarea{
- background-color: $mainBgColor;
- color:$mainTextColor;
- }
- .ui.checkbox input:focus~label {
- color: $mainTextColor;
- }
- .ui.checkbox.checked label:focus {
- color: $mainTextColor;
- }
- .ui.checkbox label {
- color: $mainTextColor;
- }
- .ui.checkbox.checked label {
- color: $mainTextColor;
- }
- .ui.checkbox label.focus {
- color: $mainTextColor;
- }
- .ui.checkbox.checked label.focus {
- color: $mainTextColor;
- }
- .ui.checkbox label:hover {
- color: $mainTextColor;
- }
- .ui.checkbox.checked label:hover {
- color: $mainTextColor;
- }
- .ui.checkbox label,
- .ui.checkbox+label {
- color: $mainTextColor;
- }
- .ui.checkbox label:hover,
- .ui.checkbox+label:hover {
- color: $mainTextColor;
- }
- .ui.checkbox.checked label,
- .ui.checkbox.checked+label {
- color: $mainTextColor;
- }
- .ui.checkbox.checked label:hover,
- .ui.checkbox.cheked+label:hover {
- color: $mainTextColor;
- }
- .ui.link.menu .item,
- .ui.menu .dropdown.item,
- .ui.menu .link.item,
- .ui.menu a.item {
- color: $mainTextColor;
- }
- .ui.link.menu .item:hover,
- .ui.menu .dropdown.item:hover,
- .ui.menu .link.item:hover,
- .ui.menu a.item:hover {
- color: $active;
- }
- .ui .dropdown .menu {
- background-color: $highlightBg;
- }
- .ui .dropdown .menu a:hover {
- color: $accentBase !important;
- }
- .ui.basic.button,
- .ui.basic.buttons .button {
- background: $accentBase !important;
- color: $mainTextColor;
- }
- .ui.vertical.menu {
- background: $secondBgColor;
- color: $accentBase;
- }
- .ui.dropdown .menu .selected.item,
- .ui.dropdown.selected {
- background: $secondBgColor;
- color: $mainTextColor;
- }
- .ui.vertical.menu .item {
- color: $mainTextColor;
- }
- .ui.menu .item {
- font-weight: normal;
- color: $mainTextColor;
- }
- .ui.menu .item .active {
- font-weight: normal;
- }
- .ui.menu .item>.input input {
- background-color: $mainBgColor;
- }
- .ui.menu .item:hover,
- .ui.vertical.menu .item:hover {
- color: $mainTextColor;
- }
- .ui.user.list .item:not(:first-child){
- border-top:none;
- }
- .ui.vertical.menu .active.item {
- background: $highlightBg;
- }
- .ui.input > input{
- border-bottom: 1px solid $secondTextColor;
- }
- .ui.menu .active.item {
- font-weight: normal;
- border-bottom: 3px solid $mainTextColor;
- color: $mainTextColor;
- }
- .ui.menu .active.item:hover,
- .ui.vertical.menu .active.item:hover {
- color: inherit;
- }
- .ui.dropdown .menu>.item {
- color: $mainTextColor;
- }
- .ui.menu.three.item .item {
- background-color: $secondBgColor;
- color: $accentBase2;
- }
- .ui.card>.extra a:not(.ui),
- .ui.cards>.card>.extra a:not(.ui) {
- color: $mainTextColor;
- }
- .ui.table {
- background-color: $RepoFilesBg;
- background-image: url("/img/grad1.png");
- background-size: contain;
- background-attachment: fixed;
- background-blend-mode: color-burn;
- color: $mainTextColor;
- }
- .ui.button {
- background: $btnColor !important;
- color: $mainTextColor !important;
- }
- .ui.button:hover {
- color: $active;
- }
- .ui.dropdown .menu>.header {
- color: $mainTextColor;
- }
- .ui.menu .ui.dropdown .menu>.item:hover {
- color: $active !important;
- background-color: $secondBgColor !important;
- }
- .ui.dropdown .menu {
- border: 3px solid $highlightBg;
- }
- .ui.dropdown .menu>.input:not(.transparent) input {
- background-color: $mainBgColor;
- color: $secondTextColor;
- }
- .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: $mainBgColor;
- color: $mainTextColor;
- font-weight: normal;
- }
- .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: $mainTextColor;
- border-color: transparent;
- border-radius: 0;
- background: $mainBgColor;
- -webkit-box-shadow: 0px 0px 8px 2px $btnShadow;
- box-shadow: 0px 0px 8px 2px $btnShadow;
- }
- ui.tabular.menu .active.item{
- border-radius: .28571429rem !important; }
- .ui.action.input:not([class*="left action"])>input:focus {
- border-right-color: transparent !important;
- }
- .ui.form .field>label {
- color: $mainTextColor;
- }
- .ui.attached.header {
- background: $mainBgColor;
- }
- .ui .text.grey {
- color: $secondTextColor !important;
- }
- .ui .text.grey a {
- color: $accentBase-dark !important; text-decoration:underline !important;
- }
- .ui .text.grey a:hover {
- color: $mainTextColor !important; text-decoration:none !important;
- }
- .ui .text.light.grey{
- color: $accentBase-dark !important;
- }
- .ui .text.black {
- color: $secondTextColor !important;
- }
- .ui .text.black:hover {
- color: $mainTextColor !important;
- }
- .repository.view.issue .comment-list .comment .tag{
- color: $secondTextColor !important;
- border: 1px solid $secondTextColor !important;
- }
- .ui.tabular.menu .active.item {
- background: none;
- border: none;
- color: $active;
- border-bottom: 4px solid $mainTextColor;
- border-radius: 0;
- }
- .ui.tabular.menu{
- border-bottom: 2px solid $mainTextColor;
- }
- .ui.basic.button,
- .ui.basic.buttons .button {
- background: $secondBgColor none !important;
- color: $mainTextColor!important;
- font-weight: normal;
- -webkit-box-shadow: 0 0 8px 0px $btnShadow;
- box-shadow: 0 0 8px 0px $btnShadow;
- }
- .ui.basic.button:hover,
- .ui.basic.buttons .button:hover {
- background: $secondBgColor !important;
- color: $active !important;
- -webkit-box-shadow: 0 0 8px 0px $btnShadow;
- box-shadow: 0 0 8px 0px $btnShadow;
- }
- .ui.basic.grey.button, .ui.basic.grey.buttons .button{
- box-shadow: 0 0 0px 1px $secondTextColor inset !important;
- color: $secondTextColor !important;
- }
- .ui.label {
- background-color: $accentBase-dark;
- color: #fff;
- }
- .ui.basic.label {
- background: none $accentBase;
- }
- .ui.breadcrumb a:hover {
- color: $secondTextColor;
- }
- .ui.breadcrumb a {
- color: $mainTextColor;
- }
- .ui.breadcrumb .divider{
- color: $secondTextColor;
- }
- .ui.list .list>.item .description,
- .ui.list>.item .description {
- color: $mainTextColor;
- }
- .ui.user.list .item .description a {
- text-decoration: underline !important;
- color: $mainTextColor;
- }
- .ui.user.list .item .description a:hover {
- text-decoration: none;
- color: $accentBase;
- }
- .ui.buttons:not(.basic):not(.inverted)>.button,
- .ui.buttons>.ui.button:not(.basic):not(.inverted) {
- -webkit-box-shadow: 0 0 8px 0px $btnShadow;
- box-shadow: 0 0 8px 0px $btnShadow;
- }
- .ui.button {
- background: transparent;
- }
- .ui.button:hover {
- background-color: $secondBgColor;
- color: $active !important;
- }
- .ui.card,
- .ui.cards>.card {
- box-shadow: 0px -1px 22px 10px $userCardShadow;
- }
- .repository.file.list #repo-files-table tbody .octicon {
- color: $secondTextColor !important;
- }
- a {
- color: $mainTextColor;
- }
- a:hover {
- color: $active;
- }
- footer {
- border-top: 1px solid $mainBgColor;
- }
- hr{border: 2px solid #f8ca9b88 !important;
- height: 0px !important;
- background: none !important;}
- .issue.list > .item .title{
- color: $secondTextColor !important;
- }
- .issue.list > .item .title:hover {
- color: $mainTextColor !important;
- }
|