Skip to content

Commit 6a57d00

Browse files
committedApr 19, 2025
used zotero bibtex
1 parent f50dd76 commit 6a57d00

File tree

11 files changed

+9462
-729
lines changed

11 files changed

+9462
-729
lines changed
 

‎docs/sphinx/source/_static/custom.css

+20
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,26 @@
3636
mask-image: var(--icon--info);
3737
}
3838

39+
/* New non-title information admonition */
40+
.admonition.non-title-info > .admonition-title {
41+
display: none; /* Hide the title */
42+
}
43+
44+
.admonition.non-title-info {
45+
background-color: #2962ff10;
46+
border-color: #2963ff;
47+
font-size: 13pt;
48+
}
49+
50+
.admonition.non-title-info > .admonition-content {
51+
color: #4b2d83; /* Purple text color for contrast */
52+
}
53+
54+
.admonition.non-title-info > .admonition-title::before {
55+
content: ''; /* No icon needed, as there's no title */
56+
}
57+
58+
3959
:root { /*https://fontawesomeicons.com/svg/icons/info*/
4060
--icon--patreon: url('data:image/svg+xml;charset=utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> <g> <path fill="none" d="M0 0h24v24H0z"/> <path d="M15 17a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15zM2 2h4v20H2V2z"/> </g> </svg>')
4161
}

0 commit comments

Comments
 (0)