showxmindimport.ui.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. .mindmap-container
  2. {
  3. border: none !important;
  4. }
  5. .mindmap-node
  6. {
  7. display: flex;
  8. align-items: center;
  9. }
  10. .pri-level,.testcase-pri-root a
  11. {
  12. border-width: 2px;
  13. border-style: solid;
  14. border-radius: 50%;
  15. width: 20px;
  16. height: 20px;
  17. text-align:center;
  18. line-height:16px;
  19. display: block;
  20. }
  21. .pri-1
  22. {
  23. color: #d50000;
  24. border-color: #d50000;
  25. }
  26. .pri-2
  27. {
  28. color: #ff9800;
  29. border-color: #ff9800;
  30. }
  31. .pri-3
  32. {
  33. color: #2098ee;
  34. border-color: #2098ee;
  35. }
  36. .pri-4
  37. {
  38. color: #009688;
  39. border-color: #009688;
  40. }
  41. .pri-empty
  42. {
  43. background-color: lightgray;
  44. }
  45. .testcase-pri-root a
  46. {
  47. margin: 8px;
  48. }
  49. .testcase-pri-root
  50. {
  51. display: flex;
  52. position: absolute;
  53. padding-left: 10px;
  54. padding-right: 10px;
  55. z-index: 20;
  56. }
  57. .effect
  58. {
  59. z-index: 15;
  60. box-shadow:0px 1px 4px rgba(0,0,0,0.8),0px 0px 40px rgba(0,0,0,0.1) inset;
  61. background-color: white;
  62. }
  63. .effect a
  64. {
  65. width: 24px;
  66. height: 24px;
  67. line-height: 20px;
  68. }
  69. .effect:before,.effect:after
  70. {
  71. content:"";
  72. border-radius:100px/10px;
  73. box-shadow:0 0px 20px rgba(0,0,0,0.8);
  74. }
  75. .scene-indicator
  76. {
  77. margin-left: 5px;
  78. color: lightgray;
  79. }
  80. .scene-indicator-yes
  81. {
  82. color: darkgreen;
  83. }
  84. .suffix
  85. {
  86. color: darkred;
  87. display: none;
  88. }
  89. #productName
  90. {
  91. height: 32px;
  92. width: 100%;
  93. padding-left: 10px;
  94. }