-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
55 lines (53 loc) · 863 Bytes
/
styles.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
54
55
body{
background-color: navy;
}
.help-panel{
max-width: 70%;
max-height: 70%;
overflow: auto;
}
.helpButton{
background: repeating-linear-gradient(to bottom right, rgba(255,255,255,0.1) 0%, rgba(50,50,200,0.5) 23%);
}
#burger {
position:fixed;
z-index:1;
max-width:80px;}
#sideclose {
position: fixed;
left:25%;
z-index:1;
display:none;
width:20%;
max-width:80px;}
#containment{
z-index:-1;}
#sidebar{
width:25%;
display:none;}
#home{
margin: 0px;
height: 100vh;
background-image:url('./textures/space.jpg');
background-size: cover;
background-position: center;
overflow: hidden;
}
#navi{
max-height: 110%;
max-width: 80%;
overflow: auto;
text-align: center;
}
#navibar{
top:0;
}
.naviButt:hover{
font-weight: bold;
}
.label{
display:inline;
float:left;}
.usrinput{
display:inline;
float:right;}