forked from hu437/resume.pdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (63 loc) · 1.09 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
73
74
75
76
77
78
79
80
body {
font: 12px/1.4 Verdana Helvetica, arial, freesans, clean, sans-serif;
color: #333;
text-shadow: 0 0 1px #909090 !important;
background-color: #fff;
}
a {
text-decoration: none;
}
a: hover {
text-decoration: underline;
}
/* Headlines has different font sizes */
h1 {
font-size: 1.6em;
}
h2 {
font-size: 1.2em;
}
/* H1 and H2 has underline */
h1, h2 {
border-bottom: 1px solid #999;
font-weight: bold;
}
/* ul & li */
ul {
list-style-type: circle;
margin-left: -0.4em;
}
li {
display: list-item
}
/* img tags */
img[alt="school-logo"] {
position: absolute;
top: 1em;
right: 1em;
height: 1.7em;
background-color: #fff;
}
img[alt="avatar"] {
position: absolute;
top: 3.8em;
right: 1em;
height: 8.5em;
background-color: #fff;
}
/* strong fonts as little title */
/* ---- only for those ugly lists !--- */
li p strong {
font-weight: bold;
margin-left: 4em;
}
description {
margin-top: .5em; /* away from big title, looks like a block*/
display: block;
margin-left: 12.7em;
}
li em {
font-size: 90%;
color: #777;
font-style: italic;
}