forked from linux-can/can-utils
-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
68 lines (61 loc) · 953 Bytes
/
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
* {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
body {
max-width: 60em;
margin: 0 auto;
color: #111;
}
pre, code {
font-family: Monaco, Courier New, monospace;
font-size: 11px;
}
h1 {
color: rgb(43,105,145);
font-weight: bold;
font-size: 40px;
letter-spacing: -1px;
margin-bottom: -5px;
margin: 0;
}
h1 code {
font-size: 32px;
}
h2 {
color: rgb(43,105,145);
font-weight: bold;
margin-bottom: -5px;
}
h2 code {
font-size: 22px;
}
h3 {
margin-bottom: -5px;
}
h3 code {
font-size: 16px;
}
a {
color: blue;
text-decoration: none;
}
a:visited {
color: navy;
}
a:hover {
text-decoration: underline;
}
pre {
border-width: 1px;
border-color: #777;
border-style: solid;
padding: 0.5em;
background-color: #ccc;
overflow: auto;
color: #000;
font-weight: bold;
}
p, li {
font-size: 13px;
line-height: 18px;
}