File: custom.css

package info (click to toggle)
openturns 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 67,708 kB
  • sloc: cpp: 261,605; python: 67,030; ansic: 4,378; javascript: 406; sh: 185; xml: 164; makefile: 101
file content (36 lines) | stat: -rw-r--r-- 597 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
26
27
28
29
30
31
32
33
34
35
36
img.padimg {
    padding-bottom: 5px;
    cursor: pointer;
}

li.hide {
  display: none !important;
}

li.show {
  display: list-item !important;
}

div.sphx-glr-clear {
    clear: left;
}

/* hide the top link */
div.sphx-glr-download-link-note {
  height: 0px;
  visibility: hidden;
}

/* Remove big whitespace to solve #1642 */
pre, div[class*="highlight-"] {
  clear: left;
}

/* Shrink overlarge warning box from PR #2169 */
div.admonition::after{content:none;}

/* override basic.css
 * xref https://github.com/sphinx-doc/sphinx/issues/10918 */
table.align-default {
    margin-left: 0px;
}