The frontend/UI server, written in JS using the MarkoJS library
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.

154 lines
4.2 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. body.theme-story {
  2. .color-menu {
  3. color: #789;
  4. }
  5. .menu-link.selected {
  6. background-color: rgba(17, 187, 255, 0.125);
  7. }
  8. .menu-link:hover, .menu > .head-menu > a:hover {
  9. background-color: rgba(17, 187, 255, 0.25);
  10. }
  11. .color-primary, button, input:focus, textarea:focus, select:focus, .modal h1, .modal h2, .modal label, .markdown-content h1, .markdown-content h2, .markdown-content h3, .markdown-content h4, .markdown-content hr, .markdown-content a {
  12. color: #4BF;
  13. }
  14. .color-text, input, textarea, select {
  15. color: #ABC;
  16. }
  17. .color-highlight-primary {
  18. background-color: rgba(34, 187, 255, 0.25);
  19. color: #4BF;
  20. }
  21. .color-highlight-dark {
  22. background-color: rgba(0, 4, 9, 0.75);
  23. }
  24. }
  25. body.theme-logs {
  26. .color-menu {
  27. color: #776;
  28. }
  29. .menu-link.selected {
  30. background-color: rgba(255, 183, 0, 0.226);
  31. }
  32. .menu-link:hover, .Menu > .head-menu > a:hover {
  33. background-color: rgba(255, 187, 17, 0.25);
  34. }
  35. .color-primary, button, input:focus, textarea:focus, select:focus, .modal h1, .modal h2, .modal label, .markdown-content h1, .markdown-content h2, .markdown-content h3, .markdown-content h4, .markdown-content hr, .markdown-content a {
  36. color: #DA1;
  37. }
  38. .color-text, input, textarea, select {
  39. color: #BBB;
  40. }
  41. .color-highlight-dark {
  42. background-color: rgba(9, 4, 0, 0.75);
  43. }
  44. .color-highlight-primary {
  45. background-color: rgba(255, 187, 17, 0.25);
  46. color: #DA1;
  47. }
  48. }
  49. .theme-mapp {
  50. .color-menu {
  51. color: #898;
  52. }
  53. .menu-link.selected {
  54. background-color: rgba(35, 255, 128, 0.125);
  55. }
  56. .menu-link:hover, .menu > .head-menu > a:hover {
  57. background-color: rgba(35, 255, 128, 0.25);
  58. }
  59. .color-primary, button, input:focus, textarea:focus, select:focus, .modal h1, .modal h2, .modal label, .markdown-content h1, .markdown-content h2, .markdown-content h3, .markdown-content h4, .markdown-content hr, .markdown-content a {
  60. color: #1F8;
  61. }
  62. .color-text, input, textarea, select {
  63. color: #ACB;
  64. }
  65. }
  66. body.theme-data {
  67. .color-menu {
  68. color: #775;
  69. }
  70. .menu-link.selected {
  71. background-color: rgba(204, 204, 34, 0.226);
  72. }
  73. .menu-link:hover, .Menu > .head-menu > a:hover {
  74. background-color: rgba(204, 204, 34, 0.25);
  75. }
  76. .color-primary, button, input:focus, textarea:focus, select:focus, .modal h1, .modal h2, .modal label, .markdown-content h1, .markdown-content h2, .markdown-content h3, .markdown-content h4, .markdown-content hr, .markdown-content a {
  77. color: #CC2;
  78. }
  79. .color-text, input, textarea, select {
  80. color: #BBB;
  81. }
  82. .color-highlight-dark {
  83. background-color: rgba(8, 4, 0, 0.75);
  84. }
  85. .color-highlight-primary {
  86. background-color: rgba(204, 204, 34, 0.25);
  87. color: #CC2;
  88. }
  89. }
  90. div.markdown-content .orange, body.theme-logs .color-blockquote, body.theme-logs div.markdown-content blockquote, body.theme-logs div.markdown-content table, body.theme-logs div.markdown-content pre {
  91. background-color: rgba(221, 170, 17, 0.125);
  92. color: #DA1;
  93. h1, h2, h3 {
  94. color: #DA1;
  95. }
  96. }
  97. div.markdown-content .blue, body.theme-story .color-blockquote, body.theme-story div.markdown-content blockquote, body.theme-story div.markdown-content table, body.theme-story div.markdown-content pre {
  98. background-color: rgba(34, 187, 255, 0.125);
  99. color: #4BF;
  100. h1, h2, h3 {
  101. color: #4BF; //
  102. }
  103. }
  104. div.markdown-content .green, body.theme-mapp .color-blockquote, body.theme-mapp div.markdown-content blockquote, body.theme-mapp div.markdown-content table, body.theme-mapp div.markdown-content pre {
  105. background-color: rgba(17,255,136, 0.125);
  106. color: #1F8;
  107. h1, h2, h3 {
  108. color: #1F8;
  109. }
  110. }
  111. div.markdown-content .yellow, body.theme-data div.markdown-content blockquote, body.theme-data div.markdown-content table, body.theme-data div.markdown-content pre {
  112. background-color: rgba(204, 204, 34, 0.25);
  113. color: #CC2;
  114. h1, h2, h3 {
  115. color: #CC2;
  116. }
  117. }
  118. /* Tag colors */
  119. .color-tag-event {
  120. color: #B77;
  121. }
  122. .color-tag-location {
  123. color: #7B7;
  124. }
  125. .color-tag-organization {
  126. color: #B7B;
  127. }
  128. .color-tag-series {
  129. color: #BB7;
  130. }
  131. .color-tag-character {
  132. color: #37B;
  133. }
  134. /* Danger */
  135. .color-danger {
  136. color: #FA3;
  137. }
  138. .color-error {
  139. color: #D20;
  140. }
  141. .menu-link:hover, .menu-link:hover .text, .menu > .head-menu > a:hover {
  142. color: #EEE !important;
  143. }