forked from DistributedProofreaders/ppwb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ppwb.css
72 lines (59 loc) · 1.07 KB
/
ppwb.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
body,html {
font-family: Georgia, Times New Roman, Times, serif;
background-color:#FFFFFF;
}
@font-face { font-family: cutenotes; src: url('fonts/TravelingTypewriter.ttf'); }
.hsty {
font-size:150%;
text-align:center;
margin: 0 auto;
font-family: cutenotes;
}
.alert {
text-align: center;
color: red;
margin-bottom: 0.5em;
}
body {
min-width:500px;
max-width:700px;
margin-left:auto;
margin-right:auto;
}
table.ixp {
margin: 0 auto;
}
table.ixp, .ixp td {
border: 1px solid orange;
border-collapse: collapse;
padding: 5px 10px;
}
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif }
h1 {
font-size:90%;
text-align: center;
background-color: #c0d0e0;
margin: 15px auto;
}
h2 {
font-size:90%;
text-align: left;
color: black;
background-color: #c8d8e8;
}
hr.thin {
border:none; border-bottom:1px solid silver;
}
p.emph {
background-color:#FFFFCC;
}
ul.circle {
list-style-type: circle;
list-style-position: outside;
list-style-image: none;
}
ul.none {
list-style-type: none;
list-style-position: outside;
list-style-image: none;
}