File: theme.css

package info (click to toggle)
ipywidgets 8.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,520 kB
  • sloc: python: 7,041; javascript: 1,764; sh: 62; makefile: 36
file content (31 lines) | stat: -rw-r--r-- 496 bytes parent folder | download
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
28
29
30
31
/* index */
table.indextable tr.cap {
  background-color: var(--pst-color-on-background) !important;
}

/* demo */
#demo-sidebar {
  margin: 0;
}

#demo-sidebar .demo-app {
  display: inline;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  margin: 0.75rem 0.25rem 0 0.25rem;
}

.demo-app > * {
  flex: 1 auto;
  white-space: nowrap;
}

#demo-sidebar .admonition-title::after {
  display: none;
}

#demo-sidebar .admonition-title {
  padding-left: 0.75rem;
}