aboutsummaryrefslogtreecommitdiff
path: root/libc/docs/_static/custom.css
blob: 65c3bd2423670007f1eadb0a6f9cd3c12aff1f90 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
pre {
  padding: 7px;
}

div.document {
  width: 90%;
}

div.note {
  padding: 20px 20px 10px 20px;
}

div.note p.admonition-title {
  font-size: 130%;
}

table.mapping {
  width: 100%;
}

table.mapping td {
  width: 50%;
  padding: 5px;
}

table.mapping td.hed {
  background: #606060;
  color: #fefefe;
  text-align: left;
  border-bottom: 2px #fefefe solid;
  font-weight: bold;
}

table.mapping td.header {
  background: #eeeeee;
}

table.mapping td.content {
  font-family: monospace;
  padding-bottom: 15px;
}

/* Workaround for a Safari bug that would otherwise make table cells less wide
than the containing text. This just sets it back to the default browser
property.*/
td {
  -webkit-hyphens: manual !important;
}

div.sphinxsidebar .caption {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #fefefe;
  background: #606060;
  margin-bottom: 0;
  text-transform: uppercase;
  padding: 7px;
}

div.sphinxsidebar a,
div.sphinxsidebar a:hover {
  border: none;
}

div.sphinxsidebar li {
  padding-left: 7px;
  border-bottom: 1px solid #fefefe;
}

div.sphinxsidebar li:hover {
  background: #ccddee;
}

div.sphinxsidebar ul {
  background: #bbccdd;
  margin: 0px;
  padding: 0px;
}

div.sphinxsidebar ul a {
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 8pt;
  display: block;
  padding: 5px 0;
  line-height: 14pt;
}

div.sphinxsidebar ul li.toctree-l1 > a {
  font-size: 100%;
}

div.sphinxsidebar h3 {
  /* Hide Navigation. */
  display: none;
}

@media screen and (min-width: 875px) {
div.body {
  max-width: 90%;
}
}

@media screen and (max-width: 875px) {
div.sphinxsidebar {
  margin-left: 0px;
  margin-right: 0px;
}

div.body {
  min-width: auto;
  max-width: auto;
}
}