-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcommon.css
60 lines (51 loc) · 860 Bytes
/
common.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
@charset "UTF-8";
p:not(footer p, .column-margin p) {
text-align: justify;
}
.footer-block {
display: block;
margin-bottom: 0.4 em;
}
.navbar-nav.navbar-nav-scroll.ms-auto {
flex-direction: row;
}
p.quote {
font-size: 1.2em;
padding-bottom: 20px;
font-style: italic;
}
.nav-footer-center {
margin-top: 0;
}
.rslt {
border: 1px solid;
border-radius: 2px;
margin-bottom: 1em;
}
.rslt p {
margin-left: 1em;
margin-right: 1em;
margin-top: 0.5em;
}
.proof {
font-size: 0.9rem;
margin-left: 2em;
margin-right: 2em;
}
.proof p:last-child:after {
content: "☐";
float: right;
}
[id^=exr-] {
font-style: italic;
}
[id^=exr-] .theorem-title {
font-style: normal;
}
.textcorr {
color: rgb(250, 162, 26);
}
mjx-container[display=true] {
overflow-x: auto;
overflow-y: hidden;
}/*# sourceMappingURL=common.css.map */