timesheet source code
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

107 lines
3.1KB

  1. @CHARSET "UTF-8";
  2. .container{
  3. width:100%;
  4. }
  5. #cstart, #cfinish, #paydate{
  6. color: black;
  7. font-weight:900;
  8. width:100%;
  9. background-color: #EDEDED;
  10. border:none;
  11. }
  12. .hidden{
  13. display:none;
  14. }
  15. td.sync_detail{
  16. padding:0px;
  17. }
  18. table.hours{
  19. margin-bottom:0px;
  20. }
  21. table.blueTable {
  22. border: 1px solid #1C6EA4;
  23. background-color: #EEEEEE;
  24. width: 100%;
  25. text-align: left;
  26. border-collapse: collapse;
  27. }
  28. table.blueTable td, table.blueTable th {
  29. border: 1px solid #AAAAAA;
  30. padding: 3px 2px;
  31. }
  32. table.blueTable tbody td {
  33. font-size: 13px;
  34. }
  35. table.blueTable tr:nth-child(even) {
  36. background: #D0E4F5;
  37. }
  38. table.blueTable thead {
  39. background: #1C6EA4;
  40. background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  41. background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  42. background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  43. border-bottom: 2px solid #444444;
  44. }
  45. table.blueTable thead th {
  46. font-size: 15px;
  47. font-weight: bold;
  48. color: #FFFFFF;
  49. border-left: 2px solid #D0E4F5;
  50. }
  51. table.blueTable thead th:first-child {
  52. border-left: none;
  53. }
  54. table.blueTable tfoot {
  55. font-size: 14px;
  56. font-weight: bold;
  57. color: #FFFFFF;
  58. background: #D0E4F5;
  59. background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  60. background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  61. background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  62. border-top: 2px solid #444444;
  63. }
  64. table.blueTable tfoot td {
  65. font-size: 14px;
  66. }
  67. table.blueTable tfoot .links {
  68. text-align: right;
  69. }
  70. table.blueTable tfoot .links a{
  71. display: inline-block;
  72. background: #1C6EA4;
  73. color: #FFFFFF;
  74. padding: 2px 8px;
  75. border-radius: 5px;
  76. }
  77. .week1color {
  78. color: black;
  79. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
  80. background: #ebe9f9; /* Old browsers */
  81. background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%); /* FF3.6-15 */
  82. background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Chrome10-25,Safari5.1-6 */
  83. background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  84. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */
  85. }
  86. .week2color {
  87. color: white;
  88. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
  89. background: #627d4d; /* Old browsers */
  90. background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
  91. background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
  92. background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  93. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
  94. }