File: layout.css

package info (click to toggle)
python-cartopy 0.18.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,204 kB
  • sloc: python: 15,593; makefile: 160; javascript: 65; sh: 6
file content (47 lines) | stat: -rw-r--r-- 840 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
37
38
39
40
41
42
43
44
45
46
47
.inline-paragraphs p {display: inline;}

.highlight {background: none;}

pre {max-width: 70em;}


div.section dl, div.section ul {
    max-width: 80em;
}

div.section {
    /* Paragraph sections (e.g. in what's new) */
    padding-bottom: 1em;
}

dl.class {
    /* Sphinx documented classes. */
    padding-bottom: 1.5em;
}

div.figure { padding-left: 5em; }

h1 {
   background-image: url('favicon.60.png');
    background-size: 60px;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 75px;
    margin: 15px 0 10px 0;
   }

/* Sphinx Gallery */

.sphx-glr-download a {
    background-image: none !important;
    background-color: white !important;
}

div.section div.figure {
  padding-left: 0 !important;
  text-align: center;
}

pre a {
    // Prevent code examples showing underlines.
    text-decoration: none !important;
}