-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader_area.css
60 lines (49 loc) · 1005 Bytes
/
header_area.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
body{
margin: 30px 10px;
background-color: #E5F4E3;
}
#header_container{
width: 100%;
}
#leisure_time_logo{
width: 50px;
margin-right: 8px;
}
ul#header_bar{
list-style-type: none;
margin: 0px;
padding: 0px;
}
ul#header_bar li{
float: left;
}
ul#header_bar li a{
display: block;
background-color: #0B3954;
color:white;
text-align: center;
text-decoration: none;
padding: 14px 16px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: bold;
width: 90px;
}
ul#header_bar li a.active{
background-color: #1B998B;
}
ul#header_bar li a:hover:not(.active){
color: #EEB902;
}
ul#header_bar li:hover:not(.active){
opacity: 92%;
}
#page_name{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bolder;
color: #1B998B;
letter-spacing: 3px;
word-spacing: 10px;
font-size: 48px;
margin-right:420px;
text-shadow: 2px 2px 3px #0B3954;
}