- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjoy.css
More file actions
Latest commit
65 lines (54 loc) · 823 Bytes
/
Copy pathjoy.css
File metadata and controls
65 lines (54 loc) · 823 Bytes
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
body {
text-align: center;
background:#445066;
font-family: Times New Roman, serif;
}
.leftbox {
float: left;
margin:1ex;
text-align: center;
font-family:'MS Sans Serif', Geneva, sans-serif;
}
#cover {
width:159px;
height:200px;
border:1px#000 solid;
}
#main {
text-align: left;
margin-left: auto;
margin-right: auto;
background:#fff;
border:1px#000 solid;
width:700px;
}
h1,h2,h4 {
text-align: center;
font-family:'MS Sans Serif', Geneva, sans-serif;
margin-bottom:0;
}
h3 {
text-align: center;
}
h3,h5,ul {
margin-top:0;
margin-bottom:0;
margin-left:0;
}
h1 {
letter-spacing:-0.1ex;
}
h2,h6 {
font-size:100%;
margin-bottom:0;
}
h6 {
margin-left:1em;
}
p {
margin-left:1em;
margin-right:1em;
}
.body {
margin-left:200px;
}