-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnav2.css
128 lines (105 loc) · 1.74 KB
/
nav2.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
.header {
padding: 60px;
text-align: center;
background: #1abc9c;
color: white;
font-size: 30px;
margin: 0;
}
.sidenav {
height: 100%;
width: 15%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #003366;
padding-top: 10px;
padding-left:5px;
font-family:Arial;
}
.sidenav a,.dropdown-btn {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: #bfbfbf;
display: block;
border: none;
background: none;
width: 100%;
text-align: left;
cursor: pointer;
outline: none;
}
.sidenav a:hover, .dropdown-btn:hover {
color: #f1f1f1;
}
.active {
background-color: #004d99;
color: white;
}
.dropdown-container {
display: none;
background-color: #004d99;
padding-left: 8px;
}
i {
border: solid white;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
}
.down {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
.topnav {
overflow: hidden;
background-color: #003366;
margin:0px;
vertical-align:top;
width: 100%;
height:9%;
position: fixed;
x-index: 1;
top: 0;
left: 0;
}
.topnav a {
float: right;
text-align: center;
padding: 20px 22px;
text-decoration: none;
font-size: 20px;
font-family:Arial;
color: #bfbfbf;
display: block;
border: none;
background: none;
cursor: pointer;
outline: none;
}
.topnav a:hover {
color: #f1f1f1
}
.topnav a.active {
background-color: #4CAF50;
color: white;
}
div.head {
width:78%;
font-family:Arial;
background-color:#e6e6e6;
color:#003366;
float:right;
margin-top:80px;
margin-right:53px;
margin-left:0px;
top: 0;
right: 0;
overflow:hidden;
}