-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
99 lines (88 loc) · 1.79 KB
/
styles.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
95
96
97
98
99
@media print {
*,
*:before,
*:after {
box-shadow: none;
text-shadow: none;
padding: 2px !important;
}
}
@page {
margin: 2% !important;
@bottom-center{
content: "Page " counter(page) " of " counter(pages);
}
}
html {
font-size: 58px;
max-width: 100%;
}
body {
font-family: 'Open Sans Condensed', sans-serif;
margin: 1px;
line-height: 1px;
padding: .25rem;
}
.title {
padding: 5px !important;
border-radius: 2px !important;
font-size: 35px !important;
color: #336699 !important;
text-align: left !important;
}
.title2 {
padding: 5px !important;
border-radius: 2px !important;
font-size: 20px !important;
color: #336699 !important;
text-align: left !important;
margin-right: 200px !important;
}
.subheader{
border-style: solid !important;
font-family: Verdana, Geneva, sans-serif !important;
background-color: #c2d6b6 !important;
padding: 5px !important;
border-radius: 7px;
font-size: 12px;
}
.comment {
font-family: Verdana, Geneva, sans-serif !important;
background-color: #c2d6b6 !important;
padding: 5px !important;
border-radius: 7px;
font-size: 12px;
}
.footer {
font-size: 9px !important;
font-style: italic !important;
}
table {
font-size: 9px;
}
td{
word-wrap:break-word
}
h1 {
font-family: Arimo, Helvetica, sans-serif !important;
border-radius: 10px !important;
background: #248f8f !important;
padding: 5px !important;
text-align: left !important;
color: #ffffff !important;
font-size: 24px !important;
}
h2,
h3 {
border-bottom: 2px solid #fafafa !important;
margin-bottom: 1.15rem !important;
padding-bottom: .5rem !important;
text-align: center !important;
color: #2609E2 !important;
}
h4,
h5,
h6 {
font-family: Arimo, Helvetica, sans-serif !important;
color: #2609E2 !important
}