style3.css 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /* Style 3 */
  2. .style3 .x-grid-view *
  3. {
  4. color:#fff;
  5. }
  6. .style3 .sch-gantt-parenttask-bar
  7. {
  8. background:#eee;
  9. -webkit-box-shadow: 2px 1px 4px rgba(20,20, 20, 0.3);
  10. -moz-box-shadow: 2px 1px 4px rgba(20,20, 20, 0.3);
  11. box-shadow: 2px 1px 4px rgba(20,20, 20, 0.3);
  12. border: 1px solid #555;
  13. }
  14. .style3 .sch-gantt-parenttask-bar .sch-gantt-progress-bar
  15. {
  16. background:#0A246A url(../images/transp-1px.png) repeat-x;
  17. }
  18. .style3 .sch-gantt-task-bar
  19. {
  20. box-shadow: 2px 1px 4px rgba(20,20, 20, 0.3);
  21. -webkit-box-shadow: 2px 1px 4px rgba(20,20, 20, 0.3);
  22. -moz-box-shadow: 2px 1px 4px rgba(20,20, 20, 0.3);
  23. border: 1px solid #333333;
  24. opacity:0.85;
  25. filter:alpha(opacity=85);
  26. background:#ddd;
  27. }
  28. .style3 .sch-gantt-milestone-diamond
  29. {
  30. background-position:0 -48px;
  31. }
  32. .style3 .sch-dependency-line
  33. {
  34. border: 1px solid #222222;
  35. }
  36. .style3 .sch-gantt-task-bar .sch-gantt-progress-bar
  37. {
  38. background:#666 url(../images/transp-1px.png) repeat-x;
  39. }
  40. .style3 .x-grid-inner-locked .x-grid-cell
  41. {
  42. border-bottom: 1px dashed #ccc !important;
  43. border-top-color: transparent !important;
  44. }
  45. .style3 .x-grid-inner-locked .x-grid-view
  46. {
  47. background: #757575;
  48. }
  49. .style3 .x-grid-row .x-grid-cell
  50. {
  51. background: transparent;
  52. }
  53. .style3 .sch-ganttview
  54. {
  55. background:url(../images/bg-lines.gif) repeat;
  56. }
  57. .style3 .sch-gantt-parenttask-leftarrow,
  58. .style3 .sch-gantt-parenttask-rightarrow
  59. {
  60. height:5px;
  61. width:12px;
  62. border-width:1px;
  63. background: url("../images/halfcircle.png") no-repeat scroll 0 0 transparent;
  64. }
  65. .style3 .sch-dependency-arrow-left
  66. {
  67. border-color: transparent #ccc transparent transparent;
  68. }
  69. .style3 .sch-dependency-arrow-right
  70. {
  71. border-color: transparent transparent transparent #ccc;
  72. }
  73. .style3 .sch-dependency-arrow-down
  74. {
  75. border-color: #ccc transparent;
  76. }
  77. .style3 .sch-dependency-line {
  78. border-color:#ddd;
  79. }
  80. .style3 .x-grid-inner-locked .x-grid-row-selected .x-grid-cell {
  81. background-color: #333 !important;
  82. }