-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
53 lines (48 loc) · 843 Bytes
/
index.css
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
@import url("common.css");
#error, noscript>div {
position: relative;
display: block;
width: fit-content;
height: fit-content;
padding: 10px;
margin: 20px auto;
color: #ff0000;
border: 1px solid #ff0000;
border-radius: 10px;
z-index: 10;
background: #ffe0e0;
line-height: 20px;
letter-spacing: 0px;
}
#error {
display: none;
}
#navigation-bar {
position: absolute;
display: block;
width: 100%;
height: 50px;
top: 0px;
left: 0px;
cursor: default;
background: #f0f0f0;
user-select: none;
}
#logo {
position: absolute;
display: block;
width: 150px;
height: 50px;
left: 20px;
background-image: url("res/logo.svg");
background-size: 150px 50px;
background-repeat: no-repeat;
background-position: 0px 0px;
}
#status {
position: absolute;
display: block;
width: 100px;
height: 30px;
top: 10px;
left: 190px;