-
Notifications
You must be signed in to change notification settings - Fork 0
/
navstyle.css
112 lines (99 loc) · 2.28 KB
/
navstyle.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
#container{
position: fixed;
}
#pinkline{
width: 100%;
height: 30px;
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
padding-top: 15px;
text-align: center;
background-color: rgb(180, 63, 102);
color: aliceblue;
}
#blueline{
width: 100%;
height: 40px;
font-family: 'Times New Roman', Times, serif;
font-size: 15px;
padding-top: 15px;
text-align: center;
color: antiquewhite;
background-color: #418993;
}
#left{
position: relative;
padding: 2px 8px;
display: inline-block;
width: 400px;
font-family: 'Times New Roman', Times, serif;
font-size: 18px;
padding-top: 40px;
}
#whitline{
display: flex;
width: 100%;
height: 50px;
}
#medium{
margin-left: 200px;
padding-top: 15px;
}
#right{
margin-top: 20px;
margin-left: 390px;
justify-content: space-between;
padding-left: 5px;
}
img
{
padding-inline-start: 3px;
}
#searchbar
{
border-top: 0px;
border-left: 0px;
border-right: 0px;
padding-top: 30px;
width: 200px;
margin-left: 10px;
}
hr
{
margin-top: 40px;
}
#aclogo{
margin-top: 20px;
}
ul{
list-style: none;
padding: 0;
margin: 0;
display: block;
}
li{
display: inline-block;
margin: 0;
position: unset;
padding: 10px 20px;
margin-left: 30px;
margin-top: 10px;
}
a{
text-decoration: none;
color: black;
}
#bottom{
margin-top: 10px;
margin-bottom: 5px;
}
#secondwhite{
color: #418993;
text-align: center;
margin-top: 25px;
font-family: 'Times New Roman', Times, serif;
font-size: larger;
}
a:hover{
background-color: palevioletred;
}