-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (54 loc) · 808 Bytes
/
style.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
* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
body {
background-color: #343434;
font-family: Bitstream Vera Sans, Tahoma, sans-serif;
font-size: 11px;
color: #757575;
}
table {
font-size: inherit;
}
a {
color: #757575;
text-decoration: none;
}
a:hover {
color: #888888;
}
#head, #foot {
height: 6%;
min-height: 25px;
width: 100%;
background-color: #151515;
overflow: hidden;
}
#foot {
text-align: center;
}
#foot > span, #head > span {
top: 35%;
position: relative;
padding: 20px;
}
#foot > span {
color: #393939;
}
#maincontent {
width: 100%;
height: 88%;
}
#logo {
height: 200px;
width: 550px;
background-image: url('https://i.imgur.com/vHOYZrq.png');
background-repeat: no-repeat;
background-position: top left;
padding: 50px 10px 0px 10px;
text-align: center;
}