-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (50 loc) · 936 Bytes
/
style.css
File metadata and controls
56 lines (50 loc) · 936 Bytes
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
body{
margin: 0;
height: 100%;
width: 100%;
}
body{
padding-top: 100px;
}
body,h1,h2,h3,h4,h5,h6{
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}
a {
color: #f8c3bf;
text-decoration: none;
}
a:hover{
color:white;
}
#content{
min-height: 600px;
}
#banner_image{
padding-bottom:50px;
color: #f8f8f8;
background: url(banner.jpg) no-repeat center center;
background-size: cover;
}
#banner_content{
position:relative;
padding-top: 6%;
padding-bottom:6%;
margin-top: 12%;
margin-bottom: 12%;
background-color: rgba(0,0,0,0.7);
max-width: 660px;
}
#item_list {
padding-top: 50px;
}
#login-panel .panel-footer{
font-weight:normal;
}
footer{
padding: 10px 0;
background-color: #101010;
color:#9d9d9d;
bottom: 0;
width: 100%;
}