-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
46 lines (41 loc) · 1.85 KB
/
stylesheet.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
/* Styles and classes used in the book */
h1 { text-align: center; font-family: "Open Sans", sans-serif; }
h2 { text-align: left; font-family: "Open Sans", sans-serif; }
h3 { text-align: left; font-family: "Open Sans", sans-serif; }
ol.toc { padding: 0; margin-left: 1em; }
ol.toc li { list-style-type: none; margin: 0; padding: 0; }
body { text-align: justify; font-family: "Open Sans", "Fira Sans", sans-serif; font-size: medium; }
code { text-align: left; font-family: monospace; }
img { vertical-align: middle; max-width: 600px; }
div.figure { margin-left: auto; margin-right: auto; text-align: center; font-style: italic; }
# colophon { text-align: center; }
table { border-collapse: collapse; border-spacing: 0; box-sizing: border-box; display: block; margin-bottom: 16px; margin-top: 0; overflow: auto; text-indent: 0; width: 100% }
thead { box-sizing: border-box; display: table-header-group; vertical-align: middle }
tr { background-color: #fff; box-sizing: border-box; display: table-row; vertical-align: inherit; border-top: #ccc solid 1px }
th { box-sizing: border-box; display: table-cell; font-weight: bold; vertical-align: inherit; padding: 6px 13px; border: #ddd solid 1px }
td { box-sizing: border-box; display: table-cell; text-align: inherit; vertical-align: inherit; padding: 6px 13px; border: #ddd solid 1px }
tbody { box-sizing: border-box; display: table-row-group; vertical-align: middle }
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: normal;
src:url("OpenSans-Regular.ttf");
}
@font-face {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
src:url("OpenSans-Bold.ttf");
}
@font-face {
font-family: Open Sans;
font-style: italic;
font-weight: normal;
src:url("OpenSans-Italic.ttf");
}
@font-face {
font-family: Open Sans;
font-style: italic;
font-weight: bold;
src:url("OpenSans-BoldItalic.ttf");
}