xref: /aosp_15_r20/external/bazelbuild-rules_python/docs/_static/css/custom.css (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1.wy-nav-content {
2  max-width: 70%;
3}
4
5.starlark-object {
6  border: thin solid grey;
7  margin-bottom: 1em;
8}
9
10.starlark-object h2 {
11  background-color: #e7f2fa;
12  border-bottom: thin solid grey;
13  padding-left: 0.5ex;
14}
15.starlark-object h3 {
16  background-color: #e7f2fa;
17  padding-left: 0.5ex;
18}
19
20.starlark-module-extension-tag-class h3 {
21  background-color: #add8e6;
22  padding-left: 0.5ex;
23}
24
25.starlark-object>p, .starlark-object>dl, .starlark-object>section>* {
26  /* Prevent the words from touching the border line */
27  padding-left: 0.5ex;
28}
29
30.starlark-signature {
31  font-family: monospace;
32}
33
34/* Fixup the headerlinks in param names */
35.starlark-object dt a {
36  /* Offset the link icon to be outside the colon */
37  position: relative;
38  right: -1ex;
39  /* Remove the empty space between the param name and colon */
40  width: 0;
41  /* Override the .headerlink margin */
42  margin-left: 0 !important;
43}
44