-
Notifications
You must be signed in to change notification settings - Fork 0
/
screen.css
94 lines (75 loc) · 1.17 KB
/
screen.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
/* Reset */
@import url(reset.css);
/* Basics */
html, body {
background: #3b4652;
color: #697b8c;
font: normal 13px/20px 'gill sans', 'gill sans mt', calibri, sans-serif;
}
body {
padding: 20px;
}
h1, h2, h3 {
font-weight: 400;
}
h2 {
font-size: 12px;
clear: both;
margin: 40px 0 5px;
padding: 0 0 5px;
text-transform: uppercase;
}
h2, dl, .adr, .tel, .email {
padding: 0 0 5px;
border-bottom: 1px solid #e1e2e0;
}
ul {
overflow: hidden;
margin: 0;
padding: 0 0 1px;
list-style: none;
}
a, a:link, a:visited {
color: #4d5c6b;
text-decoration: none;
}
a:focus, a:hover {
color: #dc281e;
}
dl, .adr, .tel, .email {
display: block;
overflow: hidden;
margin: 0 0 5px;
}
.adr {
border-top: 1px solid #e1e2e0;
padding-top: 6px;
}
dt {
clear: left;
float: left;
width: 3.5em;
}
dd {
float: left;
}
/* Layout */
.vcard, .front {
position: relative;
padding: 0 20px 17px;
background: #f7f7f5;
color: #24282b;
}
header {
padding: 17px 0 30px;
}
h1, header p {
display: inline;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.2em;
color: #dc281e;
}
h1 a.fn {
color: #dc281e !important;
}