123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- @media screen {
-
- .wy-nav-content{max-width: none; }
-
- .wy-table-responsive table td { white-space: normal; }
- .wy-table-responsive { overflow: auto; }
- .rst-content table.docutils caption { text-align: left; font-size: 100%; }
-
- .toc-title {
- font-size: 150%;
- font-weight: bold;
- }
- caption, .wy-table caption, .rst-content table.field-list caption {
- font-size: 100%;
- }
- caption a.headerlink { opacity: 0; }
- caption a.headerlink:hover { opacity: 1; }
-
- span.menuselection {
- color: blue;
- font-family: "Courier New", Courier, monospace
- }
- code.kbd, code.kbd span {
- color: white;
- background-color: darkblue;
- font-weight: bold;
- font-family: "Courier New", Courier, monospace
- }
-
- code, .rst-content tt, .rst-content code {
- color: inherit;
- border: none;
- padding: unset;
- background: inherit;
- font-size: 85%;
- }
- .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
- color: inherit;
- }
- }
|