timesheet source code
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

235 linhas
5.0KB

  1. @CHARSET "UTF-8";
  2. .blink_me {
  3. animation: blinker 0.3s linear infinite;
  4. }
  5. @keyframes blinker {
  6. 50% {
  7. opacity: 0;
  8. }
  9. }
  10. .container{
  11. width:100%;
  12. }
  13. #cstart, #cfinish, #paydate,
  14. #invoice_start, #invoice_finish,
  15. #ndis_start, #ndis_finish{
  16. width:100%;
  17. border:none;
  18. text-align: center;
  19. color: green;
  20. font-weight: 900;
  21. background: #f0fbff;
  22. font-size: 1.5em;
  23. }
  24. .hidden{
  25. display:none;
  26. }
  27. td.sync_detail{
  28. padding:0px;
  29. }
  30. table.staffhours,
  31. table.clientinvoice{
  32. background-color:white;
  33. }
  34. div.invoice_button,
  35. table.hours{
  36. margin-bottom:0px;
  37. }
  38. table.blueTable {
  39. border: 1px solid #1C6EA4;
  40. background-color: #EEEEEE;
  41. width: 100%;
  42. text-align: left;
  43. border-collapse: collapse;
  44. }
  45. table.blueTable td, table.blueTable th {
  46. border: 1px solid #AAAAAA;
  47. padding: 3px 2px;
  48. }
  49. table.blueTable tbody td {
  50. font-size: 13px;
  51. }
  52. table.blueTable tr:nth-child(even) {
  53. background: #D0E4F5;
  54. }
  55. table.blueTable thead {
  56. background: #1C6EA4;
  57. background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  58. background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  59. background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  60. border-bottom: 2px solid #444444;
  61. }
  62. table.blueTable thead th {
  63. font-size: 15px;
  64. font-weight: bold;
  65. color: #FFFFFF;
  66. border-left: 2px solid #D0E4F5;
  67. }
  68. table.blueTable thead th:first-child {
  69. border-left: none;
  70. }
  71. table.blueTable tfoot {
  72. font-size: 14px;
  73. font-weight: bold;
  74. color: #FFFFFF;
  75. background: #D0E4F5;
  76. background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  77. background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  78. background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  79. border-top: 2px solid #444444;
  80. }
  81. table.blueTable tfoot td {
  82. font-size: 14px;
  83. }
  84. table.blueTable tfoot .links {
  85. text-align: right;
  86. }
  87. table.blueTable tfoot .links a{
  88. display: inline-block;
  89. background: #1C6EA4;
  90. color: #FFFFFF;
  91. padding: 2px 8px;
  92. border-radius: 5px;
  93. }
  94. tr.DRAFT .week1color {
  95. color: black;
  96. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
  97. background: #ebe9f9; /* Old browsers */
  98. background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%); /* FF3.6-15 */
  99. background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Chrome10-25,Safari5.1-6 */
  100. background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  101. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */
  102. }
  103. tr.DRAFT .week2color {
  104. color: white;
  105. /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
  106. background: #627d4d; /* Old browsers */
  107. background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
  108. background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
  109. background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  110. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
  111. }
  112. #staff tr.loading,
  113. #staff td.loading{
  114. text-align:center;
  115. height:500px;
  116. }
  117. td.loading img{
  118. margin-top:200px;
  119. }
  120. table.hours th,
  121. table.hours td{
  122. text-align: center;
  123. width:7.14% ;
  124. }
  125. .mismatch {
  126. background-color:yellow;
  127. color:red;
  128. font-size:1.3em;
  129. font-weight:900;
  130. }
  131. td.invoice_nubmer{
  132. text-align:center;
  133. }
  134. img.waiting_invoice_number{
  135. height:32px;
  136. display:none;
  137. }
  138. .invoice_nameonly_row{
  139. cursor:pointer;
  140. }
  141. .invoice_nameonly_row:hover{
  142. background-color:yellow;
  143. }
  144. .invoice_detail_row th{
  145. cursor:pointer;
  146. }
  147. .invoice_detail_row th:hover{
  148. color:green;
  149. }
  150. .invoice_nameonly_row_dummy{
  151. color:white;
  152. background-color: black;
  153. display:none;
  154. animation: blinker 0.3s linear infinite;
  155. }
  156. td.invoice_summary{
  157. text-align:center;
  158. background-color:lightcyan;
  159. font-weight:900;
  160. color:green;
  161. }
  162. td.invoice_summary_header{
  163. background-color: #ededed;
  164. }
  165. table.invoice_preferred th.title{
  166. background-color: #e0e0e0;
  167. font-weight: 900;
  168. font-size: 1.3em;
  169. text-shadow: 0px 0px 2px #dad8d8;
  170. }
  171. table.invoice_not_preferred th.title{
  172. background-color: #e0e0e0;
  173. font-weight: 900;
  174. font-size: 1.3em;
  175. text-shadow: 0px 0px 2px #dad8d8;
  176. }
  177. .select_client_check_box span.client_name{
  178. color: grey;
  179. font-size: 1.1em;
  180. }
  181. .select_client_check_box span.ticon{
  182. color: lightgrey;
  183. font-size: 2em;
  184. padding-right: 10px;
  185. font-weight: 900;
  186. }
  187. .select_client_check_box input:checked+span.ticon{
  188. color:red;
  189. }
  190. .select_client_check_box input:checked+span.ticon + span{
  191. color:black;
  192. font-weight:900;
  193. }
  194. .select_client_check_box span.client_attr{
  195. padding-left:60px;
  196. }
  197. #checkall_clients {
  198. font-size: 1.5em;
  199. padding-top: 20px;
  200. padding-bottom: 20px;
  201. }