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.

65 lines
922 B

  1. div.tree-ance {
  2. .account__avatar {
  3. display: none;
  4. }
  5. .display-name {
  6. display: none;
  7. }
  8. }
  9. .tree {
  10. a.status__display-name {
  11. >span {
  12. >bdi {
  13. >strong {
  14. animation: none;
  15. }
  16. }
  17. }
  18. }
  19. a {
  20. >div {
  21. >div.account__avatar {
  22. animation: none;
  23. }
  24. }
  25. }
  26. }
  27. .tree-ance {
  28. background: linear-gradient(-15deg, #282C3710,90%, #197171, 95%, #0DA454);
  29. >div.status {
  30. padding-left: 18px;
  31. >div.deep__number {
  32. text-align: left;
  33. }
  34. }
  35. }
  36. .tree-desc {
  37. background: linear-gradient(15deg, #282C3710,90%, #197171, 95%, #0da454);
  38. >div.status {
  39. >div.deep__number {
  40. text-align: right;
  41. }
  42. }
  43. }
  44. svg.tree-svg {
  45. .node {
  46. circle {
  47. fill: #F3F3FF;
  48. stroke: #2593B8;
  49. stroke-width: 1.5px;
  50. }
  51. text {
  52. font-size: 11px;
  53. background-color: #444;
  54. fill: #F4F4F4;
  55. text-shadow: 0 1px 4px black;
  56. }
  57. cursor: pointer;
  58. }
  59. path.link {
  60. fill: none;
  61. stroke: #2593B8;
  62. stroke-width: 1.5px;
  63. }
  64. }