1423 lines
23 KiB
CSS
1423 lines
23 KiB
CSS
/* CSS Code Styling
|
|
Tag { Always spaces between values
|
|
Font:
|
|
Height
|
|
Width
|
|
Margin: [top, right, bottom, left];
|
|
Padding: [top, right, bottom, left];
|
|
|
|
Border
|
|
<Newline if 3 or more above>
|
|
Drop-shadow
|
|
<Newline if 3 or more above>
|
|
Display
|
|
Position
|
|
Float
|
|
Overflow
|
|
z-index
|
|
<Newline between if 3 or more above>
|
|
Color related items
|
|
<Newline between>
|
|
Animation related items
|
|
}*/
|
|
|
|
@import url(https://fonts.googleapis.com/css?family=Raleway:200,300italic,400,600);
|
|
|
|
html {
|
|
font-family: 'Raleway';
|
|
font-weight: 200;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
|
|
pointer-events: all;
|
|
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
|
|
-webkit-transition: color 0.5s ease;
|
|
-moz-transition: color 0.5s ease;
|
|
-ms-transition: color 0.5s ease;
|
|
transition: color 0.5s ease;
|
|
}
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #FCF0F0;
|
|
font-size: 70%;
|
|
}
|
|
|
|
:-moz-placeholder {
|
|
color: #FCF0F0;
|
|
font-size: 70%;
|
|
}
|
|
|
|
::-moz-placeholder {
|
|
color: #FCF0F0;
|
|
font-size: 70%;
|
|
}
|
|
|
|
:-ms-input-placeholder {
|
|
color: #FCF0F0;
|
|
font-size: 70%;
|
|
}
|
|
|
|
.formInvalid::-webkit-input-placeholder {
|
|
color: red;
|
|
}
|
|
|
|
.formInvalid:-moz-placeholder {
|
|
color: red;
|
|
}
|
|
|
|
.formInvalid::-moz-placeholder {
|
|
color: red;
|
|
}
|
|
|
|
.formInvalid:-ms-input-placeholder {
|
|
color: red;
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
margin: 0;
|
|
|
|
pointer-events: all;
|
|
}
|
|
|
|
input {
|
|
font-family: Raleway !important;
|
|
}
|
|
|
|
.noScroll {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: fixed;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
#mainHeader {
|
|
font-weight: 600;
|
|
width: 100%;
|
|
height: 6vh;
|
|
margin: 0;
|
|
box-shadow: 0px 5px 2px -2px #666;
|
|
|
|
display: inline-block;
|
|
z-index: 0;
|
|
}
|
|
|
|
#mainHeader h1 {
|
|
font-weight: 400;
|
|
margin-left: 1%;
|
|
}
|
|
|
|
#mainHeader h1, #mainHeader h2 {
|
|
font-size: 3.5vh;
|
|
padding: 0;
|
|
height: 6vh;
|
|
|
|
display: inline;
|
|
|
|
line-height: 6vh;
|
|
text-align: right;
|
|
}
|
|
|
|
#mainHeader h2 {
|
|
font-weight: 200;
|
|
font-size: 3vh;
|
|
}
|
|
|
|
#divLeftBar, #divCenter {
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
#divCenter {
|
|
left: 6vh;
|
|
right: 0;
|
|
z-index: 10;
|
|
}
|
|
|
|
#divLeftBar {
|
|
width: 36vh;
|
|
z-index: 5;
|
|
}
|
|
|
|
.noScroll h1,.noScroll h2,.noScroll h3,.noScroll h4,.noScroll h5,
|
|
.gu-mirror h1,.gu-mirror h2,.gu-mirror h3,.gu-mirror h4,.gu-mirror h5 {
|
|
margin: 0;
|
|
}
|
|
|
|
.noScroll h1, .gu-mirror h1 {
|
|
padding: 0.4%;
|
|
}
|
|
|
|
.noScroll h4, .gu-mirror h4 {
|
|
font-size: 1.9vh;
|
|
font-weight: 200;
|
|
|
|
display: inline-block;
|
|
|
|
-webkit-transition: color 0.5s ease;
|
|
-moz-transition: color 0.5s ease;
|
|
-ms-transition: color 0.5s ease;
|
|
transition: color 0.5s ease;
|
|
}
|
|
|
|
.noScroll input, .noScroll textarea {
|
|
font-family: 'Raleway';
|
|
font-weight: 100;
|
|
background-color: rgba(0,0,0,0.2);
|
|
border: 0;
|
|
resize: none;
|
|
color: inherit;
|
|
}
|
|
|
|
.barIco {
|
|
font-size: 3.5vh;
|
|
width: 6vh;
|
|
height: calc(6vh - 1px);
|
|
|
|
border-bottom: 2px solid rgba(255,255,255,0.1);
|
|
|
|
position: relative;
|
|
line-height: 6vh;
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: color 0.5s ease, background-color 0.5s ease;
|
|
-moz-transition: color 0.5s ease, background-color 0.5s ease;
|
|
-ms-transition: color 0.5s ease, background-color 0.5s ease;
|
|
transition: color 0.5s ease, background-color 0.5s ease;
|
|
}
|
|
|
|
.barIco:hover {
|
|
background-color: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
#login-buttons {
|
|
display: none !important;
|
|
}
|
|
|
|
#dropdown {
|
|
width: auto;
|
|
height: 6vh;
|
|
padding-right: 2vh;
|
|
|
|
float: right;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: background-color 0.5s ease;
|
|
-moz-transition: background-color 0.5s ease;
|
|
-ms-transition: background-color 0.5s ease;
|
|
transition: background-color 0.5s ease;
|
|
}
|
|
|
|
#dropdown img {
|
|
width: 4vh;
|
|
height: 4vh;
|
|
padding: 1vh;
|
|
line-height: 6vh;
|
|
|
|
-moz-border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
#dropdown h4 {
|
|
padding: 0;
|
|
vertical-align: top;
|
|
line-height: 6vh;
|
|
}
|
|
|
|
#dropdown:hover {
|
|
background-color: rgba(0,0,0,0.3);
|
|
}
|
|
|
|
#menuBar {
|
|
height: 100%;
|
|
width: 6vh;
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.2);
|
|
|
|
z-index: 0;
|
|
float: left;
|
|
}
|
|
|
|
#menuContainer {
|
|
min-height: 100%;
|
|
max-height: 100%;
|
|
width: 30vh;
|
|
|
|
position: relative;
|
|
display: inline-block;
|
|
z-index: -1;
|
|
overflow: hidden;
|
|
|
|
position: fixed;
|
|
left: 6vh;
|
|
}
|
|
|
|
.menuWrapper {
|
|
height: 94vh;
|
|
display: none;
|
|
}
|
|
|
|
#modes {
|
|
margin-top: 6vh;
|
|
}
|
|
|
|
.mode {
|
|
width: 100%;
|
|
height: 6vh;
|
|
display: table;
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
-webkit-transition: background-color 0.5s ease;
|
|
-moz-transition: background-color 0.5s ease;
|
|
-ms-transition: background-color 0.5s ease;
|
|
transition: background-color 0.5s ease;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mode:hover {
|
|
background-color: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.mode:active {
|
|
background-color: rgba(0,0,0,0.3);
|
|
}
|
|
|
|
.status {
|
|
width: 3% !important;
|
|
height: 100%;
|
|
display: table-cell;
|
|
|
|
-webkit-transition: background-color 0.3s ease;
|
|
-moz-transition: background-color 0.3s ease;
|
|
-ms-transition: background-color 0.3s ease;
|
|
transition: background-color 0.3s ease;
|
|
}
|
|
|
|
.mode .fa {
|
|
width: 10%;
|
|
padding: 0 6% 0 6%;
|
|
line-height: 6vh;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.mode h4 {
|
|
width: 65%;
|
|
padding-left: 5%;
|
|
line-height: 6vh;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.slimScrollBar {
|
|
border-radius: 1px !important;
|
|
z-index: 1 !important;
|
|
}
|
|
|
|
#divLeftBar .fa-university, #divLeftBar .fa-calendar, #divLeftBar .fa-download, #divLeftBar .fa-tasks,
|
|
#divLeftBar .fa-graduation-cap, #divLeftBar .fa-book {
|
|
font-size: 2vh;
|
|
}
|
|
|
|
.noScroll .fa-plus, .creWork .fa-plus, .fa-minus, .fa-exchange {
|
|
font-size: 130%;
|
|
padding: 5%;
|
|
}
|
|
|
|
#exportDiv {
|
|
background-color: rgba(255,255,255,0.1);
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
|
|
#exportDiv:hover {
|
|
background-color: rgba(255,255,255,0.2);
|
|
}
|
|
|
|
#classListHolder {
|
|
width: 100%;
|
|
max-height: 27.4507vh;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#classFilterHolder {
|
|
width: 100%;
|
|
}
|
|
|
|
.sideClass, .sideFilter {
|
|
width: 100%;
|
|
|
|
background-color: rgba(0,0,0,0.1);
|
|
cursor: pointer;
|
|
display: table;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
.sideClass:hover, .sideFilter:hover {
|
|
background-color: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.sideClass:active, .sideFilter:active {
|
|
background-color: rgba(0,0,0,0.3);
|
|
}
|
|
|
|
.sideClass span {
|
|
font-weight: 200;
|
|
margin: 0;
|
|
font-size: 1.7vh;
|
|
padding: 5%;
|
|
display: table-cell;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sideFilter span {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.sideClassName {
|
|
width: 50%;
|
|
padding-left: 5%;
|
|
}
|
|
|
|
.sideClassHour {
|
|
width: 50%;
|
|
color: #CCC;
|
|
}
|
|
|
|
.sideTypeName {
|
|
font-size: 1.7vh;
|
|
width: 92%;
|
|
margin: 0;
|
|
padding: 5%;
|
|
padding-left: 5%;
|
|
|
|
display: table-cell;
|
|
}
|
|
|
|
.sidebarDesc {
|
|
font-size: 1.8vh;
|
|
margin-left: 5%;
|
|
width: 90%;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
#classesMode {
|
|
height: 96vh;
|
|
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.mainClass {
|
|
width: 100%;
|
|
box-shadow: 2px 2px 5px 1px #666;
|
|
}
|
|
|
|
.classWrapper {
|
|
width: 35vh;
|
|
height: 95%;
|
|
margin: 10px;
|
|
margin-top: 20px;
|
|
display: inline-block;
|
|
position: relative;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.classWrapper:first-child {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.classWrapper:last-child {
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.classInfo {
|
|
padding: 3vh;
|
|
background-color: rgba(255,255,255,0.3); /* remove when class color */
|
|
cursor: pointer;
|
|
}
|
|
|
|
.mainClassName {
|
|
font-size: 3.7vh;
|
|
white-space: normal;
|
|
|
|
-webkit-filter: none !important;
|
|
filter: none !important;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.mainClassHour {
|
|
font-size: 1.7vh;
|
|
margin-top: 0;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.mainClassTeacher {
|
|
font-size: 1.7vh;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.creWork {
|
|
font-size: 1.7vh;
|
|
cursor: pointer;
|
|
box-shadow: 0px 5px 5px -2px #666;
|
|
|
|
-webkit-transition: background-color 0.4 ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
.creWork:hover {
|
|
background-color: rgba(0,0,0,0.05);
|
|
}
|
|
|
|
.creWork h4 {
|
|
font-size: 100%;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.workHolder {
|
|
width: 90% !important;
|
|
max-height: 55.5vh;
|
|
padding: 5%;
|
|
}
|
|
|
|
.workCard:first-child {
|
|
margin-top: 0%;
|
|
}
|
|
|
|
.workCard:last-child {
|
|
margin-bottom: 0%;
|
|
}
|
|
|
|
.workCard {
|
|
width: 100%;
|
|
margin: 5% 0 5% 0;
|
|
background-color: rgba(255,255,255,0.3);
|
|
box-shadow: 1px 1px 5px 1px #666;
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: box-shadow 0.4s ease, transform 0.3s ease;
|
|
-moz-transition: box-shadow 0.4s ease, transform 0.3s ease;
|
|
-ms-transition: box-shadow 0.4s ease, transform 0.3s ease;
|
|
transition: box-shadow 0.4s ease, transform 0.3s ease;
|
|
}
|
|
|
|
.workCard:hover {
|
|
box-shadow: 1px 1px 5px 1px #666, inset 0 0 0 99999px rgba(0,0,0,0.09);
|
|
}
|
|
|
|
.workCard div {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.cWorkTop {
|
|
width: 100%;
|
|
margin: 0 0 5% 0;
|
|
display: table;
|
|
}
|
|
|
|
.cWorkCreator {
|
|
width: 50%;
|
|
display: table-cell;
|
|
text-align: right;
|
|
}
|
|
|
|
.cWorkDate {
|
|
width: 70%;
|
|
display: table-cell;
|
|
}
|
|
|
|
.cWorkCont {
|
|
font-size: 1.7vh;
|
|
padding: 5%;
|
|
}
|
|
|
|
.cWorkType {
|
|
height: .8vh;
|
|
}
|
|
|
|
.cWorkName {
|
|
font-weight: 400;
|
|
width: 50%;
|
|
margin-top: 0;
|
|
|
|
-webkit-filter: none !important;
|
|
filter: none !important;
|
|
|
|
display: table-cell;
|
|
white-space: normal;
|
|
}
|
|
|
|
.cWorkBottom {
|
|
width: 100%;
|
|
display: table;
|
|
}
|
|
|
|
.cWorkBottom div {
|
|
width: 30%;
|
|
display: table-cell;
|
|
text-align: right;
|
|
}
|
|
|
|
.cWorkBottom .fa-thumbs-up, .cWorkBottom .fa-exclamation-triangle {
|
|
pointer-events: all;
|
|
|
|
-webkit-transition: color 0.4s ease;
|
|
-moz-transition: color 0.4s ease;
|
|
-ms-transition: color 0.4s ease;
|
|
transition: color 0.4s ease;
|
|
}
|
|
|
|
.cWorkBottom .fa-thumbs-up:hover {
|
|
color: #27A127;
|
|
}
|
|
|
|
.cWorkBottom .fa-exclamation-triangle:hover {
|
|
color: #FF1A1A;
|
|
}
|
|
|
|
input.clickModify, textarea.clickModify {
|
|
width: 100%;
|
|
font-size: 2.2vh;
|
|
font-weight: 200;
|
|
padding: 1%;
|
|
|
|
background-color: rgba(0,0,0,0);
|
|
border-color: rgba(0,0,0,0);
|
|
outline:none;
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease, border-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease, border-color 0.4s ease;
|
|
transition: background-color 0.4s ease, border-color 0.4s ease;
|
|
}
|
|
|
|
input.clickModify:hover, textarea.clickModify:hover {
|
|
background-color: rgba(0,0,0,0.1) !important;
|
|
}
|
|
|
|
textarea.clickModify {
|
|
font-size: 1.8vh;
|
|
width: 100%;
|
|
}
|
|
|
|
#editWork {
|
|
width: 45%;
|
|
max-width: 45%;
|
|
min-height: 68vh;
|
|
margin: auto;
|
|
margin-top: 2%;
|
|
|
|
box-shadow: 2px 2px 5px 3px #333;
|
|
}
|
|
|
|
#editWorkCont {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.12);
|
|
|
|
position: relative;
|
|
}
|
|
|
|
#workTypeBar {
|
|
background-color: rgba(0,0,0,0.1);
|
|
height: 2%;
|
|
}
|
|
|
|
#workNameDiv {
|
|
padding: 4% 0 0 3.5%;
|
|
}
|
|
|
|
#workNameDiv .resText {
|
|
font-size: 1.6vh;
|
|
}
|
|
|
|
#wName {
|
|
font-weight: 400;
|
|
font-size: 2.5vh;
|
|
width: 70%;
|
|
margin-right: 2%;
|
|
}
|
|
|
|
#wDescription {
|
|
margin-bottom: 1%;
|
|
}
|
|
|
|
.info {
|
|
font-size: 130%;
|
|
}
|
|
|
|
.workTitle {
|
|
font-size: 2.1vh;
|
|
font-weight: 400;
|
|
margin: 0 3% 1% 0;
|
|
cursor: default;
|
|
}
|
|
|
|
.prefTitle {
|
|
font-size: 140%;
|
|
margin-top: 5%;
|
|
}
|
|
|
|
.menuWrapper .prefWrapper {
|
|
width: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
.prefWrapper {
|
|
position: relative;
|
|
}
|
|
|
|
.prefText {
|
|
height: 5vh;
|
|
background-color: rgba(255,255,255,0.15);
|
|
}
|
|
|
|
.prefText h3 {
|
|
line-height: 5vh;
|
|
}
|
|
|
|
.noneLeft {
|
|
color: red;
|
|
}
|
|
|
|
.clickModify.dropdown {
|
|
font-size: 2.1vh;
|
|
width: calc(100% - 2px);
|
|
padding: none;
|
|
|
|
background-color: rgba(0,0,0,0.07);
|
|
cursor: pointer;
|
|
outline: 0;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
.clickModify.dropdown:hover {
|
|
background-color: rgba(0,0,0,0.03);
|
|
}
|
|
|
|
.clickModify.dropdown span {
|
|
width: 78%;
|
|
padding: 3% 5% 3% 5%;
|
|
|
|
display: inline-block;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.optionHolder {
|
|
width: 100%;
|
|
margin-top: -1px;
|
|
|
|
border-top: none;
|
|
|
|
position: absolute;
|
|
z-index: 5;
|
|
display: none;
|
|
|
|
opacity: 0;
|
|
|
|
-webkit-transition: opacity 0.4s ease;
|
|
-moz-transition: opacity 0.4s ease;
|
|
-ms-transition: opacity 0.4s ease;
|
|
transition: opacity 0.4s ease;
|
|
}
|
|
|
|
.optionText {
|
|
font-size: 120% !important;
|
|
min-width: 10%;
|
|
padding: 4% 7% 4% 7% !important;
|
|
margin: 0;
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.05);
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: box-shadow 0.4s ease;
|
|
-moz-transition: box-shadow 0.4s ease;
|
|
-ms-transition: box-shadow 0.4s ease;
|
|
transition: box-shadow 0.4s ease;
|
|
}
|
|
|
|
.selectedOption {
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.2);
|
|
}
|
|
|
|
#workInfoContainer, #workToggle {
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#workInfoContainer {
|
|
width: 70%;
|
|
margin-right: 3%;
|
|
min-height: 68vh;
|
|
}
|
|
|
|
#workToggle {
|
|
width: 27%;
|
|
float: right;
|
|
vertical-align: top;
|
|
}
|
|
|
|
#workInfoNmCont {
|
|
padding: 3% 0 3% 7%;
|
|
position: relative;
|
|
}
|
|
|
|
#workInfoNmCont div {
|
|
margin-bottom: 3%;
|
|
}
|
|
|
|
#workInfo1 div, #workInfo2 div {
|
|
margin-bottom: 3%;
|
|
}
|
|
|
|
#workInfo1 {
|
|
margin: 0;
|
|
padding: 3% 0 0 7%
|
|
}
|
|
|
|
#workInfo2 {
|
|
margin: 0;
|
|
padding: 0 0 3% 7%;
|
|
}
|
|
|
|
#wType {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
#typeWrapper {
|
|
margin: 0 !important;
|
|
min-width: 56%;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
#typeWrapper .optionText:hover {
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.datepicker {
|
|
box-shadow: 2px 2px 5px 3px #666;
|
|
color: #000;
|
|
background-color: rgba(250,250,250,0.85);
|
|
position: absolute;
|
|
}
|
|
|
|
.type {
|
|
margin: -1px 0 0 0 !important;
|
|
}
|
|
|
|
#workComments h3 {
|
|
font-weight: 400;
|
|
margin-bottom: 2%;
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
}
|
|
|
|
#workSubmit, #workDelete {
|
|
font-weight: 200;
|
|
font-size: 2vh;
|
|
padding: 2%;
|
|
|
|
background-color: rgba(0,0,0,0.25);
|
|
text-align: center;
|
|
cursor: pointer;
|
|
|
|
position: absolute;
|
|
right: 3%;
|
|
bottom: 3%;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
#workSubmit:hover, #workDelete:hover {
|
|
background-color: rgba(0,0,0,0.15);
|
|
}
|
|
|
|
.overlay, #confirmOverlay {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0,0,0,0.7);
|
|
|
|
display: none;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 51;
|
|
}
|
|
|
|
.overlayCont {
|
|
font-size: 3.1vh;
|
|
width: 20vw;
|
|
height: 20vh;
|
|
margin: auto;
|
|
margin-top: 25vh;
|
|
padding: 1%;
|
|
|
|
box-shadow: 2px 2px 5px 1px #666;
|
|
|
|
-moz-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.overlayCont i {
|
|
font-size: 8vh;
|
|
margin: 0 10% 0 10%;
|
|
text-align: center;
|
|
}
|
|
|
|
#faCont {
|
|
width: 100%;
|
|
}
|
|
|
|
.fa-check-circle-o, .fa-times-circle-o {
|
|
-webkit-transition: color 0.4s ease;
|
|
-moz-transition: color 0.4s ease;
|
|
-ms-transition: color 0.4s ease;
|
|
transition: color 0.4s ease;
|
|
|
|
cursor: pointer;
|
|
}
|
|
|
|
.fa-check-circle-o:hover {
|
|
color: #85E085;
|
|
}
|
|
|
|
.fa-check-circle-o:active {
|
|
color: #33CC33;
|
|
|
|
-webkit-transition: background-color 0.2s ease;
|
|
-moz-transition: background-color 0.2s ease;
|
|
-ms-transition: background-color 0.2s ease;
|
|
transition: background-color 0.2s ease;
|
|
}
|
|
|
|
.fa-times-circle-o:hover {
|
|
color: #FF6666;
|
|
}
|
|
|
|
.fa-times-circle-o:active {
|
|
color: #FF1A1A;
|
|
|
|
-webkit-transition: background-color 0.2s ease;
|
|
-moz-transition: background-color 0.2s ease;
|
|
-ms-transition: background-color 0.2s ease;
|
|
transition: background-color 0.2s ease;
|
|
}
|
|
|
|
#bg {
|
|
min-height: 100%;
|
|
width: 100%;
|
|
height: auto;
|
|
margin-top: -6vh;
|
|
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 50%;
|
|
z-index: -1;
|
|
|
|
transform:translateX(-50%);
|
|
}
|
|
|
|
#mainBody {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
#calendar {
|
|
color: #000;
|
|
width: 90%;
|
|
height: 94vh;
|
|
margin: auto;
|
|
padding-top: 1%;
|
|
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
}
|
|
|
|
#fullcalendar {
|
|
background-color: rgba(255,255,255,0.3);
|
|
border: 2vh solid rgba(255,255,255,0.3);
|
|
-webkit-background-clip: padding-box;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.fc-view-container, .fc-left {
|
|
-webkit-transition: opacity 0.4s ease;
|
|
-moz-transition: opacity 0.4s ease;
|
|
-ms-transition: opacity 0.4s ease;
|
|
transition: opacity 0.4s ease;
|
|
}
|
|
|
|
.fc-view-container {
|
|
background-color: rgba(255,255,255,0.8);
|
|
}
|
|
|
|
.fc-left {
|
|
padding: 0.5% 1% 0.5% 1%;
|
|
background-color: rgba(255,255,255,0.8);
|
|
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.fc-left h2 {
|
|
font-weight: 100;
|
|
|
|
-webkit-filter: none;
|
|
filter: none;
|
|
}
|
|
|
|
.fc-head {
|
|
padding: 0.2% 0 0.2% 0;
|
|
}
|
|
|
|
.fc-day-header {
|
|
padding: 0.5% 0 0.5% 0 !important;
|
|
}
|
|
|
|
.fc td {
|
|
border: solid 1px #C5C5C5;
|
|
}
|
|
|
|
.fc-button {
|
|
background-color: rgba(255,255,255,0.5) !important;
|
|
background-image: none;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
.fc-button:hover {
|
|
background-color: rgba(255,255,255,0.9) !important;
|
|
}
|
|
|
|
.fc-day-header {
|
|
font-weight: 100;
|
|
}
|
|
|
|
.fc-event {
|
|
border: 0 !important;
|
|
border-radius: 0px !important;
|
|
}
|
|
|
|
.workevent {
|
|
pointer-events: auto;
|
|
|
|
-webkit-transform: scale(1);
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
|
|
-webkit-transition: transform 0.4s ease;
|
|
-moz-transition: transform 0.4s ease;
|
|
-ms-transition: transform 0.4s ease;
|
|
transition: transform 0.4s ease;
|
|
}
|
|
|
|
.workevent span {
|
|
padding: 2%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.fc-past {
|
|
background-color: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
.fc-day:not(.fc-past) {
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: box-shadow 0.4s ease;
|
|
-moz-transition: box-shadow 0.4s ease;
|
|
-ms-transition: box-shadow 0.4s ease;
|
|
transition: box-shadow 0.4s ease;
|
|
}
|
|
|
|
.fc-day:not(.fc-past):hover {
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.1);
|
|
}
|
|
|
|
.fc-content {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.fc-slats, .fc-content-skeleton {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.fc-more {
|
|
font-weight: 400;
|
|
pointer-events: auto;
|
|
}
|
|
|
|
#workComment {
|
|
width: 99%;
|
|
margin-bottom: 3%;
|
|
}
|
|
|
|
#comment {
|
|
width: 100%;
|
|
max-height: 20vh;
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.commentBox {
|
|
margin: 0 !important;
|
|
width: 100%;
|
|
padding: 2%;
|
|
background-color: rgba(255,255,255,0.1);
|
|
border-bottom: solid 1px #CCC;
|
|
}
|
|
|
|
.commentAvatarCont {
|
|
margin: 0 1% -3% 0 !important;
|
|
background-color: rgba(255,255,255,1);
|
|
|
|
-moz-border-radius: 10%;
|
|
-webkit-border-radius: 10%;
|
|
border-radius: 10%;
|
|
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.commentAvatar {
|
|
height: 4vh;
|
|
width: 4vh;
|
|
margin-bottom: -10%;
|
|
|
|
-moz-border-radius: 10%;
|
|
-webkit-border-radius: 10%;
|
|
border-radius: 10%;
|
|
|
|
-webkit-transition: opacity 0.4s ease;
|
|
-moz-transition: opacity 0.4s ease;
|
|
-ms-transition: opacity 0.4s ease;
|
|
transition: opacity 0.4s ease;
|
|
}
|
|
|
|
.commentAvatar:hover {
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.commentInfo {
|
|
max-height: 5%;
|
|
width: 85%;
|
|
max-width: 85%;
|
|
margin: 0 !important;
|
|
display: inline-block;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.commentUser:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.commentUser, .commentDate {
|
|
font-size: 55%;
|
|
}
|
|
|
|
.commentAvatar, .commentUser {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.commentComment {
|
|
font-size: 1.7vh;
|
|
max-width: 85%;
|
|
width: 85%;
|
|
}
|
|
|
|
#commentRestrict {
|
|
font-weight: 400;
|
|
}
|
|
|
|
#commentSubmit {
|
|
margin-bottom: 0;
|
|
padding: 2%;
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
display: inline;
|
|
float: right;
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
#commentSubmit:hover {
|
|
background-color: rgba(0,0,0,0.2);
|
|
}
|
|
|
|
#doneUsers {
|
|
height: 34vh;
|
|
top: 0;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.doneUser {
|
|
font-size: 2vh;
|
|
margin: 0;
|
|
padding: 5%;
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
position: relative;
|
|
cursor: default;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
.doneUser:hover {
|
|
background-color: rgba(0,0,0,0.15);
|
|
}
|
|
|
|
.doneUser div {
|
|
text-align: center;
|
|
}
|
|
|
|
.doneUser img {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
line-height: normal;
|
|
|
|
-moz-border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.doneUser span {
|
|
margin-bottom: 0.3vw;
|
|
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
line-height: normal;
|
|
}
|
|
|
|
#toggleButtons {
|
|
font-size: 150%;
|
|
height: 40%;
|
|
bottom: 0;
|
|
}
|
|
|
|
#toggleButtons div {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#toggleButtons i {
|
|
margin-right: 12%;
|
|
|
|
-webkit-transition: color 0.4s ease;
|
|
-moz-transition: color 0.4s ease;
|
|
-ms-transition: color 0.4s ease;
|
|
transition: color 0.4s ease;
|
|
}
|
|
|
|
#markDone p {
|
|
font-size: 70%;
|
|
}
|
|
|
|
#markDone i {
|
|
margin-right: 5%;
|
|
}
|
|
|
|
#markDone p, #markConfirm p, #markReport p {
|
|
margin: 0;
|
|
display: inline;
|
|
|
|
}
|
|
#markDone, #markConfirm, #markReport {
|
|
padding: 5%;
|
|
background-color: rgba(0,0,0,0.1);
|
|
|
|
-webkit-transition: box-shadow 0.4s ease, background-color 0.4s ease;
|
|
-moz-transition: box-shadow 0.4s ease, background-color 0.4s ease;
|
|
-ms-transition: box-shadow 0.4s ease, background-color 0.4s ease;
|
|
transition: box-shadow 0.4s ease, background-color 0.4s ease;
|
|
}
|
|
|
|
#markDone:hover, #markConfirm:hover, #markReport:hover {
|
|
box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.15);
|
|
}
|
|
|
|
#userTab {
|
|
width: 0;
|
|
height: 0;
|
|
|
|
border-left: 2.5vh solid transparent;
|
|
border-right: 2.5vh solid transparent;
|
|
|
|
-webkit-filter: drop-shadow(0px -1px 1px #444);
|
|
filter: drop-shadow(0px -1px 1px #444);
|
|
|
|
|
|
position: absolute;
|
|
top: -2.9vh;
|
|
right: 1.5vw;
|
|
z-index: 18;
|
|
}
|
|
|
|
#userDropdown {
|
|
width: 12vw;
|
|
margin-top: 10vh;
|
|
|
|
box-shadow: 1px 1px 3px 1px #666;
|
|
display: none;
|
|
|
|
position: absolute;
|
|
top: 0.5vh;
|
|
right: 1.5vw;
|
|
z-index: 20;
|
|
}
|
|
|
|
#userDropdownAvatar {
|
|
width: 100%;
|
|
height: 10vw;
|
|
position: relative;
|
|
}
|
|
|
|
#userDropdownAvatar img {
|
|
width: 6vw;
|
|
height: 6vw;
|
|
margin: -4vw 0 0 -3vw;
|
|
|
|
-moz-border-radius: 50%;
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
}
|
|
|
|
#userDropdownAvatar p {
|
|
font-size: 1.2vw;
|
|
width: 12vw;
|
|
margin: 0 auto 0 auto;
|
|
padding-top: 7.5vw;
|
|
text-align: center;
|
|
}
|
|
|
|
#userFunctions {
|
|
margin-bottom: 1%;
|
|
}
|
|
|
|
.userFunction {
|
|
font-size: 1.1vw;
|
|
width: 100%;
|
|
background-color: rgba(255,255,255,0.3);
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
.userFunction:hover {
|
|
background-color: rgba(255,255,255,0.1);
|
|
}
|
|
|
|
.userFunction i, .userFunction p {
|
|
margin: 0;
|
|
padding: 7% 0 7% 10%;
|
|
display: inline-block;
|
|
}
|
|
|
|
#requestArea {
|
|
font-size: 1.5vh;
|
|
width: 80%;
|
|
height: 35%;
|
|
padding: 4%;
|
|
margin-left: calc(7.5% - 6px);
|
|
margin-bottom: 5px;
|
|
|
|
display: inline;
|
|
outline: none;
|
|
}
|
|
|
|
#requestRes {
|
|
margin-left: 7.5%;
|
|
}
|
|
|
|
#requestSubmit {
|
|
font-weight: 200;
|
|
font-size: 2vh;
|
|
width: 80%;
|
|
margin: 5px auto 0 auto;
|
|
padding: 3%;
|
|
|
|
background-color: rgba(0,0,0,0.25);
|
|
text-align: center;
|
|
cursor: pointer;
|
|
|
|
-webkit-transition: background-color 0.4s ease;
|
|
-moz-transition: background-color 0.4s ease;
|
|
-ms-transition: background-color 0.4s ease;
|
|
transition: background-color 0.4s ease;
|
|
}
|
|
|
|
#requestSubmit:hover {
|
|
background-color: rgba(0,0,0,0.15);
|
|
}
|
|
|
|
#requestSubmit span {
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.scaled {
|
|
-webkit-transform: scale(1.07);
|
|
-ms-transform: scale(1.07);
|
|
transform: scale(1.07);
|
|
}
|
|
|
|
.gu-mirror {
|
|
transform-origin: top left;
|
|
-webkit-transform: rotate(6deg);
|
|
-ms-transform: rotate(6deg);
|
|
transform: rotate(6deg);
|
|
}
|