|
|
|
@@ -78,6 +78,14 @@ body { |
|
|
|
overflow-y: scroll; |
|
|
|
} |
|
|
|
|
|
|
|
.timesheets .workspace img { |
|
|
|
display: block; |
|
|
|
margin-top: 140px; |
|
|
|
margin-left:auto; |
|
|
|
margin-right:auto; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.timesheets .statusbar { |
|
|
|
position: relative; |
|
|
|
height: 40px; |
|
|
|
@@ -469,7 +477,6 @@ div.week2 > div { |
|
|
|
text-align: center; |
|
|
|
width: 10%; |
|
|
|
height: 40px; |
|
|
|
color: white; |
|
|
|
margin-top: 5px; |
|
|
|
font-weight: bolder; |
|
|
|
border-radius: 10px; |
|
|
|
@@ -483,26 +490,29 @@ div.week2 div:hover |
|
|
|
} |
|
|
|
|
|
|
|
div.week1 > div { |
|
|
|
box-shadow: 0px 0px 10px white inset; |
|
|
|
} |
|
|
|
.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 */ |
|
|
|
|
|
|
|
box-shadow: 0px 0px 10px white inset; |
|
|
|
} |
|
|
|
|
|
|
|
div.week2 > div { |
|
|
|
background-color: #285c00; |
|
|
|
box-shadow: 0px 0px 10px white inset; |
|
|
|
/* 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 */ |
|
|
|
|
|
|
|
} |
|
|
|
.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 */ |
|
|
|
} |
|
|
|
|
|
|
|
div.assignment > div { |