-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle-eventbase.css
More file actions
67 lines (57 loc) · 1.03 KB
/
Copy pathsingle-eventbase.css
File metadata and controls
67 lines (57 loc) · 1.03 KB
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
body {
background-color: #f5f2f5;
margin: 0;
padding: 0;
}
#top-bar {
border-radius:6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
border-radius:6px 6px 0px 0px;
background-color: #2098c4;
color: #888888;
}
#top-bar a {
font-weight: bold;
color: #eeeeee;
text-decoration: none;
}
#footer {
border-radius:0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
border-radius:0px 0px 6px 6px;
}
/* Fonts and Content */
body, td {
font-family:
HelveticaNeue, sans-serif;
}
#headline p {
color: #f5f5f5;
font-family: HelveticaNeue, sans-serif;
font-size: 36px;
text-align: center;
margin-top:0px;
margin-bottom:30px;
}
.article-title {
font-size: 18px;
line-height:24px;
color: #b0b0b0;
font-weight:bold;
margin-top:0px;
margin-bottom:18px;
}
.article-content {
font-size: 13px;
line-height: 18px;
color: #444444;
margin-top: 0px;
margin-bottom: 18px;
}
.footer-content-left {
font-size: 12px;
line-height: 15px;
color: #888888;
margin-top: 0px;
margin-bottom: 15px;
}