xref: /openbsd-src/gnu/llvm/lldb/docs/_static/lldb.css (revision be691f3bb6417f04a68938fadbcaee2d5795e764)
1pre {
2  padding: 7px;
3}
4
5div.document {
6  width: 90%;
7}
8
9div.body {
10  max-width: 90%;
11}
12
13div.note {
14  padding: 20px 20px 10px 20px;
15}
16
17div.note p.admonition-title {
18  font-size: 130%;
19}
20
21table.mapping {
22  width: 100%;
23}
24
25table.mapping td {
26  width: 50%;
27  padding: 5px;
28}
29
30table.mapping td.hed {
31  background: #606060;
32  color: #fefefe;
33  text-align: left;
34  border-bottom: 2px #fefefe solid;
35  font-weight: bold;
36}
37
38table.mapping td.header {
39  background: #eeeeee;
40}
41
42table.mapping td.content {
43  font-family: monospace;
44  padding-bottom: 15px;
45}
46
47/* Workaround for a Safari bug that would otherwise make table cells less wide
48than the containing text. This just sets it back to the default browser
49property.*/
50td {
51  -webkit-hyphens: manual !important;
52}
53
54div.sphinxsidebar .caption {
55  font-family: Helvetica, Verdana, sans-serif;
56  font-size: 10pt;
57  font-weight: bold;
58  color: #fefefe;
59  background: #606060;
60  margin-bottom: 0;
61  text-transform: uppercase;
62  padding: 7px;
63}
64
65div.sphinxsidebar a,
66div.sphinxsidebar a:hover {
67  border: none;
68}
69
70div.sphinxsidebar li {
71  padding-left: 7px;
72  border-bottom: 1px solid #fefefe;
73}
74
75div.sphinxsidebar li:hover {
76  background: #eeeeee;
77}
78
79div.sphinxsidebar ul {
80  background: #e9e9e9;
81  margin: 0px;
82  padding: 0px;
83}
84
85div.sphinxsidebar ul a {
86  font-family: Helvetica, Verdana, sans-serif;
87  font-size: 8pt;
88  display: block;
89  padding: 5px 0;
90  line-height: 14pt;
91}
92
93div.sphinxsidebar ul li.toctree-l1 > a {
94  font-size: 100%;
95}
96
97div.sphinxsidebar h3 {
98  /* Hide Navigation. */
99  display: none;
100}
101