-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjekyll_plugin_support.css
More file actions
48 lines (41 loc) · 946 Bytes
/
jekyll_plugin_support.css
File metadata and controls
48 lines (41 loc) · 946 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
41
42
43
44
45
46
47
48
.jekyll_plugin_support_error,
.standard_error {
border-radius: 4pt;
border: rgb(155, 141, 141) 2px solid;
color: black;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-stretch: semi-condensed;
font-size: 9pt;
line-height: 150%;
padding: 2pt 4pt 2pt 4pt;
}
.jekyll_plugin_support_error {
background-color: rgb(248, 149, 149);
}
.standard_error {
background-color: darkred;
}
.jekyll_plugin_support_error code,
.standard_error code {
color: lightgray;
font-size: 10pt;
}
.jekyll_pre + .jekyll_pre {
margin-top: 2em;
}
.jekyll_pre + ul, .jekyll_pre + ol, .jekyll_pre + dl {
margin-top: 0;
}
.jps_attribute {
display: flex;
margin-bottom: 2em;
margin-top: 2em;
}
.jps_attribute div {
flex-grow: 1;
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
font-size: 8pt;
line-height: 1.3;
text-align: center;
width: 0;
}