This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathAPAStyle.css
122 lines (93 loc) · 1.79 KB
/
APAStyle.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
@import "http://fonts.googleapis.com/css?family=Anonymous+Pro:400,400italic,700,700italic&subset=latin,latin-ext";
@import url(http://fonts.googleapis.com/css?family=Inconsolata:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Code+Pro:400,700);
body {
margin:0 auto;
font-family: "Times New Roman", Times, serif;
font-size:1em;
text-align:left;
max-width:6.5in
}
table {
border-collapse: collapse;
border-bottom:1px solid #000;
margin:auto;
}
th, td{padding:5px;}
p {
text-align:left;
margin-bottom:2ex;
text-indent: 2em;
line-height: 1.25em;
}
.references p {padding-left: 2.5em ;
text-indent: -2.5em;}
.level1 h1 {font-size:1em;}
.level2 h2 {font-size:1em;}
.level3 h3 {font-size:1em;}
.level4
h4 {font-size:1em;}
h1 {
text-align:center;
}
h2, h3, h4, h5 {
text-align: left;
}
h3, h4, h5 {
margin-left: 2em;
}
.author , .date, .author_afil h4 {text-align:left;
margin-left:0;
font-weight:normal;
font-style:normal;
padding:0px;
margin:0px;
}
#header h4 em {
font-weight:normal;
font-style:normal;
}
blockquote p {text-indent:0em;
margin-left:2.5em;}
blockquote p + p {
text-indent: 2.5em;
}
pre, img {
max-width: 100%;
}
pre {
overflow-x: auto;
}
code {
font-family:"Anonymous Pro",monospace;
text-align:left;
padding:5px;
font-size: 92%;
border: 1px solid #ccc;
}
pre code {
font-size: 0.9em;
font-family: 'Source Code Pro' !important;
text-align: left;
display: block; padding: 0.5em;
}
code.r {
font-family: 'Inconsolata' !important;
font-size: 1.2em;
background-color: rgba(160, 160, 160, 0.2);
}
sup,sub {
position: relative;
vertical-align: 0;
}
sup {
bottom: .4em
}
sub {
top:.4em
}
.header th {
border-bottom:1px solid #000;
border-top: 1px solid #000;
font-weight: normal;
}