blob: ba1d47fadb90e3aee434c6a7637bbec3f7670285 (
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
115
116
117
118
119
120
121
122
123
124
125
126
|
body {
font-family: sans-serif;
}
h1 a, h2 a, h3 a, h4 a {
text-decoration: inherit;
color: inherit;
}
pre.literal-block {
background: #eee;
border: 1px inset black;
padding: 2px;
margin: auto 10px;
overflow: auto;
}
h1.title {
}
div.document {
margin-top: 1em;
}
div#table-of-contents {
float: right;
border: 1px solid black;
margin: 1em;
background: #eef;
max-width: 33%;
}
div#building-liberty-services-with-lasso div#table-of-contents {
max-width: inherit;
float: none;
background: transparent url(/figures/lasso.png) bottom right no-repeat;
}
div#table-of-contents ul {
padding-left: 1em;
list-style: none;
}
div#table-of-contents p {
background: #ddf;
text-align: center;
border-bottom: 1px solid black;
margin: 0;
}
th.docinfo-name {
text-align: right;
padding-right: 0.5em;
}
dd {
margin-bottom: 1ex;
}
table.table {
margin: 1ex 0;
border-spacing: 0px;
}
table.table th {
padding: 0px 1ex;
background: #eef;
font-weight: normal;
}
table.table td {
padding: 0 0.5ex;
}
div.note, div.warning {
padding: 0.3ex;
padding-left: 60px;
min-height: 50px;
margin: 1ex 1em;
}
div.note {
background: #ffd url(/figures/note.png) top left no-repeat;
}
div.warning {
background: #ffd url(/figures/warning.png) top left no-repeat;
}
p.admonition-title {
font-weight: bold;
display: inline;
display: none;
padding-right: 1em;
}
div.document {
padding-bottom: 30px;
background: transparent url(/figures/lasso.png) bottom right no-repeat;
}
div.figure {
margin: 0 auto;
width: 70%;
text-align: center;
}
p.caption {
border: 1px solid black;
border-top: 0px;
}
div.section h1 {
margin-top: 1em;
font-size: 130%;
}
div.section h1 a,
div.section h2 a {
color: inherit;
text-decoration: none;
}
|