forked from IndigoJester/zooenggNewSite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnavbar.css
More file actions
82 lines (71 loc) · 1.4 KB
/
navbar.css
File metadata and controls
82 lines (71 loc) · 1.4 KB
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
.header {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: auto;
z-index: 5;
background: rgba(0, 143, 207, 0.85);
border-bottom: 2px solid white;
}
#zoologo {
display: block;
position: absolute;
top: 0;
left: 0;
margin: 0.5vw;
width: 10vw;
height: 10vw;
}
.rightside {
float: right;
right: 0;
top: 0;
width: 78vw;
height: auto;
margin-top: 0.5vw;
padding-right: 5.5vw;
padding-left: 5.5vw;
}
#banner {
display: block;
height: auto;
width: auto;
margin: auto;
margin-bottom: 0.8vw;
background: none;
text-align: center;
font-family: 'Oxygen';
color: white;
text-shadow: -1px -1px rgba(120, 120, 120, 0.6);
font-size: 2vw;
font-weight: bold;
white-space: nowrap;
}
.navbar {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
align-content: center;
align-items: center;
height: auto;
width: auto;
background: none;
margin-top: 0.5vw;
margin-bottom: 0.5vw;
}
.navbar > a {
font-family: 'Oxygen';
color: white;
text-shadow: -1px -1px rgba(120, 120, 120, 0.6);
font-size: 1.6vw;
font-weight: normal;
text-decoration: none;
}
.navbar a:hover {
text-shadow: 0 0 7px #FFFFFF, 0 0 10px #FFFFFF;
text-decoration: none;
}
#nav-select {
text-shadow: 0 0 7px #FFFFFF, 0 0 10px #FFFFFF;
}