c3.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .c3 svg {
  2. font: 10px sans-serif;
  3. -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  4. .c3 path, .c3 line {
  5. fill: none;
  6. stroke: #a3afb7; }
  7. .c3 text {
  8. -webkit-user-select: none;
  9. -moz-user-select: none;
  10. -ms-user-select: none;
  11. user-select: none; }
  12. .c3-legend-item-tile,
  13. .c3-xgrid-focus,
  14. .c3-ygrid,
  15. .c3-event-rect,
  16. .c3-bars path {
  17. shape-rendering: crispEdges; }
  18. .c3-chart-arc path {
  19. stroke: #fff; }
  20. .c3-chart-arc text {
  21. fill: #fff;
  22. font-size: 13px; }
  23. .c3-grid line {
  24. stroke: #a3afb7; }
  25. .c3-grid text {
  26. fill: #aaa; }
  27. .c3-xgrid, .c3-ygrid {
  28. stroke-dasharray: 3 3; }
  29. .c3-text.c3-empty {
  30. fill: #76838f;
  31. font-size: 2em; }
  32. .c3-line {
  33. stroke-width: 1px; }
  34. .c3-circle._expanded_ {
  35. stroke-width: 1px;
  36. stroke: white; }
  37. .c3-selected-circle {
  38. fill: white;
  39. stroke-width: 2px; }
  40. .c3-bar {
  41. stroke-width: 0; }
  42. .c3-bar._expanded_ {
  43. fill-opacity: 0.75; }
  44. .c3-target.c3-focused {
  45. opacity: 1; }
  46. .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  47. stroke-width: 2px; }
  48. .c3-target.c3-defocused {
  49. opacity: 0.3 !important; }
  50. .c3-region {
  51. fill: steelblue;
  52. fill-opacity: .1; }
  53. .c3-brush .extent {
  54. fill-opacity: .1; }
  55. .c3-legend-item {
  56. font-size: 12px; }
  57. .c3-legend-item-hidden {
  58. opacity: 0.15; }
  59. .c3-legend-background {
  60. opacity: 0.75;
  61. fill: white;
  62. stroke: lightgray;
  63. stroke-width: 1; }
  64. .c3-title {
  65. font: 14px sans-serif; }
  66. .c3-tooltip-container {
  67. z-index: 10; }
  68. .c3-tooltip {
  69. border-collapse: collapse;
  70. border-spacing: 0;
  71. background-color: #fff;
  72. empty-cells: show;
  73. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  74. opacity: 0.95; }
  75. .c3-tooltip tr {
  76. border: 1px solid rgba(204, 213, 219, 0.8); }
  77. .c3-tooltip th {
  78. background-color: #f3f7f9;
  79. font-weight: 500;
  80. font-size: 14px;
  81. padding: 2px 5px;
  82. text-align: left; }
  83. .c3-tooltip td {
  84. font-size: 13px;
  85. padding: 3px 6px;
  86. background-color: #fff;
  87. border-left: 1px dotted rgba(204, 213, 219, 0.8); }
  88. .c3-tooltip td > span {
  89. display: inline-block;
  90. width: 10px;
  91. height: 10px;
  92. margin-right: 6px; }
  93. .c3-tooltip td.value {
  94. text-align: right; }
  95. .c3-area {
  96. stroke-width: 0;
  97. opacity: 0.2; }
  98. .c3-chart-arcs-title {
  99. dominant-baseline: middle;
  100. font-size: 1.3em; }
  101. .c3-chart-arcs .c3-chart-arcs-background {
  102. fill: #ccd5db;
  103. stroke: none; }
  104. .c3-chart-arcs .c3-chart-arcs-gauge-unit {
  105. fill: #000;
  106. font-size: 16px; }
  107. .c3-chart-arcs .c3-chart-arcs-gauge-max {
  108. fill: #76838f; }
  109. .c3-chart-arcs .c3-chart-arcs-gauge-min {
  110. fill: #76838f; }
  111. .c3-chart-arc .c3-gauge-value {
  112. fill: #000;
  113. /* font-size: 28px !important;*/ }