CSS   85
visual assist css
Guest on 12th August 2022 12:38:37 AM


  1. /*
  2. Name: Visual Assist
  3. Description:
  4. Version: 1.0
  5. Author: Brady Reuter
  6. URL:
  7. */
  8. .crayon-theme-visual-assist {
  9.         border-width: 1px !important;
  10.         border-color: #303030 !important;
  11.         text-shadow: none !important;
  12.         background: #303030 !important;
  13. }
  14. .crayon-theme-visual-assist-inline {
  15.         border-width: 1px !important;
  16.         border-color: #000000 !important;
  17.         background: #303030 !important;
  18. }
  19. .crayon-theme-visual-assist .crayon-table .crayon-nums {
  20.         background: #303030 !important;
  21.         color: #c2c2c2 !important;
  22.         border-right-width: 1px !important;
  23.         border-right-color: #8c8d8f !important;
  24.         border-right-style: solid !important;
  25. }
  26. .crayon-theme-visual-assist .crayon-striped-line {
  27.         background: #353535 !important;
  28. }
  29. .crayon-theme-visual-assist .crayon-striped-num {
  30.         background: #353535 !important;
  31.         color: #c2c2c2 !important;
  32. }
  33. .crayon-theme-visual-assist .crayon-marked-line {
  34.         background: #323232 !important;
  35.         border-width: 1px !important;
  36.         border-color: #595959 !important;
  37. }
  38. .crayon-theme-visual-assist .crayon-marked-num {
  39.         color: #ffffff !important;
  40.         background: #363636 !important;
  41.         border-width: 1px !important;
  42.         border-color: #595959 !important;
  43. }
  44. .crayon-theme-visual-assist .crayon-marked-line.crayon-striped-line {
  45.         background: #343941 !important;
  46. }
  47. .crayon-theme-visual-assist .crayon-marked-num.crayon-striped-num {
  48.         background: #222222 !important;
  49.         color: #ffffff !important;
  50. }
  51. .crayon-theme-visual-assist .crayon-marked-line.crayon-top {
  52. }
  53. .crayon-theme-visual-assist .crayon-marked-num.crayon-top {
  54. }
  55. .crayon-theme-visual-assist .crayon-marked-line.crayon-bottom {
  56. }
  57. .crayon-theme-visual-assist .crayon-marked-num.crayon-bottom {
  58. }
  59. .crayon-theme-visual-assist .crayon-info {
  60.         background: #333333 !important;
  61.         border-bottom-width: 1px !important;
  62.         border-bottom-color: #b1af5e !important;
  63.         color: #eeeeee !important;
  64.         border-bottom-style: solid !important;
  65. }
  66. .crayon-theme-visual-assist .crayon-toolbar {
  67.         background: #2a2a2a !important;
  68.         border-bottom-width: 1px !important;
  69.         border-bottom-color: #2e2e2e !important;
  70.         border-bottom-style: solid !important;
  71. }
  72. .crayon-theme-visual-assist .crayon-toolbar > div {
  73.         float: left !important;
  74. }
  75. .crayon-theme-visual-assist .crayon-toolbar .crayon-tools {
  76.         float: right !important;
  77. }
  78. .crayon-theme-visual-assist .crayon-title {
  79.         color: #d3d3d3 !important;
  80. }
  81. .crayon-theme-visual-assist .crayon-language {
  82.         color: #d3d3d3 !important;
  83. }
  84. .crayon-theme-visual-assist .crayon-button {
  85. }
  86. .crayon-theme-visual-assist .crayon-button:hover {
  87.         background-color: #d3d3d3 !important;
  88.         color: #666;
  89. }
  90. .crayon-theme-visual-assist .crayon-button.crayon-pressed:hover {
  91.         background-color: #bcbcbc !important;
  92.         color: #666;
  93. }
  94. .crayon-theme-visual-assist .crayon-button.crayon-pressed {
  95.         background-color: #626262 !important;
  96.         color: #FFF;
  97. }
  98. .crayon-theme-visual-assist .crayon-button.crayon-pressed:active {
  99.         background-color: #626262 !important;
  100.         color: #FFF;
  101. }
  102. .crayon-theme-visual-assist .crayon-button:active {
  103.         background-color: #bcbcbc !important;
  104.         color: #FFF;
  105. }
  106. .crayon-theme-visual-assist .crayon-pre .crayon-c {
  107.         color: #57A64A !important;
  108.         font-style: italic !important;
  109. }
  110. .crayon-theme-visual-assist .crayon-pre .crayon-s {
  111.         color: #D69D85 !important;
  112. }
  113. .crayon-theme-visual-assist .crayon-pre .crayon-p {
  114.         color: #9B9B8B !important;
  115. }
  116. .crayon-theme-visual-assist .crayon-pre .crayon-ta {
  117.         color: #d35a5a !important;
  118. }
  119. .crayon-theme-visual-assist .crayon-pre .crayon-k {
  120.         color: #569CD6 !important;
  121. }
  122. .crayon-theme-visual-assist .crayon-pre .crayon-st {
  123.         color: #20b0da !important;
  124. }
  125. .crayon-theme-visual-assist .crayon-pre .crayon-r {
  126.         color: #f4bb15 !important;
  127. }
  128. .crayon-theme-visual-assist .crayon-pre .crayon-t {
  129.         color: #f4bb15 !important;
  130. }
  131. .crayon-theme-visual-assist .crayon-pre .crayon-m {
  132.         color: #569CD6 !important;
  133. }
  134. .crayon-theme-visual-assist .crayon-pre .crayon-i {
  135.         color: #dcdcdc !important;
  136. }
  137. .crayon-theme-visual-assist .crayon-pre .crayon-e {
  138.         color: #ff8000 !important;
  139. }
  140. .crayon-theme-visual-assist .crayon-pre .crayon-v {
  141.         color: #bdb76b !important;
  142. }
  143. .crayon-theme-visual-assist .crayon-pre .crayon-cn {
  144.         color: #e7a37a !important;
  145. }
  146. .crayon-theme-visual-assist .crayon-pre .crayon-o {
  147.         color: #DADADA !important;
  148. }
  149. .crayon-theme-visual-assist .crayon-pre .crayon-sy {
  150.         color: #D8D8D8 !important;
  151. }
  152. .crayon-theme-visual-assist .crayon-pre .crayon-n {
  153.         color: #666 !important;
  154.         font-style: italic !important;
  155. }
  156. .crayon-theme-visual-assist .crayon-pre .crayon-f {
  157.         color: #999999 !important;
  158. }
  159. .crayon-theme-visual-assist .crayon-pre .crayon-h {
  160.         color: #006fe0 !important;
  161. }
  162. .crayon-theme-visual-assist .crayon-pre {
  163.         color: #ffffff !important;
  164. }
  165. .crayon-theme-visual-assist {
  166.         background: #323232 !important;
  167. }

Raw Paste

Login or Register to edit or fork this paste. It's free.