-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.css
64 lines (64 loc) · 1.06 KB
/
theme.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
/* written by caitelatte 2014 */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
height: 100%;
background-image: url("resources/gplaypattern.png");
}
footer {
text-align: center;
}
#banner {
position: absolute;
top:0;
left:0;
background: rgba(100, 140, 150, 0.5);
width: 100%;
z-index: -1;
}
#banner * {
visibility: hidden;
margin-top: 0px;
}
#container {
min-height: 100%;
position: relative;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
#body {
padding: 10px;
padding-bottom: 60px;
}
#body #title {
margin-top: 5px;
text-align: center;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
}
h1, h2, h3, h4, h5 {
font-family: 'Josefin Slab', 'Rockwell', serif;
}
p, li {
font-family: 'Lato', sans-serif;
}
a:link {
color: rgb(40, 90, 120);
}
a:visited {
color: rgb(90, 40, 120);
}
a:hover, a:active {
color: rgb(0, 150, 150);
}