File: furo-adjustments.css

package info (click to toggle)
python-django-crispy-forms-foundation 1.1.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 880 kB
  • sloc: javascript: 6,437; python: 1,326; makefile: 200; sh: 17
file content (49 lines) | stat: -rw-r--r-- 977 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49

/* Logo smaller */
.sidebar-logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}

/* Versionning smaller */
.sidebar-brand-text small {
  font-size: var(--font-size--small--4);
}

/* Less vertical space between sidebar list items */
.sidebar-tree .reference {
  padding: .4rem var(--sidebar-item-spacing-horizontal);
}

/* Toctree caption will look alike a h4 title */
.toctree-wrapper.compound .caption,
.toctree-wrapper.compound :not(.caption) > .caption-text {
  font-size: var(--font-size--normal);
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}


/* Dl item title in bold for more readability */
.field-list dt,
.option-list dt,
dl.footnote dt,
dl.glossary dt,
dl.simple dt,
dl:not([class]) dt {
  font-weight: 700;
}

/* Admoninition and topic content with more exposure */
.admonition,
.topic {
  font-size: var(--font-size--small);
  padding: 0 .8rem .8rem;
}

.admonition p.admonition-title,
p.topic-title {
  margin: 0 -.8rem .8rem;
}