Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +96 -21
static/style.css
CHANGED
|
@@ -41,7 +41,7 @@ body{
|
|
| 41 |
}
|
| 42 |
#refreshAPIbutton:hover{
|
| 43 |
box-shadow: 0 0 8px 2px #003CFF;
|
| 44 |
-
|
| 45 |
}
|
| 46 |
|
| 47 |
#refreshDropboxButtonID{
|
|
@@ -62,6 +62,10 @@ body{
|
|
| 62 |
height: 25px;
|
| 63 |
/* display: inline-block; */
|
| 64 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
#pdfFrame {
|
| 66 |
margin-top: 45px;
|
| 67 |
position: absolute; /* Fixed positioning to keep it at the top-right corner */
|
|
@@ -120,10 +124,6 @@ body{
|
|
| 120 |
opacity: 1;
|
| 121 |
}
|
| 122 |
/***************************************/
|
| 123 |
-
#LegendHist{
|
| 124 |
-
margin-left: 25px;
|
| 125 |
-
}
|
| 126 |
-
|
| 127 |
#rightside {
|
| 128 |
margin-left: 430px;
|
| 129 |
margin-right: 5px;
|
|
@@ -164,16 +164,7 @@ body{
|
|
| 164 |
position: fixed;
|
| 165 |
z-index:999
|
| 166 |
}
|
| 167 |
-
#measureselectid,#relvselectid {
|
| 168 |
|
| 169 |
-
width: 51ch;
|
| 170 |
-
font-size: 13px;
|
| 171 |
-
resize: auto;
|
| 172 |
-
background-color: #fff;
|
| 173 |
-
border-radius: 0 0 3px 3px;
|
| 174 |
-
border: 2px solid #6e6e6e;
|
| 175 |
-
|
| 176 |
-
}
|
| 177 |
|
| 178 |
#measureselectid :hover,#relvselectid :hover{
|
| 179 |
background-color: gray;
|
|
@@ -218,12 +209,45 @@ body{
|
|
| 218 |
font-size: 12;
|
| 219 |
cursor: pointer;
|
| 220 |
max-width: 50%;
|
| 221 |
-
|
| 222 |
-
}
|
| 223 |
#tomeasurediv, #relvDocdiv{
|
| 224 |
margin-top: 7px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
}
|
| 226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 227 |
#pdftodxfFileButton{
|
| 228 |
background-color: #1645c7;
|
| 229 |
border: none;
|
|
@@ -239,6 +263,11 @@ body{
|
|
| 239 |
display:inline-block;
|
| 240 |
margin-left: -7px;
|
| 241 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 242 |
input[type="file"]::-webkit-file-upload-button{
|
| 243 |
display:none;
|
| 244 |
}
|
|
@@ -280,6 +309,10 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 280 |
|
| 281 |
}
|
| 282 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 283 |
|
| 284 |
.measureADRbutton2{
|
| 285 |
border: none;
|
|
@@ -360,22 +393,22 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 360 |
font-family: "acumin-pro", sans-serif;
|
| 361 |
}
|
| 362 |
#modalColIndex{
|
| 363 |
-
margin-left:
|
| 364 |
font-size: 13px;
|
| 365 |
font-family: "acumin-pro", sans-serif;
|
| 366 |
}
|
| 367 |
#modalColumn{
|
| 368 |
-
margin-left:
|
| 369 |
font-size: 13px;
|
| 370 |
font-family: "acumin-pro", sans-serif;
|
| 371 |
}
|
| 372 |
#modalKeyword{
|
| 373 |
-
margin-left:
|
| 374 |
font-size: 13px;
|
| 375 |
font-family: "acumin-pro", sans-serif;
|
| 376 |
}
|
| 377 |
#modalCharacter{
|
| 378 |
-
margin-left:
|
| 379 |
font-size: 13px;
|
| 380 |
font-family: "acumin-pro", sans-serif;
|
| 381 |
}
|
|
@@ -406,6 +439,7 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 406 |
/* width: 31.5%; */
|
| 407 |
height: 33px;
|
| 408 |
border-radius: 1px;
|
|
|
|
| 409 |
margin-bottom: 3px;
|
| 410 |
margin-right: 0.2%;
|
| 411 |
font-family: "acumin-pro", sans-serif;
|
|
@@ -464,6 +498,9 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 464 |
left: 50%;
|
| 465 |
transform: translate(-50%, -50%);
|
| 466 |
}
|
|
|
|
|
|
|
|
|
|
| 467 |
.deletemctnameclassExtra{
|
| 468 |
width: 15px;
|
| 469 |
height: 15px;
|
|
@@ -475,6 +512,9 @@ input[type="file"]::-webkit-file-upload-button{
|
|
| 475 |
margin-top: 10px;
|
| 476 |
margin-left: 44px;
|
| 477 |
}
|
|
|
|
|
|
|
|
|
|
| 478 |
.deletemctnameclassExtra::before {
|
| 479 |
content: "";
|
| 480 |
width: 28px; /* Square background */
|
|
@@ -553,7 +593,7 @@ cursor: pointer;
|
|
| 553 |
/* text-align: right; */
|
| 554 |
text-align: right;
|
| 555 |
|
| 556 |
-
|
| 557 |
}
|
| 558 |
|
| 559 |
#areadiv, #prmdiv{
|
|
@@ -570,6 +610,8 @@ cursor: pointer;
|
|
| 570 |
border-radius: 3px;
|
| 571 |
cursor: pointer;
|
| 572 |
color: black;
|
|
|
|
|
|
|
| 573 |
}
|
| 574 |
#levelcheckbox{
|
| 575 |
|
|
@@ -836,4 +878,37 @@ cursor: pointer;
|
|
| 836 |
#measureitemsid:hover{
|
| 837 |
box-shadow: 4px 4px 4px gray;
|
| 838 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 839 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
}
|
| 42 |
#refreshAPIbutton:hover{
|
| 43 |
box-shadow: 0 0 8px 2px #003CFF;
|
| 44 |
+
color:black;
|
| 45 |
}
|
| 46 |
|
| 47 |
#refreshDropboxButtonID{
|
|
|
|
| 62 |
height: 25px;
|
| 63 |
/* display: inline-block; */
|
| 64 |
}
|
| 65 |
+
#refreshDropboxButtonID:hover{
|
| 66 |
+
box-shadow: 0 0 8px 2px #1680c7;
|
| 67 |
+
color:black;
|
| 68 |
+
}
|
| 69 |
#pdfFrame {
|
| 70 |
margin-top: 45px;
|
| 71 |
position: absolute; /* Fixed positioning to keep it at the top-right corner */
|
|
|
|
| 124 |
opacity: 1;
|
| 125 |
}
|
| 126 |
/***************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
#rightside {
|
| 128 |
margin-left: 430px;
|
| 129 |
margin-right: 5px;
|
|
|
|
| 164 |
position: fixed;
|
| 165 |
z-index:999
|
| 166 |
}
|
|
|
|
| 167 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
|
| 169 |
#measureselectid :hover,#relvselectid :hover{
|
| 170 |
background-color: gray;
|
|
|
|
| 209 |
font-size: 12;
|
| 210 |
cursor: pointer;
|
| 211 |
max-width: 50%;
|
| 212 |
+
|
| 213 |
+
}
|
| 214 |
#tomeasurediv, #relvDocdiv{
|
| 215 |
margin-top: 7px;
|
| 216 |
+
|
| 217 |
+
}
|
| 218 |
+
#measureContainer , #relvselectid {
|
| 219 |
+
font-family: "acumin-pro", sans-serif;
|
| 220 |
+
font-style: normal;
|
| 221 |
+
font-size: 13.5px;
|
| 222 |
+
border: 2px solid #0b02026e;
|
| 223 |
+
padding: 5px;
|
| 224 |
+
margin-left:-7px;
|
| 225 |
+
border-radius:3px;
|
| 226 |
+
width: 372px;
|
| 227 |
+
height: 90px;
|
| 228 |
+
overflow-y: auto; /* Enable vertical scrolling */
|
| 229 |
+
overflow: auto; /* Enable scrolling if needed */
|
| 230 |
+
resize: both; /* Allows dragging from bottom-right */
|
| 231 |
+
background-color: white;
|
| 232 |
+
}
|
| 233 |
+
.measure-item,.relv-item {
|
| 234 |
+
align-items: center;
|
| 235 |
+
cursor: pointer;
|
| 236 |
+
}
|
| 237 |
+
.measure-item:hover{
|
| 238 |
+
background-color: #8be6f642;
|
| 239 |
+
|
| 240 |
+
}
|
| 241 |
+
#relvselectid .relv-item:hover ,#relvselectid .relv-item label:hover {
|
| 242 |
+
background-color: #8be6f642;
|
| 243 |
+
color:black;
|
| 244 |
}
|
| 245 |
|
| 246 |
+
|
| 247 |
+
.measure-item input , .relv-item input{
|
| 248 |
+
margin-right: 3px;
|
| 249 |
+
margin-top:5px;
|
| 250 |
+
}
|
| 251 |
#pdftodxfFileButton{
|
| 252 |
background-color: #1645c7;
|
| 253 |
border: none;
|
|
|
|
| 263 |
display:inline-block;
|
| 264 |
margin-left: -7px;
|
| 265 |
}
|
| 266 |
+
#pdftodxfFileButton:hover{
|
| 267 |
+
color:black;
|
| 268 |
+
box-shadow: 0 0 8px 2px #1645c7;
|
| 269 |
+
}
|
| 270 |
+
|
| 271 |
input[type="file"]::-webkit-file-upload-button{
|
| 272 |
display:none;
|
| 273 |
}
|
|
|
|
| 309 |
|
| 310 |
}
|
| 311 |
|
| 312 |
+
#popupforextratext:hover{
|
| 313 |
+
box-shadow: 0 0 8px 2px #b216c7;
|
| 314 |
+
color:black;
|
| 315 |
+
}
|
| 316 |
|
| 317 |
.measureADRbutton2{
|
| 318 |
border: none;
|
|
|
|
| 393 |
font-family: "acumin-pro", sans-serif;
|
| 394 |
}
|
| 395 |
#modalColIndex{
|
| 396 |
+
margin-left: 0px;
|
| 397 |
font-size: 13px;
|
| 398 |
font-family: "acumin-pro", sans-serif;
|
| 399 |
}
|
| 400 |
#modalColumn{
|
| 401 |
+
margin-left: 3px;
|
| 402 |
font-size: 13px;
|
| 403 |
font-family: "acumin-pro", sans-serif;
|
| 404 |
}
|
| 405 |
#modalKeyword{
|
| 406 |
+
margin-left: 71px;
|
| 407 |
font-size: 13px;
|
| 408 |
font-family: "acumin-pro", sans-serif;
|
| 409 |
}
|
| 410 |
#modalCharacter{
|
| 411 |
+
margin-left: 24px;
|
| 412 |
font-size: 13px;
|
| 413 |
font-family: "acumin-pro", sans-serif;
|
| 414 |
}
|
|
|
|
| 439 |
/* width: 31.5%; */
|
| 440 |
height: 33px;
|
| 441 |
border-radius: 1px;
|
| 442 |
+
border-color:#646060;
|
| 443 |
margin-bottom: 3px;
|
| 444 |
margin-right: 0.2%;
|
| 445 |
font-family: "acumin-pro", sans-serif;
|
|
|
|
| 498 |
left: 50%;
|
| 499 |
transform: translate(-50%, -50%);
|
| 500 |
}
|
| 501 |
+
.addmctnameclassExtra:hover{
|
| 502 |
+
box-shadow: 0 0 8px 2px #2f83c6;
|
| 503 |
+
}
|
| 504 |
.deletemctnameclassExtra{
|
| 505 |
width: 15px;
|
| 506 |
height: 15px;
|
|
|
|
| 512 |
margin-top: 10px;
|
| 513 |
margin-left: 44px;
|
| 514 |
}
|
| 515 |
+
.deletemctnameclassExtra:hover{
|
| 516 |
+
box-shadow: 0 0 8px 2px #f32b2b;
|
| 517 |
+
}
|
| 518 |
.deletemctnameclassExtra::before {
|
| 519 |
content: "";
|
| 520 |
width: 28px; /* Square background */
|
|
|
|
| 593 |
/* text-align: right; */
|
| 594 |
text-align: right;
|
| 595 |
|
| 596 |
+
border-color: #646060;
|
| 597 |
}
|
| 598 |
|
| 599 |
#areadiv, #prmdiv{
|
|
|
|
| 610 |
border-radius: 3px;
|
| 611 |
cursor: pointer;
|
| 612 |
color: black;
|
| 613 |
+
border-color: #646060;
|
| 614 |
+
border-width:1.8px;
|
| 615 |
}
|
| 616 |
#levelcheckbox{
|
| 617 |
|
|
|
|
| 878 |
#measureitemsid:hover{
|
| 879 |
box-shadow: 4px 4px 4px gray;
|
| 880 |
}
|
| 881 |
+
#progressBar {
|
| 882 |
+
width: 99.5%; /* Reduced width */
|
| 883 |
+
height: 20px;
|
| 884 |
+
background-color: #d2e8d8;
|
| 885 |
+
border-radius: 4px;
|
| 886 |
+
overflow: hidden;
|
| 887 |
+
position: absolute;
|
| 888 |
+
margin-left:4px;
|
| 889 |
+
margin-right:10px;
|
| 890 |
+
margin-top:8px;
|
| 891 |
+
display: none;
|
| 892 |
+
}
|
| 893 |
|
| 894 |
+
#progress {
|
| 895 |
+
height: 100%;
|
| 896 |
+
width: 0%;
|
| 897 |
+
background-color: #16c72e;
|
| 898 |
+
text-align: center;
|
| 899 |
+
line-height: 20px;
|
| 900 |
+
color: white;
|
| 901 |
+
font-weight: bold;
|
| 902 |
+
transition: width 0.2s ease-in-out;
|
| 903 |
+
box-shadow: 0 0 15px #4caf50; /* Glowing effect */
|
| 904 |
+
animation: glow 1s infinite alternate;
|
| 905 |
+
}
|
| 906 |
+
|
| 907 |
+
@keyframes glow {
|
| 908 |
+
from {
|
| 909 |
+
box-shadow: 0 0 15px #4caf50;
|
| 910 |
+
}
|
| 911 |
+
to {
|
| 912 |
+
box-shadow: 0 0 25px #4caf50, 0 0 50px #4caf50;
|
| 913 |
+
}
|
| 914 |
+
}
|