-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.css
64 lines (64 loc) · 854 Bytes
/
base.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
::-webkit-scrollbar {
display: none;
}
body{
background-image:url('./resources/bg.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
#navigation{
border: 0;
margin-left: 10%;
}
#banner{
width: 100%;
height: 400px;
}
#main{
width: 100%;
height: 1000px;
}
#MainFrame{
width: 80%;
height: 100%;
border: 0;
margin-left: 10%;
overflow:hidden;
}
#footer{
width: 100%;
height: 60px;
}
#copy{
width: 100%;
height: 100%;
border: 0;
}
#navFrame{
width: 100%;
height: 100%;
border: 0;
}
#bannerFrame{
width: 80%;
height: 100%;
border: 0;
margin-left: 10%;
}
#announce{
width: 80%;
height: 40px;
border: 0;
margin-left: 10%;
margin-top: 15px;
overflow:hidden;
}
#announceFrame{
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
}