GraphQL API and utilities for the rpdata project
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.

89 lines
1.7 KiB

  1. /* /story/ */
  2. .theme-story .color-menu {
  3. color: #789;
  4. }
  5. .theme-story .MenuLink.selected {
  6. background-color: rgba(17, 187, 255, 0.125);
  7. }
  8. .theme-story .MenuLink:hover, .theme-story .Menu > .head-menu > a:hover {
  9. background-color: rgba(17, 187, 255, 0.25);
  10. }
  11. .theme-story .color-primary {
  12. color: #1CF;
  13. }
  14. .theme-story .color-text {
  15. color: #ABC;
  16. }
  17. .theme-story .color-highlight-primary {
  18. background-color: rgba(34, 187, 255, 0.25);
  19. color: #1CF;
  20. }
  21. .theme-story .color-highlight-dark {
  22. background-color: rgba(0, 9, 18, 0.50);
  23. }
  24. /* /logs/ */
  25. .theme-logs .color-menu {
  26. color: #998;
  27. }
  28. .theme-logs .MenuLink.selected {
  29. background-color: rgba(255, 187, 17, 0.125);
  30. }
  31. .theme-logs .MenuLink:hover, .theme-logs .Menu > .head-menu > a:hover {
  32. background-color: rgba(255, 187, 17, 0.25);
  33. }
  34. .theme-logs .color-primary {
  35. color: #FC1;
  36. }
  37. .theme-logs .color-text {
  38. color: #CCB;
  39. }
  40. .theme-logs .color-highlight-primary {
  41. background-color: rgba(255, 187, 15, 0.25);
  42. color: #FC1;
  43. }
  44. .theme-logs .color-highlight-dark {
  45. background-color: rgba(18, 9, 0, 0.50);
  46. }
  47. /* /data/ */
  48. .theme-data .color-menu {
  49. color: #898;
  50. }
  51. .theme-data .MenuLink.selected {
  52. background-color: rgba(35, 255, 128, 0.125);
  53. }
  54. .theme-data .MenuLink:hover, .theme-data .Menu > .head-menu > a:hover {
  55. background-color: rgba(35, 255, 128, 0.25);
  56. }
  57. .theme-data .color-primary {
  58. color: #1F8;
  59. }
  60. .theme-data .color-text {
  61. color: #ACB;
  62. }
  63. /* Tag colors */
  64. .color-tag-event {
  65. color: #B77;
  66. }
  67. .color-tag-location {
  68. color: #7B7;
  69. }
  70. .color-tag-organization {
  71. color: #B7B;
  72. }
  73. .color-tag-series {
  74. color: #BB7;
  75. }
  76. .color-tag-character {
  77. color: #37B;
  78. }
  79. /* Danger */
  80. .color-danger {
  81. color: #FA3;
  82. }
  83. .MenuLink:hover, .MenuLink:hover .text, .Menu > .head-menu > a:hover {
  84. color: #EEE !important;
  85. }