wsmud_flat_color

武神传说(wsmud)配色

  1. /* ==UserStyle==
  2. @name wsmud_flat_color
  3. @homepageURL https://greasyfork.org/zh-CN/scripts/394736-wsmud-flat-color
  4. @description 武神传说(wsmud)配色
  5. @author mapleo
  6. @namespace mos
  7. @version 1.0.6
  8. ==/UserStyle== */
  9. @-moz-document domain("wsmud.com") {
  10. @media screen and (-webkit-min-device-pixel-ratio: 0) {
  11. .item-status-bar > .status-item {
  12. zoom: 1
  13. }
  14. }
  15. pre {
  16. font-size: 1em;
  17. }
  18. .container,
  19. .login-content,
  20. .left,
  21. .right {
  22. color: rgb(0, 178, 0);
  23. background-color: #121212;
  24. }
  25. .room-item > .item-name {
  26. margin-left: 1em;
  27. }
  28. .room_items {
  29. max-height: 120px;
  30. }
  31. .item-status-bar > .status-item {
  32. font-size: 0.8em;
  33. font-weight: lighter;
  34. }
  35. .state-bar {
  36. overflow-x: auto;
  37. }
  38. .hp > .progress-bar {
  39. background-color: #c0392b;
  40. }
  41. .mp > .progress-bar {
  42. background-color: #2980b9;
  43. }
  44. HIG {
  45. color: #2ecc71;
  46. }
  47. HIC {
  48. color: #2980b9;
  49. }
  50. HIY {
  51. color: #f1c40f;
  52. }
  53. HIZ {
  54. color: #8e44ad;
  55. }
  56. HIO {
  57. color: #e67e22;
  58. }
  59. HIR {
  60. color: #c0392b;
  61. }
  62. HIM {
  63. color: #e84393;
  64. }
  65.  
  66. /* funny */
  67. .left,
  68. .right {
  69. width: 350px;
  70. }
  71. .left,
  72. .left-content,
  73. .right > .msg {
  74. font-size: 12px;
  75. }
  76. .span-btn {
  77. font-size: 12px;
  78. }
  79. /* raid */
  80. .layui-layer-page > .layui-layer-content {
  81. font-size: 12px;
  82. color: rgb(0, 128, 0);
  83. }
  84. }