Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +206 -216
static/style.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
#all{
|
| 2 |
position: fixed; /* Sit on top of the page content */
|
| 3 |
display: none; /* Hidden by default */
|
|
@@ -20,117 +21,23 @@
|
|
| 20 |
transform: translate(-50%,-50%);
|
| 21 |
-ms-transform: translate(-50%,-50%);
|
| 22 |
}
|
| 23 |
-
|
| 24 |
-
.accordion {
|
| 25 |
-
background-color:#F4C2C2 ; /*gray;*/
|
| 26 |
-
color: white;
|
| 27 |
-
cursor: pointer;
|
| 28 |
-
padding: 8px;
|
| 29 |
-
width: 100%;
|
| 30 |
-
text-align: left;
|
| 31 |
-
border: none;
|
| 32 |
-
outline: none;
|
| 33 |
-
transition: 0.4s;
|
| 34 |
-
border-radius: 5px;
|
| 35 |
-
font-family: "acumin-pro", sans-serif;
|
| 36 |
-
font-weight: 400;
|
| 37 |
-
/* font-style: normal; */
|
| 38 |
-
font-size: 20px;
|
| 39 |
-
font-style: italic;
|
| 40 |
-
/* margin-left: 5px;
|
| 41 |
-
margin-top: 60px;
|
| 42 |
-
margin-right: 10px; */
|
| 43 |
-
|
| 44 |
-
}
|
| 45 |
-
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
|
| 46 |
-
/* .active,*/
|
| 47 |
-
.accordion:hover {
|
| 48 |
-
background-color: #f1cece;/*lightgrey; */
|
| 49 |
-
opacity: 0.7;
|
| 50 |
-
}
|
| 51 |
-
.graynavbarLegend{
|
| 52 |
-
/* list-style-type: none; */
|
| 53 |
-
/* margin: 0; */
|
| 54 |
-
/* padding: 0; */
|
| 55 |
-
/* right:10px; */
|
| 56 |
-
/* left:7px; */
|
| 57 |
-
/* overflow: hidden; */
|
| 58 |
-
background-color: #b2b2b2;
|
| 59 |
-
height: 35px;
|
| 60 |
-
/* max-width: 99%; */
|
| 61 |
-
position: relative;
|
| 62 |
-
/* z-index:-1; */
|
| 63 |
-
|
| 64 |
-
}
|
| 65 |
-
.graynavbarLegend label{
|
| 66 |
-
float: left;
|
| 67 |
-
display: block;
|
| 68 |
-
color: black;
|
| 69 |
-
text-align: center;
|
| 70 |
-
/* padding: 7px 16px; */
|
| 71 |
-
text-decoration: none;
|
| 72 |
-
font-family: "acumin-pro", sans-serif;
|
| 73 |
-
font-weight: 400;
|
| 74 |
-
font-style: normal;
|
| 75 |
-
font-size: 16px;
|
| 76 |
-
margin-left: 7px;
|
| 77 |
-
|
| 78 |
-
}
|
| 79 |
-
.graynavbarLegend .label2{
|
| 80 |
-
color: blue;
|
| 81 |
-
}
|
| 82 |
-
#infoImg{
|
| 83 |
-
width:30px;
|
| 84 |
-
margin-top: -5px;
|
| 85 |
-
margin-bottom: -10px;
|
| 86 |
-
|
| 87 |
-
/* margin-left: -200px; */
|
| 88 |
-
}
|
| 89 |
-
.sortbutton{
|
| 90 |
-
background-color: transparent;
|
| 91 |
-
border: transparent;
|
| 92 |
-
}
|
| 93 |
-
/* Style the accordion panel. Note: hidden by default */
|
| 94 |
-
.panel {
|
| 95 |
-
padding: 0 18px;
|
| 96 |
-
background-color: white;
|
| 97 |
-
display: none;
|
| 98 |
-
overflow: auto;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
#rightside{
|
| 105 |
|
| 106 |
margin-left:430px ;
|
| 107 |
margin-right: 20px;
|
| 108 |
-
|
| 109 |
position: absolute;
|
| 110 |
-
|
| 111 |
-
|
| 112 |
}
|
| 113 |
#backgroundimg{
|
| 114 |
display: block;
|
| 115 |
-
/* margin-left:40% ; */
|
| 116 |
-
/* margin-right: 20px; */
|
| 117 |
margin-top: 10px;
|
| 118 |
background-color: lightgrey;
|
| 119 |
-
|
| 120 |
width:49%;
|
| 121 |
height: 407px;
|
| 122 |
position: absolute;
|
| 123 |
-
|
| 124 |
-
|
| 125 |
}
|
| 126 |
|
| 127 |
#underimgbuttons{
|
| 128 |
-
/* display: block; */
|
| 129 |
-
/* margin-left:40% ; */
|
| 130 |
-
/* margin-right: 20px; */
|
| 131 |
position: relative;
|
| 132 |
-
|
| 133 |
-
|
| 134 |
}
|
| 135 |
ul {
|
| 136 |
list-style-type: none;
|
|
@@ -224,7 +131,6 @@
|
|
| 224 |
#tomeasurediv, #relvDocdiv{
|
| 225 |
margin-top: 7px;
|
| 226 |
}
|
| 227 |
-
|
| 228 |
#measureADRbutton{
|
| 229 |
background-color: #16c72e;
|
| 230 |
border: none;
|
|
@@ -450,20 +356,23 @@ cursor: pointer;
|
|
| 450 |
/* margin-left: 5px; */
|
| 451 |
}
|
| 452 |
#colorpickers{
|
| 453 |
-
|
| 454 |
-
|
| 455 |
-
|
|
|
|
| 456 |
}
|
| 457 |
#color{
|
| 458 |
-
|
| 459 |
-
/* margin-left: 1%; */
|
| 460 |
box-shadow: 2px 2px 2px gray;
|
|
|
|
|
|
|
| 461 |
}
|
| 462 |
#color:hover{
|
| 463 |
cursor: pointer;
|
| 464 |
box-shadow: 4px 4px 4px rgb(57, 57, 57);
|
| 465 |
}
|
| 466 |
-
#undoButtonId {
|
|
|
|
| 467 |
background-color: rgba(255, 0, 0, 0.633);
|
| 468 |
border: none;
|
| 469 |
padding: 10px 50px;
|
|
@@ -477,8 +386,23 @@ cursor: pointer;
|
|
| 477 |
color:white;
|
| 478 |
display:inline-block;
|
| 479 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 480 |
#undoButtonId:hover{
|
| 481 |
color:black;
|
|
|
|
| 482 |
}
|
| 483 |
/* Tooltip container */
|
| 484 |
#infotool {
|
|
@@ -531,117 +455,6 @@ cursor: pointer;
|
|
| 531 |
visibility: visible;
|
| 532 |
opacity: 1;
|
| 533 |
}
|
| 534 |
-
|
| 535 |
-
|
| 536 |
-
#secondpage{
|
| 537 |
-
float: right;
|
| 538 |
-
margin-right: 10px;
|
| 539 |
-
}
|
| 540 |
-
#userguideheadings{
|
| 541 |
-
font-size: 14px;
|
| 542 |
-
font-weight: bold;
|
| 543 |
-
|
| 544 |
-
}
|
| 545 |
-
|
| 546 |
-
/* Navbar container */
|
| 547 |
-
.tab-nav-container {
|
| 548 |
-
overflow: hidden;
|
| 549 |
-
background-color: #333;
|
| 550 |
-
font-family: Arial;
|
| 551 |
-
display: flex;
|
| 552 |
-
align-items: center;
|
| 553 |
-
}
|
| 554 |
-
|
| 555 |
-
|
| 556 |
-
/* The dropdown container */
|
| 557 |
-
.dropdown {
|
| 558 |
-
/* float: right; */
|
| 559 |
-
overflow: hidden;
|
| 560 |
-
}
|
| 561 |
-
|
| 562 |
-
|
| 563 |
-
|
| 564 |
-
|
| 565 |
-
/* Add a red background color to navbar links on hover */
|
| 566 |
-
.dropbtn:hover , .tab.legends:hover{
|
| 567 |
-
background-color: rgb(0, 153, 255);
|
| 568 |
-
}
|
| 569 |
-
|
| 570 |
-
/* Dropdown content (hidden by default) */
|
| 571 |
-
.dropdown-content {
|
| 572 |
-
display: none;
|
| 573 |
-
/* position: -webkit-sticky; Safari */
|
| 574 |
-
position: absolute;
|
| 575 |
-
right: 0;
|
| 576 |
-
top: 0;
|
| 577 |
-
/* margin-left: -13%; */
|
| 578 |
-
/* margin-right:-80% ; */
|
| 579 |
-
margin-top: 57px;
|
| 580 |
-
background-color: #f9f9f9;
|
| 581 |
-
min-width: 160px;
|
| 582 |
-
max-width: 36%;
|
| 583 |
-
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
| 584 |
-
z-index: 999;
|
| 585 |
-
font-family: "acumin-pro", sans-serif;
|
| 586 |
-
font-weight: 400;
|
| 587 |
-
font-style: normal;
|
| 588 |
-
font-size: 13px;
|
| 589 |
-
float: right;
|
| 590 |
-
|
| 591 |
-
border: none;
|
| 592 |
-
outline: none;
|
| 593 |
-
|
| 594 |
-
/* margin: 0; Important for vertical align on mobile phones */
|
| 595 |
-
|
| 596 |
-
}
|
| 597 |
-
.tab.legends-content{
|
| 598 |
-
display: none;
|
| 599 |
-
position: absolute;
|
| 600 |
-
|
| 601 |
-
margin-left: -1%;
|
| 602 |
-
background-color: #f9f9f9;
|
| 603 |
-
min-width: 25ch;
|
| 604 |
-
/* max-width: 36%; */
|
| 605 |
-
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
| 606 |
-
z-index: 1;
|
| 607 |
-
font-family: "acumin-pro", sans-serif;
|
| 608 |
-
font-weight: 400;
|
| 609 |
-
font-style: normal;
|
| 610 |
-
font-size: 13px;
|
| 611 |
-
margin-top: 20px;
|
| 612 |
-
color: black;
|
| 613 |
-
}
|
| 614 |
-
.tab.legends-content a {
|
| 615 |
-
color: black;
|
| 616 |
-
padding: 12px 10x;
|
| 617 |
-
text-decoration: none;
|
| 618 |
-
display: block;
|
| 619 |
-
margin-left: 7px;
|
| 620 |
-
margin-right: 7px;
|
| 621 |
-
margin-top: 5px;
|
| 622 |
-
margin-bottom: 5px;
|
| 623 |
-
}
|
| 624 |
-
.tab.legends-content a:hover {background-color: #f1f1f1}
|
| 625 |
-
|
| 626 |
-
.tab.legends{
|
| 627 |
-
|
| 628 |
-
font-size: 16px;
|
| 629 |
-
border: none;
|
| 630 |
-
outline: none;
|
| 631 |
-
color: white;
|
| 632 |
-
padding: 14px 16px;
|
| 633 |
-
background-color: inherit;
|
| 634 |
-
font-family: inherit; /* Important for vertical align on mobile phones */
|
| 635 |
-
margin: 0; /* Important for vertical align on mobile phones */
|
| 636 |
-
/* position: relative; */
|
| 637 |
-
}
|
| 638 |
-
|
| 639 |
-
#userguidetext{
|
| 640 |
-
margin-left: 20px;
|
| 641 |
-
margin-right: 20px;
|
| 642 |
-
}
|
| 643 |
-
|
| 644 |
-
|
| 645 |
#loading {
|
| 646 |
border: 16px solid #f3f3f3;
|
| 647 |
border-radius: 50%;
|
|
@@ -669,6 +482,7 @@ cursor: pointer;
|
|
| 669 |
0% { transform: rotate(0deg); }
|
| 670 |
100% { transform: rotate(360deg); }
|
| 671 |
}
|
|
|
|
| 672 |
/********************************************************************/
|
| 673 |
/* Style the tab */
|
| 674 |
.tab {
|
|
@@ -713,13 +527,189 @@ cursor: pointer;
|
|
| 713 |
border-top: none;
|
| 714 |
|
| 715 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 716 |
#createdTimeDiv{
|
| 717 |
vertical-align: top;
|
| 718 |
display: inline-block;
|
| 719 |
}
|
| 720 |
-
|
| 721 |
-
margin-top: -10px;
|
| 722 |
-
} */
|
| 723 |
#prjname, #prjpart, #prjsec{
|
| 724 |
font-size: 15px;
|
| 725 |
font-family: "acumin-pro", sans-serif;
|
|
@@ -785,4 +775,4 @@ font-family: "acumin-pro", sans-serif;
|
|
| 785 |
#CreatesortDesc:hover , #EditsortDesc:hover , #CreatesortAsc:hover, #EditsortAsc:hover{
|
| 786 |
color:gray;
|
| 787 |
cursor: pointer;
|
| 788 |
-
}
|
|
|
|
| 1 |
+
/************Please wait page - appears when the pdf is being uploaded the dropbox************/
|
| 2 |
#all{
|
| 3 |
position: fixed; /* Sit on top of the page content */
|
| 4 |
display: none; /* Hidden by default */
|
|
|
|
| 21 |
transform: translate(-50%,-50%);
|
| 22 |
-ms-transform: translate(-50%,-50%);
|
| 23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
#rightside{
|
| 25 |
|
| 26 |
margin-left:430px ;
|
| 27 |
margin-right: 20px;
|
|
|
|
| 28 |
position: absolute;
|
|
|
|
|
|
|
| 29 |
}
|
| 30 |
#backgroundimg{
|
| 31 |
display: block;
|
|
|
|
|
|
|
| 32 |
margin-top: 10px;
|
| 33 |
background-color: lightgrey;
|
|
|
|
| 34 |
width:49%;
|
| 35 |
height: 407px;
|
| 36 |
position: absolute;
|
|
|
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
#underimgbuttons{
|
|
|
|
|
|
|
|
|
|
| 40 |
position: relative;
|
|
|
|
|
|
|
| 41 |
}
|
| 42 |
ul {
|
| 43 |
list-style-type: none;
|
|
|
|
| 131 |
#tomeasurediv, #relvDocdiv{
|
| 132 |
margin-top: 7px;
|
| 133 |
}
|
|
|
|
| 134 |
#measureADRbutton{
|
| 135 |
background-color: #16c72e;
|
| 136 |
border: none;
|
|
|
|
| 356 |
/* margin-left: 5px; */
|
| 357 |
}
|
| 358 |
#colorpickers{
|
| 359 |
+
/* display:inline-block; */
|
| 360 |
+
position: block;
|
| 361 |
+
margin-top: 5px;
|
| 362 |
+
margin-bottom: 5px;
|
| 363 |
}
|
| 364 |
#color{
|
| 365 |
+
|
|
|
|
| 366 |
box-shadow: 2px 2px 2px gray;
|
| 367 |
+
height: 40px;
|
| 368 |
+
width:40px;
|
| 369 |
}
|
| 370 |
#color:hover{
|
| 371 |
cursor: pointer;
|
| 372 |
box-shadow: 4px 4px 4px rgb(57, 57, 57);
|
| 373 |
}
|
| 374 |
+
#undoButtonId ,#NewShapeButtonId , #savecanvas{
|
| 375 |
+
/* margin-top: -30px; */
|
| 376 |
background-color: rgba(255, 0, 0, 0.633);
|
| 377 |
border: none;
|
| 378 |
padding: 10px 50px;
|
|
|
|
| 386 |
color:white;
|
| 387 |
display:inline-block;
|
| 388 |
}
|
| 389 |
+
#NewShapeButtonId{
|
| 390 |
+
background-color: rgba(252, 146, 8, 0.849);
|
| 391 |
+
}
|
| 392 |
+
#savecanvas{
|
| 393 |
+
background-color: #850505e2;
|
| 394 |
+
}
|
| 395 |
+
#NewShapeButtonId:hover{
|
| 396 |
+
color:black;
|
| 397 |
+
box-shadow: 0 0 8px 2px rgba(252, 146, 8, 0.849);
|
| 398 |
+
}
|
| 399 |
+
#savecanvas:hover{
|
| 400 |
+
color:black;
|
| 401 |
+
box-shadow: 0 0 8px 2px #850505e2;
|
| 402 |
+
}
|
| 403 |
#undoButtonId:hover{
|
| 404 |
color:black;
|
| 405 |
+
box-shadow: 0 0 8px 2px rgba(255, 0, 0, 0.633);
|
| 406 |
}
|
| 407 |
/* Tooltip container */
|
| 408 |
#infotool {
|
|
|
|
| 455 |
visibility: visible;
|
| 456 |
opacity: 1;
|
| 457 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 458 |
#loading {
|
| 459 |
border: 16px solid #f3f3f3;
|
| 460 |
border-radius: 50%;
|
|
|
|
| 482 |
0% { transform: rotate(0deg); }
|
| 483 |
100% { transform: rotate(360deg); }
|
| 484 |
}
|
| 485 |
+
|
| 486 |
/********************************************************************/
|
| 487 |
/* Style the tab */
|
| 488 |
.tab {
|
|
|
|
| 527 |
border-top: none;
|
| 528 |
|
| 529 |
}
|
| 530 |
+
/*********************************************************************/
|
| 531 |
+
|
| 532 |
+
.container {
|
| 533 |
+
/* display: inline-block; */
|
| 534 |
+
cursor: pointer;
|
| 535 |
+
margin-top: 5px;
|
| 536 |
+
display: block;
|
| 537 |
+
float: left;
|
| 538 |
+
margin-right: 5px;
|
| 539 |
+
|
| 540 |
+
}
|
| 541 |
+
|
| 542 |
+
.bar1, .bar2, .bar3 {
|
| 543 |
+
width: 30px;
|
| 544 |
+
height: 5px;
|
| 545 |
+
background-color: #fcfcfc;
|
| 546 |
+
margin: 5px 0;
|
| 547 |
+
transition: 0.4s;
|
| 548 |
+
margin-left: 5px;
|
| 549 |
+
|
| 550 |
+
}
|
| 551 |
+
|
| 552 |
+
.change .bar1 {
|
| 553 |
+
transform: translate(0, 10px) rotate(-45deg);
|
| 554 |
+
}
|
| 555 |
+
|
| 556 |
+
.change .bar2 {opacity: 0;}
|
| 557 |
+
|
| 558 |
+
.change .bar3 {
|
| 559 |
+
transform: translate(0, -10px) rotate(45deg);
|
| 560 |
+
}
|
| 561 |
+
/*Dashed Lines on the left - Menu icon */
|
| 562 |
+
#slider {
|
| 563 |
+
position: absolute;
|
| 564 |
+
width:400px;
|
| 565 |
+
height:900px;
|
| 566 |
+
background:rgb(179, 179, 179);
|
| 567 |
+
transform: translateX(-100%);
|
| 568 |
+
-webkit-transform: translateX(-100%);
|
| 569 |
+
z-index: 2;
|
| 570 |
+
}
|
| 571 |
+
|
| 572 |
+
.slide-in {
|
| 573 |
+
animation: slide-in 0.9s forwards;
|
| 574 |
+
-webkit-animation: slide-in 0.9s forwards;
|
| 575 |
+
}
|
| 576 |
+
|
| 577 |
+
.slide-out {
|
| 578 |
+
animation: slide-out 0.9s forwards;
|
| 579 |
+
-webkit-animation: slide-out 0.9s forwards;
|
| 580 |
+
}
|
| 581 |
+
|
| 582 |
+
@keyframes slide-in {
|
| 583 |
+
100% { transform: translateX(0%); }
|
| 584 |
+
}
|
| 585 |
+
|
| 586 |
+
@-webkit-keyframes slide-in {
|
| 587 |
+
100% { -webkit-transform: translateX(0%); }
|
| 588 |
+
}
|
| 589 |
+
|
| 590 |
+
@keyframes slide-out {
|
| 591 |
+
0% { transform: translateX(0%); }
|
| 592 |
+
100% { transform: translateX(-100%); }
|
| 593 |
+
}
|
| 594 |
+
|
| 595 |
+
@-webkit-keyframes slide-out {
|
| 596 |
+
0% { -webkit-transform: translateX(0%); }
|
| 597 |
+
100% { -webkit-transform: translateX(-100%); }
|
| 598 |
+
}
|
| 599 |
+
/*Menu options*/
|
| 600 |
+
#menuOptions{
|
| 601 |
+
margin-left: 5px;
|
| 602 |
+
font-size: 30px;
|
| 603 |
+
margin-top: 8px;
|
| 604 |
+
color: white;
|
| 605 |
+
font-family: "acumin-pro", sans-serif;
|
| 606 |
+
font-weight: 400;
|
| 607 |
+
font-style: normal;
|
| 608 |
+
}
|
| 609 |
+
#menuOptions li{
|
| 610 |
+
margin-bottom: 6px;
|
| 611 |
+
|
| 612 |
+
}
|
| 613 |
+
#menuOptions li:hover{
|
| 614 |
+
color: black;
|
| 615 |
+
cursor: pointer;
|
| 616 |
+
|
| 617 |
+
}
|
| 618 |
+
/* User Guide Content(hidden by default) */
|
| 619 |
+
.dropdown-content {
|
| 620 |
+
display: none;
|
| 621 |
+
/* position: -webkit-sticky; Safari */
|
| 622 |
+
position: absolute;
|
| 623 |
+
right: 0;
|
| 624 |
+
top: 0;
|
| 625 |
+
margin-top: 57px;
|
| 626 |
+
background-color: #f9f9f9;
|
| 627 |
+
min-width: 160px;
|
| 628 |
+
max-width: 36%;
|
| 629 |
+
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
| 630 |
+
z-index: 999;
|
| 631 |
+
font-family: "acumin-pro", sans-serif;
|
| 632 |
+
font-weight: 400;
|
| 633 |
+
font-style: normal;
|
| 634 |
+
font-size: 13px;
|
| 635 |
+
float: right;
|
| 636 |
+
border: none;
|
| 637 |
+
outline: none;
|
| 638 |
+
}
|
| 639 |
+
|
| 640 |
+
#userguidetext{
|
| 641 |
+
margin-left: 20px;
|
| 642 |
+
margin-right: 20px;
|
| 643 |
+
}
|
| 644 |
+
|
| 645 |
+
|
| 646 |
+
#secondpage{
|
| 647 |
+
float: right;
|
| 648 |
+
margin-right: 10px;
|
| 649 |
+
cursor: pointer;
|
| 650 |
+
}
|
| 651 |
+
#firstpage{
|
| 652 |
+
cursor: pointer;
|
| 653 |
+
}
|
| 654 |
+
|
| 655 |
+
|
| 656 |
+
#userguideheadings{
|
| 657 |
+
font-size: 14px;
|
| 658 |
+
font-weight: bold;
|
| 659 |
+
|
| 660 |
+
}
|
| 661 |
+
#underlinedLables{
|
| 662 |
+
text-decoration: underline;
|
| 663 |
+
}
|
| 664 |
+
|
| 665 |
+
/* i info button*/
|
| 666 |
+
#infoImg{
|
| 667 |
+
width:30px;
|
| 668 |
+
margin-top: -5px;
|
| 669 |
+
margin-bottom: -10px;
|
| 670 |
+
|
| 671 |
+
/* margin-left: -200px; */
|
| 672 |
+
}
|
| 673 |
+
|
| 674 |
+
/*Narbar on top of the page of the legend*/
|
| 675 |
+
.graynavbarLegend{
|
| 676 |
+
background-color: #b2b2b2;
|
| 677 |
+
height: 35px;
|
| 678 |
+
position: relative;
|
| 679 |
+
}
|
| 680 |
+
|
| 681 |
+
.graynavbarLegend label{
|
| 682 |
+
float: left;
|
| 683 |
+
display: block;
|
| 684 |
+
color: black;
|
| 685 |
+
text-align: center;
|
| 686 |
+
/* padding: 7px 16px; */
|
| 687 |
+
text-decoration: none;
|
| 688 |
+
font-family: "acumin-pro", sans-serif;
|
| 689 |
+
font-weight: 400;
|
| 690 |
+
font-style: normal;
|
| 691 |
+
font-size: 16px;
|
| 692 |
+
margin-left: 7px;
|
| 693 |
+
|
| 694 |
+
}
|
| 695 |
+
|
| 696 |
+
.graynavbarLegend .label2{
|
| 697 |
+
color: blue;
|
| 698 |
+
}
|
| 699 |
+
|
| 700 |
+
/*Sorting buttons*/
|
| 701 |
+
|
| 702 |
+
.sortbutton{
|
| 703 |
+
background-color: transparent;
|
| 704 |
+
border: transparent;
|
| 705 |
+
}
|
| 706 |
+
|
| 707 |
+
/******************************/
|
| 708 |
#createdTimeDiv{
|
| 709 |
vertical-align: top;
|
| 710 |
display: inline-block;
|
| 711 |
}
|
| 712 |
+
|
|
|
|
|
|
|
| 713 |
#prjname, #prjpart, #prjsec{
|
| 714 |
font-size: 15px;
|
| 715 |
font-family: "acumin-pro", sans-serif;
|
|
|
|
| 775 |
#CreatesortDesc:hover , #EditsortDesc:hover , #CreatesortAsc:hover, #EditsortAsc:hover{
|
| 776 |
color:gray;
|
| 777 |
cursor: pointer;
|
| 778 |
+
}
|