2018-06-27 19:04:18 +00:00
|
|
|
pre {
|
2021-10-05 14:32:03 +00:00
|
|
|
white-space: pre-wrap; /* css-3 */
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word;
|
2018-06-27 19:04:18 +00:00
|
|
|
}
|
|
|
|
|
2023-04-27 10:02:04 +00:00
|
|
|
.wy-table-responsive table td,
|
|
|
|
.wy-table-responsive table th {
|
2021-10-05 14:32:03 +00:00
|
|
|
white-space: normal;
|
2018-06-27 19:04:18 +00:00
|
|
|
}
|
2023-04-27 10:02:04 +00:00
|
|
|
|
2018-08-09 20:42:19 +00:00
|
|
|
.rst-content table.docutils td {
|
2021-10-05 14:32:03 +00:00
|
|
|
vertical-align: top;
|
2018-06-27 19:04:18 +00:00
|
|
|
}
|
2021-09-10 10:16:43 +00:00
|
|
|
|
|
|
|
/* links */
|
|
|
|
.rst-content a:not(:visited) {
|
|
|
|
color: #002fa7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rst-content .highlighted {
|
|
|
|
background: #eac545;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* code block highlights */
|
|
|
|
.rst-content pre {
|
|
|
|
background: #fafafa;
|
|
|
|
}
|
|
|
|
|
2023-04-27 10:02:04 +00:00
|
|
|
.wy-side-nav-search > a img.logo {
|
|
|
|
width: 100px;
|
2021-09-10 10:16:43 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wy-side-nav-search > a {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* project version (displayed under project logo) */
|
2023-04-27 10:02:04 +00:00
|
|
|
.wy-side-nav-search > div.version {
|
|
|
|
color: #272525;
|
2021-09-10 10:16:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* menu section headers */
|
2023-04-27 10:02:04 +00:00
|
|
|
.wy-menu p.caption {
|
|
|
|
color: #65afff;
|
2021-10-07 19:20:51 +00:00
|
|
|
}
|
2021-07-26 17:52:05 +00:00
|
|
|
|
|
|
|
/* Link to Remix IDE shown next to code snippets */
|
2023-04-27 10:02:04 +00:00
|
|
|
.rst-content p.remix-link-container {
|
2021-07-26 17:52:05 +00:00
|
|
|
display: block;
|
2023-04-27 10:02:04 +00:00
|
|
|
text-align: right;
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1em;
|
2021-09-10 10:16:43 +00:00
|
|
|
}
|
2021-07-26 17:52:05 +00:00
|
|
|
|
2023-04-27 10:02:04 +00:00
|
|
|
.rst-content .remix-link-container a.remix-link {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 0.7em;
|
|
|
|
padding: 0.1em 0.4em;
|
|
|
|
background: #e1e4e5;
|
|
|
|
color: #707070;
|
2021-07-26 17:52:05 +00:00
|
|
|
}
|
|
|
|
|
2023-04-27 10:02:04 +00:00
|
|
|
.rst-content .remix-link-container a.remix-link:hover {
|
|
|
|
background: #c8cbcc;
|
2021-07-26 17:52:05 +00:00
|
|
|
}
|
|
|
|
|
2023-04-27 10:02:04 +00:00
|
|
|
.rst-content div.highlight-solidity,
|
|
|
|
.rst-content div.highlight-yul {
|
|
|
|
margin-top: 0;
|
2021-10-07 19:20:51 +00:00
|
|
|
}
|