styles.css 618 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. body { margin: 0; padding: 0;-webkit-user-select: none; -webkit-tap-highlight-color: transparent;}
  2. .chart-area-min{
  3. float: left;
  4. width: 540px;
  5. margin: 2.5%;
  6. border-radius: 5px;
  7. box-shadow: 0 0 10px #ccc;
  8. height: 420px;
  9. }
  10. .chart-area-large{
  11. width: 972px;
  12. height: 756px;
  13. z-index: 1;
  14. display: none;
  15. }
  16. .chart-area-large.active{
  17. display: block
  18. }
  19. .chart-area-full{
  20. z-index: 2
  21. }
  22. .quarter {
  23. float: left;
  24. width: 260px;
  25. height: 200px;
  26. }
  27. .icon-large:before{
  28. content:"+";
  29. float:right;
  30. font-size: 50px;
  31. font-weight: bold;
  32. padding: 5px;
  33. text-shadow:0 0 5px #333;
  34. color: white;
  35. font-style: normal;
  36. }