File size: 1,729 Bytes
43b6a47
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1009dc4
 
 
 
8c33d0f
 
e26acbc
 
8c33d0f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d8734b7
 
1009dc4
 
 
 
d8734b7
1009dc4
43b6a47
1009dc4
 
 
d8734b7
 
e26acbc
 
1009dc4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8c33d0f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
#langNavigator * {
    font-size: 16px;
    font-family: 'Arial';
}

.activeLangBtn {
    border: 3px solid red;
    border-radius: 5px;
    color: red;
}

.nonactiveLangBtn {
    /* Doesn't really need any styling? */
    border-radius: 5px;
}

#infoBoxContainer {
    /* border: 5px solid darkblue; */
    flex: 30%;
    flex-direction: row;
    overflow: scroll;
    max-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 20px;
}

#controls {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: center;
    justify-items: center;
}

table {
    display: table;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
}

td {
    justify-content: right;
}

.cellHeader {
    display: flex;
    color: purple;
    justify-content: center;

}

#disclaimerBody {
    color: red;
    margin-left: 30px;
}

#overall-container {
    display: flex;
}

#unity-container {
    flex: 50%;
    /* border: 5px solid green; */
    position: relative;
    width: auto;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 10px;
}

#unity-loading-bar {
    /* border: 5px solid red; */
    height: 100%;
}

#unity-logo {
    /* border: 5px solid cyan; */
    display: flex;
    height: 90%;
    width: auto;
}

#unity-logo img {
    /* border: 5px solid brown; */
    display: flex;
    max-height: 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

#unity-progress-bar-empty {
    /* border: 5px solid purple; */
    height: 10%;
    max-height: 30px;
}