summaryrefslogtreecommitdiffstats
path: root/css/base.css
blob: b03b1c436c84f5db5e7fc0e02a320a1324e38ec4 (plain)
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
html, body {
    overflow-x: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

body {
    text-align: justify;
    background: #F6F7F9;
}

iframe[src*="youtube"] {
    width: 100%;
    height: 400px;
    margin: 20px 0;
}

.asciicast iframe {
    margin: 0 auto !important;
    display: block !important;
}

img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

a {
    color: #444;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #555;
}

h1 {
    padding-top: 0;
}

h1, h2, h3, h4, h5 {
    text-align: left;
}

h1 small {
    font-size: 14pt;
}

pre {
    margin: 10px 40px;
}

.footnotes::before {
    content: "References:";
}

.footnotes {
    color: #444;
    font-size: 8pt;
    margin-top: 50px;
}

.footnotes a {
    color: #444;
}

blockquote {
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 0;
    border-left: 4px #aaa solid;
}

.sidebar {
    padding-top: 20px;
}

.sidebar, .sidebar a {
    color: #444;
}

.sidebar a {
    text-decoration: underline;
}

.sidebar h3 {
    margin-top: 40px;
}

.sidebar h4, h5 {
    margin: 5px 0;
}

code {
    color: #000;
}

.btn {
    border-radius: 0;
    text-decoration: none;
}