forked from e8johan/foss-north-new-www
-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
72 lines (58 loc) · 1.34 KB
/
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
@import url(https://fonts.googleapis.com/css?family=Armata);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
span.header {
font-family: 'Armata', serif;
color: #333333;
font-size: 48pt;
text-align: center;
margin-left: 10px;
}
h1 {
font-family: 'Armata', serif;
color: #333333;
font-size: 30pt;
text-align: center;
margin-bottom: 30px;
}
body { padding-top: 30px; }
div.footer {
background-color: #ffcc33;
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 9pt;
display: block;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
border-top: solid black 1px;
}
body {
background-image:linear-gradient(#ffcc33 100px, #fff 450px);
background-image:-webkit-linear-gradient(#ffcc33 100px, #fff 450px);
background-repeat: no-repeat;
background-color: white
}
p {
text-align: center;
font-family: 'Roboto', sans-serif;
font-size: 14pt;
margin-bottom: 20px;
}
div.bodybreak {
background-color: #ffcc33;
display: block;
height: 2px;
margin-top: 60px;
margin-bottom: 60px;
}
a,
a:hover,
a:focus {
color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 14pt;
font-weight: bold;
text-decoration: underline;
text-decoration-style: dotted;
}