File: style.css

package info (click to toggle)
dask 2024.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,024 kB
  • sloc: python: 105,182; javascript: 1,917; makefile: 159; sh: 88
file content (25 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
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
.configTextArea {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
    margin-bottom: 24px;
}

.classifier::before {
    content: ": ";
}

/* options for jupyter-sphinx extension */
div.jupyter_container {
    box-shadow: None;
    font-family: var(--pst-font-family-monospace);
    border-radius: 0.4em;
}

.jupyter_container div.code_cell {
    padding: 10px;
    max-width: None !important;
}

.jupyter_container .output {
    font-size: 16px;
    padding: 10px
}