generated from AlgebraicJulia/quarto-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
81 lines (71 loc) · 1.31 KB
/
styles.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
69
70
71
72
73
74
75
76
77
78
79
80
81
@font-face {
font-family: JuliaMono-Regular;
src: url("https://cdn.jsdelivr.net/gh/cormullion/juliamono/webfonts/JuliaMono-Regular.woff2");
}
div.c-set table {
line-height: 1em;
margin-left: auto;
margin-right: auto;
border-collapse: collapse;
text-align: center;
margin-bottom: 1.5em;
}
div.c-set thead tr:first-of-type > th {
text-align: center;
background: #eae9f4;
}
div.c-set tr,
div.c-set th,
div.c-set td {
padding: 10px;
border: 1px solid lightgray;
}
div.c-set .fndef tr:first-of-type {
background: #f8f8f8;
}
.tikzcd {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 1em;
margin-top: 1em;
}
.proof {}
div.proof:after {
content: "\25A2";
float: right;
margin-top: -3.4rem;
}
.rmenv,
.itenv {
padding-left: 0.75em;
margin-bottom: 1.5em;
border-left: 1px solid #007481;
}
.itenv {
font-style: italic;
}
.itenv em {
font-style: normal !important;
}
.itenv:before,
.rmenv:before {
content: attr(title)".";
font-style: normal;
font-weight: 600;
padding-right: 0.5em;
display: inline;
}
.itenv > p:first-of-type,
.rmenv > p:first-of-type {
margin-top: 0 !important;
display: inline;
}
.itenv > :last-child,
.rmenv > :last-child {
margin-bottom: 0 !important;
}
h3.listing-title {
color: #4e8abb;
text-decoration: underline;
}