summaryrefslogtreecommitdiff
path: root/docs/mesa3d_theme/static/rst.css
blob: 421a982263dd8b746dc2095a61635872a3b10084 (plain)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.headerlink {
  color: transparent;
  display: inline-block;
  vertical-align: middle;
  background-image: url('link.svg');
  background-size: 1ex 1ex;
  margin-left: 0.25rem;
  opacity: 0.25;
  width: 1ex;
  height: 1ex;
  user-select: none;
}

.headerlink:hover {
  opacity: 0.5;
}

.highlight {
  border-radius: var(--bs-border-radius-sm);
  padding: .5rem;
  color: var(--bs-dark);
  margin-bottom: 1rem;
}

.highlight > pre {
  margin-bottom: 0;
}

dd {
  margin-left: 2rem;
}

.sig {
  font-family: var(--bs-font-monospace);
  color: var(--bs-code-color);
}

dt.sig {
  color: var(--bs-heading-color, inherit);
}

dl > .sig.c {
  background-color: var(--bs-secondary-bg);
  color: var(--bs-secondary);
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius-sm);
}

dl > .sig.c .sig-name {
  color: var(--bs-secondary-text);
}

main .container {
  padding: 0;
}

li > p:last-of-type,
th > p:last-of-type,
td > p:last-of-type,
.alert > p:last-of-type {
  margin-bottom: 0;
}

div.code-block-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
  margin-bottom: 0.5rem;
}

.alert a {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}