-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.css
58 lines (51 loc) · 909 Bytes
/
master.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
@media screen, print {
h1 {
text-align: center;
font: bold 18pt "Times New Roman";
}
h2, h3 {
clear: both;
text-align: left;
font: bold 12pt "Times New Roman";
margin-top: 3em;
}
.document > .section{
border: 1px dashed #DDD;
background-color: white;
padding: .25in;
margin: .5in 0in;
}
}
h1 a, h2 a, h3 a {
color: black;
text-decoration: none;
}
@media screen {
body {
padding: 0px;
margin: 0px;
text-align: center;
background-color: #EEE;
}
div.document {
width: 6.5in;
text-align: justify;
margin: 0px auto 0px auto;
border: 1px solid #DDD;
background-color: #FFF;
padding: 1in;
}
}
@media print {
body {
padding: 0px;
margin: 0px;
text-align: center;
}
div.document {
width: 6.5in;
text-align: justify;
margin: 0px auto 0px auto;
text-align: justify;
}
}