assignment.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. body
  2. {
  3. font-family:arial,tahoma,helvetica,sans-serif;
  4. }
  5. .sch-event
  6. {
  7. background:url(images/programbg.gif) repeat-x left bottom;
  8. border-left-color:#ccc;
  9. border-left-color:#ddd;
  10. border-top-color:transparent;
  11. border-bottom-color:#ccc;
  12. }
  13. .sch-event-hover
  14. {
  15. border: 1px solid #555;
  16. }
  17. .startTime
  18. {
  19. color: #777;
  20. font-weight:bold;
  21. }
  22. .taskName
  23. {
  24. font-weight:bold;
  25. color:#15428B;
  26. padding-left:5px;
  27. }
  28. .duration
  29. {
  30. color: #aaa;
  31. display:block;
  32. }
  33. .station-cell
  34. {
  35. background: url(images/bg.png) no-repeat left top;
  36. }
  37. .station-cell .x-grid-cell-inner
  38. {
  39. position:relative;
  40. }
  41. .station-cell span
  42. {
  43. display:block;
  44. font-weight:bold;
  45. font-size:12px;
  46. text-align:right;
  47. color:#15428B;
  48. float:right;
  49. width:50%;
  50. }
  51. .station-cell img
  52. {
  53. position:relative;
  54. }
  55. .sch-timeline
  56. {
  57. border-left:2px dotted red;
  58. }
  59. .listen
  60. {
  61. height:24px;
  62. width:24px;
  63. display:block;
  64. background: url(images/volume.png) no-repeat left top;
  65. position:absolute;
  66. right:3px;
  67. top:40px;
  68. }
  69. a.listen:hover
  70. {
  71. background-position: 0 -24px;
  72. }
  73. .start
  74. {
  75. border-left:2px dotted red;
  76. }
  77. .line-text
  78. {
  79. background-color: rgba(83,13,134,0.7);
  80. bottom: 0;
  81. color: #FFEEEE;
  82. display: block;
  83. font-size: 0.8em;
  84. height: 13px;
  85. position: absolute;
  86. width: inherit;
  87. }
  88. .line-text
  89. {
  90. border-right-top-radius:9px;
  91. border-right-bottom-radius:5px;
  92. box-shadow:1px 1px 2px #ccc;
  93. white-space:nowrap;
  94. width:auto;
  95. border-top-right-radius: 3px;
  96. border-bottom-right-radius: 3px;
  97. padding-left:3px;
  98. padding-right:3px;
  99. bottom: -62px;
  100. left:-20px;
  101. }