You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE html><htmllang="" data-app-name="trame"><head><basehref="."><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible" content="IE=edge"><metaname="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1"><metaname="description" content="Application built with trame, a product from Kitware"><metaname="keywords" content="trame, OpenSource, Stateful Python Application, Kitware"><metahttp-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"><metahttp-equiv="Pragma" content="no-cache"><metahttp-equiv="Expires" content="0"><linkrel="icon" href="logo.png"><scriptsrc="vue.global.js"></script><title>Trame</title><scriptdefer="defer" src="js/chunk-vendors.c3c88821.js"></script><scriptdefer="defer" src="js/app.c98d1f1d.js"></script><linkhref="css/app.0b077e70.css" rel="stylesheet"></head><bodystyle="margin: 0; padding: 0;"><noscript><strong>We're sorry but trame built by Kitware doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div><divclass="staticDiv">
<!DOCTYPE html><htmllang="" data-app-name="trame"><head><basehref="."><metacharset="utf-8"><metahttp-equiv="X-UA-Compatible" content="IE=edge"><metaname="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1"><metaname="description" content="Application built with trame, a product from Kitware"><metaname="keywords" content="trame, OpenSource, Stateful Python Application, Kitware"><metahttp-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"><metahttp-equiv="Pragma" content="no-cache"><metahttp-equiv="Expires" content="0"><linkrel="icon" href="logo.png"><scriptsrc="vue.global.js"></script><title>trame is built by Kitware</title><scriptdefer="defer" src="js/chunk-vendors.c3c88821.js"></script><scriptdefer="defer" src="js/app.c98d1f1d.js"></script><linkhref="css/app.0b077e70.css" rel="stylesheet"></head><bodystyle="margin: 0; padding: 0;"><noscript><strong>We're sorry but trame built by Kitware doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><divid="app"><style>
2
+
.text-no-select {
3
+
-webkit-user-select: none;
4
+
-moz-user-select: none;
5
+
-ms-user-select: none;
6
+
user-select: none;
7
+
}
8
+
.trame__loader {
9
+
display: block;
10
+
position: relative;
11
+
left:50%;
12
+
top:calc(50%-50px);
13
+
width:150px;
14
+
height:150px;
15
+
margin:-75px00-75px;
16
+
border-radius:50%;
17
+
border:10px solid transparent;
18
+
border-top-color:#ac262c;
19
+
20
+
-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
21
+
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
22
+
}
23
+
24
+
.trame__loader:before {
25
+
content:"";
26
+
position: absolute;
27
+
top:5px;
28
+
left:5px;
29
+
right:5px;
30
+
bottom:5px;
31
+
border-radius:50%;
32
+
border:10px solid transparent;
33
+
border-top-color:#258e44;
34
+
35
+
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
36
+
animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
37
+
}
38
+
39
+
.trame__loader:after {
40
+
content:"";
41
+
position: absolute;
42
+
top:20px;
43
+
left:20px;
44
+
right:20px;
45
+
bottom:20px;
46
+
border-radius:50%;
47
+
border:10px solid transparent;
48
+
border-top-color:#1c4678;
49
+
50
+
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
51
+
animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
52
+
}
53
+
54
+
.trame__message {
55
+
position: absolute;
56
+
text-align: center;
57
+
width:100%;
58
+
top:calc(50%+50px);
59
+
font-size:200%;
60
+
user-select: none;
61
+
}
62
+
63
+
@-webkit-keyframes spin {
64
+
0% {
65
+
-webkit-transform:rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
66
+
-ms-transform:rotate(0deg); /* IE 9 */
67
+
transform:rotate(0deg); /* Firefox 16+, IE 10+, Opera */
68
+
}
69
+
100% {
70
+
-webkit-transform:rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
71
+
-ms-transform:rotate(360deg); /* IE 9 */
72
+
transform:rotate(360deg); /* Firefox 16+, IE 10+, Opera */
73
+
}
74
+
}
75
+
@keyframes spin {
76
+
0% {
77
+
-webkit-transform:rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
78
+
-ms-transform:rotate(0deg); /* IE 9 */
79
+
transform:rotate(0deg); /* Firefox 16+, IE 10+, Opera */
80
+
}
81
+
100% {
82
+
-webkit-transform:rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
83
+
-ms-transform:rotate(360deg); /* IE 9 */
84
+
transform:rotate(360deg); /* Firefox 16+, IE 10+, Opera */
0 commit comments