|
- @CHARSET "UTF-8";
-
- .container{
- width:100%;
- }
-
- #cstart, #cfinish, #paydate{
- color: black;
- font-weight:900;
- width:100%;
- background-color: #EDEDED;
- border:none;
- }
-
- .hidden{
- display:none;
- }
-
- td.sync_detail{
- padding:0px;
- }
-
- table.hours{
- margin-bottom:0px;
- }
-
- table.blueTable {
- border: 1px solid #1C6EA4;
- background-color: #EEEEEE;
- width: 100%;
- text-align: left;
- border-collapse: collapse;
- }
- table.blueTable td, table.blueTable th {
- border: 1px solid #AAAAAA;
- padding: 3px 2px;
- }
- table.blueTable tbody td {
- font-size: 13px;
- }
- table.blueTable tr:nth-child(even) {
- background: #D0E4F5;
- }
- table.blueTable thead {
- background: #1C6EA4;
- background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
- background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
- background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
- border-bottom: 2px solid #444444;
- }
- table.blueTable thead th {
- font-size: 15px;
- font-weight: bold;
- color: #FFFFFF;
- border-left: 2px solid #D0E4F5;
- }
- table.blueTable thead th:first-child {
- border-left: none;
- }
-
- table.blueTable tfoot {
- font-size: 14px;
- font-weight: bold;
- color: #FFFFFF;
- background: #D0E4F5;
- background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
- background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
- background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
- border-top: 2px solid #444444;
- }
- table.blueTable tfoot td {
- font-size: 14px;
- }
- table.blueTable tfoot .links {
- text-align: right;
- }
- table.blueTable tfoot .links a{
- display: inline-block;
- background: #1C6EA4;
- color: #FFFFFF;
- padding: 2px 8px;
- border-radius: 5px;
- }
-
-
- .week1color {
- color: black;
-
- /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
- background: #ebe9f9; /* Old browsers */
- background: -moz-linear-gradient(top, #ebe9f9 0%, #d8d0ef 50%, #cec7ec 51%, #c1bfea 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, #ebe9f9 0%,#d8d0ef 50%,#cec7ec 51%,#c1bfea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */
- }
-
-
- .week2color {
- color: white;
-
- /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#627d4d+0,1f3b08+100;Olive+3D */
- background: #627d4d; /* Old browsers */
- background: -moz-linear-gradient(top, #627d4d 0%, #1f3b08 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, #627d4d 0%,#1f3b08 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, #627d4d 0%,#1f3b08 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=0 ); /* IE6-9 */
- }
|