anagrammar

Untitled

Jan 18th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.67 KB | None | 0 0
  1. .editorbuttonbar {
  2. display: block!important;
  3. }
  4.  
  5. #action {
  6. box-shadow: inset 0 0 0 1px hsl(0, 0%, 7%), 0 0 0 1px hsl(0, 0%, 7%)!important;
  7. border: 1px solid hsl(0, 0%, 22%)!important;
  8. box-sizing: border-box !important;
  9. padding: 1px!important;
  10. margin: 1px!important;
  11. }
  12.  
  13. html,
  14. .actiontable,
  15. .settingsth_a,
  16. .ask_action_buttons a,
  17. a .footer a,
  18. .footer,
  19. .script_tab_head *,
  20. .editormenubar,
  21. .section_head,
  22. .section_content,
  23. .script_details,
  24. .curtable,
  25. .scripttr,
  26. .settingstr *,
  27. .head_container *,
  28. .viewer_upper *,
  29. .viewer_last *,
  30. .curwaitmsg *,
  31. .external_desc,
  32. .external_label,
  33. .script_desc {
  34. color: hsl(0, 0%, 66%)
  35. }
  36.  
  37. .actiontable .script_name {
  38. max-width: 100% !important;
  39. padding: 0!important;
  40. }
  41.  
  42. .actionpostr > .actionpostd:not(:first-of-type) {
  43. box-shadow: -1px 0 0 0 hsl(0, 0%, 7%), -2px 0 0 0 hsl(0, 0%, 22%), -3px 0 0 0 hsl(0, 0%, 7%)!important;
  44. }
  45.  
  46. .actiontable table > tr.scriptmenu > td:nth-child(1) {
  47. display: none!important;
  48. }
  49.  
  50. .actiontable table > tr.scriptmenu > td:nth-child(2) {
  51. width: 100%!important;
  52. padding: 0 0 0 2.3em!important;
  53. box-sizing: border-box!important;
  54. }
  55.  
  56. .show_scriptmenu > tr:first-of-type > td {
  57. box-shadow: none !important
  58. }
  59.  
  60. .actionpostd:only-of-type .actiontable table > tr:not(.scriptmenu) > td {
  61. box-shadow: inset 0 1px 0 0 #000, inset 0 2px 0 0 hsl(0, 0%, 22%), 0 1px 0 0 #000, 0 2px 0 0 hsl(0, 0%, 22%)
  62. }
  63.  
  64. .actiontable table > tr:not(.scriptmenu) > td,
  65. .actiontable table > tr.scriptmenu:last-child > td {
  66. box-shadow: 0 1px 0 0 #000, 0 2px 0 0 hsl(0, 0%, 22%)
  67. }
  68.  
  69. .actionpostr > .actionpostd:nth-of-type(2) .actiontable > tr:nth-child(odd) table > tr,
  70. .actionpostr > .actionpostd:nth-of-type(3) .actiontable > tr:nth-child(even) table > tr,
  71. .actionpostr > .actionpostd:only-of-type > .actionregion .actiontable > tr:nth-child(odd) table > tr {
  72. background-color: hsla(0, 0%, 0%, .2) !important;
  73. }
  74.  
  75. .scriptmenu {
  76. background-color: transparent!important;
  77. }
  78.  
  79. .scripttable tr.multiscrolling {
  80. box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 40%, .3) !important;
  81. border-top: 0 !important;
  82. border-bottom: 1px solid #000 !important
  83. }
  84.  
  85. .settingsth {
  86. font-weight: normal !important
  87. }
  88.  
  89. .optiondesc {
  90. font-weight: normal !important;
  91. margin-right: 4px !important
  92. }
  93.  
  94. .submenu,
  95. .submenulist {
  96. background-color: hsl(0, 0%, 12%) !important;
  97. border: 1px solid hsl(0, 0%, 24%) !important;
  98. box-shadow: 0 0 0 1px hsl(0, 0%, 0%) !important
  99. }
  100.  
  101. .submenu hr {
  102. border-style: solid !important;
  103. box-shadow: 0 1px 0 0 hsla(0, 0%, 40%, .3) !important;
  104. border-width: 0 0 1px !important
  105. }
  106.  
  107. .submenu tr.entry > .label,
  108. .submenu tr.entry i:before,
  109. .editormenu li > label {
  110. color: hsl(0, 0%, 80%) !important
  111. }
  112.  
  113. .editormenu li > label {
  114. transition: color .3s !important
  115. }
  116.  
  117. .submenu tr.entry:hover > .label,
  118. .submenu tr.entry:hover i:before,
  119. .editormenu li:hover > label {
  120. color: hsl(0, 0%, 100%) !important
  121. }
  122.  
  123. .tv {
  124. width: calc(100% + 1px) !important
  125. }
  126.  
  127. html {
  128. overflow-x: hidden !important
  129. }
  130.  
  131. .head_container img {
  132. -webkit-filter: invert(1)grayscale(1)brightness(2);
  133. filter: invert(1)grayscale(1)brightness(2)!important;
  134. opacity: .7!important;
  135. transition: opacity .3s!important;
  136. will-change: opacity;
  137. }
  138.  
  139. .head_container a:hover img {
  140. opacity: 1!important;
  141. }
  142.  
  143. .global_hint_notice > *,
  144. .global_hint_information > *,
  145. .global_hint_warning > * {
  146. background: linear-gradient(hsl(0, 0%, 20%), hsl(0, 0%, 12%)) !important;
  147. }
  148.  
  149. .global_hint_notice,
  150. .global_hint_information,
  151. .global_hint_warning {
  152. border-bottom: 1px solid hsl(0,0%,26%)!important;
  153. }
  154.  
  155. .global_hint_notice *,
  156. .global_hint_information *,
  157. .global_hint_warning > * {
  158. color: hsl(0, 0%, 90%) !important
  159. }
  160.  
  161. .head_container {
  162. background: hsl(0, 0%, 20%) !important;
  163. box-shadow: inset 0 -2px 0 0 hsl(0, 0%, 26%) !important
  164. }
  165.  
  166. .editormenu li label {
  167. line-height: 1.4em !important
  168. }
  169.  
  170. .editormenu li {
  171. border-top: solid 1px transparent !important;
  172. transition: border-color .3s !important
  173. }
  174.  
  175. .editormenu li:hover {
  176. border-color: hsl(0, 0%, 50%) !important
  177. }
  178.  
  179. .editormenu {
  180. background-color: hsl(0, 0%, 12%) !important;
  181. border-top: 1px solid hsl(0, 0%, 0%) !important;
  182. box-shadow: inset 0 1px 0 0 hsla(0, 0%, 40%, .3) !important
  183. }
  184.  
  185. .tv_tab_close {
  186. margin-top: -4px !important
  187. }
  188.  
  189. .modified .tv_tab_close {
  190. margin-top: -3px !important
  191. }
  192.  
  193. .editor_container_o {
  194. border: 0 !important
  195. }
  196.  
  197. .editor_border {
  198. border-style: solid !important;
  199. border-width: 1px 0 !important;
  200. border-radius: 0 !important
  201. }
  202.  
  203. body.default .tv_tab > div {
  204. margin-top: 2px !important
  205. }
  206.  
  207. body.default .tv_tab.tv_selected,
  208. body.default .tv_tab:hover {
  209. background: hsl(0, 0%, 24%) !important;
  210. box-shadow: inset 0 0 0 1px hsl(0, 0%, 60%), inset 0 2px 4px hsla(0, 0%, 56%, .9), inset 0 0 0 0 hsla(0, 0%, 56%, .3) !important;
  211. color: hsl(0, 0%, 90%) !important;
  212. text-shadow: none !important
  213. }
  214.  
  215. body.default .tv_tab {
  216. background: hsl(0, 0%, 20%) !important;
  217. box-shadow: inset 0 0 0 1px hsl(0, 0%, 44%), inset 0 2px 4px hsla(0, 0%, 40%, .9), inset 0 0 0 0 hsla(0, 0%, 40%, .3) !important;
  218. color: hsl(0, 0%, 66%) !important;
  219. transition: background .3s, box-shadow .3s, color .3s !important;
  220. border-color:hsl(0,0%,0%)!important;
  221. border-radius:3px!important;
  222. z-index:0!important;
  223. }
  224.  
  225. body.default .tv_tab:not(.tv_selected):not(:hover) * {
  226. text-shadow: 1px 1px 2px #000 !important
  227. }
  228.  
  229. body.default .tv_tab * {
  230. color: hsl(0, 0%, 66%) !important;
  231. transition: color .3s !important;
  232. letter-spacing: .5px
  233. }
  234.  
  235. body .tv_tab.tv_selected *,
  236. body.default .tv_tab:hover * {
  237. color: hsl(0, 0%, 90%) !important
  238. }
  239.  
  240. body .tv_selected {
  241. cursor: default !important;
  242. border-color:hsl(0,0%,0%)!important;
  243. }
  244.  
  245. .default .tv_tab:before,.default .tv_tab:after{display:none!important;}
  246.  
  247. .head_icon > img {
  248. margin: 0 -.2em -0.4em !important
  249. }
  250.  
  251. img[title="Edit"],
  252. img[title="Delete"],
  253. img[src$="txt.png"],
  254. .icon16[src*="domain=github.com"],
  255. .icon16[alt="gh"] {
  256. -webkit-filter: invert(1);
  257. filter: invert(1)
  258. }
  259.  
  260. img[src$="txt.png"].nameNicon64 {
  261. -webkit-filter: invert(.9);
  262. filter: invert(.9)
  263. }
  264.  
  265. a,
  266. a *,
  267. .clickable,
  268. .clickable * {
  269. color: hsl(0, 0%, 80%) !important;
  270. transition: color .3s, background-color .3s !important
  271. }
  272.  
  273. a:hover,
  274. a:hover *,
  275. .clickable:hover,
  276. .clickable:hover *,
  277. .scripttable .clickable:hover .greyed,
  278. .actiontable table > tr > td:nth-child(2) > .not_executed:hover * {
  279. color: hsl(0, 0%, 100%) !important
  280. }
  281.  
  282. .scripttable tr.multiselectreplaced,
  283. .scripttable tr:nth-of-type(4),
  284. .scripttable tr:nth-of-type(4) ~ tr:nth-child(even) {
  285. background-color: hsla(0, 0%, 0%, .1) !important
  286. }
  287.  
  288. .scripttable tr:nth-of-type(4)[style="display: none;"] ~ tr:nth-child(odd) {
  289. background-color: hsla(0, 0%, 0%, .1) !important
  290. }
  291.  
  292. .scripttable tr:nth-of-type(4)[style="display: none;"] ~ tr:nth-child(even) {
  293. background-color: hsl(0, 0%, 14%) !important
  294. }
  295.  
  296. .scripttable tr:nth-of-type(3)[style="display: none;"] ~ tr:nth-child(odd) {
  297. background-color: hsla(0, 0%, 0%, .1) !important
  298. }
  299.  
  300. .scripttable tr:nth-of-type(3)[style="display: none;"] ~ tr:nth-child(even) {
  301. background-color: hsl(0, 0%, 14%) !important
  302. }
  303.  
  304. .scripttable td {
  305. padding: 2px 5px !important
  306. }
  307.  
  308. .scripttable td:last-child {
  309. padding: 2px 16px 2px 5px !important
  310. }
  311.  
  312. .scripttable td i {
  313. margin-top: 3px!important;
  314. }
  315.  
  316. .scripttable > tbody > tr > td,
  317. .scripttr .script_name > span > * {
  318. vertical-align: middle!important
  319. }
  320.  
  321. .scripttable > tbody > tr > td:not(.script_name) > span,
  322. .scripttable > thead > tr > th > * {
  323. position: relative!important;
  324. top: 1px!important;
  325. }
  326.  
  327. .scripttable > thead > tr.multiselectreplaced > th:nth-child(5) > a {
  328. left: -14px;
  329. }
  330.  
  331. .scripttable > thead > tr.multiselectrow > th > div,
  332. .scripttable > thead > tr.multiselectrow > th > input[type="checkbox"] {
  333. top: 2px!important;
  334. }
  335.  
  336. img + .nameNname16 {
  337. position: relative!important;
  338. top: 2px!important;
  339. }
  340.  
  341. .scripttable td .icon16 + .icon16,
  342. .scripttable td a[target="_blank"] + a[target="_blank"] {
  343. margin-left: .2em;
  344. }
  345.  
  346. .scripttable .clickable .greyed,
  347. .actiontable table > tr > td:nth-child(2) > .not_executed * {
  348. color: hsl(0, 0%, 50%) !important
  349. }
  350.  
  351. .actiontable tr:hover {
  352. background-color: transparent !important
  353. }
  354.  
  355. html {
  356. background: hsl(0, 0%, 14%) !important;
  357. text-rendering: optimizeLegibility !important;
  358. -webkit-font-smoothing: antialiased !important
  359. }
  360.  
  361. .ask_action_buttons a,
  362. .footer a,
  363. .settingstr a {
  364. font-weight: bold
  365. }
  366.  
  367. body,
  368. body .tv_contents,
  369. .tr_content,
  370. .tv_content,
  371. .editor_border,
  372. .editor_outer,
  373. .curwaitmsg {
  374. background: hsl(0, 0%, 14%) !important
  375. }
  376.  
  377. .curtext {
  378. color: inherit !important
  379. }
  380.  
  381. .actionlayout {
  382. background: hsl(0, 0%, 14%) !important
  383. }
  384.  
  385. .tr_tabs_alt {
  386. background: hsl(0, 0%, 13%) !important
  387. }
  388.  
  389. .viewer_bottom_tab .tr_tabs_alt {
  390. background: transparent !important
  391. }
  392.  
  393. .tr_tabs:not(.tr_tabs_alt) {
  394. background: hsl(0, 0%, 14%) !important;
  395. border: 0 !important;
  396. border-top: 1px solid #000 !important
  397. }
  398.  
  399. .scripttable {
  400. margin-top: 0 !important
  401. }
  402.  
  403. .tr_content {
  404. border: 0 !important
  405. }
  406.  
  407. * {
  408. border-color: hsl(0, 0%, 0%) !important;
  409. outline: none !important
  410. }
  411.  
  412. input,
  413. textarea {
  414. background: hsl(0, 0%, 12%) !important;
  415. border: 1px solid hsl(0, 0%, 0%) !important;
  416. box-shadow: 0 0 2px 0 hsl(0, 0%, 40%) !important;
  417. color: hsl(0, 0%, 76%) !important;
  418. transition: background .3s, box-shadow .3s !important
  419. }
  420.  
  421. input:hover,
  422. textarea:hover,
  423. input:focus,
  424. textarea:focus {
  425. background: hsl(0, 0%, 11%) !important;
  426. box-shadow: 0 0 2px 0 hsl(0, 0%, 60%) !important
  427. }
  428.  
  429. select {
  430. -moz-appearance: none !important;
  431. -webkit-appearance: none !important;
  432. border: 1px solid hsl(0, 0%, 32%)!important;
  433. border-top-color: hsl(0, 0%, 36%)!important;
  434. box-shadow: 0 1px 1px hsla(0, 0%, 0%, .5)!important;
  435. transition: color .3s, background-color .3s, background-image .3s, border-color .3s!important;
  436. color: hsl(0, 0%, 76%)!important;
  437. background-color: hsl(0, 0%, 12%)!important;
  438. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAMAAADJ2y/JAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURQAAALi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uFCsYYkAAAAKdFJOUwDh0VY1iJ3rwnPbI9nwAAAAK0lEQVQI1yXGyQEAIAwCQUISD/ovWNR5sKAYxgKGrGFTilu0tN8B1y8yPQcScwCSfpOCmgAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAeCAYAAAAGos/EAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gINFiccyZ2qfAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAb0lEQVQY012OwQ3CUAzFnNeMAfsv1hk4VDTm0H6ByMmyLL2U+lRowKobwAVFEEWbwqKIIGDXBTQqBU3VbWYk0CTLIAxNEHI1s5oAYXAYm2AIfZ64Ab1ta4s/yHv908twHB5gqf0Tvyg1l9l3efC9Dw0XRC2vHIXXAAAAAElFTkSuQmCC)!important;
  439. background-position: center right 4px, left!important;
  440. background-repeat: no-repeat, repeat-x;
  441. padding: 0 16px 0 4px !important;
  442. }
  443.  
  444. select:hover,
  445. select:focus {
  446. -moz-appearance: none !important;
  447. -webkit-appearance: none !important;
  448. border-color: hsl(0, 0%, 42%)!important;
  449. border-top-color: hsl(0, 0%, 46%)!important;
  450. background-color: hsl(0, 0%, 16%)!important;
  451. padding: 0 16px 0 4px !important;
  452. color: hsl(0, 0%, 90%)!important;
  453. }
  454.  
  455. div.cludes select {
  456. background-image: none!important;
  457. background-color: hsl(0, 0%, 12%) !important;
  458. border: 1px solid hsl(0, 0%, 40%)!important;
  459. border-top-color: hsl(0, 0%, 40%)!important;
  460. }
  461.  
  462. div.cludes select:hover,
  463. div.cludes select:focus {
  464. background-image: none!important;
  465. background-color: hsl(0, 0%, 11%) !important;
  466. border-color: hsl(0, 0%, 60%)!important;
  467. border-top-color: hsl(0, 0%, 60%)!important;
  468. }
  469.  
  470. select option {
  471. color: hsl(0, 0%, 80%) !important
  472. }
  473.  
  474. ::selection {
  475. color: hsl(0, 0%, 86%)!important;
  476. background-color: hsl(180, 50%, 30%)!important;
  477. }
  478.  
  479. input[type="checkbox"] {
  480. margin: -2px 4px 0 2px !important;
  481. box-shadow: none !important;
  482. -webkit-appearance: none !important;
  483. border: 1px solid hsl(0, 0%, 50%) !important;
  484. height: 12px !important;
  485. width: 12px !important;
  486. border-radius: 1px !important;
  487. background-color: hsl(0, 0%, 12%) !important;
  488. transition: background-color .3s, border-color .3s !important
  489. }
  490.  
  491. input[type="checkbox"]:hover {
  492. background-color: hsl(0, 0%, 16%) !important;
  493. border-color: hsl(0, 0%, 70%) !important
  494. }
  495.  
  496. input[type="checkbox"]:checked:before {
  497. content: "";
  498. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgTFwEsUbo5YAAAAHRJREFUGNOtkLENwlAMBc+0v2cAluD3oWYJlJ5sgjJF+iwRBkp9NA4KFEGKeNLrzmfL8I+orVoBDhtQBa7AZctU1CFbPozqccV2QAEeETG/QbUFevWUK8/AMyKmZTISbIA7MK+st8X2fVejjtn66x01z9ifFxsCQ1amlipGAAAAAElFTkSuQmCC)no-repeat;
  499. position: absolute;
  500. height: 10px !important;
  501. width: 10px !important;
  502. transition: background .3s
  503. }
  504.  
  505. input[type="checkbox"]:checked:hover:before {
  506. content: "";
  507. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgTFiUR+fj+4AAAAFNJREFUGNNjYKAG+P///4T///8HEFIU8B8CNuBTJPD////3//////D//38BdEkFJPYGqGkB2Nzy/v///wZ4rfz//38CVPI9TiuxKP5PrE8nUBSmALjXbxrC56mQAAAAAElFTkSuQmCC)no-repeat
  508. }
  509.  
  510. .scripttr .settingstd input[type="checkbox"] {
  511. margin: 4px 0 0 2px !important
  512. }
  513.  
  514. .scripttable tr {
  515. background-color: hsl(0, 0%, 14%) !important;
  516. border-width: 1px 0 0 0 !important;
  517. border-color: transparent!important;
  518. color: hsl(0, 0%, 70%) !important
  519. }
  520.  
  521. .section,
  522. .actiontable,
  523. .settingstr {
  524. background: none !important;
  525. border: 0 !important;
  526. color: hsl(0, 0%, 70%) !important
  527. }
  528.  
  529. .scripttable tr > td,
  530. .scripttable tr > th,
  531. .section {
  532. box-shadow: inset 0 1px 0 0 #000, inset 0 2px 0 0 hsl(0, 0%, 21%)
  533. }
  534.  
  535. .section {
  536. box-shadow: inset 0 1px 0 0 #000, inset 0 2px 0 0 hsl(0, 0%, 22%)
  537. }
  538.  
  539. button,
  540. input[type="button"],
  541. .button {
  542. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAoCAQAAAB+iOP/AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhCBkTHDNLahAxAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABhSURBVAjXVcpLCgIxAATRl9gITmblxlt4/2t4B28g+Blh4sIh6Kaopqv0M1mR7s/GrKuu0mVBFmWAvMfxQp7IfeCBXLCrp6vcdNkjR6QpMiEHNmu6NGQemBSZ9c3at/uNP/cTHeX/1YOFAAAAAElFTkSuQmCC) !important;
  543. height: unset !important;
  544. background-color: hsl(0, 0%, 9%) !important;
  545. background-repeat: repeat-x !important;
  546. background-size: auto 100% !important;
  547. background-position: center !important;
  548. border: 1px solid hsl(0, 0%, 42%) !important;
  549. border-radius: 1px !important;
  550. box-shadow: 0 0 0 1px #000 !important;
  551. color: hsl(0, 0%, 86%) !important;
  552. font: 13.3333px Arial !important;
  553. text-shadow: none !important;
  554. transition: background-image .3s, background-color .3s, border-color .3s, color .3s !important
  555. }
  556.  
  557. button:hover,
  558. input[type="button"]:hover,
  559. .button:hover {
  560. background-color: hsl(0, 0%, 14%) !important;
  561. border-color: hsl(0, 0%, 52%) !important;
  562. color: hsl(0, 0%, 96%) !important
  563. }
  564.  
  565. button *,
  566. input[type="button"] *,
  567. .button * {
  568. color: hsl(0, 0%, 86%) !important;
  569. transition: color .3s !important
  570. }
  571.  
  572. button:hover *,
  573. input[type="button"]:hover *,
  574. .button:hover * {
  575. color: hsl(0, 0%, 96%) !important
  576. }
  577.  
  578. .ask_action_buttons .button,
  579. input[name="Factory Reset"],
  580. input[name="Restart Tampermonkey"] {
  581. padding: 5px 12px !important
  582. }
  583.  
  584. button i {
  585. margin: 1px 0 -1px!important;
  586. }
  587.  
  588. .editorbuttonbar {
  589. background-color: hsl(0, 0%, 13%)!important;
  590. }
  591.  
  592. .ask_action_buttons .connect,
  593. .ask_action_buttons .connect_misc {
  594. box-shadow: inset 0 3px 0 0 hsl(0, 0%, 22%), inset 0 10px 0 4px hsl(0, 0%, 24%), inset 0 -3px 0 0 hsl(0, 0%, 18%) !important;
  595. background-color: hsl(0, 0%, 15%) !important
  596. }
  597.  
  598. .ask_action_buttons .connect:hover,
  599. .ask_action_buttons .connect_misc:hover {
  600. box-shadow: inset 0 3px 0 0 hsl(0, 0%, 28%), inset 0 10px 0 4px hsl(0, 0%, 30%), inset 0 -3px 0 0 hsl(0, 0%, 24%) !important;
  601. background-color: hsl(0, 0%, 19%) !important
  602. }
  603.  
  604. button.imgbutton,
  605. .editorbuttonbar input.button {
  606. height: 24px !important
  607. }
  608.  
  609. .editorbuttonbar input.button {
  610. cursor: pointer !important
  611. }
  612.  
  613. .script_tab_head {
  614. background: linear-gradient(hsl(0, 0%, 18%), hsl(0, 0%, 13%)) !important;
  615. border-top: 1px solid #000;
  616. box-shadow: inset 0 2px 0 0 hsla(0, 0%, 40%, .3) !important
  617. }
  618.  
  619. .icon16 {
  620. background: radial-gradient(circle at center, rgba(255, 255, 255, 0.17) 20%, rgba(255, 255, 255, 0) 80%)
  621. }
  622.  
  623. .nameNOicon16 {
  624. background: unset !important
  625. }
  626.  
  627. .footer {
  628. display: block !important;
  629. font-size: 90%;
  630. border: 0 !important;
  631. padding: 0 4px !important;
  632. background: hsl(0, 0%, 10%) !important
  633. }
  634.  
  635. .footer a {
  636. display: inline-block !important;
  637. padding: 6px 0 !important;
  638. color: hsl(180, 36%, 60%) !important;
  639. transition: color .3s !important
  640. }
  641.  
  642. .footer a:hover {
  643. color: hsl(180, 50%, 74%) !important
  644. }
  645.  
  646. .scripttable {
  647. margin-bottom: 2px !important;
  648. border-bottom: 1px solid #000 !important;
  649. box-shadow: 0 1px 0 0 hsla(0, 0%, 40%, .3) !important
  650. }
  651.  
  652. .curwaitmsg,
  653. .curwaithead {
  654. border: 0 !important
  655. }
  656.  
  657. .curcontainer {
  658. border: 1px solid hsl(0, 0%, 24%) !important;
  659. box-shadow: 0 0 0 1px hsl(0, 0%, 0%) !important;
  660. display: table !important
  661. }
  662.  
  663. .curwaithead {
  664. background-color: hsl(0, 0%, 18%) !important
  665. }
  666.  
  667. .actiontable[class*="at_scripts"] table,
  668. .actiontable:not([class*="at_scripts"]),
  669. .actiontable.at_scripts_new {
  670. display: flex !important;
  671. flex-direction: column !important
  672. }
  673.  
  674. .actiontable[class*="at_scripts"] table > tr,
  675. .actiontable:not([class*="at_scripts"]) > tr,
  676. .actiontable.at_scripts_new > tr {
  677. position: relative !important;
  678. height: 30px !important;
  679. align-items: center !important
  680. }
  681.  
  682. .actiontable table > tr:not(.scriptmenu),
  683. .actiontable table.show_scriptmenu > tr.scriptmenu,
  684. .actiontable:not([class*="at_scripts"]) > tr,
  685. .actiontable.at_scripts_new > tr {
  686. display: inline-flex !important;
  687. }
  688.  
  689. .actiontable .actionenablercol {
  690. padding: 0 !important;
  691. text-align: center !important;
  692. height: 30px !important
  693. }
  694.  
  695. .actiontable table > tr > td:nth-child(3) {
  696. padding: 0 !important
  697. }
  698.  
  699. .actiontable table > tr > td:nth-child(3) i {
  700. min-width: unset !important;
  701. width: 20px !important;
  702. height: 100% !important;
  703. justify-content: center !important;
  704. align-items: center !important
  705. }
  706.  
  707. .actionenablercol .fa-minus,
  708. .actionenablercol .fa-plus {
  709. display: none!important;
  710. }
  711.  
  712. div[class="actionenablercol enabled"] .fa-minus,
  713. div[class="actionenablercol"] .fa-plus {
  714. display: inline-flex!important;
  715. }
  716.  
  717. .actiontable table > tr > td {
  718. display: inline-flex !important;
  719. height: 100%!important;
  720. align-items: center!important;
  721. }
  722.  
  723. .actiontable table > tr > td:nth-child(1) {
  724. justify-content: center !important;
  725. pointer-events: none !important
  726. }
  727.  
  728. .actiontable table > tr > td:nth-child(2),
  729. .actiontable table > tr > td:nth-child(2) > div {
  730. flex-grow: 1 !important;
  731. text-overflow: ellipsis;
  732. white-space: nowrap;
  733. overflow: hidden
  734. }
  735.  
  736. .actiontable table > tr > td:nth-child(2) {
  737. max-width: unset!important;
  738. }
  739.  
  740. .actiontable table > tr > td:nth-child(2) > div {
  741. max-width: 400px!important;
  742. }
  743.  
  744. .actiontable table > tr.scriptmenu > td:nth-child(2) > span {
  745. max-width: 394px!important;
  746. }
  747.  
  748. .actionpostr > .actionpostd:nth-of-type(2) .actiontable table > tr > td:nth-child(2) > div {
  749. max-width: 300px!important;
  750. }
  751.  
  752. .actionpostr > .actionpostd:nth-of-type(2) .actiontable table > tr.scriptmenu > td:nth-child(2) > span {
  753. max-width: 294px!important;
  754. }
  755.  
  756. .actionpostr > .actionpostd:nth-of-type(2):nth-last-of-type(2) .actiontable table > tr > td:nth-child(2) > div,
  757. .actionpostr > .actionpostd:nth-of-type(3) .actiontable table > tr > td:nth-child(2) > div {
  758. max-width: 200px!important;
  759. padding-right: 4px;
  760. box-sizing: border-box;
  761. }
  762.  
  763. .actionpostr > .actionpostd:nth-of-type(2):nth-last-of-type(2) .actiontable table > tr.scriptmenu > td:nth-child(2) > span,
  764. .actionpostr > .actionpostd:nth-of-type(3) .actiontable table > tr.scriptmenu > td:nth-child(2) > span {
  765. max-width: 194px!important;
  766. padding-right: 4px;
  767. box-sizing: border-box;
  768. }
  769.  
  770. .actiontable td .far:not(.fa-plus):not(.fa-minus),
  771. .actiontable td .enabler {
  772. margin-top: 2px!important;
  773. }
  774.  
  775. .actiontable table > tr > td:nth-child(2) > div > div {
  776. width: 100% !important;
  777. text-overflow: ellipsis;
  778. white-space: nowrap;
  779. overflow: hidden
  780. }
  781.  
  782. .actiontable table > tr.scriptmenu > td:nth-child(2) > span {
  783. width: 100% !important;
  784. text-overflow: ellipsis;
  785. white-space: nowrap;
  786. overflow: hidden
  787. }
  788.  
  789. .actiontable table > tr > td:nth-child(2) > div,
  790. .actiontable table > tr.scriptmenu > td:nth-child(2) {
  791. overflow: hidden !important
  792. }
  793.  
  794. .actiontable table > tr > td:nth-child(2) > div > div {
  795. overflow: hidden !important;
  796. text-overflow: ellipsis !important
  797. }
  798.  
  799. .actiontable table > tr > td:nth-child(2) > div::before {
  800. content: '';
  801. position: absolute;
  802. left: 0;
  803. top: -1px;
  804. height: calc(100% + 1px) !important;
  805. width: 100% !important
  806. }
  807.  
  808. .editormenu > li {
  809. padding: .3em .5em .1em 0 !important
  810. }
  811.  
  812. .scripttable > tbody > tr:hover {
  813. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABACAQAAACaL27IAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhBx4ELRgnZfReAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABTSURBVBjTbYxBEsAgCAMXzEv6iv7/XaK9tIxYLzshCbH7AjVAShjFawcIkFflhwGvK1bLrZzOv+dkMAENQJHeyCASo+INbC33/WOuZxwq23z/1APvEB9V/3sxCQAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABACAMAAAAH+FZxAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURSQkJFXV1pEAAAAMSURBVAjXY2AY2gAAAMAAAUoig10AAAAASUVORK5CYII=) !important;
  814. background-size: auto 100% !important;
  815. background-repeat: repeat-x !important
  816. }
  817.  
  818. .submenu tr.entry:not(.sep) *,
  819. .submenu tr.entry i:before,
  820. .actiontable tr.clickable *,
  821. .actiontable table > tr * {
  822. transition: color .2s !important
  823. }
  824.  
  825. .submenu tr.entry:not(.sep) *,
  826. .enabler i,
  827. .scripttable tr .orange,
  828. .scripttable tr .blue,
  829. .scripttable tr .grey {
  830. cursor: default !important
  831. }
  832.  
  833. .submenu tr.entry:not(.sep),
  834. .actiontable table > tr,
  835. .actiontable > tr.clickable {
  836. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAAcCAYAAAAk9/CnAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gMPChU6dLXA3wAAACxJREFUeNrtwQEBAAAAgiD/r25IQAEAAAAAAAAAAAAAAAAAAAAAAAAAAMCXAVecAAGSXtY7AAAAAElFTkSuQmCC) !important;
  837. background-repeat: no-repeat !important;
  838. background-size: 100% 100% !important;
  839. background-color: transparent!important;
  840. transition: background-color .2s, background-image .2s !important
  841. }
  842.  
  843. .submenu tr.entry:not(.sep):hover,
  844. .actiontable table > tr:hover,
  845. .actiontable > tr.clickable:hover {
  846. background-image: url(data:image/png;base64,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) !important;
  847. }
  848.  
  849. #tr_Tm8gc2NyaXB0IGlzIHJ1bm5pbmdfdW5kZWZpbmVk_outer * {
  850. color: hsl(12, 64%, 54%) !important;
  851. }
  852.  
  853. #tr_Tm8gc2NyaXB0IGlzIHJ1bm5pbmdfdW5kZWZpbmVk_outer {
  854. background: none!important;
  855. }
  856.  
  857. @supports(display:-moz-box) {
  858. /* bg-image transitions don't work in FF so we remove them and accompanying transitions for those elements */
  859. .submenu tr.entry:not(.sep),
  860. .actiontable table > tr,
  861. .actiontable > tr.clickable,
  862. .submenu tr.entry:not(.sep) *,
  863. .submenu tr.entry i:before,
  864. .actiontable tr.clickable *,
  865. .actiontable table > tr * {
  866. transition: none!important;
  867. }
  868.  
  869. button,
  870. input[type="button"],
  871. .button {
  872. padding: 1px 3px !important;
  873. font-size: 13px !important;
  874. line-height: 13px !important;
  875. -moz-appearance: none !important;
  876. font-weight: bold !important
  877. }
  878.  
  879. .ask_action_buttons .button,
  880. input[name="Factory Reset"],
  881. input[name="Restart Tampermonkey"] {
  882. padding: 5px 8px !important
  883. }
  884.  
  885. .Codemirror * {
  886. font-weight: bold !important
  887. }
  888.  
  889. ::-moz-selection {
  890. color: hsl(0, 0%, 86%)!important;
  891. background-color: hsl(180, 50%, 20%)!important;
  892. }
  893.  
  894. input[type="checkbox"] {
  895. filter: invert(.85)grayscale(1)
  896. }
  897. }
  898.  
  899. @supports(display:-moz-box) and (display:flow-root) {
  900. input[type="checkbox"] {
  901. filter: none!important;
  902. }
  903.  
  904. .editorbuttonbar input.button {
  905. line-height: 20px !important;
  906. }
  907.  
  908. button,
  909. input[type="button"],
  910. .button {
  911. padding: 2px 5px !important
  912. }
  913.  
  914. .ask_action_buttons .button,
  915. input[name="Factory Reset"],
  916. input[name="Restart Tampermonkey"] {
  917. padding: 6px 10px !important
  918. }
  919. }
  920.  
  921. @supports(-webkit-line-clamp:2) {
  922. /* subtle data-image hover bg transitions don't work in FF so we only use them in Chrome */
  923. button:hover,
  924. input[type="button"]:hover,
  925. .button:hover {
  926. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAoCAQAAAB+iOP/AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhCBkUGBZhTRf3AAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABhSURBVAjXVcpLCgIxAATRl9gITmbl1nN4/zN4B28g+Blh4sIh6Kaopqv0M1mR7s/GrKuu0mVBFmWAvMfxQp7IfeCBXLCrp6vcdNkjR6QpMiEHNmu6NGQemBSZ9c3at/uNP/3xHfDcDyceAAAAAElFTkSuQmCC) !important;
  927. }
  928.  
  929. select:hover,
  930. select:focus {
  931. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAMAAADJ2y/JAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAnUExURQAAAPf39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39/f39+hiC7AAAAAMdFJOUwDhzno1UF3WwuudjvWQdVoAAAAsSURBVAjXJcZHAgAgDAJBUjQW/v9eUefAgiwTT2BRNmSSdosg4x34+EVvmgMWzgCwVJdKOgAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAeCAYAAAAGos/EAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gINFiccyZ2qfAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAb0lEQVQY012OwQ3CUAzFnNeMAfsv1hk4VDTm0H6ByMmyLL2U+lRowKobwAVFEEWbwqKIIGDXBTQqBU3VbWYk0CTLIAxNEHI1s5oAYXAYm2AIfZ64Ab1ta4s/yHv908twHB5gqf0Tvyg1l9l3efC9Dw0XRC2vHIXXAAAAAElFTkSuQmCC)!important;
  932. }
  933.  
  934. .editorbuttonbar button i {
  935. margin: 2px 0 -2px!important;
  936. }
  937.  
  938. .editorbuttonbar input.button {
  939. line-height: 22px !important;
  940. }
  941.  
  942. .CodeMirror-hscrollbar {
  943. background: hsl(0, 0%, 10%) !important;
  944. height: 13px !important;
  945. max-height: 13px !important;
  946. min-height: 13px !important
  947. }
  948.  
  949. .CodeMirror-scrollbar-filler {
  950. background: hsl(0, 0%, 10%) !important
  951. }
  952.  
  953. .CodeMirror-vscrollbar {
  954. background: hsl(0, 0%, 10%) !important;
  955. max-width: 13px !important;
  956. min-width: 13px !important;
  957. width: 13px !important
  958. }
  959.  
  960. .resize-grip {
  961. background: linear-gradient(-45deg, transparent 2px, hsl(0, 0%, 40%) 2px, transparent 3px, transparent 4.5px, hsl(0, 0%, 40%) 5px, transparent 5.5px) !important
  962. }
  963.  
  964. ::-webkit-scrollbar {
  965. background: hsl(0, 0%, 10%) !important;
  966. border: thin solid hsl(0, 0%, 20%) !important;
  967. display: initial !important;
  968. height: 13px !important;
  969. max-height: 13px !important;
  970. max-width: 13px !important;
  971. min-height: 13px !important;
  972. min-width: 13px !important;
  973. padding: 0 !important;
  974. width: 13px !important
  975. }
  976.  
  977. ::-webkit-scrollbar-button {
  978. display: none !important
  979. }
  980.  
  981. ::-webkit-scrollbar-button:single-button {
  982. border: thin solid hsl(0, 0%, 20%) !important;
  983. display: block !important;
  984. height: 13px !important;
  985. margin: 0 !important;
  986. max-height: 13px !important;
  987. max-width: 13px !important;
  988. min-height: 13px !important;
  989. min-width: 13px !important;
  990. width: 13px !important
  991. }
  992.  
  993. ::-webkit-scrollbar-button:horizontal:decrement {
  994. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDhoaUbP33wAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAdElEQVQoz83SsQ1BARQF0BudsILeBDoxiTns8EtT2OLHBDoVDZFI9BqRo1AQUbxfcet3invzkr8Ihph2AWM02FTBHGtccKiAJbaeuWNXQSevXLH/vOl9cU2SNsktST+JaqcZVjjj2GW9ERbl9d7gAJPffcoD60Zo/GBzO+QAAAAASUVORK5CYII=) !important;
  995. background-size: cover !important;
  996. background-repeat: no-repeat !important;
  997. background-color: hsl(0, 0%, 10%) !important;
  998. border-bottom-right-radius: 3px !important;
  999. border-top-right-radius: 3px !important
  1000. }
  1001.  
  1002. ::-webkit-scrollbar-button:horizontal:decrement:active {
  1003. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDhs56s+37AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAd0lEQVQoz83SsQnCUBQF0AMWFskI2meCdJJJnCM7WGYK13CCdKlikyAIgqVdSJpvIwH/r/Q2r3mHB5fHvyTHIQUUOKGNBUdc8MAQAxp0mDGhj0G3AGa8cP1c2KygCVvswnyG619T4Yw7xpT29qhT2nsnQ/m7N1kACdwUrJ0jQzwAAAAASUVORK5CYII=) !important;
  1004. background-color: hsl(0, 0%, 40%) !important
  1005. }
  1006.  
  1007. ::-webkit-scrollbar-button:horizontal:decrement:not(:active):hover {
  1008. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDhs56s+37AAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAd0lEQVQoz83SsQnCUBQF0AMWFskI2meCdJJJnCM7WGYK13CCdKlikyAIgqVdSJpvIwH/r/Q2r3mHB5fHvyTHIQUUOKGNBUdc8MAQAxp0mDGhj0G3AGa8cP1c2KygCVvswnyG619T4Yw7xpT29qhT2nsnQ/m7N1kACdwUrJ0jQzwAAAAASUVORK5CYII=) !important;
  1009. background-color: hsl(0, 0%, 60%) !important
  1010. }
  1011.  
  1012. ::-webkit-scrollbar-button:horizontal:increment {
  1013. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDhMBChSFegAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAdElEQVQoz83QIQoCUQCE4QmCQa9g9wQ28SSeYaN38CQeYlnwBEaLFmVBsBssn0FBEMN7Sf80YX4GJvkZmGFUK+2wwqRGOuOCDRal0sGTOzo0JdIRN2/6z87gm5dk+Mr7JG3J0glXbLGseW+Nac17c4zzFzwANftoDW4riZUAAAAASUVORK5CYII=) !important;
  1014. background-size: cover !important;
  1015. background-repeat: no-repeat !important;
  1016. background-color: hsl(0, 0%, 10%) !important;
  1017. border-bottom-left-radius: 3px !important;
  1018. border-top-left-radius: 3px !important
  1019. }
  1020.  
  1021. ::-webkit-scrollbar-button:horizontal:increment:active {
  1022. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDhUjiS5jGAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAeUlEQVQoz83RsQnCcBTE4Q8UBHWQTGAnTpIZ3COTOEDKEMgEljbaJAQEOwsLm3+aVBLCs9KrHsf9OI7HL7XDZi6wmPBKrNHiGW3qcMcJhyh0RcIbNY4R6IbXCCb0n4HlBJSwGu8LqkhTiwca5NFNZxTIvvnTHlt/oQHnWRWTSdNqYQAAAABJRU5ErkJggg==) !important;
  1023. background-color: hsl(0, 0%, 40%) !important
  1024. }
  1025.  
  1026. ::-webkit-scrollbar-button:horizontal:increment:not(:active):hover {
  1027. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDhUjiS5jGAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAeUlEQVQoz83RsQnCcBTE4Q8UBHWQTGAnTpIZ3COTOEDKEMgEljbaJAQEOwsLm3+aVBLCs9KrHsf9OI7HL7XDZi6wmPBKrNHiGW3qcMcJhyh0RcIbNY4R6IbXCCb0n4HlBJSwGu8LqkhTiwca5NFNZxTIvvnTHlt/oQHnWRWTSdNqYQAAAABJRU5ErkJggg==) !important;
  1028. background-color: hsl(0, 0%, 60%) !important
  1029. }
  1030.  
  1031. ::-webkit-scrollbar-button:vertical:decrement {
  1032. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDgonQxmpnwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAc0lEQVQoz+XRMUoCAACF4Q/BSa/gHjl1Alu8QwguXcC7eApPIXQJt2iKjhAk+DcoJDjonP/8vulxJ1Wr6rNa3wpm1bZju2p5DUyqTfXTX2/Vw/lucAZGWOAZQ3zjgEe8VuMLhClesMc7vvBxwnM8/ecffwFSoEVS/hyFWgAAAABJRU5ErkJggg==) !important;
  1033. background-size: cover !important;
  1034. background-repeat: no-repeat !important;
  1035. background-color: hsl(0, 0%, 10%) !important;
  1036. border-bottom-left-radius: 3px !important;
  1037. border-bottom-right-radius: 3px !important
  1038. }
  1039.  
  1040. ::-webkit-scrollbar-button:vertical:decrement:active {
  1041. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDgo6IB/FRgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAc0lEQVQoz+XRoQ2DYBiE4YfUkEDqEfW1TNA5EFUdAM0aTNEpSKqwKAZogkJgmpDUgPkFqFa3py757r1PHP+jEgPqb4ELGizocf0EnHDHO0ALHjhvQ4eNT3BDgSPmcE8RoQ1lOyhHhRgjXpjCtwwdnr864go2lhOp4XYeZgAAAABJRU5ErkJggg==) !important;
  1042. background-color: hsl(0, 0%, 40%) !important
  1043. }
  1044.  
  1045. ::-webkit-scrollbar-button:vertical:decrement:not(:active):hover {
  1046. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDgo6IB/FRgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAc0lEQVQoz+XRoQ2DYBiE4YfUkEDqEfW1TNA5EFUdAM0aTNEpSKqwKAZogkJgmpDUgPkFqFa3py757r1PHP+jEgPqb4ELGizocf0EnHDHO0ALHjhvQ4eNT3BDgSPmcE8RoQ1lOyhHhRgjXpjCtwwdnr864go2lhOp4XYeZgAAAABJRU5ErkJggg==) !important;
  1047. background-color: hsl(0, 0%, 60%) !important
  1048. }
  1049.  
  1050. ::-webkit-scrollbar-button:vertical:increment {
  1051. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDTUIslAAowAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAdUlEQVQoz+XPIQoCUQCE4XnJ4Daz3UuIJ9lsNHoH457CUwhWD+ANBEGzYUG+Da6IsIhZ/zQwDDOT/B7lKTBP0iSZJGl7T5JRkmuSZSnl8JZGhQ0uuOPmwRlrjAdrMcPeixZbTD/uRY1jH9ph8dVRNDhhlT+hA0tUX1KVJjAXAAAAAElFTkSuQmCC) !important;
  1052. background-size: cover !important;
  1053. background-repeat: no-repeat !important;
  1054. background-color: hsl(0, 0%, 10%) !important;
  1055. border-top-left-radius: 3px !important;
  1056. border-top-right-radius: 3px !important
  1057. }
  1058.  
  1059. ::-webkit-scrollbar-button:vertical:increment:active {
  1060. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDgUlKo/UfAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAaUlEQVQoz+XPsQmDUAAE0NfHFdI7gZ1kEmdI6Q6WTuEUQiZIl8o0CYGAvYUg3+aXitZ6zcFxx91xbOR44oMO78jfqGdLoQQVekwYEPBHictaW4pHNAeMaHDdmlngFUMtbnv/1fjh7iSYAfRHFgTlUa3mAAAAAElFTkSuQmCC) !important;
  1061. background-color: hsl(0, 0%, 40%) !important
  1062. }
  1063.  
  1064. ::-webkit-scrollbar-button:vertical:increment:not(:active):hover {
  1065. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4QgFDgUlKo/UfAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAaUlEQVQoz+XPsQmDUAAE0NfHFdI7gZ1kEmdI6Q6WTuEUQiZIl8o0CYGAvYUg3+aXitZ6zcFxx91xbOR44oMO78jfqGdLoQQVekwYEPBHictaW4pHNAeMaHDdmlngFUMtbnv/1fjh7iSYAfRHFgTlUa3mAAAAAElFTkSuQmCC) !important;
  1066. background-color: hsl(0, 0%, 60%) !important
  1067. }
  1068.  
  1069. ::-webkit-scrollbar-corner {
  1070. background: hsl(0, 0%, 10%) !important;
  1071. border: 0 !important
  1072. }
  1073.  
  1074. ::-webkit-scrollbar-thumb {
  1075. background: hsl(0, 0%, 22%) !important;
  1076. background-clip: content-box !important;
  1077. border: solid transparent !important;
  1078. border-radius: 3px !important;
  1079. box-shadow: inset 0 0 0 1px hsl(0, 0%, 42%) !important
  1080. }
  1081.  
  1082. ::-webkit-scrollbar-thumb:active {
  1083. background: hsl(0, 0%, 38%) !important;
  1084. background-clip: content-box !important;
  1085. box-shadow: inset 0 0 0 1px hsl(0, 0%, 58%) !important;
  1086. transition: none !important
  1087. }
  1088.  
  1089. ::-webkit-scrollbar-thumb:horizontal {
  1090. border-width: 2px 0 !important
  1091. }
  1092.  
  1093. ::-webkit-scrollbar-thumb:not(:active):hover {
  1094. background: hsl(0, 0%, 30%) !important;
  1095. background-clip: content-box !important;
  1096. box-shadow: inset 0 0 0 1px hsl(0, 0%, 50%) !important
  1097. }
  1098.  
  1099. ::-webkit-scrollbar:disabled,
  1100. ::-webkit-scrollbar-thumb:vertical {
  1101. border-width: 0 2px !important
  1102. }
  1103.  
  1104. ::-webkit-scrollbar:disabled,
  1105. ::-webkit-scrollbar-button:single-button:disabled,
  1106. ::-webkit-scrollbar-track,
  1107. ::-webkit-scrollbar-track-piece {
  1108. visibility: hidden !important
  1109. }
  1110.  
  1111. @media(min-resolution:1.1dppx) {
  1112. ::-webkit-scrollbar,
  1113. ::-webkit-scrollbar-button:single-button {
  1114. height: 12px !important;
  1115. max-height: 12px !important;
  1116. max-width: 12px !important;
  1117. min-height: 12px !important;
  1118. min-width: 12px !important;
  1119. width: 12px !important
  1120. }
  1121.  
  1122. ::-webkit-scrollbar:disabled,
  1123. ::-webkit-scrollbar-thumb:vertical {
  1124. border-width: 0 1.818px !important
  1125. }
  1126.  
  1127. ::-webkit-scrollbar-thumb:horizontal {
  1128. border-width: 1.818px 0 !important
  1129. }
  1130.  
  1131. .CodeMirror-hscrollbar {
  1132. height: 12px !important;
  1133. max-height: 12px !important;
  1134. min-height: 12px !important
  1135. }
  1136.  
  1137. .CodeMirror-vscrollbar {
  1138. max-width: 12px !important;
  1139. min-width: 12px !important;
  1140. width: 12px !important
  1141. }
  1142. }
  1143.  
  1144. @media(min-resolution:1.25dppx) {
  1145. ::-webkit-scrollbar,
  1146. ::-webkit-scrollbar-button:single-button {
  1147. height: 11px !important;
  1148. max-height: 11px !important;
  1149. max-width: 11px !important;
  1150. min-height: 11px !important;
  1151. min-width: 11px !important;
  1152. width: 11px !important
  1153. }
  1154.  
  1155. ::-webkit-scrollbar:disabled,
  1156. ::-webkit-scrollbar-thumb:vertical {
  1157. border-width: 0 1.6px !important
  1158. }
  1159.  
  1160. ::-webkit-scrollbar-thumb:horizontal {
  1161. border-width: 1.6px 0 !important
  1162. }
  1163.  
  1164. .CodeMirror-hscrollbar {
  1165. height: 11px !important;
  1166. max-height: 11px !important;
  1167. min-height: 11px !important
  1168. }
  1169.  
  1170. .CodeMirror-vscrollbar {
  1171. max-width: 11px !important;
  1172. min-width: 11px !important;
  1173. width: 11px !important
  1174. }
  1175. }
  1176.  
  1177. @media(min-resolution:1.5dppx) {
  1178. ::-webkit-scrollbar,
  1179. ::-webkit-scrollbar-button:single-button {
  1180. height: 9px !important;
  1181. max-height: 9px !important;
  1182. max-width: 9px !important;
  1183. min-height: 9px !important;
  1184. min-width: 9px !important;
  1185. width: 9px !important
  1186. }
  1187.  
  1188. ::-webkit-scrollbar:disabled,
  1189. ::-webkit-scrollbar-thumb:vertical {
  1190. border-width: 0 1.333px !important
  1191. }
  1192.  
  1193. ::-webkit-scrollbar-thumb:horizontal {
  1194. border-width: 1.333px 0 !important
  1195. }
  1196.  
  1197. .CodeMirror-hscrollbar {
  1198. height: 9px !important;
  1199. max-height: 9px !important;
  1200. min-height: 9px !important
  1201. }
  1202.  
  1203. .CodeMirror-vscrollbar {
  1204. max-width: 9px !important;
  1205. min-width: 9px !important;
  1206. width: 9px !important
  1207. }
  1208. }
  1209.  
  1210. ::-webkit-file-upload-button {
  1211. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAoCAQAAAB+iOP/AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhCBkTHDNLahAxAAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABhSURBVAjXVcpLCgIxAATRl9gITmblxlt4/2t4B28g+Blh4sIh6Kaopqv0M1mR7s/GrKuu0mVBFmWAvMfxQp7IfeCBXLCrp6vcdNkjR6QpMiEHNmu6NGQemBSZ9c3at/uNP/cTHeX/1YOFAAAAAElFTkSuQmCC) !important;
  1212. height: unset !important;
  1213. background-color: hsl(0, 0%, 9%) !important;
  1214. background-repeat: repeat-x !important;
  1215. background-size: auto 100% !important;
  1216. background-position: center !important;
  1217. border: 1px solid hsl(0, 0%, 42%) !important;
  1218. border-radius: 1px !important;
  1219. box-shadow: 0 0 0 1px #000 !important;
  1220. color: hsl(0, 0%, 86%) !important;
  1221. font: 13.3333px Arial !important;
  1222. text-shadow: none !important;
  1223. transition: background-image .3s, background-color .3s, border-color .3s, color .3s !important
  1224. }
  1225.  
  1226. ::-webkit-file-upload-button:hover {
  1227. background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAoCAQAAAB+iOP/AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfhCBkUGBZhTRf3AAAAHWlUWHRDb21tZW50AAAAAABDcmVhdGVkIHdpdGggR0lNUGQuZQcAAABhSURBVAjXVcpLCgIxAATRl9gITmbl1nN4/zN4B28g+Blh4sIh6Kaopqv0M1mR7s/GrKuu0mVBFmWAvMfxQp7IfeCBXLCrp6vcdNkjR6QpMiEHNmu6NGQemBSZ9c3at/uNP/3xHfDcDyceAAAAAElFTkSuQmCC) !important;
  1228. background-color: hsl(0, 0%, 14%) !important;
  1229. border-color: hsl(0, 0%, 52%) !important;
  1230. color: hsl(0, 0%, 96%) !important
  1231. }
  1232. }
  1233.  
  1234. .CodeMirror-hints {
  1235. background: hsl(0, 0%, 16%) !important
  1236. }
  1237.  
  1238. .CodeMirror-hint {
  1239. color: hsl(0, 0%, 80%) !important;
  1240. transition: color .3s, background-color .3s !important
  1241. }
  1242.  
  1243. li.CodeMirror-hint-active,
  1244. li.CodeMirror-hint:hover {
  1245. color: #fff !important;
  1246. background-color: hsl(0, 0%, 24%) !important
  1247. }
  1248.  
  1249. .cm-s-default-dark .cm-trailingspace,
  1250. .cm-s-diff .cm-trailingspace {
  1251. background-color: hsla(360, 100%, 50%, .4) !important
  1252. }
  1253.  
  1254. body .cm-s-default-dark .CodeMirror-gutters,
  1255. body .cm-s-diff .CodeMirror-gutters {
  1256. border-right: 1px solid hsl(0, 0%, 0%) !important
  1257. }
  1258.  
  1259. .cm-s-default-dark .CodeMirror-activeline-background,
  1260. .cm-s-diff .CodeMirror-activeline-background {
  1261. background: hsl(180, 6%, 18%)!important;
  1262. }
  1263.  
  1264. .cm-s-default-dark .CodeMirror-activeline .CodeMirror-gutter-wrapper .CodeMirror-linenumber,
  1265. .cm-s-diff .CodeMirror-activeline .CodeMirror-gutter-wrapper .CodeMirror-linenumber,
  1266. .cm-s-default-dark .CodeMirror-bookmarks-marked,
  1267. .cm-s-diff .CodeMirror-bookmarks-marked {
  1268. background: hsla(0, 0%, 100%, .075) !important
  1269. }
  1270.  
  1271. .cm-s-default-dark .CodeMirror-gutters,
  1272. .cm-s-diff .CodeMirror-gutters {
  1273. background: hsl(0, 0%, 16%) !important;
  1274. border-color: #000 !important
  1275. }
  1276.  
  1277. .CodeMirror.cm-s-default-dark,
  1278. .CodeMirror.cm-s-diff {
  1279. background: hsl(0, 0%, 10%) !important;
  1280. color: hsl(0, 0%, 80%) !important;
  1281. outline: none !important;
  1282. border: 1px solid #000 !important;
  1283. box-shadow: 0 0 3px 0 hsl(0, 0%, 40%) !important;
  1284. transition: box-shadow .3s !important
  1285. }
  1286.  
  1287. .CodeMirror-active.cm-s-default-dark,
  1288. .CodeMirror-active.cm-s-diff {
  1289. box-shadow: 0 0 3px 0 hsl(0, 0%, 60%) !important
  1290. }
  1291.  
  1292. .cm-s-default-dark .CodeMirror-linenumber,
  1293. .cm-s-diff .CodeMirror-linenumber {
  1294. color: hsl(0, 0%, 50%) !important
  1295. }
  1296.  
  1297. .cm-s-default-dark .cm-def,
  1298. .cm-s-diff .cm-def,
  1299. .cm-s-default-dark .cm-defarg,
  1300. .cm-s-diff .cm-defarg,
  1301. .cm-s-default-dark .cm-deffunc,
  1302. .cm-s-diff .cm-deffunc {
  1303. color: hsl(31, 82%, 65%) !important
  1304. }
  1305.  
  1306. .cm-s-default-dark .CodeMirror-lint-mark-error,
  1307. .cm-s-diff .CodeMirror-lint-mark-error,
  1308. .cm-s-default-dark .cm-error,
  1309. .cm-s-diff .cm-error,
  1310. div.CodeMirror.cm-s-default-dark span.CodeMirror-nonmatchingbracket,
  1311. div.CodeMirror.cm-s-diff span.CodeMirror-nonmatchingbracket {
  1312. -webkit-text-fill-color: hsl(360, 100%, 52%) !important
  1313. }
  1314.  
  1315. .CodeMirror-lint-tooltip {
  1316. color: hsl(0, 0%, 86%) !important;
  1317. background: hsl(0, 0%, 14%) !important;
  1318. box-shadow: 2px 2px 4px 0 hsla(0, 0%, 0%, .5)
  1319. }
  1320.  
  1321. .cm-s-default-dark .CodeMirror-selected,
  1322. .cm-s-diff .CodeMirror-selected {
  1323. background-color: hsl(180, 20%, 24%)!important;
  1324. }
  1325.  
  1326. .cm-s-default-dark .cm-searching,
  1327. .cm-s-diff .cm-searching {
  1328. background-color: transparent !important;
  1329. border-bottom: 1px solid hsl(180, 50%, 36%)!important;
  1330. -webkit-text-fill-color: hsl(180, 100%, 96%)!important;
  1331. text-shadow: -1px -1px 0 hsl(180, 50%, 36%), 1px -1px 0 hsl(180, 50%, 36%), -1px 1px 0 hsl(180, 50%, 36%), 1px 1px 0 hsl(180, 50%, 36%)!important;
  1332. }
  1333.  
  1334. .cm-s-default-dark .cm-searching:after,
  1335. .cm-s-diff .cm-searching:after {
  1336. content: "" !important;
  1337. height: 1px !important;
  1338. background: hsl(180, 50%, 36%)!important;
  1339. position: absolute !important;
  1340. width: 100%;
  1341. margin-top: 16px !important
  1342. }
  1343.  
  1344. .cm-s-default-dark .CodeMirror-search-match,
  1345. .cm-s-diff .CodeMirror-search-match {
  1346. border-color: hsl(180, 50%, 30%) !important;
  1347. background: hsl(180, 50%, 30%)!important;
  1348. text-shadow: -1px -1px 0 hsl(0, 0%, 0%), 1px -1px 0 hsl(0, 0%, 0%), -1px 1px 0 hsl(0, 0%, 0%), 1px 1px 0 hsl(0, 0%, 0%)!important;
  1349. opacity: 1 !important
  1350. }
  1351.  
  1352. .cm-s-default-dark .CodeMirror-sizer,
  1353. .cm-s-diff .CodeMirror-sizer {
  1354. border-right: 30px solid transparent !important;
  1355. position: relative
  1356. }
  1357.  
  1358. .cm-s-default-dark .cm-atom,
  1359. .cm-s-diff .cm-atom {
  1360. color: hsl(51, 80%, 58%) !important
  1361. }
  1362.  
  1363. .cm-s-default-dark .cm-builtin,
  1364. .cm-s-diff .cm-builtin {
  1365. color: hsl(180, 65%, 78%) !important
  1366. }
  1367.  
  1368. .cm-s-default-dark .cm-number,
  1369. .cm-s-diff .cm-number {
  1370. color: hsl(0, 0%, 90%) !important
  1371. }
  1372.  
  1373. .cm-s-default-dark .cm-property,
  1374. .cm-s-diff .cm-property {
  1375. color: hsl(200, 50%, 66%) !important
  1376. }
  1377.  
  1378. .cm-s-default-dark .cm-string-2,
  1379. .cm-s-diff .cm-string-2 {
  1380. color: hsl(140, 100%, 81%) !important
  1381. }
  1382.  
  1383. .cm-s-default-dark .cm-string,
  1384. .cm-s-diff .cm-string {
  1385. color: hsl(187, 100%, 80%) !important
  1386. }
  1387.  
  1388. .cm-s-default-dark .cm-variable,
  1389. .cm-s-diff .cm-variable {
  1390. color: hsl(180, 80%, 56%) !important
  1391. }
  1392.  
  1393. .cm-s-default-dark .cm-tag,
  1394. .cm-s-diff .cm-tag {
  1395. color: hsl(16, 100%, 52%) !important
  1396. }
  1397.  
  1398. .cm-s-default-dark .cm-variable-3,
  1399. .cm-s-diff .cm-variable-3 {
  1400. color: hsl(60, 70%, 60%) !important
  1401. }
  1402.  
  1403. div.CodeMirror.cm-s-default-dark span.CodeMirror-matchingbracket,
  1404. div.CodeMirror.cm-s-diff span.CodeMirror-matchingbracket {
  1405. color: hsl(39, 100%, 50%) !important
  1406. }
  1407.  
  1408. .cm-s-default-dark .cm-objprop,
  1409. .cm-s-diff .cm-objprop {
  1410. color: hsl(80, 70%, 50%) !important
  1411. }
  1412.  
  1413. .cm-s-default-dark span.cm-deffunc.cm-overlay.cm-js-function-def,
  1414. .cm-s-diff span.cm-deffunc.cm-overlay.cm-js-function-def {
  1415. color: hsl(80, 40%, 58%) !important
  1416. }
  1417.  
  1418. .cm-s-default-dark .cm-def,
  1419. .cm-s-diff .cm-def {
  1420. color: hsl(129, 40%, 76%) !important
  1421. }
  1422.  
  1423. .cm-s-default-dark .cm-qualifier,
  1424. .cm-s-diff .cm-qualifier,
  1425. .cm-s-default-dark .cm-meta,
  1426. .cm-s-diff .cm-meta {
  1427. color: hsl(0, 0%, 80%) !important
  1428. }
  1429.  
  1430. .cm-s-default-dark .cm-comment,
  1431. .cm-s-diff .cm-comment {
  1432. color: hsl(0, 0%, 56%) !important
  1433. }
  1434.  
  1435. .cm-s-default-dark .cm-keyword,
  1436. .cm-s-diff .cm-keyword {
  1437. color: hsl(120, 80%, 56%) !important
  1438. }
  1439.  
  1440. .cm-s-default-dark span.cm-variable-2,
  1441. .cm-s-diff span.cm-variable-2 {
  1442. color: hsl(150, 50%, 50%) !important
  1443. }
  1444.  
  1445. .cm-s-default-dark span.cm-defarg.cm-overlay.cm-js-function-def,
  1446. .cm-s-diff span.cm-defarg.cm-overlay.cm-js-function-def {
  1447. color: hsl(48, 80%, 80%) !important
  1448. }
  1449.  
  1450. .CodeMirror.cm-s-default-dark div.CodeMirror-cursor,
  1451. .CodeMirror.cm-s-diff div.CodeMirror-cursor {
  1452. border-left: 1px solid #fff !important
  1453. }
Advertisement
Add Comment
Please, Sign In to add comment