-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
75 lines (61 loc) · 840 Bytes
/
print.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
@page {
margin: 0.5cm;
}
blockquote,
#about,
#contact,
/* #work, */
#volunteer,
/* #projects, */
#skills,
#interests,
#languages,
#references,
.achievement {
page-break-inside: avoid;
}
body {
font-size: 1.2em;
-webkit-print-color-adjust: exact;
background: none !important;
}
.container {
padding: 0;
margin: 0;
width: 100%;
}
.col-sm-5{
width: 40%;
padding: 0 15px;
}
.col-sm-7{
width: 60%;
padding: 0 15px;
}
a[href]:after {
content: none !important;
}
#photo{
width: 30mm;
height: 30mm;
background: none !important;
}
#photo img{
width: 28mm;
height: 28mm;
border-radius: 50%;
}
#text-header h1{
margin-top: 11mm;
margin-bottom: 11mm;
}
.keyword{
color: #32475c;
background: #eee !important;
}
.badge {
margin: 1px;
}
.level .bar:after {
background: #32475c !important;
}