style2.css 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* Style 2 */
  2. .style2 .sch-gantt-label-left
  3. {
  4. background: none repeat scroll 0 0 white;
  5. color: black;
  6. opacity: 0.3;
  7. filter:alpha(opacity=50);
  8. padding: 2px 13px;
  9. white-space: nowrap;
  10. -moz-border-radius: 14px;
  11. -webkit-border-radius: 14px;
  12. border-radius: 14px;
  13. zoom:1;
  14. font-weight:bold;
  15. border: 1px solid #AAAAAA;
  16. }
  17. .style2 .sch-gantt-label-left:hover
  18. {
  19. opacity: 0.6;
  20. filter:alpha(opacity=70);
  21. }
  22. .style2 .sch-gantt-parenttask-arrow
  23. {
  24. border-color: #AAAAAA transparent transparent;
  25. }
  26. .style2 .sch-gantt-parenttask-bar
  27. {
  28. -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
  29. -moz-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
  30. border: 1px solid #AAAAAA;
  31. background: #E5ECF5;
  32. }
  33. .style2 .sch-gantt-parenttask-bar .sch-gantt-progress-bar
  34. {
  35. background:#ababab url(../images/transp-1px.png) repeat-x;
  36. }
  37. .style2 .sch-gantt-task-bar
  38. {
  39. border-color:goldenrod;
  40. -webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
  41. -moz-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.5);
  42. -moz-border-radius: 0;
  43. -webkit-border-radius: 0;
  44. position:relative;
  45. }
  46. .style2 .sch-dependency-line {
  47. border: 1px dotted SlateGray;
  48. }
  49. .style2 .sch-gantt-milestone-diamond
  50. {
  51. background-position:0 -48px;
  52. }
  53. .style2 .sch-gantt-task-bar .sch-gantt-progress-bar
  54. {
  55. background:Peru url(../images/transp-1px.png) repeat-x;
  56. }
  57. .style2 .x-grid-inner-locked .x-grid-view
  58. {
  59. background:LightYellow !important;
  60. }
  61. .x-gecko .style2 .sch-ganttview
  62. {
  63. background:-moz-linear-gradient(90deg, rgba(166, 216, 166, 0.65), rgba(255, 255, 255, 0.95)) repeat scroll 0 0 transparent
  64. }
  65. .x-webkit .style2 .sch-ganttview
  66. {
  67. background: -webkit-gradient(linear, left top, left bottom, from(rgba(166, 216, 166, 0.65)), to(rgba(255, 255, 255, 0.95)));
  68. }
  69. .style2 .sch-dependency-arrow-left
  70. {
  71. border-color: transparent slategray transparent transparent;
  72. }
  73. .style2 .sch-dependency-arrow-right
  74. {
  75. border-color: transparent transparent transparent slategray;
  76. }
  77. .style2 .sch-dependency-arrow-down
  78. {
  79. border-color: slategray transparent;
  80. }