2024-10-30 00:39:41 -07:00
|
|
|
.output_area {
|
|
|
|
|
color: #615656;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table.autosummary td {
|
|
|
|
|
width: 50%
|
|
|
|
|
}
|
2024-11-06 21:46:04 +08:00
|
|
|
|
2024-10-30 00:39:41 -07:00
|
|
|
img.align-center {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
}
|
2024-11-06 21:46:04 +08:00
|
|
|
|
2024-10-30 00:39:41 -07:00
|
|
|
.output_area.stderr {
|
|
|
|
|
color: #d3d3d3 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.output_area.stdout {
|
|
|
|
|
color: #d3d3d3 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.output_area.stderr {
|
|
|
|
|
color: #d3d3d3 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.output_area.stdout {
|
|
|
|
|
color: #d3d3d3 !important;
|
2024-11-06 21:46:04 +08:00
|
|
|
}
|