-
-
Notifications
You must be signed in to change notification settings - Fork 480
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (41 loc) · 659 Bytes
/
styles.css
File metadata and controls
45 lines (41 loc) · 659 Bytes
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
h1 {
font-size: xx-large;
}
h2 {
font-size: x-large;
}
h3 {
font-size: large;
}
h4 {
font-size: medium;
}
#TOC:before {
content: "Table of contents";
font-size: large;
}
#TOC {
margin-top: 25px;
margin-bottom: 50px;
margin-right: 10%;
margin-left: 10%;
font-size: large;
border-style: solid;
border-width: thin;
border-color: LightGray;
padding: 10px;
}
#TOC ul {
list-style-type: none;
}
.figure{
margin-right: 10%;
margin-left: 10%;
margin-top: 25px;
margin-bottom: 25px;
font-size: small;
}
body:after {
text-align: center;
content: "All code in this document is licensed via the BSD 3-clause license.";
}