-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
40 lines (34 loc) · 673 Bytes
/
Copy pathstyle.css
File metadata and controls
40 lines (34 loc) · 673 Bytes
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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.sidenote, .marginnote { float: right;
clear: right;
margin-right: -1rem;
width: 30%;
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 1.3rem;
font-weight: bold;
margin-left: 1rem;
line-height: 1.3;
vertical-align: baseline;
position: relative;
background-color: hsl(60, 29%, 94%);
padding: 2rem;}
.marginnote code, .sidenote code { font-size: 1rem; }
.marginnote img { display: block; }
@media (max-width: 760px) {
.marginnote, .sidenote {
left: 0;
}