tilde.club/~brennen/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
2.3 KiB

  1. pre.sh_sourceCode {
  2. background-color: #ffffff;
  3. color: #000000;
  4. font-weight: normal;
  5. font-style: normal;
  6. }
  7. pre.sh_sourceCode .sh_keyword {
  8. color: #7f0055;
  9. font-weight: bold;
  10. font-style: normal;
  11. }
  12. pre.sh_sourceCode .sh_type {
  13. color: #7f0055;
  14. font-weight: bold;
  15. font-style: normal;
  16. }
  17. pre.sh_sourceCode .sh_string {
  18. color: #0000ff;
  19. font-weight: normal;
  20. font-style: normal;
  21. }
  22. pre.sh_sourceCode .sh_regexp {
  23. color: #0000ff;
  24. font-weight: normal;
  25. font-style: normal;
  26. }
  27. pre.sh_sourceCode .sh_specialchar {
  28. color: #0000ff;
  29. font-weight: normal;
  30. font-style: normal;
  31. }
  32. pre.sh_sourceCode .sh_comment {
  33. color: #717ab3;
  34. font-weight: normal;
  35. font-style: normal;
  36. }
  37. pre.sh_sourceCode .sh_number {
  38. color: #000000;
  39. font-weight: normal;
  40. font-style: normal;
  41. }
  42. pre.sh_sourceCode .sh_preproc {
  43. color: #3f5fbf;
  44. font-weight: normal;
  45. font-style: normal;
  46. }
  47. pre.sh_sourceCode .sh_function {
  48. color: #000000;
  49. font-weight: normal;
  50. font-style: normal;
  51. }
  52. pre.sh_sourceCode .sh_url {
  53. color: #0000ff;
  54. font-weight: normal;
  55. font-style: normal;
  56. }
  57. pre.sh_sourceCode .sh_date {
  58. color: #7f0055;
  59. font-weight: bold;
  60. font-style: normal;
  61. }
  62. pre.sh_sourceCode .sh_time {
  63. color: #7f0055;
  64. font-weight: bold;
  65. font-style: normal;
  66. }
  67. pre.sh_sourceCode .sh_file {
  68. color: #7f0055;
  69. font-weight: bold;
  70. font-style: normal;
  71. }
  72. pre.sh_sourceCode .sh_ip {
  73. color: #0000ff;
  74. font-weight: normal;
  75. font-style: normal;
  76. }
  77. pre.sh_sourceCode .sh_name {
  78. color: #0000ff;
  79. font-weight: normal;
  80. font-style: normal;
  81. }
  82. pre.sh_sourceCode .sh_variable {
  83. color: #7f0055;
  84. font-weight: bold;
  85. font-style: normal;
  86. }
  87. pre.sh_sourceCode .sh_oldfile {
  88. color: #0000ff;
  89. font-weight: normal;
  90. font-style: normal;
  91. }
  92. pre.sh_sourceCode .sh_newfile {
  93. color: #0000ff;
  94. font-weight: normal;
  95. font-style: normal;
  96. }
  97. pre.sh_sourceCode .sh_difflines {
  98. color: #7f0055;
  99. font-weight: bold;
  100. font-style: normal;
  101. }
  102. pre.sh_sourceCode .sh_selector {
  103. color: #7f0055;
  104. font-weight: bold;
  105. font-style: normal;
  106. }
  107. pre.sh_sourceCode .sh_property {
  108. color: #7f0055;
  109. font-weight: bold;
  110. font-style: normal;
  111. }
  112. pre.sh_sourceCode .sh_value {
  113. color: #0000ff;
  114. font-weight: normal;
  115. font-style: normal;
  116. }