-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
41 lines (25 loc) · 1.24 KB
/
style.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
body { font-family: Times; }
div.old { font-family: Times; }
p.old { font-family: Times; }
div.journaltitle { font-family: Times; font-size: 250%; font-weight: bold; text-transform: uppercase; margin-top: 0em; margin-bottom: 0em; }
div.journalsubtitle { font-family: Times; font-size: 100%; font-weight: bold; text-transform: uppercase; margin-top: -1em; margin-bottom: 0em; }
div.issn { font-family: Times; font-size: 75%; }
div.controlbar { background: rgb(220, 230, 255);
padding: .5em; padding-bottom: 4em; }
div.control { padding-bottom: 1em; margin-left: .5em; text-indent: -.5em; }
div.archivebar { background: rgb(220, 230, 255);
padding: .5em; padding-bottom: 2em;
font-size: 90%; }
div.editors { margin-left: +1em; font-size: 90%; }
p.editor { margin-top: 0px; margin-bottom: 0px; margin-left: 1em; text-indent: -1em; }
a.editor { text-decoration: none; }
div.title { font-weight: bold; font-size: 100%; }
a.title { text-decoration: none; }
div.author { font-weight: bold; font-size: 90%; }
span.citation { }
div.contentlinks { margin-top: 1em; }
span.contentlink { margin-top: 1em; }
a.selflink { color: gray; }
div.copyright { font-size: 75%; }
div.stableurl { font-size: 75%; }
div.accesslinks { font-size: 90%; }