-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignature.css
67 lines (67 loc) · 1.04 KB
/
signature.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
a.eponymous {
font-family: Monaco, Courier, monospace;
overflow-wrap: break-word;
word-break: break-all;
word-wrap: break-word;
}
.antispam {
display: none;
}
body {
font-family: sans-serif;
font-size: 18px;
margin-left: 1em;
max-width: 46em;
}
dl.signatures dt code {
font-weight: bold;
}
dl.signatures dd {
margin-bottom: 0.5em;
margin-top: 0.5em;
}
dl.signatures>div {
display: table;
}
dl.signatures>dt,
dl.signatures>div>dt {
margin: 0.5em 0;
}
dl.signatures dt {
white-space: nowrap;
}
dl.signatures>div>dt {
display: table-row;
}
dl.signatures>div>dt>dfn,
dl.signatures>div>dt>p,
dl.signatures>div>dt>span {
display: table-cell;
white-space: nowrap;
}
dl.signatures dt>p,
dl.signatures dt>span {
padding-left: 0.5em;
}
dl.signatures dt>dfn:first-child {
font-style: normal;
font-weight: bold;
}
dl.signatures dt>p {
display: inline;
}
dl.signatures dt {
font-family: Monaco, Courier, monospace;
}
dt span {
padding: 0;
}
h1, h2 {
color: blue;
}
h1 {
text-align: center;
}
scheme-procedure {
display: block;
}