-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (72 loc) · 1.01 KB
/
style.css
File metadata and controls
89 lines (72 loc) · 1.01 KB
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
* {
font-size: 14px;
}
p, h1, h2, h3, h4, h5, h6, div, ul {
font-family: Georgia;
}
body {
width: 960px;
margin: 0 auto;
}
a {
text-decoration: none;
color: #337ab7;
}
p {
line-height: 1.4em;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
code, pre {
font-family: Courier New;
border-radius: 2px;
background-color: #f8f8f8;
font-size: 1em;
}
pre {
padding: 0.5em;
}
code {
padding: 2px;
}
pre code {
padding: 0;
}
img {
max-width: 100%;
max-height: 225px;
margin: 1em auto;
display: block;
}
h1 {
text-align: center;
text-transform: uppercase;
}
h2 {
border-bottom: 1px solid #ddd;
padding-bottom: 0.3em;
}
.authors {
display: block;
margin: 1em auto;
padding: 0;
text-align: center;
list-style-type: none;
color: #666;
font-family: Helvetica;
}
.authors li {
font-size: 0.9em;
}
table {
border-collapse: collapse;
width: 100%;
border-radius: 3px;
}
table, th, td {
border: 1px solid #777;
}
th, td {
padding: 0.5em;
}