-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
117 lines (117 loc) · 1.77 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
112
113
114
115
116
117
body {
line-height: 1.5;
}
blockquote {
color: #777;
border-left: 5px solid;
padding-left: 1em;
font-style: italic;
}
.content {
max-width: 700px;
margin: 0 auto;
text-align: justify;
font-size: 14px;
}
.content > header {
font-size: 1.2em;
text-align: center;
}
.authors {
list-style: none;
margin: 0;
padding: 0;
}
.authors li {
display: inline-block;
padding: 10px 1em;
}
.abstract {
font-size: 0.95em;
padding: 3em;
line-height: 1.2em;
}
.abstract: before {
content: "Abstract";
font-weight: bold;
text-align: center;
display: block;
}
table {
border-collapse: collapse;
border: 2px solid;
}
td,
th {
border: 2px solid;
padding: 5px;
box-shadow: inset 0 1px 1px white;
}
th {
text-align: center;
}
.highlighter {
position: absolute;
border-bottom: 2px solid orangered;
top: -10px;
left: 2%;
width: 96%;
box-shadow: 0 1px 1px white;
}
.last-change-marker {
box-shadow: 1px 0 0 1px rgba(255, 69, 0, 0.5);
}
img {
width: 80%;
margin: 0 auto;
display: block;
}
figure {
padding: 1em 0;
}
figcaption {
text-align: center;
width: 100%;
}
h1, h2, h3 {
text-align: center;
}
h1 {
margin: 0.6em 0;
font-size: 2.5em;
line-height: 1.5em;
}
h2 {
margin: 0.8em 0;
font-size: 1.7em;
line-height: 0.8em;
}
h3 {
margin: 1em 0;
font-size: 1.5em;
line-height: 1em;
}
h4 {
margin: 1em 0;
font-size: 1.2em;
line-height: 1.2em;
}
h5 {
margin: 1.3em 0;
font-size: 1.1em;
line-height: 1.3em;
}
h6 {
margin: 1.5em 0;
font-size: 1em;
line-height: 1.5em;
}
.antique body {
background: -webkit-linear-gradient(top, rgba(250, 235, 215, 0.3), rgba(250, 235, 215, 0.3)), url("fabric_plaid.png");
font-family: Overlock, Georgia;
color: #333;
text-shadow: 0 1px 1px #fff;
}
.math {
font-family: Palatino;
}