File: adacore.css

package info (click to toggle)
gnat-gps 18-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 45,716 kB
  • sloc: ada: 362,679; python: 31,031; xml: 9,597; makefile: 1,030; ansic: 917; sh: 264; java: 17
file content (31 lines) | stat: -rw-r--r-- 632 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
@import "sphinxdoc.css";

.menuselection {
   background-color: #f2f2f2;   /*  same as .kbd */
   border-bottom: 1px solid #ddd;  /* same as .kbd */
   color: #333;  /* same as .kbd */
}

/* same as in release notes */
h1, h2, h3, h4 {color: #369}
h2 { margin-top: 60px; margin-bottom: 20px}
h3 { margin-bottom: 15px }

div.bodywrapper {
   /* Limit width to make more readable */
   max-width: 700px;
}

div.sphinxsidebar {
   width: auto;
   max-width: 400px;
}
div.sphinxsidebar ul ul {
   list-style: none;
}
.toctree-l1 a, .toctree-l2 a, .toctree-l3 a,
.toctree-l1 a tt, .toctree-l2 a tt, .toctree-l3 a tt
{
   color: #369;
}