PageRenderTime 25ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/timeplot/styles/timeplot.css

http://showslow.googlecode.com/
CSS | 95 lines | 83 code | 12 blank | 0 comment | 0 complexity | 1df5e2f90cfc761cc47cddb32952aecd MD5 | raw file
  1. .timeplot-container {
  2. overflow: hidden;
  3. position: relative;
  4. height: 200px;
  5. border: 1px solid #ccc;
  6. padding: 12px 14px;
  7. }
  8. .timeplot-copyright {
  9. position: absolute;
  10. top: 0px;
  11. left: 0px;
  12. z-index: 1000;
  13. cursor: pointer;
  14. }
  15. .timeplot-message-container {
  16. position: absolute;
  17. top: 30%;
  18. left: 35%;
  19. right: 35%;
  20. max-width: 400px;
  21. z-index: 1000;
  22. display: none;
  23. }
  24. .timeplot-message {
  25. font-size: 120%;
  26. font-weight: bold;
  27. text-align: center;
  28. }
  29. .timeplot-message img {
  30. vertical-align: middle;
  31. }
  32. .timeplot-div {
  33. position: absolute;
  34. }
  35. .timeplot-grid-label {
  36. font-size: 9px;
  37. }
  38. .timeplot-event-box {
  39. cursor: pointer;
  40. }
  41. .timeplot-event-box-highlight {
  42. border: 1px solid #FFB03B;
  43. }
  44. .timeplot-valueflag {
  45. display: none;
  46. border: 1px solid #FFB02D;
  47. padding: 2px 4px;
  48. text-align: center;
  49. background-color: #FFE57F;
  50. font-weight: bold;
  51. z-index: 1000;
  52. }
  53. .timeplot-valueflag-line {
  54. display: none;
  55. width: 14px;
  56. height: 14px;
  57. z-index: 1000;
  58. }
  59. .timeplot-timeflag {
  60. display: none;
  61. border: 1px solid #FFB02D;
  62. padding: 2px 4px;
  63. text-align: center;
  64. background-color: #FFE57F;
  65. font-weight: bold;
  66. z-index: 1000;
  67. }
  68. .timeplot-timeflag-triangle {
  69. display: none;
  70. width: 11px;
  71. height: 6px;
  72. z-index: 1001;
  73. }
  74. .timeplot-valueflag-pole {
  75. display: none;
  76. border-left: 1px solid #FFB02D;
  77. z-index: 999;
  78. }
  79. .timeplot-lens {
  80. display: none;
  81. border: 1px solid #FFB02D;
  82. z-index: 998;
  83. }