Warning, /acts/docs/_static/custom.css is written in an unsupported language. File is not indexed.
0001 .wy-side-nav-search > a img.logo {
0002 width: 200px;
0003 }
0004
0005 .math {
0006 text-align: left;
0007 }
0008 .eqno {
0009 float: right;
0010 }
0011
0012 .admonition.seealso .admonition-title::before {
0013 content: ""; /* font awesome: share */
0014 }
0015
0016 .admonition.caution .admonition-title::before,
0017 .admonition.danger .admonition-title::before,
0018 .admonition.warning .admonition-title::before {
0019 content: ""; /* font awesome: triangle-exclamation */
0020 }
0021
0022 .admonition.error .admonition-title::before {
0023 content: ""; /* font awesome: circle-xmark */
0024 }
0025
0026 .admonition.hint .admonition-title::before,
0027 .admonition.tip .admonition-title::before {
0028 content: ""; /* font awesome: lightbulb */
0029 }