Skip to content

Commit 394d15d

Browse files
committed
splash page
1 parent 4ac8deb commit 394d15d

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed
934 KB
Loading

resources/splash/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</header>
66

77
<body>
8-
<img id="background" src="compas-RV.jpg">
8+
<img id="background" src="compas-RV_dark.jpg">
99
<div id="content">
1010

1111
<div id="version"></div>
@@ -16,7 +16,7 @@
1616
</div>
1717

1818
<div id="terms">
19-
By using RhinoVAULT, I agree with following <a href="https://blockresearchgroup.gitbook.io/compas-rv/additional-information/legal" target="_blank">Legal Terms</a>
19+
I agree with RhinoVAULT's <a href="https://blockresearchgroup.gitbook.io/compas-rv/additional-information/legal" target="_blank">Legal Terms</a>
2020
<div id="agree">
2121
<a id="yes" href="action://close">YES</a>
2222
/

resources/splash/styles.css

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,45 +28,51 @@ img{
2828
a:link{
2929

3030
-webkit-app-region: no-drag;
31-
color: lightgrey;
31+
top: 73%;
32+
color: rgb(80, 80, 80);
3233
text-decoration: none;
3334
}
3435

3536
a:visited{
36-
color: lightgrey;
37+
color: rgb(80, 80, 80);
3738
}
3839

3940

4041
#links{
4142
position: absolute;
42-
top: 60%;
43-
left: 6%;
44-
line-height: 1.5;
43+
color: rgb(80, 80, 80);
44+
top: 73%;
45+
right: 5%;
46+
text-align: right;
47+
font-size: x-small;
4548
/* margin-top: 30%; */
4649
}
4750

4851
#terms{
4952
position: absolute;
50-
top: 81%;
51-
left: 6%;
52-
font-size: xx-small;
53+
color: rgb(80, 80, 80);
54+
top: 83%;
55+
right: 5%;
56+
font-size: x-small;
5357
}
5458

5559
#terms a:link{
56-
color: lightgrey;
60+
color: rgb(80, 80, 80);
5761
text-decoration: underline;
5862
}
5963

6064
#exit{
6165
position: absolute;
62-
right: 3%;
63-
top: 3%;
66+
right: 5%;
67+
top: 5%;
6468
-webkit-app-region: no-drag;
6569
cursor: pointer;
6670
}
6771

6872
#agree{
6973
/* font-family: Arial; */
74+
right: 5%;
75+
text-align: right;
7076
font-size: large;
7177
font-weight: bolder;
7278
}

0 commit comments

Comments
 (0)