_night.less 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339
  1. [data-darkreader-inline-bgcolor] {
  2. background-color: var(--darkreader-inline-bgcolor) !important;
  3. }
  4. [data-darkreader-inline-bgimage] {
  5. background-image: var(--darkreader-inline-bgimage) !important;
  6. }
  7. [data-darkreader-inline-border] {
  8. border-color: var(--darkreader-inline-border) !important;
  9. }
  10. [data-darkreader-inline-border-bottom] {
  11. border-bottom-color: var(--darkreader-inline-border-bottom) !important;
  12. }
  13. [data-darkreader-inline-border-left] {
  14. border-left-color: var(--darkreader-inline-border-left) !important;
  15. }
  16. [data-darkreader-inline-border-right] {
  17. border-right-color: var(--darkreader-inline-border-right) !important;
  18. }
  19. [data-darkreader-inline-border-top] {
  20. border-top-color: var(--darkreader-inline-border-top) !important;
  21. }
  22. [data-darkreader-inline-boxshadow] {
  23. box-shadow: var(--darkreader-inline-boxshadow) !important;
  24. }
  25. [data-darkreader-inline-color] {
  26. color: var(--darkreader-inline-color) !important;
  27. }
  28. [data-darkreader-inline-fill] {
  29. fill: var(--darkreader-inline-fill) !important;
  30. }
  31. [data-darkreader-inline-stroke] {
  32. stroke: var(--darkreader-inline-stroke) !important;
  33. }
  34. [data-darkreader-inline-outline] {
  35. outline-color: var(--darkreader-inline-outline) !important;
  36. }
  37. html {
  38. background-color: #17181c !important;
  39. }
  40. html, body, input, textarea, select, button {
  41. background-color: #17181c;
  42. }
  43. html, body, input, textarea, select, button {
  44. border-color: #575757;
  45. color: #e8e7e3;
  46. }
  47. a {
  48. color: #3391ff;
  49. }
  50. table {
  51. border-color: #4c4c4c;
  52. }
  53. ::placeholder {
  54. color: #b9b4ac;
  55. }
  56. ::selection {
  57. background-color: #005ccc;
  58. color: #ffffff;
  59. }
  60. ::-moz-selection {
  61. background-color: #005ccc;
  62. color: #ffffff;
  63. }
  64. input:-webkit-autofill,
  65. textarea:-webkit-autofill,
  66. select:-webkit-autofill {
  67. background-color: #545b00 !important;
  68. color: #e8e7e3 !important;
  69. }
  70. ::-webkit-scrollbar {
  71. background-color: #1b1c21;
  72. color: #c4c0ba;
  73. }
  74. ::-webkit-scrollbar-thumb {
  75. background-color: #252a33;
  76. }
  77. ::-webkit-scrollbar-thumb:hover {
  78. background-color: #2a323e;
  79. }
  80. ::-webkit-scrollbar-thumb:active {
  81. background-color: #303d4f;
  82. }
  83. ::-webkit-scrollbar-corner {
  84. background-color: #17181c;
  85. }
  86. /* latin-ext */
  87. /* latin */
  88. /* latin-ext */
  89. /* latin */
  90. /* latin-ext */
  91. /* latin */
  92. /* latin-ext */
  93. /* latin */
  94. *,
  95. *:before,
  96. *:after {
  97. -webkit-box-sizing: inherit;
  98. box-sizing: inherit;
  99. }
  100. html {
  101. -webkit-box-sizing: border-box;
  102. box-sizing: border-box;
  103. }
  104. input[type="text"],
  105. input[type="email"],
  106. input[type="search"],
  107. input[type="password"] {
  108. -webkit-appearance: none;
  109. -moz-appearance: none;
  110. }
  111. html {
  112. line-height: 1.15;
  113. -ms-text-size-adjust: 100%;
  114. -webkit-text-size-adjust: 100%;
  115. }
  116. body {
  117. margin: 0;
  118. }
  119. article,
  120. aside,
  121. footer,
  122. header,
  123. nav,
  124. section {
  125. display: block;
  126. }
  127. h1 {
  128. font-size: 2em;
  129. margin: 0.67em 0;
  130. }
  131. figcaption,
  132. figure,
  133. main {
  134. display: block;
  135. }
  136. figure {
  137. margin: 1em 40px;
  138. }
  139. hr {
  140. -webkit-box-sizing: content-box;
  141. box-sizing: content-box;
  142. height: 0;
  143. overflow: visible;
  144. }
  145. pre {
  146. font-family: monospace, monospace;
  147. font-size: 1em;
  148. }
  149. a {
  150. background-color: transparent;
  151. -webkit-text-decoration-skip: objects;
  152. }
  153. abbr[title] {
  154. border-bottom: none;
  155. text-decoration: underline;
  156. -webkit-text-decoration: underline dotted;
  157. text-decoration: underline dotted;
  158. }
  159. b,
  160. strong {
  161. font-weight: inherit;
  162. }
  163. b,
  164. strong {
  165. font-weight: bolder;
  166. }
  167. code,
  168. kbd,
  169. samp {
  170. font-family: monospace, monospace;
  171. font-size: 1em;
  172. }
  173. dfn {
  174. font-style: italic;
  175. }
  176. mark {
  177. background-color: #ff0;
  178. color: #000;
  179. }
  180. small {
  181. font-size: 80%;
  182. }
  183. sub,
  184. sup {
  185. font-size: 75%;
  186. line-height: 0;
  187. position: relative;
  188. vertical-align: baseline;
  189. }
  190. sub {
  191. bottom: -0.25em;
  192. }
  193. sup {
  194. top: -0.5em;
  195. }
  196. audio,
  197. video {
  198. display: inline-block;
  199. }
  200. audio:not([controls]) {
  201. display: none;
  202. height: 0;
  203. }
  204. img {
  205. border-style: none;
  206. }
  207. svg:not(:root) {
  208. overflow: hidden;
  209. }
  210. button,
  211. input,
  212. optgroup,
  213. select,
  214. textarea {
  215. font-family: sans-serif;
  216. font-size: 100%;
  217. line-height: 1.15;
  218. margin: 0;
  219. }
  220. button,
  221. input {
  222. overflow: visible;
  223. }
  224. button,
  225. select {
  226. text-transform: none;
  227. }
  228. button,
  229. html [type="button"],
  230. [type="reset"],
  231. [type="submit"] {
  232. -webkit-appearance: button;
  233. }
  234. button::-moz-focus-inner,
  235. [type="button"]::-moz-focus-inner,
  236. [type="reset"]::-moz-focus-inner,
  237. [type="submit"]::-moz-focus-inner {
  238. border-style: none;
  239. padding: 0;
  240. }
  241. button:-moz-focusring,
  242. [type="button"]:-moz-focusring,
  243. [type="reset"]:-moz-focusring,
  244. [type="submit"]:-moz-focusring {
  245. outline: 1px dotted ButtonText;
  246. }
  247. fieldset {
  248. padding: 0.35em 0.75em 0.625em;
  249. }
  250. legend {
  251. -webkit-box-sizing: border-box;
  252. box-sizing: border-box;
  253. color: inherit;
  254. display: table;
  255. max-width: 100%;
  256. padding: 0;
  257. white-space: normal;
  258. }
  259. progress {
  260. display: inline-block;
  261. vertical-align: baseline;
  262. }
  263. textarea {
  264. overflow: auto;
  265. }
  266. [type="checkbox"],
  267. [type="radio"] {
  268. -webkit-box-sizing: border-box;
  269. box-sizing: border-box;
  270. padding: 0;
  271. }
  272. [type="number"]::-webkit-inner-spin-button,
  273. [type="number"]::-webkit-outer-spin-button {
  274. height: auto;
  275. }
  276. [type="search"] {
  277. -webkit-appearance: textfield;
  278. outline-offset: -2px;
  279. }
  280. [type="search"]::-webkit-search-cancel-button,
  281. [type="search"]::-webkit-search-decoration {
  282. -webkit-appearance: none;
  283. }
  284. ::-webkit-file-upload-button {
  285. -webkit-appearance: button;
  286. font: inherit;
  287. }
  288. details,
  289. menu {
  290. display: block;
  291. }
  292. summary {
  293. display: list-item;
  294. }
  295. canvas {
  296. display: inline-block;
  297. }
  298. template {
  299. display: none;
  300. }
  301. [hidden] {
  302. display: none;
  303. }
  304. html,
  305. body {
  306. height: 100%;
  307. }
  308. html {
  309. font-size: 14px;
  310. }
  311. body {
  312. margin: 0px;
  313. padding: 0px;
  314. overflow-x: hidden;
  315. min-width: 320px;
  316. background: #FFFFFF;
  317. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  318. font-size: 14px;
  319. line-height: 1.4285em;
  320. color: rgba(0, 0, 0, 0.87);
  321. font-smoothing: antialiased;
  322. }
  323. h1,
  324. h2,
  325. h3,
  326. h4,
  327. h5 {
  328. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  329. line-height: 1.28571429em;
  330. margin: calc(2rem - 0.14285714em ) 0em 1rem;
  331. font-weight: bold;
  332. padding: 0em;
  333. }
  334. h1 {
  335. min-height: 1rem;
  336. font-size: 2rem;
  337. }
  338. h2 {
  339. font-size: 1.71428571rem;
  340. }
  341. h3 {
  342. font-size: 1.28571429rem;
  343. }
  344. h4 {
  345. font-size: 1.07142857rem;
  346. }
  347. h5 {
  348. font-size: 1rem;
  349. }
  350. h1:first-child,
  351. h2:first-child,
  352. h3:first-child,
  353. h4:first-child,
  354. h5:first-child {
  355. margin-top: 0em;
  356. }
  357. h1:last-child,
  358. h2:last-child,
  359. h3:last-child,
  360. h4:last-child,
  361. h5:last-child {
  362. margin-bottom: 0em;
  363. }
  364. p {
  365. margin: 0em 0em 1em;
  366. line-height: 1.4285em;
  367. }
  368. p:first-child {
  369. margin-top: 0em;
  370. }
  371. p:last-child {
  372. margin-bottom: 0em;
  373. }
  374. a {
  375. color: #4183C4;
  376. text-decoration: none;
  377. }
  378. a:hover {
  379. color: #1e70bf;
  380. text-decoration: none;
  381. }
  382. ::-webkit-selection {
  383. background-color: #CCE2FF;
  384. color: rgba(0, 0, 0, 0.87);
  385. }
  386. ::-moz-selection {
  387. background-color: #CCE2FF;
  388. color: rgba(0, 0, 0, 0.87);
  389. }
  390. ::selection {
  391. background-color: #CCE2FF;
  392. color: rgba(0, 0, 0, 0.87);
  393. }
  394. textarea::-webkit-selection,
  395. input::-webkit-selection {
  396. background-color: rgba(100, 100, 100, 0.4);
  397. color: rgba(0, 0, 0, 0.87);
  398. }
  399. textarea::-moz-selection,
  400. input::-moz-selection {
  401. background-color: rgba(100, 100, 100, 0.4);
  402. color: rgba(0, 0, 0, 0.87);
  403. }
  404. textarea::selection,
  405. input::selection {
  406. background-color: rgba(100, 100, 100, 0.4);
  407. color: rgba(0, 0, 0, 0.87);
  408. }
  409. body ::-webkit-scrollbar {
  410. -webkit-appearance: none;
  411. width: 10px;
  412. height: 10px;
  413. }
  414. body ::-webkit-scrollbar-track {
  415. background: rgba(0, 0, 0, 0.1);
  416. border-radius: 0px;
  417. }
  418. body ::-webkit-scrollbar-thumb {
  419. cursor: pointer;
  420. border-radius: 5px;
  421. background: rgba(0, 0, 0, 0.25);
  422. -webkit-transition: color 0.2s ease;
  423. transition: color 0.2s ease;
  424. }
  425. body ::-webkit-scrollbar-thumb:window-inactive {
  426. background: rgba(0, 0, 0, 0.15);
  427. }
  428. body ::-webkit-scrollbar-thumb:hover {
  429. background: rgba(128, 135, 139, 0.8);
  430. }
  431. /* Inverted UI */
  432. body .ui.inverted::-webkit-scrollbar-track {
  433. background: rgba(255, 255, 255, 0.1);
  434. }
  435. body .ui.inverted::-webkit-scrollbar-thumb {
  436. background: rgba(255, 255, 255, 0.25);
  437. }
  438. body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
  439. background: rgba(255, 255, 255, 0.15);
  440. }
  441. body .ui.inverted::-webkit-scrollbar-thumb:hover {
  442. background: rgba(255, 255, 255, 0.35);
  443. }
  444. .ui.button {
  445. cursor: pointer;
  446. display: inline-block;
  447. min-height: 1em;
  448. outline: none;
  449. border: none;
  450. vertical-align: baseline;
  451. background: #E0E1E2 none;
  452. color: rgba(0, 0, 0, 0.6);
  453. font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  454. margin: 0em 0.25em 0em 0em;
  455. padding: 0.78571429em 1.5em 0.78571429em;
  456. text-transform: none;
  457. text-shadow: none;
  458. font-weight: bold;
  459. line-height: 1em;
  460. font-style: normal;
  461. text-align: center;
  462. text-decoration: none;
  463. border-radius: 0.28571429rem;
  464. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  465. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  466. -webkit-user-select: none;
  467. -moz-user-select: none;
  468. -ms-user-select: none;
  469. user-select: none;
  470. -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  471. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  472. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  473. transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease, -webkit-box-shadow 0.1s ease;
  474. will-change: '';
  475. -webkit-tap-highlight-color: transparent;
  476. }
  477. /*******************************
  478. States
  479. *******************************/
  480. /*--------------
  481. Hover
  482. ---------------*/
  483. .ui.button:hover {
  484. background-color: #CACBCD;
  485. background-image: none;
  486. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  487. box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  488. color: rgba(0, 0, 0, 0.8);
  489. }
  490. .ui.button:hover .icon {
  491. opacity: 0.85;
  492. }
  493. /*--------------
  494. Focus
  495. ---------------*/
  496. .ui.button:focus {
  497. background-color: #CACBCD;
  498. color: rgba(0, 0, 0, 0.8);
  499. background-image: '' !important;
  500. -webkit-box-shadow: '' !important;
  501. box-shadow: '' !important;
  502. }
  503. .ui.button:focus .icon {
  504. opacity: 0.85;
  505. }
  506. /*--------------
  507. Down
  508. ---------------*/
  509. .ui.button:active,
  510. .ui.active.button:active {
  511. background-color: #BABBBC;
  512. background-image: '';
  513. color: rgba(0, 0, 0, 0.9);
  514. -webkit-box-shadow: 0px 0px 0px 1px transparent inset, none;
  515. box-shadow: 0px 0px 0px 1px transparent inset, none;
  516. }
  517. /*--------------
  518. Active
  519. ---------------*/
  520. .ui.active.button {
  521. background-color: #C0C1C2;
  522. background-image: none;
  523. -webkit-box-shadow: 0px 0px 0px 1px transparent inset;
  524. box-shadow: 0px 0px 0px 1px transparent inset;
  525. color: rgba(0, 0, 0, 0.95);
  526. }
  527. .ui.active.button:hover {
  528. background-color: #C0C1C2;
  529. background-image: none;
  530. color: rgba(0, 0, 0, 0.95);
  531. }
  532. .ui.active.button:active {
  533. background-color: #C0C1C2;
  534. background-image: none;
  535. }
  536. /*--------------
  537. Loading
  538. ---------------*/
  539. /* Specificity hack */
  540. .ui.loading.loading.loading.loading.loading.loading.button {
  541. position: relative;
  542. cursor: default;
  543. text-shadow: none !important;
  544. color: transparent !important;
  545. opacity: 1;
  546. pointer-events: auto;
  547. -webkit-transition: all 0s linear, opacity 0.1s ease;
  548. transition: all 0s linear, opacity 0.1s ease;
  549. }
  550. .ui.loading.button:before {
  551. position: absolute;
  552. content: '';
  553. top: 50%;
  554. left: 50%;
  555. margin: -0.64285714em 0em 0em -0.64285714em;
  556. width: 1.28571429em;
  557. height: 1.28571429em;
  558. border-radius: 500rem;
  559. border: 0.2em solid rgba(0, 0, 0, 0.15);
  560. }
  561. a {
  562. background-color: transparent;
  563. }
  564. abbr[title] {
  565. border-bottom-color: initial;
  566. text-decoration-color: initial;
  567. }
  568. mark {
  569. background-color: #cccc00;
  570. color: #e8e7e3;
  571. }
  572. legend {
  573. color: inherit;
  574. }
  575. body {
  576. background-image: initial;
  577. background-color: #17181c;
  578. color: rgba(232, 231, 227, 0.87);
  579. }
  580. a {
  581. color: #76aad4;
  582. text-decoration-color: initial;
  583. }
  584. a:hover {
  585. color: #6bb0e8;
  586. text-decoration-color: initial;
  587. }
  588. ::-webkit-selection {
  589. background-color: #002352;
  590. color: rgba(232, 231, 227, 0.87);
  591. }
  592. ::selection {
  593. background-color: #002352;
  594. color: rgba(232, 231, 227, 0.87);
  595. }
  596. textarea::-webkit-selection, input::-webkit-selection {
  597. background-color: rgba(48, 61, 79, 0.4);
  598. color: rgba(232, 231, 227, 0.87);
  599. }
  600. textarea::selection, input::selection {
  601. background-color: rgba(48, 61, 79, 0.4);
  602. color: rgba(232, 231, 227, 0.87);
  603. }
  604. body ::-webkit-scrollbar-track {
  605. background-image: initial;
  606. background-color: rgba(0, 0, 0, 0.1);
  607. }
  608. body ::-webkit-scrollbar-thumb {
  609. background-image: initial;
  610. background-color: rgba(0, 0, 0, 0.25);
  611. }
  612. body ::-webkit-scrollbar-thumb:window-inactive {
  613. background-image: initial;
  614. background-color: rgba(0, 0, 0, 0.15);
  615. }
  616. body ::-webkit-scrollbar-thumb:hover {
  617. background-image: initial;
  618. background-color: rgba(49, 61, 78, 0.8);
  619. }
  620. body .ui.inverted::-webkit-scrollbar-track {
  621. background-image: initial;
  622. background-color: rgba(23, 24, 28, 0.1);
  623. }
  624. body .ui.inverted::-webkit-scrollbar-thumb {
  625. background-image: initial;
  626. background-color: rgba(23, 24, 28, 0.25);
  627. }
  628. body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
  629. background-image: initial;
  630. background-color: rgba(23, 24, 28, 0.15);
  631. }
  632. body .ui.inverted::-webkit-scrollbar-thumb:hover {
  633. background-image: initial;
  634. background-color: rgba(23, 24, 28, 0.35);
  635. }
  636. .ui.button {
  637. outline-color: initial;
  638. border-top-color: initial;
  639. border-right-color: initial;
  640. border-bottom-color: initial;
  641. border-left-color: initial;
  642. background-image: none;
  643. background-color: #1f2127;
  644. color: rgba(232, 231, 227, 0.6);
  645. text-shadow: none;
  646. text-decoration-color: initial;
  647. box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  648. -webkit-tap-highlight-color: transparent;
  649. }
  650. .ui.button:hover {
  651. background-color: #23272f;
  652. background-image: none;
  653. box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset, rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  654. color: rgba(232, 231, 227, 0.8);
  655. }
  656. .ui.button:focus {
  657. background-color: #23272f;
  658. color: rgba(232, 231, 227, 0.8);
  659. }
  660. .ui.button:active, .ui.active.button:active {
  661. background-color: #272c36;
  662. color: rgba(232, 231, 227, 0.9);
  663. }
  664. .ui.active.button {
  665. background-color: #252a33;
  666. background-image: none;
  667. box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px inset;
  668. color: rgba(232, 231, 227, 0.95);
  669. }
  670. .ui.active.button:hover {
  671. background-color: #252a33;
  672. background-image: none;
  673. color: rgba(232, 231, 227, 0.95);
  674. }
  675. .ui.active.button:active {
  676. background-color: #252a33;
  677. background-image: none;
  678. }
  679. .ui.loading.loading.loading.loading.loading.loading.button {
  680. text-shadow: none !important;
  681. color: transparent !important;
  682. }
  683. .ui.loading.button::before {
  684. border-top-color: rgba(102, 102, 102, 0.15);
  685. border-right-color: rgba(102, 102, 102, 0.15);
  686. border-bottom-color: rgba(102, 102, 102, 0.15);
  687. border-left-color: rgba(102, 102, 102, 0.15);
  688. }
  689. .ui.loading.button::after {
  690. border-top-color: #333333;
  691. border-right-color: transparent;
  692. border-bottom-color: transparent;
  693. border-left-color: transparent;
  694. box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 1px;
  695. }
  696. .ui.labeled.icon.loading.button .icon {
  697. background-color: transparent;
  698. box-shadow: none;
  699. }
  700. .ui.basic.loading.button:not(.inverted)::before {
  701. border-top-color: rgba(102, 102, 102, 0.1);
  702. border-right-color: rgba(102, 102, 102, 0.1);
  703. border-bottom-color: rgba(102, 102, 102, 0.1);
  704. border-left-color: rgba(102, 102, 102, 0.1);
  705. }
  706. .ui.basic.loading.button:not(.inverted)::after {
  707. border-top-color: #4e4e4e;
  708. }
  709. .ui.buttons .disabled.button, .ui.disabled.button, .ui.button:disabled, .ui.disabled.button:hover, .ui.disabled.active.button {
  710. background-image: none !important;
  711. box-shadow: none !important;
  712. }
  713. .ui.basic.buttons .ui.disabled.button {
  714. border-top-color: rgba(91, 96, 102, 0.5);
  715. border-right-color: rgba(91, 96, 102, 0.5);
  716. border-bottom-color: rgba(91, 96, 102, 0.5);
  717. border-left-color: rgba(91, 96, 102, 0.5);
  718. }
  719. .ui.inverted.button {
  720. background-image: none;
  721. background-color: transparent;
  722. color: #ffffff;
  723. box-shadow: #17181c 0px 0px 0px 2px inset !important;
  724. text-shadow: none !important;
  725. }
  726. .ui.inverted.button:hover {
  727. background-image: initial;
  728. background-color: #17181c;
  729. color: rgba(232, 231, 227, 0.8);
  730. box-shadow: #17181c 0px 0px 0px 2px inset !important;
  731. }
  732. .ui.inverted.button:focus, .ui.inverted.button.active {
  733. background-image: initial;
  734. background-color: #17181c;
  735. color: rgba(232, 231, 227, 0.8);
  736. box-shadow: #17181c 0px 0px 0px 2px inset !important;
  737. }
  738. .ui.inverted.button.active:focus {
  739. background-image: initial;
  740. background-color: #202228;
  741. color: rgba(232, 231, 227, 0.8);
  742. box-shadow: #202228 0px 0px 0px 2px inset !important;
  743. }
  744. .ui.labeled.button:not(.icon) {
  745. background-image: none !important;
  746. background-color: initial !important;
  747. border-top-color: initial !important;
  748. border-right-color: initial !important;
  749. border-bottom-color: initial !important;
  750. border-left-color: initial !important;
  751. box-shadow: none !important;
  752. }
  753. .ui.labeled.button > .label {
  754. border-top-color: rgba(91, 96, 102, 0.15);
  755. border-right-color: rgba(91, 96, 102, 0.15);
  756. border-bottom-color: rgba(91, 96, 102, 0.15);
  757. border-left-color: rgba(91, 96, 102, 0.15);
  758. }
  759. .ui.facebook.button {
  760. background-color: #2d4474;
  761. color: #ffffff;
  762. text-shadow: none;
  763. background-image: none;
  764. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  765. }
  766. .ui.facebook.button:hover {
  767. background-color: #2a447a;
  768. color: #ffffff;
  769. text-shadow: none;
  770. }
  771. .ui.facebook.button:active {
  772. background-color: #2d4373;
  773. color: #ffffff;
  774. text-shadow: none;
  775. }
  776. .ui.twitter.button {
  777. background-color: #0e558b;
  778. color: #ffffff;
  779. text-shadow: none;
  780. background-image: none;
  781. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  782. }
  783. .ui.twitter.button:hover {
  784. background-color: #0961a3;
  785. color: #ffffff;
  786. text-shadow: none;
  787. }
  788. .ui.twitter.button:active {
  789. background-color: #1164a4;
  790. color: #ffffff;
  791. text-shadow: none;
  792. }
  793. .ui.google.plus.button {
  794. background-color: #912619;
  795. color: #ffffff;
  796. text-shadow: none;
  797. background-image: none;
  798. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  799. }
  800. .ui.google.plus.button:hover {
  801. background-color: #a62515;
  802. color: #ffffff;
  803. text-shadow: none;
  804. }
  805. .ui.google.plus.button:active {
  806. background-color: #9b291a;
  807. color: #ffffff;
  808. text-shadow: none;
  809. }
  810. .ui.linkedin.button {
  811. background-color: #1a709d;
  812. color: #ffffff;
  813. text-shadow: none;
  814. }
  815. .ui.linkedin.button:hover {
  816. background-color: #1377a9;
  817. color: #ffffff;
  818. text-shadow: none;
  819. }
  820. .ui.linkedin.button:active {
  821. background-color: #186992;
  822. color: #ffffff;
  823. text-shadow: none;
  824. }
  825. .ui.youtube.button {
  826. background-color: #cc0000;
  827. color: #ffffff;
  828. text-shadow: none;
  829. background-image: none;
  830. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  831. }
  832. .ui.youtube.button:hover {
  833. background-color: #cc0000;
  834. color: #ffffff;
  835. text-shadow: none;
  836. }
  837. .ui.youtube.button:active {
  838. background-color: #cc0000;
  839. color: #ffffff;
  840. text-shadow: none;
  841. }
  842. .ui.instagram.button {
  843. background-color: #31506a;
  844. color: #ffffff;
  845. text-shadow: none;
  846. background-image: none;
  847. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  848. }
  849. .ui.instagram.button:hover {
  850. background-color: #2f526f;
  851. color: #ffffff;
  852. text-shadow: none;
  853. }
  854. .ui.instagram.button:active {
  855. background-color: #325069;
  856. color: #ffffff;
  857. text-shadow: none;
  858. }
  859. .ui.pinterest.button {
  860. background-color: #bd081c;
  861. color: #ffffff;
  862. text-shadow: none;
  863. background-image: none;
  864. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  865. }
  866. .ui.pinterest.button:hover {
  867. background-color: #ac0013;
  868. color: #ffffff;
  869. text-shadow: none;
  870. }
  871. .ui.pinterest.button:active {
  872. background-color: #8c0615;
  873. color: #ffffff;
  874. text-shadow: none;
  875. }
  876. .ui.vk.button {
  877. background-color: #334b65;
  878. color: #ffffff;
  879. background-image: none;
  880. box-shadow: rgba(32, 34, 40, 0.15) 0px 0em 0px 0px inset;
  881. }
  882. .ui.vk.button:hover {
  883. background-color: #324c69;
  884. color: #ffffff;
  885. }
  886. .ui.vk.button:active {
  887. background-color: #334b65;
  888. color: #ffffff;
  889. }
  890. .ui.basic.buttons .button, .ui.basic.button {
  891. box-shadow: rgba(32, 34, 40, 0.15) 0px 0px 0px 1px inset;
  892. background-image: none !important;
  893. background-color: transparent !important;
  894. color: rgba(232, 231, 227, 0.6) !important;
  895. text-shadow: none !important;
  896. }
  897. .ui.basic.buttons {
  898. box-shadow: none;
  899. border-top-color: rgba(91, 96, 102, 0.15);
  900. border-right-color: rgba(91, 96, 102, 0.15);
  901. border-bottom-color: rgba(91, 96, 102, 0.15);
  902. border-left-color: rgba(91, 96, 102, 0.15);
  903. }
  904. .ui.basic.buttons .button:hover, .ui.basic.button:hover {
  905. box-shadow: rgba(32, 34, 40, 0.35) 0px 0px 0px 1px inset, rgba(32, 34, 40, 0.15) 0px 0px 0px 0px inset;
  906. background-image: initial !important;
  907. background-color: #17181c !important;
  908. color: rgba(232, 231, 227, 0.8) !important;
  909. }
  910. body:not(.full-width) {
  911. background-color: #17181c;
  912. }
  913. pre.raw, code.raw {
  914. background-color: #191a1e;
  915. border-top-color: #3a3a3a;
  916. border-right-color: #3a3a3a;
  917. border-bottom-color: #3a3a3a;
  918. border-left-color: #3a3a3a;
  919. }
  920. .following.bar.light {
  921. background-color: #23272f;
  922. border-bottom-color: #55616d;
  923. box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 3px;
  924. }
  925. .following.bar .top.menu a.item:hover, .following.bar .top.menu .dropdown.item:hover, .following.bar .top.menu .dropdown.item.active {
  926. background-color: transparent;
  927. }
  928. .following.bar .head.link.item {
  929. color: #ffffff;
  930. }
  931. .following.bar .head.link.item:hover {
  932. color: #e0deda;
  933. }
  934. .following.bar .searchbox {
  935. border-top-color: initial;
  936. border-right-color: initial;
  937. border-bottom-color: initial;
  938. border-left-color: initial;
  939. background-color: #2f3847 !important;
  940. }
  941. .following.bar .searchbox:focus {
  942. background-color: #17181c !important;
  943. }
  944. .following.bar .search.icon {
  945. color: #c1bdb7 !important;
  946. }
  947. .ui.menu, .ui.vertical.menu, .ui.segment {
  948. box-shadow: none;
  949. }
  950. .ui .text.red {
  951. color: #dc6969 !important;
  952. }
  953. .ui .text.red a {
  954. color: #dc6969 !important;
  955. }
  956. .ui .text.red a:hover {
  957. color: #e67777 !important;
  958. }
  959. .ui .text.blue {
  960. color: #71abd7 !important;
  961. }
  962. .ui .text.blue a {
  963. color: #5ca7f1 !important;
  964. }
  965. .ui .text.blue a:hover {
  966. color: #71abd7 !important;
  967. }
  968. .ui .text.black {
  969. color: #cfccc6;
  970. }
  971. .ui .text.black:hover {
  972. color: #e8e7e3;
  973. }
  974. .ui .text.grey {
  975. color: #bcb7b0 !important;
  976. }
  977. .ui .text.grey a {
  978. color: #cfccc6 !important;
  979. }
  980. .ui .text.grey a:hover {
  981. color: #e8e7e3 !important;
  982. }
  983. .ui .text.light.grey {
  984. color: #b9b4ac !important;
  985. }
  986. .ui .text.green {
  987. color: #92d575 !important;
  988. }
  989. .ui .text.purple {
  990. color: #ad9bc6 !important;
  991. }
  992. .ui .text.yellow {
  993. color: #fcca38 !important;
  994. }
  995. .ui .text.gold {
  996. color: #decb84 !important;
  997. }
  998. .ui .warning.header {
  999. border-top-color: #9f6e10;
  1000. border-right-color: #9f6e10;
  1001. border-bottom-color: #9f6e10;
  1002. border-left-color: #9f6e10;
  1003. background-color: #524308 !important;
  1004. }
  1005. .ui .warning.segment {
  1006. border-top-color: #9f6e10;
  1007. border-right-color: #9f6e10;
  1008. border-bottom-color: #9f6e10;
  1009. border-left-color: #9f6e10;
  1010. }
  1011. .ui .info.segment {
  1012. border-top-color: #314954;
  1013. border-right-color: #314954;
  1014. border-bottom-color: #314954;
  1015. border-left-color: #314954;
  1016. }
  1017. .ui .info.segment.top {
  1018. background-color: #112731 !important;
  1019. }
  1020. .overflow.menu .items .item {
  1021. border-right-color: initial;
  1022. border-bottom-color: initial;
  1023. border-left-color: initial;
  1024. border-top-color: initial;
  1025. color: rgba(232, 231, 227, 0.8);
  1026. box-shadow: none;
  1027. }
  1028. .overflow.menu .items .item:hover {
  1029. background-image: initial;
  1030. background-color: rgba(0, 0, 0, 0.05);
  1031. color: rgba(232, 231, 227, 0.8);
  1032. }
  1033. footer {
  1034. background-color: #17181c;
  1035. border-top-color: #3b3b3b;
  1036. color: #b9b4ac;
  1037. }
  1038. footer .container .fa {
  1039. color: #71abd7;
  1040. }
  1041. footer .container .links > * {
  1042. border-left-color: #3b3b3b;
  1043. }
  1044. footer .container .links > :first-child {
  1045. border-left-color: initial;
  1046. }
  1047. .side-footer {
  1048. color: #bebab3;
  1049. }
  1050. .sr-only {
  1051. border-top-color: initial;
  1052. border-right-color: initial;
  1053. border-bottom-color: initial;
  1054. border-left-color: initial;
  1055. }
  1056. .hljs {
  1057. background-image: inherit !important;
  1058. background-color: inherit !important;
  1059. }
  1060. .error-pages h3, .error-pages h4 {
  1061. color: rgba(232, 231, 227, 0.5);
  1062. }
  1063. .v-divider {
  1064. border-left-color: #383838;
  1065. }
  1066. .navbar.signedinas {
  1067. color: #d8d5d1;
  1068. }
  1069. .navbar.bold {
  1070. color: #ffffff !important;
  1071. }
  1072. .navbar.bold:hover {
  1073. color: #e0deda !important;
  1074. }
  1075. .navbar.beta {
  1076. color: #ffffff !important;
  1077. }
  1078. .oembed {
  1079. background-image: initial !important;
  1080. background-color: #1e2126 !important;
  1081. }
  1082. @media (max-width: 1020px) {
  1083. .nav-active {
  1084. box-shadow: #0d1490 0px 0px 0px !important;
  1085. }
  1086. }
  1087. @media (max-width: 1020px) {
  1088. .nav-active:hover {
  1089. background-image: initial !important;
  1090. background-color: #000000 !important;
  1091. }
  1092. }
  1093. @media (max-width: 1020px) {
  1094. .commits-card {
  1095. background-color: transparent;
  1096. border-top-color: initial;
  1097. border-right-color: initial;
  1098. border-bottom-color: initial;
  1099. border-left-color: initial;
  1100. }
  1101. }
  1102. .markdown:not(code) a:not([href]) {
  1103. color: inherit;
  1104. text-decoration-color: initial;
  1105. }
  1106. .markdown:not(code) .absent {
  1107. color: #ff5252;
  1108. }
  1109. .markdown:not(code) .anchor:focus {
  1110. outline-color: initial;
  1111. }
  1112. .markdown:not(code) h1 .octicon-link, .markdown:not(code) h2 .octicon-link, .markdown:not(code) h3 .octicon-link, .markdown:not(code) h4 .octicon-link, .markdown:not(code) h5 .octicon-link, .markdown:not(code) h6 .octicon-link {
  1113. color: #e8e7e3;
  1114. }
  1115. .markdown:not(code) h1:hover .anchor, .markdown:not(code) h2:hover .anchor, .markdown:not(code) h3:hover .anchor, .markdown:not(code) h4:hover .anchor, .markdown:not(code) h5:hover .anchor, .markdown:not(code) h6:hover .anchor {
  1116. text-decoration-color: initial;
  1117. }
  1118. .markdown:not(code) h1 {
  1119. border-bottom-color: #363636;
  1120. }
  1121. .markdown:not(code) h2 {
  1122. border-bottom-color: #363636;
  1123. }
  1124. .markdown:not(code) h6 {
  1125. color: #bcb7b0;
  1126. }
  1127. .markdown:not(code) hr {
  1128. background-color: #1d1f24;
  1129. border-top-color: initial;
  1130. border-right-color: initial;
  1131. border-bottom-color: initial;
  1132. border-left-color: initial;
  1133. }
  1134. .markdown:not(code) blockquote {
  1135. color: #bcb7b0;
  1136. border-left-color: #3a3a3a;
  1137. }
  1138. .markdown:not(code) table th, .markdown:not(code) table td {
  1139. border-top-color: #3a3a3a !important;
  1140. border-right-color: #3a3a3a !important;
  1141. border-bottom-color: #3a3a3a !important;
  1142. border-left-color: #3a3a3a !important;
  1143. }
  1144. .markdown:not(code) table tr {
  1145. background-color: #17181c;
  1146. border-top-color: #3d3d3d;
  1147. }
  1148. .markdown:not(code) table tr:nth-child(2n) {
  1149. background-color: #191a1e;
  1150. }
  1151. .markdown:not(code) span.frame > span {
  1152. border-top-color: #3a3a3a;
  1153. border-right-color: #3a3a3a;
  1154. border-bottom-color: #3a3a3a;
  1155. border-left-color: #3a3a3a;
  1156. }
  1157. .markdown:not(code) span.frame span span {
  1158. color: #d5d2cd;
  1159. }
  1160. .markdown:not(code) code, .markdown:not(code) tt {
  1161. background-color: rgba(0, 0, 0, 0.04);
  1162. }
  1163. .markdown:not(code) del code {
  1164. text-decoration-color: inherit;
  1165. }
  1166. .markdown:not(code) pre > code {
  1167. background-image: initial;
  1168. background-color: transparent;
  1169. border-top-color: initial;
  1170. border-right-color: initial;
  1171. border-bottom-color: initial;
  1172. border-left-color: initial;
  1173. }
  1174. .markdown:not(code) .highlight pre, .markdown:not(code) pre {
  1175. background-color: #191b1e;
  1176. }
  1177. .markdown:not(code) pre code, .markdown:not(code) pre tt {
  1178. background-color: transparent;
  1179. border-top-color: initial;
  1180. border-right-color: initial;
  1181. border-bottom-color: initial;
  1182. border-left-color: initial;
  1183. }
  1184. .markdown:not(code) kbd {
  1185. color: #c8c5bf;
  1186. background-color: #18191d;
  1187. border-top-color: #3d3d3d;
  1188. border-right-color: #3d3d3d;
  1189. border-left-color: #3d3d3d;
  1190. border-bottom-color: #414141;
  1191. box-shadow: #262b35 0px -1px 0px inset;
  1192. }
  1193. .markdown:not(code) .csv-data .blob-num {
  1194. background-image: initial;
  1195. background-color: #17181c;
  1196. border-top-color: initial;
  1197. border-right-color: initial;
  1198. border-bottom-color: initial;
  1199. border-left-color: initial;
  1200. }
  1201. .markdown:not(code) .csv-data tr {
  1202. border-top-color: initial;
  1203. }
  1204. .markdown:not(code) .csv-data th {
  1205. background-image: initial;
  1206. background-color: #191a1e;
  1207. border-top-color: initial;
  1208. }
  1209. .home-main p {
  1210. color: #c2bfb8;
  1211. }
  1212. .home-main.bg {
  1213. background-image: url("https://cdn.jsdelivr.net/npm/gitote@1.0.7/img/signup_prompt.png"), initial;
  1214. background-color: #1a1c20;
  1215. }
  1216. .home-main.btn.register {
  1217. background-image: initial !important;
  1218. background-color: #00cc68 !important;
  1219. }
  1220. .home-main.btn.register:hover {
  1221. color: #f6f5f4 !important;
  1222. }
  1223. .home-main.prompt {
  1224. background-image: url("https://cdn.jsdelivr.net/npm/gitote@1.0.1/img/pattern.svg");
  1225. background-color: #1a1c20;
  1226. }
  1227. .home-main.getstarted {
  1228. background-image: initial !important;
  1229. background-color: #23272f !important;
  1230. }
  1231. .home-main.getstarted h1 {
  1232. color: #ffffff;
  1233. }
  1234. .home-main.auth {
  1235. background-image: linear-gradient(rgba(23, 24, 28, 0) 50%, #17181c), linear-gradient(70deg, #002140 32%, #00380d);
  1236. }
  1237. @media (max-width: 1020px) {
  1238. .home-main.bg {
  1239. background-image: url("https://cdn.jsdelivr.net/npm/gitote@1.0.1/img/pattern.svg"), initial;
  1240. background-color: #1a1c20;
  1241. }
  1242. }
  1243. .form .help {
  1244. color: #b9b4ac;
  1245. }
  1246. .ui.attached.header {
  1247. background-image: initial;
  1248. background-color: #1b1d21;
  1249. }
  1250. .repository .metas .ui.list a .text {
  1251. color: #cfccc6;
  1252. }
  1253. .repository .metas .ui.list a .text:hover {
  1254. color: #e8e7e3;
  1255. }
  1256. .repository .header-wrapper {
  1257. background-color: #191a1d;
  1258. }
  1259. .repository .header-wrapper .ui.tabs.divider {
  1260. border-bottom-color: initial;
  1261. }
  1262. .repository .ui.tabs.container .ui.menu {
  1263. border-bottom-color: initial;
  1264. }
  1265. .repository.branches:not(.settings) .ui.list > .item:not(:last-child) {
  1266. border-bottom-color: #3a3a3a;
  1267. }
  1268. .repository.file.list #repo-files-table tbody .octicon {
  1269. color: #bcb7b0;
  1270. }
  1271. .repository.file.list #repo-files-table tbody .octicon.octicon-file-directory, .repository.file.list #repo-files-table tbody .octicon.octicon-file-submodule {
  1272. color: #6bb0e8;
  1273. }
  1274. .repository.file.list #repo-files-table tr:hover {
  1275. background-color: #3d3d00;
  1276. }
  1277. .repository.file.list #file-content .header .file-actions .btn-octicon {
  1278. color: #bcb7b0;
  1279. background-image: initial;
  1280. background-color: transparent;
  1281. border-top-color: initial;
  1282. border-right-color: initial;
  1283. border-bottom-color: initial;
  1284. border-left-color: initial;
  1285. outline-color: initial;
  1286. }
  1287. .repository.file.list #file-content .header .file-actions .btn-octicon:hover {
  1288. color: #79a8d3;
  1289. }
  1290. .repository.file.list #file-content .header .file-actions .btn-octicon-danger:hover {
  1291. color: #ff815b;
  1292. }