-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
64 lines (64 loc) · 792 Bytes
/
css.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
@charset "utf-8";
/* CSS Document */
h2
{
page-break-before:always;
}
h3
{
font-style:italic;
margin-top:5%;
padding-top:5%;
}
p
{
margin-top:3%;
padding-top:3%;
text-indent:0;
}
hr
{
width:90%;
margin-left:0;
padding-left:0;
}
table
{
width:520px;
}
#author
{
font-style:italic;
}
#title
{
text-align:center;
}
#figure
{
font-size:smaller;
font-style:italic;
}
#reference
{
font-size:smaller;
}
#table
{
margin-top:4%;
padding-top:4%;
text-align:center;
font-weight:bold;
}
li p
{
margin-top:0%;
padding-top:0%;
text-indent:0;
}
li p
{
margin-top:0%;
padding-top:0%;
text-indent:0;
}