File: msmb.css

package info (click to toggle)
python-msmb-theme 1.2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 516 kB
  • sloc: python: 1,295; javascript: 17; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 416 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@import 'theme.css';
@import 'jupyter.min.css';

.wy-side-nav-search {
    background-color: #ffffff;
}

.wy-side-nav-search > div.version {
    color: rgba(0, 0, 0, 0.74);
}

.wy-table-responsive table td {
    white-space: normal;
}

.rst-content .align-right {
    width: 300px;
}

.rst-content p.caption {
    font-size: 100%;
    font-weight: unset;
}

.rst-content .section ol li {
    margin-bottom: 0.3em;
}