-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
111 lines (92 loc) · 1.41 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
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
body, table {
border: 0;
font-family: "Lucida Grande",
"Lucida Sans Unicode",
"Lucida Sans",
sans-serif;
font-size: 11pt;
}
body {
width: 650px;
margin-left: auto;
margin-right: auto;
}
img {
border: 0;
}
emph {
font-style: italic;
}
#main a {
text-decoration: underline;
color: #374F6A;
}
#main a:hover {
color: #2a6fe8;
}
#footer a {
text-decoration: underline;
color: #444444;
}
.mono {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
}
#photo {
margin-left: 20px;
float: right;
}
#header {
text-align: center;
}
#main {
margin-left: auto;
margin-right: auto;
text-align: justify;
width: 680px;
}
.entry {
margin-top: 20px;
text-align: justify;
font-size: 9pt;
}
.abstract {
width: 600;
margin: auto;
margin-top: 5;
}
.note {
width: 600;
margin: auto;
margin-top: 5;
border-style: solid;
border-width: 1;
padding: 5;
}
#footer {
text-align: center;
width: 650px;
margin-left: auto;
margin-right: auto;
font-size: 7pt;
color: #444444;
clear: both;
}
td, th {
border: 4px solid white;
}
h3 {
font-size: 11pt;
font-weight: bold;
}
p {
margin-top: 15px;
margin-bottom: 20px;
}
p.nofollow {
margin-top: 15px;
margin-bottom: 10px;
}
li {
margin-top: 7px;
margin-bottom: 7px;
}