-
Notifications
You must be signed in to change notification settings - Fork 0
/
typ-print.css
78 lines (62 loc) · 1.36 KB
/
typ-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
74
75
76
77
78
/* print style sheet*/
h1{
font-family: 'Copperplate Gothic Light';
text-decoration:underline;}
h3{
font-family: 'Copperplate Gothic Light';
text-decoration:underline;}
h4{
font-family: 'Copperplate Gothic Light';text-decoration:underline;}
p{
text-align: LEFT;
font-family: 'book antiqua', georgia, 'times new roman', times, serif;
font-size:large;
line-height: 140%;
max-width:600px;}
article {
border:6px ridge black;
width: 900px;
background-color: #ffe0b6;
padding: 25px 150px 300px 35px;
margin:auto;
max-width:700px;
max-height:7040px;
line-height:150%;}
.blockquote{
background:#F9775C;
margin: 0em 8em 1.6em 0.8em;
padding: 1.4em 1em 0.1em 1em;
border-left:5px solid #7f1315;}
div.open-quote{
background:#F9775C;
margin: 1em 8em 1.6em 0.8em;
padding: 1em 1em 1em 1em;
border-left:5px solid #7f1315;
text-align:center;
text-indent:hanging;
}
.tile{
margin: 5px 150px 5px 35px;}
figure.right {
width: 300px;
padding: 5px;
float: right;}
figure.right img{
width: 250px;
height: auto;}
ol{
line-height:150%;
list-style-type:none;
text-indent:hanging;}
ol{
line-height:150%;
list-style-type:none;
text-indent:hanging;
text-indent:-22px;}
.hangingindent{
text-indent:-22px;
}
a.href{
color:blue;
text-decoration:none;
}