2018-08-06 01:35:43 +00:00
|
|
|
.wy-nav-content {
|
2018-09-04 21:37:21 +00:00
|
|
|
max-width: 1000px;
|
2018-08-06 01:35:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* override table width restrictions */
|
|
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wy-table-responsive {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
max-width: 100%;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2022-01-03 22:16:07 +00:00
|
|
|
|
|
|
|
html {
|
|
|
|
font-size: 13pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 13pt;
|
|
|
|
}
|
2022-01-03 22:28:11 +00:00
|
|
|
|
|
|
|
.rst-content .linenodiv pre,
|
|
|
|
.rst-content div[class^=highlight] pre,
|
|
|
|
.rst-content pre.literal-block {
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|