darculized-all-sites.css 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712
  1. * {
  2. border-color: #909396 !important;
  3. }
  4. a {
  5. color: #ce4139 !important;
  6. }
  7. a:visited {
  8. color: #b68800 !important;
  9. }
  10. body {
  11. background-color: #262626 !important;
  12. color: #909396 !important;
  13. }
  14. html {
  15. background-color: #262626 !important;
  16. }
  17. input,
  18. textarea {
  19. background-color: #2e2e2e !important;
  20. color: #909396 !important;
  21. }
  22. blockquote,
  23. pre {
  24. background-color: #2e2e2e !important;
  25. color: #909396 !important;
  26. }
  27. .post-actions {
  28. background-color: #2e2e2e !important;
  29. }
  30. .textarea-wrapper {
  31. background-color: #262626 !important;
  32. color: #909396 !important;
  33. }
  34. .search--adv {
  35. background-color: #2e2e2e !important;
  36. }
  37. .search__autocomplete > .acp-wrap {
  38. background-color: #262626 !important;
  39. }
  40. .search__autocomplete > .acp-wrap > .acp--highlight {
  41. background-color: #2e2e2e !important;
  42. color: #b8bbbd !important;
  43. }
  44. .search__autocomplete > .acp-wrap strong {
  45. color: #b8bbbd !important;
  46. }
  47. .site-wrapper > #header_wrapper {
  48. background-color: #262626 !important;
  49. }
  50. .site-wrapper > #header_wrapper > #header {
  51. background-color: #262626 !important;
  52. }
  53. .search--header {
  54. background-color: #2e2e2e !important;
  55. }
  56. .zci {
  57. background-color: #2e2e2e !important;
  58. color: #909396 !important;
  59. }
  60. .tile--info {
  61. background-color: #262626 !important;
  62. }
  63. .tile--info__expand {
  64. background-color: #5e6263 !important;
  65. }
  66. .tile--c {
  67. background-color: #5e6263 !important;
  68. color: #b8bbbd !important;
  69. }
  70. .module__text {
  71. color: #909396 !important;
  72. }
  73. .about-info-box__heading {
  74. color: #a6aaab !important;
  75. }
  76. .result.highlight {
  77. background-color: #2e2e2e !important;
  78. }
  79. .result__snippet {
  80. color: #909396 !important;
  81. }
  82. .result__snippet b {
  83. color: #a6aaab !important;
  84. }
  85. .btn--top {
  86. background-color: #2e2e2e !important;
  87. color: #909396 !important;
  88. }
  89. .btn--top:hover {
  90. background-color: #5e6263 !important;
  91. }
  92. .result--sep--hr:before {
  93. background-color: #5e6263 !important;
  94. }
  95. * {
  96. border-color: #2e2e2e !important;
  97. }
  98. .news .alert .pull-info {
  99. background-color: #323232 !important;
  100. }
  101. .link-gray-dark,
  102. .text-gray-dark {
  103. color: #909396 !important;
  104. }
  105. .bg-white {
  106. background-color: #262626 !important;
  107. }
  108. .border {
  109. border-color: #909396 !important;
  110. }
  111. .breadcrumb .repo-root.js-repo-root a {
  112. color: #2f7bde !important;
  113. }
  114. .breadcrumb strong.final-path {
  115. color: #909396 !important;
  116. }
  117. button.ajax-pagination-btn {
  118. background-color: #2e2e2e !important;
  119. color: #a6aaab !important;
  120. }
  121. button.ajax-pagination-btn:hover {
  122. background-color: #5e6263 !important;
  123. }
  124. .comment-reactions .btn-link {
  125. color: #909396 !important;
  126. }
  127. .comment-reactions .user-has-reacted {
  128. background-color: #2e2e2e !important;
  129. }
  130. .text-gray-dark {
  131. color: #909396 !important;
  132. }
  133. .contrib-number {
  134. color: #a6aaab !important;
  135. }
  136. .counter {
  137. background-color: #363636 !important;
  138. color: #a6aaab !important;
  139. }
  140. .diffstat-bar {
  141. color: #909396 !important;
  142. }
  143. .file-header {
  144. background-color: #2e2e2e !important;
  145. }
  146. .file-history-tease .participation {
  147. background-color: #262626 !important;
  148. color: #909396 !important;
  149. }
  150. .file-history-tease .participation .quickstat strong {
  151. color: #909396 !important;
  152. }
  153. .file-history-tease .participation a {
  154. color: #5e6263 !important;
  155. }
  156. .file-history-tease .author a {
  157. color: #909396 !important;
  158. }
  159. .file-history-tease-header {
  160. background-color: #2e2e2e !important;
  161. }
  162. .file-info-divider {
  163. background-color: #5e6263 !important;
  164. }
  165. .file-wrap {
  166. color: #909396 !important;
  167. }
  168. .file-wrap * {
  169. background-color: transparent !important;
  170. }
  171. .filter-bar {
  172. background-color: #323232 !important;
  173. }
  174. a.filter-item,
  175. .filter-item {
  176. color: #909396 !important;
  177. }
  178. a.filter-item.selected,
  179. .filter-item.selected {
  180. background-color: #2e2e2e !important;
  181. color: #a6aaab !important;
  182. }
  183. a.filter-item:hover,
  184. .filter-item:hover {
  185. background-color: #5e6263 !important;
  186. color: #a6aaab !important;
  187. }
  188. .flash {
  189. background-color: #2e2e2e !important;
  190. color: #a6aaab !important;
  191. }
  192. .gh-header {
  193. background-color: #262626 !important;
  194. }
  195. .gh-header-number {
  196. color: #5e6263 !important;
  197. }
  198. .ellipsis-expander,
  199. .hidden-text-expander a {
  200. background-color: #2e2e2e !important;
  201. }
  202. .issue-meta {
  203. color: #5e6263 !important;
  204. }
  205. .issues-listing a {
  206. color: #909396 !important;
  207. }
  208. .muted-link {
  209. color: #909396 !important;
  210. }
  211. .new-user-avatar-cta {
  212. background-color: #2e2e2e !important;
  213. border-color: #5e6263 !important;
  214. color: #a6aaab !important;
  215. }
  216. .overall-summary {
  217. border-color: #5e6263 !important;
  218. }
  219. .pinned-repo-item.border {
  220. border-color: #5e6263 !important;
  221. }
  222. .progress-bar {
  223. background-color: #5e6263 !important;
  224. }
  225. .simple-box {
  226. background-color: #2e2e2e !important;
  227. }
  228. .social-count {
  229. background-color: #2e2e2e !important;
  230. border-color: #5e6263 !important;
  231. color: #a6aaab !important;
  232. }
  233. .scope-badge {
  234. background-color: #5e6263 !important;
  235. color: #a6aaab !important;
  236. }
  237. .stats-switcher-wrapper {
  238. background-color: #262626 !important;
  239. }
  240. .stats-switcher-wrapper .numbers-summary li a {
  241. color: #909396 !important;
  242. }
  243. .table-list-header-toggle .btn-link {
  244. color: #5e6263 !important;
  245. }
  246. .table-list-header-toggle .btn-link.selected {
  247. color: #909396 !important;
  248. }
  249. .text-emphasized {
  250. color: #a6aaab !important;
  251. }
  252. .text-diff-added {
  253. color: #598249 !important;
  254. }
  255. .text-diff-deleted {
  256. color: #bd3832 !important;
  257. }
  258. .avatar,
  259. .timeline-comment-avatar {
  260. filter: opacity(75%);
  261. }
  262. .blob-code {
  263. background-color: #262626 !important;
  264. color: #909396 !important;
  265. }
  266. .blob-code-addition {
  267. background-color: rgba(169,200,157,0.1) !important;
  268. }
  269. .blob-code-addition .x {
  270. background-color: #436237 !important;
  271. color: #c7c9ca !important;
  272. }
  273. .blob-code-deletion {
  274. background-color: rgba(189,56,50,0.2) !important;
  275. }
  276. .blob-code-deletion .x {
  277. background-color: #5e1c19 !important;
  278. color: #c7c9ca !important;
  279. }
  280. .blob-code-hunk {
  281. background-color: #2e2e2e !important;
  282. border-color: #5e6263 !important;
  283. }
  284. .blob-code-inner {
  285. color: #909396 !important;
  286. }
  287. .blob-num {
  288. background-color: #262626 !important;
  289. color: #5e6263 !important;
  290. }
  291. .file {
  292. color: #909396 !important;
  293. }
  294. .form-control {
  295. background-color: #2e2e2e !important;
  296. border-color: #5e6263 !important;
  297. }
  298. .pl-c {
  299. color: #5e6263 !important;
  300. }
  301. .pl-c1 {
  302. color: #2f7bde !important;
  303. }
  304. .pl-e {
  305. color: #b68800 !important;
  306. }
  307. .pl-en {
  308. color: #2f7bde !important;
  309. }
  310. .pl-k {
  311. color: #598249 !important;
  312. font-weight: bold !important;
  313. }
  314. .pl-pds {
  315. color: #15968d !important;
  316. }
  317. .pl-s {
  318. color: #15968d !important;
  319. }
  320. .pl-smi {
  321. color: #909396 !important;
  322. }
  323. .pl-v {
  324. color: #598249 !important;
  325. font-weight: bold !important;
  326. }
  327. .pl-mi1 {
  328. color: #598249 !important;
  329. background-color: transparent !important;
  330. }
  331. .pl-md {
  332. color: #bd3832 !important;
  333. background-color: transparent !important;
  334. }
  335. .border-bottom,
  336. .border-top {
  337. border-color: #2e2e2e !important;
  338. }
  339. .boxed-group * {
  340. border-color: #5e6263 !important;
  341. }
  342. .boxed-group article {
  343. background-color: #262626 !important;
  344. color: #909396 !important;
  345. }
  346. .boxed-group > h3 {
  347. background-color: #363636 !important;
  348. color: #a6aaab !important;
  349. }
  350. .more-repos {
  351. background-color: #363636 !important;
  352. box-shadow: inset 0 1px 0 #5e6263 !important;
  353. }
  354. .boxed-group-inner {
  355. background-color: #262626 !important;
  356. }
  357. .branch-action-body {
  358. background-color: #2e2e2e !important;
  359. border-color: #5e6263 !important;
  360. }
  361. .branch-action-body div {
  362. border-color: #5e6263 !important;
  363. }
  364. .branch-action-state-clean .branch-action-icon {
  365. background-color: #598249 !important;
  366. }
  367. .branch-action-state-dirty .branch-action-icon,
  368. .branch-action-state-unstable .branch-action-icon,
  369. .branch-action-state-unknown .branch-action-icon {
  370. background-color: #b68800 !important;
  371. color: #fff !important;
  372. }
  373. .text-shadow-light,
  374. .branch-group-name,
  375. .branch-summary {
  376. color: #909396 !important;
  377. text-shadow: none !important;
  378. }
  379. .branch-a-b-count .meter {
  380. background-color: #b68800 !important;
  381. }
  382. .more-branches,
  383. .branch-group-heading,
  384. .branch-infobar,
  385. .branch-name {
  386. border-color: #5e6263 !important;
  387. background-color: #2e2e2e !important;
  388. }
  389. .State,
  390. .State:visited {
  391. color: #fff !important;
  392. }
  393. .State--red {
  394. background-color: #bd3832 !important;
  395. color: #262626 !important;
  396. }
  397. .State--green {
  398. background-color: #598249 !important;
  399. color: #262626 !important;
  400. }
  401. .select-menu-filters {
  402. background-color: #323232 !important;
  403. color: #a6aaab !important;
  404. }
  405. .js-select-menu-tab {
  406. background-color: #363636 !important;
  407. color: #a6aaab !important;
  408. }
  409. .select-menu-tabs a.selected,
  410. .select-menu-tab-nav.selected {
  411. background-color: #5e6263 !important;
  412. color: #262626 !important;
  413. }
  414. .signed-commit-header {
  415. background-color: #262626 !important;
  416. }
  417. .build-status-item {
  418. background-color: #363636 !important;
  419. color: #a6aaab !important;
  420. }
  421. .build-status-item .build-status-details {
  422. color: #2f7bde !important;
  423. }
  424. .capped-card h3 {
  425. background-color: #363636 !important;
  426. }
  427. .capped-card h3 a {
  428. color: #a6aaab !important;
  429. }
  430. .capped-card-content {
  431. background-color: #262626 !important;
  432. }
  433. .capped-list th {
  434. background-color: #323232 !important;
  435. color: #a6aaab !important;
  436. }
  437. .capped-list tr:nth-child(2n) {
  438. background-color: #2e2e2e !important;
  439. }
  440. .commit,
  441. .commit-meta,
  442. .commit-icon .octicon,
  443. .commit-group-title .octicon-git-commit {
  444. background-color: #262626 !important;
  445. }
  446. .commit *,
  447. .commit-meta *,
  448. .commit-icon .octicon *,
  449. .commit-group-title .octicon-git-commit * {
  450. border-color: #5e6263 !important;
  451. }
  452. .commit-author {
  453. color: #909396 !important;
  454. }
  455. .commit-author-section {
  456. color: #909396 !important;
  457. }
  458. .commit-meta {
  459. color: #5e6263 !important;
  460. }
  461. .commit-meta .sha-block {
  462. color: #5e6263 !important;
  463. }
  464. .commit-meta .sha-block .sha {
  465. color: #909396 !important;
  466. }
  467. .commit-ref,
  468. code.commit-sha {
  469. background-color: #2e2e2e !important;
  470. color: #a6aaab !important;
  471. }
  472. .commit-ref .user,
  473. code.commit-sha .user {
  474. color: #15968d !important;
  475. }
  476. .commit-branches *,
  477. .commit-tease,
  478. .commit-title {
  479. background-color: rgba(83,255,255,0.2) !important;
  480. border: none !important;
  481. }
  482. .commit-branches * *,
  483. .commit-tease *,
  484. .commit-title * {
  485. color: #a6aaab !important;
  486. }
  487. .commit-tease-contributors {
  488. background-color: #2e2e2e !important;
  489. }
  490. div.commit-branches,
  491. div.commit.full-commit p.commit-title,
  492. qul.branches-list {
  493. background-color: #2e2e2e !important;
  494. color: #a6aaab !important;
  495. }
  496. div.commit-branches *,
  497. div.commit.full-commit p.commit-title *,
  498. qul.branches-list * {
  499. background-color: #2e2e2e !important;
  500. color: #a6aaab !important;
  501. }
  502. .commit-meta {
  503. background-color: #2e2e2e !important;
  504. color: #909396 !important;
  505. }
  506. .commits-listing:before {
  507. background-color: #2e2e2e !important;
  508. }
  509. .full-commit {
  510. background-color: #2e2e2e !important;
  511. border-color: #5e6263 !important;
  512. }
  513. .full-commit * {
  514. text-shadow: none !important;
  515. }
  516. .commit-desc pre {
  517. background-color: transparent !important;
  518. color: #909396 !important;
  519. }
  520. .commit.table-list-item {
  521. border-color: #2e2e2e !important;
  522. }
  523. .commit-meta.commit-author-section {
  524. background-color: transparent !important;
  525. color: #909396 !important;
  526. }
  527. .table-list-cell .commit-title {
  528. background-color: transparent !important;
  529. color: #909396 !important;
  530. }
  531. .completeness-indicator-success {
  532. background-color: #598249 !important;
  533. }
  534. .completeness-indicator-problem {
  535. background-color: #b68800 !important;
  536. color: #fff !important;
  537. }
  538. .copyable-terminal {
  539. background-color: #2e2e2e !important;
  540. }
  541. .blankslate {
  542. background-color: #2e2e2e !important;
  543. color: #a6aaab !important;
  544. }
  545. .comment-form-head.tabnav {
  546. background-color: #262626 !important;
  547. }
  548. .conversation-list-heading .inner {
  549. background-color: #262626 !important;
  550. }
  551. .discussion-item-closed .discussion-item-icon {
  552. background-color: #bd3832 !important;
  553. color: #a6aaab !important;
  554. }
  555. .discussion-item-icon {
  556. background-color: #5e6263 !important;
  557. color: #a6aaab !important;
  558. }
  559. .discussion-item-icon.octicon {
  560. color: #a6aaab !important;
  561. }
  562. .discussion-item-entity,
  563. .discussion-item .renamed-was,
  564. .discussion-item .renamed-is {
  565. color: #a6aaab !important;
  566. }
  567. .discussion-timeline:before {
  568. background-color: #909396 !important;
  569. }
  570. .discussion-timeline-actions {
  571. background-color: #262626 !important;
  572. }
  573. .drag-and-drop {
  574. background-color: #2e2e2e !important;
  575. }
  576. .new-discussion-timeline .closed-banner {
  577. background-color: #909396 !important;
  578. border-color: #262626 !important;
  579. }
  580. .timeline-comment {
  581. background-color: #262626 !important;
  582. border-color: #5e6263 !important;
  583. }
  584. .timeline-comment-header {
  585. background-color: #2e2e2e !important;
  586. }
  587. .timeline-comment-wrapper {
  588. border-color: #262626 !important;
  589. }
  590. .donut-chart > .pending {
  591. fill: #b68800 !important;
  592. }
  593. .dropdown-divider {
  594. background-color: #909396 !important;
  595. }
  596. .dropdown-item {
  597. color: #909396 !important;
  598. }
  599. .dropdown-item:hover {
  600. background-color: #5e6263 !important;
  601. color: #a6aaab !important;
  602. }
  603. .dropdown-menu {
  604. background-color: #363636 !important;
  605. color: #a6aaab !important;
  606. border-color: #909396 !important;
  607. }
  608. .files * {
  609. color: #909396 !important;
  610. }
  611. .files tbody tr {
  612. border-color: #2e2e2e !important;
  613. }
  614. .files tbody tr:nth-child(even) {
  615. background-color: #2a2a2a !important;
  616. }
  617. .files tbody tr:nth-child(odd) {
  618. background-color: #262626 !important;
  619. }
  620. .files tbody tr:hover * {
  621. background-color: #363636 !important;
  622. }
  623. .btn {
  624. background-image: linear-gradient(to bottom, #5e6263, #2e2e2e) !important;
  625. border-color: #5e6263 !important;
  626. color: #a6aaab !important;
  627. }
  628. .btn:hover {
  629. background-color: #323232 !important;
  630. }
  631. .btn-primary,
  632. .issues-listing .btn-primary {
  633. background-color: #598249 !important;
  634. background-image: linear-gradient(#598249, #2c4125) !important;
  635. color: #000 !important;
  636. filter: opacity(62.5%);
  637. }
  638. .entry-title a {
  639. color: #2f7bde !important;
  640. }
  641. .Header {
  642. background-color: #323232 !important;
  643. border-bottom-color: #5e6263 !important;
  644. }
  645. .Header a {
  646. color: #a6aaab !important;
  647. }
  648. .lang {
  649. color: #a6aaab !important;
  650. }
  651. .reponav-item,
  652. .pagehead-tabs-item {
  653. background-color: #2e2e2e !important;
  654. border-color: transparent !important;
  655. color: #909396 !important;
  656. }
  657. .reponav-item:visited,
  658. .pagehead-tabs-item:visited {
  659. color: #909396 !important;
  660. }
  661. .reponav-item.selected,
  662. .pagehead-tabs-item.selected {
  663. background-color: #262626 !important;
  664. border-color: #bd3832 #363636 transparent !important;
  665. }
  666. .site-footer-links * {
  667. color: #909396 !important;
  668. }
  669. .Box-row--focus-gray.navigation-focus {
  670. background-color: #323232 !important;
  671. color: #a6aaab !important;
  672. }
  673. .js-directory-link {
  674. color: #ce4139 !important;
  675. }
  676. .js-site-search-form input,
  677. .js-chromeless-input-container {
  678. background-color: #262626 !important;
  679. border-color: #5e6263 !important;
  680. }
  681. a.label {
  682. color: #000 !important;
  683. filter: opacity(75%);
  684. }
  685. .notifications-list a {
  686. color: #909396 !important;
  687. }
  688. .notifications-list li {
  689. background-color: #262626 !important;
  690. }
  691. .octicon-repo {
  692. color: #a6aaab !important;
  693. }
  694. .type-icon-state-closed {
  695. color: rgba(255,66,56,0.65) !important;
  696. }
  697. .type-icon-state-merged {
  698. color: #797fd4 !important;
  699. }
  700. .type-icon-state-open {
  701. color: rgba(116,180,92,0.65) !important;
  702. }
  703. .octicon-alert {
  704. color: #fff !important;
  705. }
  706. .octicon-x {
  707. color: #bd3832 !important;
  708. }
  709. .octicon-check {
  710. color: #598249 !important;
  711. }
  712. .octicon-primitive-dot {
  713. color: #b68800 !important;
  714. }
  715. .octicon-clippy {
  716. color: #a6aaab !important;
  717. }
  718. .octicon-diff {
  719. color: #fff !important;
  720. }
  721. .octicon-markdown {
  722. color: #5e6263 !important;
  723. }
  724. .orghead {
  725. background-color: #2e2e2e !important;
  726. border-color: #909396 !important;
  727. border-bottom: 0px !important;
  728. color: #a6aaab !important;
  729. }
  730. .org-name {
  731. color: #a6aaab !important;
  732. }
  733. .pagehead.orghead {
  734. background-color: #2e2e2e !important;
  735. }
  736. .outline-box-highlighted {
  737. background-color: #2e2e2e !important;
  738. color: #a6aaab !important;
  739. }
  740. .pagination .current {
  741. background-color: #5e6263 !important;
  742. color: #a6aaab !important;
  743. }
  744. .pagination .disabled {
  745. background-color: #2e2e2e !important;
  746. color: #5e6263 !important;
  747. }
  748. .pagination .disabled:hover {
  749. background-color: #2e2e2e !important;
  750. }
  751. .pagination .gap {
  752. background-color: #2e2e2e !important;
  753. color: #5e6263 !important;
  754. }
  755. .pagination a {
  756. background-color: #2e2e2e !important;
  757. border-color: #262626 !important;
  758. color: #909396 !important;
  759. }
  760. .pagination a:hover {
  761. background-color: #5e6263 !important;
  762. color: #262626 !important;
  763. }
  764. .empty-cell,
  765. .diffbar {
  766. background-color: #262626 !important;
  767. }
  768. .merge-status-item {
  769. background-color: #363636 !important;
  770. }
  771. .merge-message {
  772. background-color: #323232 !important;
  773. }
  774. .pr-toolbar {
  775. background-color: #262626 !important;
  776. }
  777. .review-thread-reply {
  778. background-color: #2e2e2e !important;
  779. }
  780. .review-thread-reply .inline-comment-form {
  781. background-color: #262626 !important;
  782. }
  783. .merged.octicon,
  784. .octicon-git-merge {
  785. color: #797fd4 !important;
  786. }
  787. .uploaded-files {
  788. background-color: #262626 !important;
  789. }
  790. .upload-progress {
  791. background-color: #2e2e2e !important;
  792. box-shadow: 1px 0px 0px #2e2e2e inset;
  793. }
  794. #readme .plain {
  795. background-color: #262626 !important;
  796. }
  797. .markdown-body,
  798. .markdown-body table * {
  799. background-color: #262626 !important;
  800. border-color: #909396 !important;
  801. color: #909396 !important;
  802. }
  803. .markdown-body a,
  804. .markdown-body table * a {
  805. color: #ce4139 !important;
  806. }
  807. .markdown-body code,
  808. .markdown-body table * code,
  809. .markdown-body pre,
  810. .markdown-body table * pre {
  811. background-color: #2e2e2e !important;
  812. }
  813. .markdown-body hr,
  814. .markdown-body table * hr {
  815. background-color: #5e6263 !important;
  816. }
  817. .markdown-body img,
  818. .markdown-body table * img {
  819. background-color: #262626 !important;
  820. }
  821. .task-list-item.hovered {
  822. background-color: #2e2e2e !important;
  823. }
  824. .range-editor {
  825. background-color: #2e2e2e !important;
  826. }
  827. .compare-pr-placeholder {
  828. background-color: #323232 !important;
  829. }
  830. ul.comparison-list > li.title {
  831. background-color: #363636 !important;
  832. }
  833. ul.comparison-list {
  834. background-color: #323232 !important;
  835. }
  836. .repository-description {
  837. color: #909396 !important;
  838. }
  839. .repository-meta .edit-repository-meta label {
  840. color: #909396 !important;
  841. }
  842. .pagehead.repohead {
  843. background-color: #2e2e2e !important;
  844. }
  845. .repository-content .RecentBranches {
  846. background-color: #2e2e2e !important;
  847. border-color: #909396 !important;
  848. }
  849. .repohead-details-container a {
  850. color: #909396 !important;
  851. }
  852. .select-menu-modal {
  853. border-color: #909396 !important;
  854. }
  855. .select-menu-modal * {
  856. color: #909396 !important;
  857. }
  858. .select-menu-header,
  859. .select-menu-header * {
  860. background-color: #2e2e2e !important;
  861. color: #a6aaab !important;
  862. text-shadow: none !important;
  863. }
  864. .select-menu-item {
  865. background-color: #262626 !important;
  866. }
  867. .select-menu-item.navigation-focus,
  868. .select-menu-item.navigation-focus.selected,
  869. .select-menu-item.navigation-focus.select-menu-action,
  870. .select-menu-item-text.navigation-focus {
  871. background-color: #5e6263 !important;
  872. color: #a6aaab !important;
  873. }
  874. .repository-sidebar {
  875. background-color: #262626 !important;
  876. }
  877. .thread-subscription-status {
  878. background-color: #262626 !important;
  879. }
  880. .sunken-menu {
  881. background-image: linear-gradient(to right, #2e2e2e 0%, #262626 8px) !important;
  882. box-shadow: 1px 0px 0px #2e2e2e inset;
  883. }
  884. .sunken-menu:before {
  885. background-image: linear-gradient(#262626, transparent) !important;
  886. }
  887. .sunken-menu:after {
  888. background-image: linear-gradient(transparent, #262626) !important;
  889. }
  890. .sunken-menu-item {
  891. border-color: #262626 !important;
  892. }
  893. .sunken-menu-item.selected {
  894. background-color: #262626 !important;
  895. border-color: #363636 !important;
  896. color: #a6aaab !important;
  897. }
  898. .sunken-menu-item.selected:after {
  899. background-color: #e05f27 !important;
  900. }
  901. .sunken-menu-separator:before {
  902. background-image: linear-gradient(to right, #2e2e2e 70%, #262626 100%) !important;
  903. }
  904. .state {
  905. color: #a6aaab !important;
  906. }
  907. .state-closed {
  908. background-color: #bd3832 !important;
  909. }
  910. .state-open {
  911. background-color: #598249 !important;
  912. }
  913. .subnav-item {
  914. color: #909396 !important;
  915. }
  916. .subnav-item:hover {
  917. background-color: #323232 !important;
  918. }
  919. .subnav-item:visited {
  920. color: #909396 !important;
  921. }
  922. .subnav-item.selected {
  923. background-color: #2e2e2e !important;
  924. }
  925. .subnav-links a:hover {
  926. background-color: #2e2e2e !important;
  927. }
  928. .subnav-search input {
  929. border-color: #5e6263 !important;
  930. }
  931. .right .tabnav-extra {
  932. color: #5e6263 !important;
  933. }
  934. a.tabnav-tab,
  935. .tabnav-tab {
  936. border-color: transparent !important;
  937. color: #5e6263 !important;
  938. }
  939. a.tabnav-tab.selected,
  940. .tabnav-tab.selected {
  941. background-color: #262626 !important;
  942. background-image: linear-gradient(#2e2e2e, #262626) !important;
  943. border-color: #909396 !important;
  944. color: #a6aaab !important;
  945. }
  946. .table-list tr,
  947. .table-list li {
  948. background-color: #262626 !important;
  949. }
  950. .table-list tr:hover,
  951. .table-list li:hover {
  952. background-color: #363636 !important;
  953. }
  954. .table-list-header {
  955. background-color: #2e2e2e !important;
  956. }
  957. .text-pending {
  958. color: #b68800 !important;
  959. }
  960. .text-pending .octicon-primitive-dot {
  961. color: #b68800 !important;
  962. }
  963. .text-red {
  964. color: #bd3832 !important;
  965. }
  966. .timeline-commits .commit-meta {
  967. background-color: #262626 !important;
  968. }
  969. .timeline-commits .commit-meta .commit-id {
  970. color: #5e6263 !important;
  971. }
  972. .topic-tag.topic-tag-link {
  973. background-color: #2e2e2e !important;
  974. color: #909396 !important;
  975. }
  976. .underline-nav-item {
  977. color: #909396 !important;
  978. }
  979. .underline-nav-item.selected {
  980. border-bottom-color: #bd3832 !important;
  981. color: #909396 !important;
  982. }
  983. .user-profile-nav {
  984. background-color: #2e2e2e !important;
  985. border-color: #909396 !important;
  986. }
  987. .user-profile-sticky-bar:after {
  988. background-color: #2e2e2e !important;
  989. border-color: #909396 !important;
  990. }
  991. .graphs .area {
  992. fill: #598249;
  993. }
  994. .summary-stats li .num {
  995. color: #a6aaab !important;
  996. }
  997. .viz {
  998. background-color: #323232 !important;
  999. }
  1000. .facebox-popup {
  1001. color: #909396 !important;
  1002. background-color: #262626 !important;
  1003. }
  1004. .facebox-popup .octicon {
  1005. color: #fff !important;
  1006. }
  1007. .facebox-popup .owner-select-target {
  1008. color: #909396 !important;
  1009. background-color: #2e2e2e !important;
  1010. }
  1011. .facebox-popup .owner-select-target:hover {
  1012. background-color: #5e6263 !important;
  1013. }
  1014. .suggester {
  1015. background-color: #363636 !important;
  1016. }
  1017. .suggester li.navigation-focus {
  1018. background-color: #5e6263 !important;
  1019. }
  1020. .menu {
  1021. background-color: #2e2e2e !important;
  1022. }
  1023. .menu-item.selected {
  1024. background-color: #363636 !important;
  1025. }
  1026. .menu-item:hover {
  1027. background-color: #5e6263 !important;
  1028. }
  1029. .Box {
  1030. background-color: #262626 !important;
  1031. }
  1032. .Box-header {
  1033. background-color: #2e2e2e !important;
  1034. }
  1035. svg > * text {
  1036. color: #909396 !important;
  1037. fill: #909396 !important;
  1038. }
  1039. .insertions {
  1040. color: #598249 !important;
  1041. }
  1042. .deletions {
  1043. color: #bd3832 !important;
  1044. }
  1045. .sfbgg {
  1046. background-color: #2e2e2e !important;
  1047. }
  1048. .sbib_a {
  1049. background: linear-gradient(to bottom, #2e2e2e, #262626) !important;
  1050. }
  1051. input#lst-ib,
  1052. #sb_ifc0.sbib_b,
  1053. #gs_taif0 {
  1054. background: transparent !important;
  1055. }
  1056. #lst-ib,
  1057. .sbsb_a {
  1058. background-color: #262626 !important;
  1059. }
  1060. .kpbb {
  1061. background-image: linear-gradient(to bottom, #639ce6, #2f7bde) !important;
  1062. }
  1063. #hdtbSum {
  1064. background-color: #262626 !important;
  1065. }
  1066. #hdtbMenus.hdtb-td-o {
  1067. background-color: #262626 !important;
  1068. }
  1069. #hdtb-tls.hdtb-tl {
  1070. background-image: linear-gradient(to bottom, #262626, #2e2e2e) !important;
  1071. }
  1072. #hdtb-tls.hdtb-tl.hdtb-tl-sel {
  1073. background-image: linear-gradient(to bottom, #2e2e2e, #262626) !important;
  1074. }
  1075. #abar_button_opt.ab_button {
  1076. background: linear-gradient(to bottom, #262626, #2e2e2e) !important;
  1077. }
  1078. #appbar {
  1079. background-color: #262626 !important;
  1080. }
  1081. cite {
  1082. color: #598249 !important;
  1083. }
  1084. .ab_dropdown {
  1085. background-color: #262626 !important;
  1086. }
  1087. div.crp {
  1088. background-color: #262626 !important;
  1089. }
  1090. #fbar {
  1091. background-color: #2e2e2e !important;
  1092. }
  1093. tr.Even {
  1094. background-color: #2e2e2e !important;
  1095. }
  1096. .BigQuote {
  1097. background-color: #2e2e2e !important;
  1098. color: #e05f27 !important;
  1099. }
  1100. .Cat1HL {
  1101. background-color: #5e6263 !important;
  1102. color: #a6aaab !important;
  1103. }
  1104. .Cat2HL {
  1105. background-color: #363636 !important;
  1106. }
  1107. .Cat3HL {
  1108. background-color: #323232 !important;
  1109. }
  1110. .FeatureByline {
  1111. background-color: #2e2e2e !important;
  1112. border: none !important;
  1113. }
  1114. .Headline {
  1115. background-color: #363636 !important;
  1116. }
  1117. .QuotedText {
  1118. color: #797fd4 !important;
  1119. }
  1120. DIV.GAByline {
  1121. background-color: #2e2e2e !important;
  1122. border: none !important;
  1123. }
  1124. table.OddEven tr:nth-child(even) {
  1125. background-color: #2a2a2a !important;
  1126. }
  1127. table.OddEven tr:nth-child(odd) {
  1128. background-color: #262626 !important;
  1129. }
  1130. DIV.CommentBox {
  1131. border-color: #2e2e2e !important;
  1132. }
  1133. DIV.CommentBox P.CommentTitle {
  1134. background-color: #363636 !important;
  1135. }
  1136. #menu,
  1137. .topnav-container {
  1138. background-color: #2e2e2e !important;
  1139. }
  1140. .navmenu ul {
  1141. background-color: #2e2e2e !important;
  1142. }
  1143. body * {
  1144. border-color: #363636 !important;
  1145. }
  1146. #content {
  1147. background-color: #262626 !important;
  1148. color: #909396 !important;
  1149. }
  1150. #mw-head,
  1151. #mw-panel {
  1152. background-color: #2e2e2e !important;
  1153. color: #a6aaab !important;
  1154. }
  1155. #mw-head div.portal,
  1156. #mw-panel div.portal {
  1157. background-image: none !important;
  1158. }
  1159. #mw-head {
  1160. background-color: #2e2e2e !important;
  1161. background-image: linear-gradient(to bottom, #262626, #2e2e2e) !important;
  1162. }
  1163. #mw-panel,
  1164. #p-logo {
  1165. background-image: linear-gradient(to right, #262626, #2e2e2e) !important;
  1166. }
  1167. div.vectorTabs {
  1168. background-image: linear-gradient(to bottom, #262626, #2e2e2e) !important;
  1169. }
  1170. div.vectorTabs ul {
  1171. background-image: linear-gradient(to bottom, #262626, #2e2e2e) !important;
  1172. }
  1173. div.vectorTabs ul li {
  1174. background-color: #2e2e2e !important;
  1175. background-image: none !important;
  1176. padding: 0px 1px 0px 1px !important;
  1177. }
  1178. div.vectorTabs span {
  1179. background-color: #2e2e2e !important;
  1180. background-image: linear-gradient(to bottom, #262626, #2e2e2e) !important;
  1181. }
  1182. div.vectorTabs li.selected,
  1183. div.vectorTabs li.selected span {
  1184. background-color: transparent !important;
  1185. background-image: linear-gradient(to bottom, #2e2e2e, #262626) !important;
  1186. }
  1187. .mw-wiki-logo {
  1188. filter: opacity(50%);
  1189. }
  1190. div#simpleSearch #searchInput {
  1191. background-color: #262626 !important;
  1192. padding: 0.05em 0px 0.2em 0.2em !important;
  1193. }
  1194. .ambox,
  1195. .infobox,
  1196. #toc,
  1197. #toctitle,
  1198. .toclevel-1 {
  1199. background-color: #2e2e2e !important;
  1200. border-color: #363636 !important;
  1201. color: #a6aaab !important;
  1202. }
  1203. .catlinks {
  1204. background-color: #2e2e2e !important;
  1205. border-color: #363636 !important;
  1206. color: #a6aaab !important;
  1207. }
  1208. .navbox {
  1209. background-color: #2e2e2e !important;
  1210. border-color: #363636 !important;
  1211. color: #a6aaab !important;
  1212. }
  1213. .navbox .th,
  1214. .navbox .navbox-title {
  1215. background-color: #363636 !important;
  1216. }
  1217. .navbox-abovebelow,
  1218. th.navbox-group,
  1219. .navbox-subgroup,
  1220. .navbox-title {
  1221. background-color: #323232 !important;
  1222. }
  1223. .navbox-even {
  1224. background-color: #262626 !important;
  1225. }
  1226. h1,
  1227. h2,
  1228. h3,
  1229. h4,
  1230. h5,
  1231. h6 {
  1232. border-color: #363636 !important;
  1233. color: #a6aaab !important;
  1234. }
  1235. code {
  1236. background-color: #363636 !important;
  1237. border-color: #363636 !important;
  1238. color: #a6aaab !important;
  1239. }
  1240. div.thumbinner {
  1241. background-color: #2e2e2e !important;
  1242. border-color: #363636 !important;
  1243. }
  1244. img {
  1245. filter: opacity(75%);
  1246. }
  1247. img.thumbimage {
  1248. border-color: #363636 !important;
  1249. }
  1250. .mw-body .external {
  1251. opacity: 0.5 !important;
  1252. }
  1253. table.wikitable {
  1254. background-color: #262626 !important;
  1255. border-color: #363636 !important;
  1256. color: #909396 !important;
  1257. }
  1258. table.wikitable > * > tr > th {
  1259. background-color: #2e2e2e !important;
  1260. }
  1261. table {
  1262. background-color: #262626 !important;
  1263. }
  1264. #hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table,
  1265. #hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > table {
  1266. background-color: #e05f27 !important;
  1267. }
  1268. #hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) a,
  1269. #hnmain > tbody:nth-child(1) > tr:nth-child(1) a {
  1270. color: #000 !important;
  1271. }
  1272. #hnmain > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2),
  1273. #hnmain > tbody:nth-child(1) > tr:nth-child(2) {
  1274. background-color: #262626 !important;
  1275. }
  1276. #hnmain > tbody:nth-child(1) > tr:nth-child(2) {
  1277. background-color: #262626 !important;
  1278. }
  1279. .title a {
  1280. color: #909396 !important;
  1281. }
  1282. .title a:visited {
  1283. color: #5e6263 !important;
  1284. }
  1285. a.storylink {
  1286. color: #a6aaab !important;
  1287. font-weight: bold;
  1288. }
  1289. .sitestr {
  1290. color: #2f7bde !important;
  1291. }
  1292. #hnmain > tbody:nth-child(1) > tr:nth-child(3) > td:nth-child(1) {
  1293. background-color: #262626 !important;
  1294. }
  1295. #hnmain .comhead {
  1296. color: #a6aaab !important;
  1297. }
  1298. #hnmain .c00 {
  1299. color: #909396 !important;
  1300. }
  1301. #hnmain a.hnuser {
  1302. color: #b68800 !important;
  1303. }
  1304. #hnmain span.age a {
  1305. color: #5e6263 !important;
  1306. }
  1307. .cdd {
  1308. color: rgba(255,66,56,0.65) !important;
  1309. }
  1310. .comment i {
  1311. color: #797fd4 !important;
  1312. }
  1313. #hnmain > tbody:nth-child(1) > tr:nth-child(4) {
  1314. background-color: #262626 !important;
  1315. }
  1316. #hnmain > tbody:nth-child(1) > tr:nth-child(4) > td:nth-child(1) > table:nth-child(2) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
  1317. background-color: #e05f27 !important;
  1318. }
  1319. div#page div#header {
  1320. background-color: #262626 !important;
  1321. }
  1322. div#page div#header a {
  1323. color: #797fd4 !important;
  1324. }
  1325. .post {
  1326. background-color: #262626 !important;
  1327. }
  1328. .post * {
  1329. overflow: auto !important;
  1330. }
  1331. .post h2 {
  1332. background-color: #2e2e2e !important;
  1333. }
  1334. .post h2 a {
  1335. color: #a6aaab !important;
  1336. }
  1337. .post div.entry {
  1338. background-color: #262626 !important;
  1339. color: #909396 !important;
  1340. }
  1341. .post div.entry blockquote {
  1342. background-color: #2e2e2e !important;
  1343. }
  1344. .post div.entry kbd {
  1345. background-color: #2e2e2e !important;
  1346. border-color: #5e6263 !important;
  1347. box-shadow: none !important;
  1348. color: #a6aaab !important;
  1349. text-shadow: 0px 1px 0px #000 !important;
  1350. }
  1351. .post pre.mode-line {
  1352. overflow: visible !important;
  1353. }
  1354. #sr-header-area {
  1355. background-color: #2e2e2e !important;
  1356. }
  1357. #sr-header-area .srdrop .selected {
  1358. color: #909396 !important;
  1359. }
  1360. #sr-header-area #sr-more-link {
  1361. background-color: #2e2e2e !important;
  1362. }
  1363. .link.promotedlink.promoted {
  1364. background-color: #2e2e2e !important;
  1365. }
  1366. .link .usertext .md {
  1367. background-color: #2e2e2e !important;
  1368. }
  1369. .linkinfo {
  1370. background-color: #2e2e2e !important;
  1371. }
  1372. .linklisting .odd {
  1373. background-color: #2e2e2e !important;
  1374. }
  1375. .thing .title {
  1376. color: #909396 !important;
  1377. }
  1378. div.md {
  1379. color: #909396 !important;
  1380. }
  1381. body.comment {
  1382. background-color: #262626 !important;
  1383. }
  1384. .commentarea > .usertext {
  1385. background-color: #262626 !important;
  1386. }
  1387. .commentarea .menuarea {
  1388. background-color: #262626 !important;
  1389. }
  1390. .comments-page .panestack-title {
  1391. background-color: #262626 !important;
  1392. }
  1393. .listing-chooser {
  1394. background-color: #262626 !important;
  1395. }
  1396. .listing-chooser .intro {
  1397. background-color: #5e6263 !important;
  1398. color: #a6aaab !important;
  1399. }
  1400. .listing-chooser .grippy {
  1401. background-color: #262626 !important;
  1402. }
  1403. .listing-chooser .grippy:after {
  1404. border-right: none !important;
  1405. }
  1406. .listing-chooser li {
  1407. background-color: #2e2e2e !important;
  1408. }
  1409. .listing-chooser li.selected {
  1410. background-color: #5e6263 !important;
  1411. box-shadow: none;
  1412. }
  1413. .listing-chooser li a {
  1414. color: #909396 !important;
  1415. }
  1416. .listing-chooser li a .description {
  1417. color: #a6aaab !important;
  1418. }
  1419. .titlebox {
  1420. background-color: #2e2e2e !important;
  1421. }
  1422. .titlebox form.toggle {
  1423. background-color: #2e2e2e !important;
  1424. color: #909396 !important;
  1425. }
  1426. .side .usertext-body .md {
  1427. background-color: #2e2e2e !important;
  1428. }
  1429. .side {
  1430. background-color: #2e2e2e !important;
  1431. }
  1432. .sidebox .spacer {
  1433. background-color: #2e2e2e !important;
  1434. color: #a6aaab !important;
  1435. }
  1436. .tabmenu li a {
  1437. background-color: #2e2e2e !important;
  1438. }
  1439. #header-bottom-right {
  1440. background-color: #2e2e2e !important;
  1441. }
  1442. .morelink .nub {
  1443. background-color: #2e2e2e !important;
  1444. }
  1445. * {
  1446. border-color: #909396 !important;
  1447. }
  1448. a {
  1449. color: #ce4139 !important;
  1450. }
  1451. a:visited {
  1452. color: #b68800 !important;
  1453. }
  1454. body {
  1455. background-color: #262626 !important;
  1456. color: #909396 !important;
  1457. }
  1458. html {
  1459. background-color: #262626 !important;
  1460. }
  1461. input,
  1462. textarea {
  1463. background-color: #2e2e2e !important;
  1464. color: #909396 !important;
  1465. }
  1466. tr:hover,
  1467. blockquote,
  1468. pre {
  1469. background-color: #2e2e2e !important;
  1470. color: #909396 !important;
  1471. }
  1472. #toolMenu li {
  1473. background-color: #262626 !important;
  1474. }
  1475. .navPanel,
  1476. .navIntraTool {
  1477. background-color: #262626 !important;
  1478. }
  1479. .instruction,
  1480. .sakaiCopyrightInfo {
  1481. color: #909396 !important;
  1482. }
  1483. .listHier th {
  1484. background-color: #363636 !important;
  1485. }
  1486. ul.makeMenu {
  1487. background-color: #363636 !important;
  1488. border: 1px solid #363636 !important;
  1489. }
  1490. tr.external {
  1491. background-color: #363636 !important;
  1492. }
  1493. hr {
  1494. background-color: #363636 !important;
  1495. color: #363636 !important;
  1496. }
  1497. .bounty-indicator,
  1498. .bounty-indicator-tab {
  1499. background-color: #797fd4 !important;
  1500. }
  1501. .bottom-notice {
  1502. background-color: #2e2e2e !important;
  1503. }
  1504. .comments-link {
  1505. color: #598249 !important;
  1506. }
  1507. .page-numbers {
  1508. background-color: #598249 !important;
  1509. color: #b8bbbd !important;
  1510. }
  1511. .page-numbers.current {
  1512. background-color: #e05f27 !important;
  1513. color: #262626 !important;
  1514. }
  1515. .post-menu a {
  1516. color: #797fd4 !important;
  1517. }
  1518. .question-status {
  1519. background-color: #2e2e2e !important;
  1520. }
  1521. .bg-black-050 {
  1522. background-color: transparent !important;
  1523. }
  1524. .val-info {
  1525. background-color: transparent !important;
  1526. color: #909396 !important;
  1527. }
  1528. .s-label {
  1529. color: #909396 !important;
  1530. }
  1531. pre code {
  1532. background-color: #2e2e2e !important;
  1533. color: #a6aaab !important;
  1534. }
  1535. pre code .atn {
  1536. color: #2f7bde !important;
  1537. }
  1538. pre code .atv {
  1539. color: #15968d !important;
  1540. }
  1541. pre code .com {
  1542. color: #5e6263 !important;
  1543. }
  1544. pre code .kwd {
  1545. color: #598249 !important;
  1546. }
  1547. pre code .lit {
  1548. color: #a8366b !important;
  1549. }
  1550. pre code .pln,
  1551. pre code .pun {
  1552. color: #909396 !important;
  1553. }
  1554. pre code .str {
  1555. color: #15968d !important;
  1556. }
  1557. pre code .tag {
  1558. color: #598249 !important;
  1559. }
  1560. pre code .typ {
  1561. color: #b68800 !important;
  1562. }
  1563. #footer {
  1564. background-color: #323232 !important;
  1565. color: #909396 !important;
  1566. }
  1567. #footer #footer-sites th {
  1568. color: #a6aaab !important;
  1569. }
  1570. .top-footer-links a {
  1571. color: #598249 !important;
  1572. }
  1573. .so-header {
  1574. background-color: #363636 !important;
  1575. color: #a6aaab !important;
  1576. }
  1577. .so-header a {
  1578. color: #598249 !important;
  1579. }
  1580. .so-header .navigation .-list .-item :hover {
  1581. background-color: #598249 !important;
  1582. color: #d2d8d9 !important;
  1583. }
  1584. .topbar-dialog {
  1585. background-color: #262626 !important;
  1586. box-shadow: #5e6263 5px 5px 5px;
  1587. }
  1588. .topbar-dialog .current-site-container {
  1589. background-color: #262626 !important;
  1590. }
  1591. .topbar-dialog .header {
  1592. background-color: #2e2e2e !important;
  1593. }
  1594. .topbar-dialog .header a {
  1595. color: #a6aaab !important;
  1596. }
  1597. .topbar-dialog .site-link {
  1598. color: #a6aaab !important;
  1599. }
  1600. #header {
  1601. background-color: #363636 !important;
  1602. }
  1603. #question-header .question-hyperlink {
  1604. color: #a6aaab !important;
  1605. }
  1606. #hlogo a {
  1607. filter: opacity(75%);
  1608. }
  1609. .new-post-activity {
  1610. background-color: #2e2e2e !important;
  1611. }
  1612. .tagged-interesting {
  1613. background-color: #363636 !important;
  1614. }
  1615. div.answered-accepted {
  1616. background-color: #598249 !important;
  1617. color: #b8bbbd !important;
  1618. }
  1619. div.answered-accepted .mini-counts {
  1620. background-color: #598249 !important;
  1621. color: #b8bbbd !important;
  1622. }
  1623. .answered .mini-counts span {
  1624. color: #598249 !important;
  1625. }
  1626. .unanswered .mini-counts span {
  1627. color: #909396 !important;
  1628. }
  1629. #hot-network-questions a {
  1630. color: #15968d !important;
  1631. }
  1632. #hot-network-questions h4 a.js-gps-track {
  1633. color: #a6aaab !important;
  1634. }
  1635. #sidebar .community-bulletin .bulletin-item-content a {
  1636. color: #a6aaab !important;
  1637. }
  1638. #sidebar .module.community-bulletin {
  1639. background-color: #2e2e2e !important;
  1640. color: #a6aaab !important;
  1641. }
  1642. #sidebar .question-hyperlink {
  1643. color: #15968d !important;
  1644. }
  1645. .newuser {
  1646. background-color: #2e2e2e !important;
  1647. color: #a6aaab !important;
  1648. }
  1649. .label-key {
  1650. color: #909396 !important;
  1651. }
  1652. .label-key b {
  1653. color: #a6aaab !important;
  1654. }
  1655. #h-chat-link {
  1656. color: #a6aaab !important;
  1657. }
  1658. .ad502-room {
  1659. background-color: #2e2e2e !important;
  1660. box-shadow: #5e6263 0px 1px 3px;
  1661. color: #a6aaab !important;
  1662. }
  1663. #tabs a {
  1664. background-color: transparent !important;
  1665. background-image: linear-gradient(to bottom, #262626, #2e2e2e);
  1666. color: #a6aaab !important;
  1667. }
  1668. #tabs a.youarehere {
  1669. background-image: linear-gradient(to bottom, #e05f27, #262626);
  1670. color: #d2d8d9 !important;
  1671. }
  1672. .post-tag {
  1673. background-color: #5e6263 !important;
  1674. color: #262626 !important;
  1675. }
  1676. .post-tag::before {
  1677. background-color: #262626 !important;
  1678. }
  1679. a.comment-user.owner {
  1680. background-color: #598249 !important;
  1681. color: #b8bbbd !important;
  1682. }
  1683. .post-signature {
  1684. background-color: #2e2e2e !important;
  1685. color: #a6aaab !important;
  1686. }
  1687. .post-signature a {
  1688. color: #15968d !important;
  1689. }
  1690. .post-signature.owner .user-info .user-details a {
  1691. color: #598249 !important;
  1692. }
  1693. .post-signature span.relativetime {
  1694. color: #a6aaab !important;
  1695. }
  1696. .vote {
  1697. background-color: #2e2e2e !important;
  1698. }
  1699. .vote .star-off {
  1700. filter: opacity(75%);
  1701. }
  1702. .vote .star-on {
  1703. filter: opacity(50%) !important;
  1704. }
  1705. .vote .vote-down-off,
  1706. .vote .vote-up-off {
  1707. filter: opacity(50%);
  1708. }
  1709. .answer-votes {
  1710. background-color: #5e6263 !important;
  1711. color: #262626 !important;
  1712. }