-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle_new.css
81 lines (69 loc) · 932 Bytes
/
style_new.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
html {
height: 100%;
margin:0;
}
body{
margin:0;
font-family: 'Open Sans', sans-serif;
height: auto;
}
#logo {
float:left;
margin-left: 9.5%;
width:14.3%;
}
#top_banner {
position: relative;
width:80%;
height:10%;
margin-left: 9.5%;
}
.clear{
clear:both;
width:50px;
}
hr{
width:80%;
margin-top: 3%;
margin-left:9.5%;
}
/*#menu{
width:1000px;
height: 40px;
margin:0 auto;
margin-left: 9%;
margin-top: 2%;
}*/
#menu ul {
width: 15%;
height: 100%;
float: left;
list-style: none;
margin-left: 9%;
font-size: 1.2vw;
padding: 0.35em;
}
#menu ul li:hover {
background-color: #E4E4E4;
}
#menu ul li a {
padding: 2%;
display: block;
width: 100%;
color: black;
text-decoration: none;
}
#bottom_pics{
margin-left: 9%;
float:left;
width: 16%;
}
#bottom_pics li{
font-size: 1.5vw;
list-style: none;
width: 20%;
}
#bottom_pics img {
margin-top: 10%;
width: 70%;
}