summaryrefslogtreecommitdiffstats
path: root/lldb/docs/_static/lldb.css
blob: aef51a172602a208619401db51fd25aac9ff6905 (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
pre {
  padding: 7px;
}

div.document {
  width: 90%;
}

div.body {
  max-width: 90%;
}

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;
}

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: #eeeeee;
}

div.sphinxsidebar ul {
  background: #e9e9e9;
  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;
}
OpenPOWER on IntegriCloud