*/}}

gogs_lamdwiki.scss 23 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105
  1. $mainBgColor : #2d2214;
  2. $secondBgColor : #4a3413;
  3. $mainTextColor : #f8ca9b;
  4. $secondTextColor : #f8ca9b88;
  5. $accentBase : #f8ca9b;
  6. $accentBase2 : #f8ca9b88;
  7. $accentBase-dark : #f8ca9b66;
  8. $active : #ffe1c1;
  9. $link : #f8ca9b;
  10. $btnColor : #6a491c;
  11. $btnShadow : #000000ee;
  12. $userCardShadow : #151124;
  13. $RepoFilesBg : #4a3413;
  14. $codeBg : #4a3413;
  15. $codeColor : #f8ca9b;
  16. $codeSelected : #2d2214;
  17. $codeColorSelected : #f8ca9b;
  18. $codeDifOld : #6f3a3a;
  19. $privRepoBg : #f9f8f8;
  20. $highlightBg : #804a06;
  21. /**** Syntax Highlighting ****/
  22. $comment : #d5f1a5ba;
  23. $selector : #e18614;
  24. $doctag : #bdee51;
  25. $attribute : #1c7100;
  26. $meta : #f8ca9b66;
  27. html{
  28. font-size:80%;
  29. }
  30. strong{ font-weight: normal; }
  31. .repository.view.issue .comment-list::before,
  32. .repository .comment.form .content .form::after, .repository .comment.form .content .form::before,
  33. .repository.view.issue .comment-list .comment .content .header::after, .repository.view.issue .comment-list .comment .content .header::before{
  34. display:none !important;
  35. }
  36. .ui .info.segment.top{
  37. background-color: $highlightBg !important;
  38. }
  39. .ui.button:not(.label), .ui.header, .ui.input input, .ui.menu, h1, h2, h3, h4, h5{
  40. font-family: 'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif !important;
  41. }
  42. body:not(.full-width) {
  43. background-color: $mainBgColor;
  44. background-size: contain;
  45. background-attachment: fixed;
  46. color: $secondTextColor !important;
  47. font-family: 'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif !important;
  48. }
  49. .following.bar.light {
  50. background-color: $secondBgColor !important;
  51. border-bottom: 1px solid $mainBgColor;
  52. color: $secondTextColor !important;
  53. position: fixed;
  54. top: 0;
  55. }
  56. .ui.container:not(.fluid) {
  57. width: 70% !important;
  58. }
  59. .tabular .item {
  60. /* Repo tabs menu */
  61. color: $accentBase !important;
  62. }
  63. h1,
  64. h2,
  65. h3,
  66. h4,
  67. h5,
  68. .ui.header,
  69. .ui.menu,
  70. .ui.input input,
  71. .ui.button:not(.label) {
  72. color: $accentBase;
  73. }
  74. #file-content h1,
  75. #file-content h2,
  76. #file-content h3,
  77. #file-content h4,
  78. #file-content h5 {
  79. color: $mainTextColor;
  80. }
  81. pre.raw,
  82. code.raw {
  83. background-color: $secondBgColor;
  84. border: 1px solid $mainBgColor;
  85. }
  86. .following.bar {
  87. color: $accentBase !important;
  88. }
  89. .overflow.menu .items .item {
  90. color: $mainTextColor;
  91. }
  92. .following.bar .top.menu a.item.brand {
  93. color: $accentBase !important;
  94. }
  95. .following.bar .top.menu a.item:hover,
  96. .following.bar .top.menu .dropdown.item:hover,
  97. .following.bar .top.menu .dropdown.item.active {
  98. color: $active !important;
  99. }
  100. .following.bar .top.menu a.item:hover {
  101. color: $active !important;
  102. }
  103. .following.bar .top.menu .menu {
  104. color: $accentBase !important;
  105. }
  106. .following.bar .head.link.item {
  107. color: $accentBase !important;
  108. }
  109. .home {
  110. padding-top: 80px;
  111. }
  112. .ui.left {
  113. padding-left: 5px;
  114. }
  115. .ui.right {
  116. padding-right: 5px;
  117. }
  118. .ui .header>i+.content {
  119. background-color: $mainBgColor !important;
  120. }
  121. footer {
  122. color: $mainTextColor !important;
  123. background-color: $mainBgColor;
  124. }
  125. .markdown:not(code) {
  126. background-color: $secondBgColor;
  127. color: $mainTextColor;
  128. font-family: 'Noto Serif CJK SC','Times New Roman','SimSun', Georgia, serif !important;
  129. }
  130. .markdown:not(code) blockquote {
  131. border-left: 4px solid $secondBgColor;
  132. }
  133. .markdown:not(code) table th,
  134. .markdown:not(code) table td {
  135. border: 0px solid $accentBase !important;
  136. background-color: $codeBg;
  137. color:$accentBase;
  138. }
  139. .markdown:not(code) span.frame>span {
  140. border: 1px solid $mainBgColor;
  141. }
  142. .markdown:not(code) pre code,
  143. .markdown:not(code) pre tt {
  144. color: $mainTextColor;
  145. }
  146. .markdown:not(code) .highlight pre,
  147. .markdown:not(code) pre {
  148. background-color: $secondBgColor;
  149. }
  150. .home .stackable {
  151. padding-top: 40px;
  152. }
  153. .ui.attached.header {
  154. background: $secondBgColor !important;
  155. color: $accentBase !important;
  156. border: none !important;
  157. }
  158. .repository .header-wrapper {
  159. color: $accentBase !important;
  160. background-color: transparent;
  161. padding-top: 80px;
  162. }
  163. .repository {
  164. padding-top: 80px;
  165. }
  166. .repository #clone-panel {
  167. width: 30vw !important;
  168. }
  169. .repository #clone-panel input {
  170. max-width: 100%;
  171. background-color: $secondBgColor;
  172. }
  173. .repository.file.list #git-stats {
  174. background-color: transparent;
  175. }
  176. .repository.file.list #file-content .view-raw {
  177. border: 0 !important;
  178. }
  179. .repository.file.list #file-content .code-view * {
  180. font-size: 14px;
  181. line-height: 19px!important;
  182. }
  183. .repository.file.list #file-content .code-view table {
  184. border: 0 !important;
  185. }
  186. .repository.file.list #file-content .code-view .lines-num {
  187. background-color: $secondBgColor !important;
  188. }
  189. .repository.file.list #file-content .code-view .lines-num pre li,
  190. .repository.file.list #file-content .code-view .lines-code pre li,
  191. .repository.file.list #file-content .code-view .lines-num ol li,
  192. .repository.file.list #file-content .code-view .lines-code ol li,
  193. .repository.file.list #file-content .code-view .lines-num .hljs li,
  194. .repository.file.list #file-content .code-view .lines-code .hljs li {
  195. font-size: 16px;
  196. }
  197. .repository.file.list #file-content .code-view .lines-num pre li.active,
  198. .repository.file.list #file-content .code-view .lines-code pre li.active,
  199. .repository.file.list #file-content .code-view .lines-num ol li.active,
  200. .repository.file.list #file-content .code-view .lines-code ol li.active,
  201. .repository.file.list #file-content .code-view .lines-num .hljs li.active,
  202. .repository.file.list #file-content .code-view .lines-code .hljs li.active,
  203. .hljs-meta .hljs-attribute .hljs-name .hljs-tag .hljs-string .hljs-doctag .hljs-subst .hljs-selector-tag .hljs-keyword .hljs-quote .hljs-comment {
  204. background: $codeSelected;
  205. color: $codeColorSelected !important;
  206. }
  207. .hljs-number, .hljs-literal, .hljs-variable, .hljs-template-variable, .hljs-tag .hljs-attr{
  208. color: #f7cc24 !important;
  209. }
  210. .hljs{ color: $mainTextColor !important; }
  211. .repository .diff-file-box .file-body.file-code .lines-num {
  212. background-color: $secondBgColor !important;
  213. color: $secondTextColor !important;
  214. }
  215. .repository .diff-box .file{
  216. color: $mainTextColor !important;
  217. }
  218. .repository .diff-file-box .code-diff tbody tr.del-code td {
  219. background-color: #6f3a3a88 !important;
  220. border-color: #000 !important;
  221. color: $mainTextColor !important;
  222. }
  223. .repository .diff-file-box .code-diff tbody tr.add-code td {
  224. background-color: #467b6055 !important;
  225. border-color: #c1e9c1 !important;
  226. color: $active !important;
  227. }
  228. .repository .diff-file-box .code-diff tbody tr .removed-code{
  229. background-color:#f997 !important;
  230. }
  231. .repository .diff-file-box .code-diff tbody tr .added-code{
  232. background-color:#9f95 !important;
  233. }
  234. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre {
  235. background-color: #4c296a !important;
  236. color: #fff !important;
  237. }
  238. .repository .diff-file-box .code-diff tbody tr.del-code td.add-code {
  239. background-color: #4c296a !important;
  240. color: #fff !important;
  241. }
  242. .repository.file.editor .commit-form-wrapper .commit-form {
  243. border: 1px solid $mainBgColor;
  244. }
  245. .repository .diff-detail-box ol li {
  246. border-bottom: 1px dashed $mainBgColor;
  247. }
  248. .repository .diff-file-box .file-body.file-code .lines-num-old {
  249. border-right: 1px solid $mainBgColor;
  250. }
  251. .repository .head .mega-octicon {
  252. color: $accentBase;
  253. }
  254. .mega-octicon.octicon-repo {
  255. color: $accentBase2 !important;
  256. }
  257. #repo-clone-url {
  258. color: $accentBase !important;
  259. }
  260. #repo-clone-url::-moz-selection {
  261. color: $active !important;
  262. background-color: $secondBgColor;
  263. }
  264. #repo-clone-url::selection {
  265. color: $active !important;
  266. background-color: $secondBgColor;
  267. }
  268. .repository.release #release-list {
  269. border-top: 1px solid $mainBgColor;
  270. }
  271. .repository.release #release-list>li .detail {
  272. border-left: 1px solid $mainBgColor;
  273. }
  274. .repository.forks .list .item {
  275. border-bottom: 1px solid $mainBgColor;
  276. }
  277. .repository.settings.collaboration .collaborator.list>.item:not(:last-child) {
  278. border-bottom: 1px solid $mainBgColor;
  279. }
  280. #search-user-box .results .item {
  281. border-bottom: 1px solid $mainBgColor;
  282. }
  283. .ui.vertical.menu .header.item {
  284. background: $secondBgColor;
  285. color: $mainTextColor;
  286. text-align: center;
  287. padding-left: 0;
  288. }
  289. .organization {
  290. padding-top: 80px;
  291. }
  292. .organization.profile #org-avatar {
  293. width: 90px;
  294. height: 70px;
  295. margin-right: 5px;
  296. }
  297. .organization.teams .repositories .item:not(:last-child),
  298. .organization.teams .members .item:not(:last-child) {
  299. border-bottom: 1px solid $mainBgColor;
  300. }
  301. .user:not(.icon) {
  302. padding-top: 80px;
  303. }
  304. .ui.card {
  305. background-color: transparent !important;
  306. color: $mainTextColor !important;
  307. border: 0 !important;
  308. }
  309. .ui.card > .extra a:not(.ui):hover, .ui.cards > .card > .extra a:not(.ui):hover{
  310. color: unset; text-decoration: none;
  311. }
  312. .user.profile .ui.card .extra.content ul li:not(:last-child) {
  313. border-bottom: 1px solid $mainBgColor;
  314. }
  315. .dashboard {
  316. padding-top: 80px;
  317. }
  318. .feeds .list ul li:not(:last-child) {
  319. border-bottom: none;
  320. }
  321. .feeds .list ul li a .octicon {
  322. color: $accentBase2;
  323. }
  324. .explore {
  325. padding-top: 80px;
  326. }
  327. .ui.repository.list .item .ui.header {
  328. color: $mainTextColor;
  329. }
  330. .ui.repository.list .item .ui.header .name {
  331. color: $mainTextColor;
  332. }
  333. .ui.repository.list .item .ui.header .name:hover {
  334. color: $active;
  335. }
  336. .ui.repository.list .item:not(:first-child) {
  337. border-top: none;
  338. }
  339. .ui.header .sub.header {
  340. color: $accentBase !important;
  341. }
  342. .ui.header {
  343. color: $accentBase !important;
  344. }
  345. .ui.form .inline.field>label,
  346. .ui.form .inline.field>p,
  347. .ui.form .inline.fields .field>label,
  348. .ui.form .inline.fields .field>p,
  349. .ui.form .inline.fields>label {
  350. color: $mainTextColor;
  351. }
  352. .secondary {
  353. background-color: transparent !important;
  354. color: $accentBase !important;
  355. }
  356. .secondary .item {
  357. color: $mainTextColor !important;
  358. }
  359. .secondary .item:hover {
  360. color: $mainTextColor;
  361. }
  362. .ui.secondary.menu .item{
  363. border-radius: 0;
  364. }
  365. .ui.secondary.menu .dropdown.item > .menu, .ui.text.menu .dropdown.item > .menu{
  366. border-radius: 0;
  367. }
  368. .ui.menu .dropdown.item .menu, .ui.dropdown .menu{
  369. border-radius: 0;
  370. }
  371. .repository.file.list #file-content .code-view .lines-num pre,
  372. .repository.file.list #file-content .code-view .lines-code pre,
  373. .repository.file.list #file-content .code-view .lines-num ol,
  374. .repository.file.list #file-content .code-view .lines-code ol,
  375. .repository.file.list #file-content .code-view .lines-num .hljs,
  376. .repository.file.list #file-content .code-view .lines-code .hljs {
  377. background-color: $codeBg !important;
  378. color: $codeColor;
  379. margin: 0;
  380. padding: 0 !important;
  381. border: 0 !important;
  382. }
  383. .feeds .news>.ui.grid {
  384. margin-left: auto;
  385. margin-right: auto;
  386. }
  387. #ActionButtons {
  388. color: $mainTextColor !important;
  389. background-color: inherit !important;
  390. border: 0.5px solid $mainBgColor;
  391. }
  392. .CodeMirror-code {
  393. background-color: $codeBg !important;
  394. color: $codeColor !important;
  395. }
  396. .CodeMirror-gutters {
  397. background-color: $codeBg;
  398. color: $accentBase;
  399. }
  400. .CodeMirror {
  401. /* file edditor */
  402. background: $codeBg;
  403. color: $codeColor !important;
  404. }
  405. #repo-desc {
  406. text-align: center;
  407. font-weight: normal;
  408. color: $mainTextColor;
  409. }
  410. #repo-clone-ssh {
  411. color: $mainTextColor;
  412. }
  413. #repo-clone-https {
  414. color: $mainTextColor;
  415. }
  416. #danger_zone_edited {
  417. background: $secondBgColor;
  418. border-color: $mainBgColor !important;
  419. }
  420. #basic_sett,
  421. #adv_sett,
  422. #adv_sett_form,
  423. #admin_sec_panel,
  424. #admin_small_panel {
  425. background: $secondBgColor;
  426. border-color: $mainBgColor !important;
  427. }
  428. #danger_zone_edited_header {
  429. background: $accentBase !important;
  430. }
  431. #commits-table-head tr th {
  432. color: $mainTextColor !important;
  433. }
  434. .ui.table thead th {
  435. background: $secondBgColor;
  436. color: $mainTextColor;
  437. }
  438. .ui.table thead tr:hover th {
  439. background: $mainBgColor;
  440. }
  441. .ui.table tr td {
  442. border-top: none;
  443. }
  444. .repository.file.list #repo-files-table tr:hover {
  445. background-color: $highlightBg;
  446. }
  447. tr:hover a {
  448. color: $active; text-decoration:none !important;
  449. }
  450. #repo-files-table tr:hover {
  451. color: $active;
  452. }
  453. #repo-files-table tr:hover span {
  454. /* repo time last changed */
  455. color: $active !important;
  456. }
  457. .ui.repository.list .item .time{
  458. color: $secondTextColor
  459. }
  460. .feeds .list ul li.private {
  461. background-color: $secondBgColor;
  462. }
  463. .feeds .list ul {
  464. background-color: $mainBgColor;
  465. background-image: url("/img/grad1.png");
  466. background-size: contain;
  467. background-attachment: fixed;
  468. background-blend-mode: difference;
  469. }
  470. .repository .diff-file-box .code-diff tbody tr.tag-code td {
  471. background-color: $secondBgColor !important;
  472. }
  473. .repository .diff-file-box .header {
  474. background-color: $accentBase;
  475. }
  476. /* File Editor */
  477. .editor-toolbar a {
  478. color: $link !important; text-decoration:underline !important;
  479. }
  480. .editor-toolbar a.active,
  481. .editor-toolbar a:hover {
  482. background: $btnShadow;
  483. color: $mainTextColor;
  484. border-color: $btnShadow;
  485. text-decoration:none;
  486. }
  487. .CodeMirror {
  488. border: 1px solid $mainBgColor;
  489. }
  490. .CodeMirror-gutters {
  491. background-color: $secondBgColor;
  492. border-right: none;
  493. border-left: none;
  494. }
  495. /*######################### Syntax Higlight Theme #####################*/
  496. .hljs-comment,
  497. .hljs-quote {
  498. color: $comment !important;
  499. font-weight: normal;
  500. }
  501. .hljs-keyword,
  502. .hljs-selector-tag,
  503. .hljs-subst {
  504. color: $selector !important;
  505. }
  506. .hljs-string,
  507. .hljs-doctag {
  508. color: $doctag !important;
  509. }
  510. .hljs-tag,
  511. .hljs-name,
  512. .hljs-attribute {
  513. color: $attribute !important;
  514. }
  515. .hljs-meta {
  516. color: $meta !important;
  517. }
  518. .hljs-built_in,
  519. .hljs-builtin-name {
  520. color: $selector !important;
  521. }
  522. .hljs-title,
  523. .hljs-section,
  524. .hljs-selector-id {
  525. color: #bfa01c !important;
  526. }
  527. /* Editor Highlight Theme */
  528. .cm-s-default .cm-comment {
  529. color: $comment !important;
  530. font-weight: normal;
  531. }
  532. .cm-s-default .cm-def {
  533. color: $codeColor;
  534. }
  535. .cm-s-default .cm-builtin {
  536. color: $selector !important;
  537. }
  538. /* semantic */
  539. .ui.attached.segment {
  540. border: 0;
  541. }
  542. .ui.segment {
  543. background: $secondBgColor;
  544. }
  545. .ui.buttons>.ui.dropdown:last-child .menu,
  546. .ui.menu .right.dropdown.item .menu,
  547. .ui.menu .right.menu .dropdown:last-child .menu {
  548. background-color: $secondBgColor !important;
  549. }
  550. .ui.menu .ui.dropdown .menu>.item {
  551. color: $accentBase !important;
  552. background-color: $secondBgColor !important;
  553. }
  554. .ui.dropdown .menu>.item:hover {
  555. color: $active;
  556. }
  557. .ui.menu {
  558. background: $secondBgColor;
  559. border-radius:0;
  560. }
  561. .ui.menu .ui.dropdown .menu>.selected.item {
  562. color: $active !important;
  563. }
  564. .ui.menu .ui.dropdown .menu>.active.item {
  565. color: $active !important;
  566. }
  567. .ui.selection.dropdown .menu>.item {
  568. border-top: none;
  569. background-color: $highlightBg;
  570. }
  571. .ui.selection.active.dropdown .menu {
  572. border-color: $highlightBg;
  573. color: $mainTextColor;
  574. }
  575. .repository.view.issue .title .index{
  576. color: $secondTextColor;
  577. }
  578. .ui.pointing.menu .item::after{
  579. border-bottom: 3px solid $mainTextColor;
  580. }
  581. .ui.form .dropzone{
  582. border-color: $secondTextColor;
  583. }
  584. .ui.input > input,
  585. .ui.input > input:focus,
  586. .ui.form textarea:focus,
  587. .ui.form textarea{
  588. background-color: $mainBgColor;
  589. color:$mainTextColor;
  590. }
  591. .ui.checkbox input:focus~label {
  592. color: $mainTextColor;
  593. }
  594. .ui.checkbox.checked label:focus {
  595. color: $mainTextColor;
  596. }
  597. .ui.checkbox label {
  598. color: $mainTextColor;
  599. }
  600. .ui.checkbox.checked label {
  601. color: $mainTextColor;
  602. }
  603. .ui.checkbox label.focus {
  604. color: $mainTextColor;
  605. }
  606. .ui.checkbox.checked label.focus {
  607. color: $mainTextColor;
  608. }
  609. .ui.checkbox label:hover {
  610. color: $mainTextColor;
  611. }
  612. .ui.checkbox.checked label:hover {
  613. color: $mainTextColor;
  614. }
  615. .ui.checkbox label,
  616. .ui.checkbox+label {
  617. color: $mainTextColor;
  618. }
  619. .ui.checkbox label:hover,
  620. .ui.checkbox+label:hover {
  621. color: $mainTextColor;
  622. }
  623. .ui.checkbox.checked label,
  624. .ui.checkbox.checked+label {
  625. color: $mainTextColor;
  626. }
  627. .ui.checkbox.checked label:hover,
  628. .ui.checkbox.cheked+label:hover {
  629. color: $mainTextColor;
  630. }
  631. .ui.link.menu .item,
  632. .ui.menu .dropdown.item,
  633. .ui.menu .link.item,
  634. .ui.menu a.item {
  635. color: $mainTextColor;
  636. }
  637. .ui.link.menu .item:hover,
  638. .ui.menu .dropdown.item:hover,
  639. .ui.menu .link.item:hover,
  640. .ui.menu a.item:hover {
  641. color: $active;
  642. }
  643. .ui .dropdown .menu {
  644. background-color: $highlightBg;
  645. }
  646. .ui .dropdown .menu a:hover {
  647. color: $accentBase !important;
  648. }
  649. .ui.basic.button,
  650. .ui.basic.buttons .button {
  651. background: $accentBase !important;
  652. color: $mainTextColor;
  653. }
  654. .ui.vertical.menu {
  655. background: $secondBgColor;
  656. color: $accentBase;
  657. }
  658. .ui.dropdown .menu .selected.item,
  659. .ui.dropdown.selected {
  660. background: $secondBgColor;
  661. color: $mainTextColor;
  662. }
  663. .ui.vertical.menu .item {
  664. color: $mainTextColor;
  665. }
  666. .ui.menu .item {
  667. font-weight: normal;
  668. color: $mainTextColor;
  669. }
  670. .ui.menu .item .active {
  671. font-weight: normal;
  672. }
  673. .ui.menu .item>.input input {
  674. background-color: $mainBgColor;
  675. }
  676. .ui.menu .item:hover,
  677. .ui.vertical.menu .item:hover {
  678. color: $mainTextColor;
  679. }
  680. .ui.user.list .item:not(:first-child){
  681. border-top:none;
  682. }
  683. .ui.vertical.menu .active.item {
  684. background: $highlightBg;
  685. }
  686. .ui.input > input{
  687. border-bottom: 1px solid $secondTextColor;
  688. }
  689. .ui.menu .active.item {
  690. font-weight: normal;
  691. border-bottom: 3px solid $mainTextColor;
  692. color: $mainTextColor;
  693. }
  694. .ui.menu .active.item:hover,
  695. .ui.vertical.menu .active.item:hover {
  696. color: inherit;
  697. }
  698. .ui.dropdown .menu>.item {
  699. color: $mainTextColor;
  700. }
  701. .ui.menu.three.item .item {
  702. background-color: $secondBgColor;
  703. color: $accentBase2;
  704. }
  705. .ui.card>.extra a:not(.ui),
  706. .ui.cards>.card>.extra a:not(.ui) {
  707. color: $mainTextColor;
  708. }
  709. .ui.table {
  710. background-color: $RepoFilesBg;
  711. background-image: url("/img/grad1.png");
  712. background-size: contain;
  713. background-attachment: fixed;
  714. background-blend-mode: color-burn;
  715. color: $mainTextColor;
  716. }
  717. .ui.button {
  718. background: $btnColor !important;
  719. color: $mainTextColor !important;
  720. }
  721. .ui.button:hover {
  722. color: $active;
  723. }
  724. .ui.dropdown .menu>.header {
  725. color: $mainTextColor;
  726. }
  727. .ui.menu .ui.dropdown .menu>.item:hover {
  728. color: $active !important;
  729. background-color: $secondBgColor !important;
  730. }
  731. .ui.dropdown .menu {
  732. border: 3px solid $highlightBg;
  733. }
  734. .ui.dropdown .menu>.input:not(.transparent) input {
  735. background-color: $mainBgColor;
  736. color: $secondTextColor;
  737. }
  738. .ui.form input:not([type]),
  739. .ui.form input[type="date"],
  740. .ui.form input[type="datetime-local"],
  741. .ui.form input[type="email"],
  742. .ui.form input[type="file"],
  743. .ui.form input[type="number"],
  744. .ui.form input[type="password"],
  745. .ui.form input[type="search"],
  746. .ui.form input[type="tel"],
  747. .ui.form input[type="text"],
  748. .ui.form input[type="time"],
  749. .ui.form input[type="url"] {
  750. background: $mainBgColor;
  751. color: $mainTextColor;
  752. font-weight: normal;
  753. }
  754. .ui.form input:not([type]):focus,
  755. .ui.form input[type="date"]:focus,
  756. .ui.form input[type="datetime-local"]:focus,
  757. .ui.form input[type="email"]:focus,
  758. .ui.form input[type="file"]:focus,
  759. .ui.form input[type="number"]:focus,
  760. .ui.form input[type="password"]:focus,
  761. .ui.form input[type="search"]:focus,
  762. .ui.form input[type="tel"]:focus,
  763. .ui.form input[type="text"]:focus,
  764. .ui.form input[type="time"]:focus,
  765. .ui.form input[type="url"]:focus {
  766. color: $mainTextColor;
  767. border-color: transparent;
  768. border-radius: 0;
  769. background: $mainBgColor;
  770. -webkit-box-shadow: 0px 0px 8px 2px $btnShadow;
  771. box-shadow: 0px 0px 8px 2px $btnShadow;
  772. }
  773. ui.tabular.menu .active.item{
  774. border-radius: .28571429rem !important; }
  775. .ui.action.input:not([class*="left action"])>input:focus {
  776. border-right-color: transparent !important;
  777. }
  778. .ui.form .field>label {
  779. color: $mainTextColor;
  780. }
  781. .ui.attached.header {
  782. background: $mainBgColor;
  783. }
  784. .ui .text.grey {
  785. color: $secondTextColor !important;
  786. }
  787. .ui .text.grey a {
  788. color: $accentBase-dark !important; text-decoration:underline !important;
  789. }
  790. .ui .text.grey a:hover {
  791. color: $mainTextColor !important; text-decoration:none !important;
  792. }
  793. .ui .text.light.grey{
  794. color: $accentBase-dark !important;
  795. }
  796. .ui .text.black {
  797. color: $secondTextColor !important;
  798. }
  799. .ui .text.black:hover {
  800. color: $mainTextColor !important;
  801. }
  802. .repository.view.issue .comment-list .comment .tag{
  803. color: $secondTextColor !important;
  804. border: 1px solid $secondTextColor !important;
  805. }
  806. .ui.tabular.menu .active.item {
  807. background: none;
  808. border: none;
  809. color: $active;
  810. border-bottom: 4px solid $mainTextColor;
  811. border-radius: 0;
  812. }
  813. .ui.tabular.menu{
  814. border-bottom: 2px solid $mainTextColor;
  815. }
  816. .ui.basic.button,
  817. .ui.basic.buttons .button {
  818. background: $secondBgColor none !important;
  819. color: $mainTextColor!important;
  820. font-weight: normal;
  821. -webkit-box-shadow: 0 0 8px 0px $btnShadow;
  822. box-shadow: 0 0 8px 0px $btnShadow;
  823. }
  824. .ui.basic.button:hover,
  825. .ui.basic.buttons .button:hover {
  826. background: $secondBgColor !important;
  827. color: $active !important;
  828. -webkit-box-shadow: 0 0 8px 0px $btnShadow;
  829. box-shadow: 0 0 8px 0px $btnShadow;
  830. }
  831. .ui.basic.grey.button, .ui.basic.grey.buttons .button{
  832. box-shadow: 0 0 0px 1px $secondTextColor inset !important;
  833. color: $secondTextColor !important;
  834. }
  835. .ui.label {
  836. background-color: $accentBase-dark;
  837. color: #fff;
  838. }
  839. .ui.basic.label {
  840. background: none $accentBase;
  841. }
  842. .ui.breadcrumb a:hover {
  843. color: $secondTextColor;
  844. }
  845. .ui.breadcrumb a {
  846. color: $mainTextColor;
  847. }
  848. .ui.breadcrumb .divider{
  849. color: $secondTextColor;
  850. }
  851. .ui.list .list>.item .description,
  852. .ui.list>.item .description {
  853. color: $mainTextColor;
  854. }
  855. .ui.user.list .item .description a {
  856. text-decoration: underline !important;
  857. color: $mainTextColor;
  858. }
  859. .ui.user.list .item .description a:hover {
  860. text-decoration: none;
  861. color: $accentBase;
  862. }
  863. .ui.buttons:not(.basic):not(.inverted)>.button,
  864. .ui.buttons>.ui.button:not(.basic):not(.inverted) {
  865. -webkit-box-shadow: 0 0 8px 0px $btnShadow;
  866. box-shadow: 0 0 8px 0px $btnShadow;
  867. }
  868. .ui.button {
  869. background: transparent;
  870. }
  871. .ui.button:hover {
  872. background-color: $secondBgColor;
  873. color: $active !important;
  874. }
  875. .ui.card,
  876. .ui.cards>.card {
  877. box-shadow: 0px -1px 22px 10px $userCardShadow;
  878. }
  879. .repository.file.list #repo-files-table tbody .octicon {
  880. color: $secondTextColor !important;
  881. }
  882. a {
  883. color: $mainTextColor;
  884. }
  885. a:hover {
  886. color: $active;
  887. }
  888. footer {
  889. border-top: 1px solid $mainBgColor;
  890. }
  891. hr{border: 2px solid #f8ca9b88 !important;
  892. height: 0px !important;
  893. background: none !important;}
  894. .issue.list > .item .title{
  895. color: $secondTextColor !important;
  896. }
  897. .issue.list > .item .title:hover {
  898. color: $mainTextColor !important;
  899. }