-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
42 lines (38 loc) · 978 Bytes
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
p code {
white-space: inherit;
}
pre {
word-break: normal;
word-wrap: normal;
}
pre code {
white-space: inherit;
}
.blackbox {
padding: 1em;
background: black;
color: white;
border: 2px solid orange;
border-radius: 10px;
}
.center {
text-align: center;
}
.definition {
border: 1px solid #ccc; /* Light gray border */
padding: 1em; /* Add some padding inside the box */
border-radius: 8px; /* Optional: Rounded corners */
background-color: #f9f9f9; /* Optional: Light background color */
margin: 1em 0; /* Add some spacing around the box */
}
.remark {
border: 1px solid #ccc; /* Light gray border */
padding: 1em; /* Add some padding inside the box */
border-radius: 8px; /* Optional: Rounded corners */
background-color: #f9f9f9; /* Optional: Light background color */
margin: 1em 0; /* Add some spacing around the box */
}