summaryrefslogtreecommitdiffstats
path: root/docs/lasso-book/default.css
blob: d198a166145d39b4b7be513ab959159e786cb6da (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
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 {
	text-align: center;
	background: #eef;
	border: 1px solid #aaf;
	letter-spacing: 1px;
}

div.section {
	margin-bottom: 2em;
}

div.section h1 {
	padding: 0 15px;
	background: #eef;
	border: 1px solid #aaf;
}

div.section h2 {
	padding: 0 15px;
	background: #eef;
	border: 1px solid #aaf;
}

div.document {
	margin-top: 1em;
	border-top: 1px solid #aaf;
	border-bottom: 1px solid #aaf;
}

div.section p,
div.section ul {
	text-align: justify;
}

div.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: white url(lasso.png) bottom right no-repeat;
}

div.contents ul {
	padding-left: 1em;
	list-style: none;
}

div.contents li {
	padding-bottom: 2px;
}

div.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: #ffa url(note.png) top left no-repeat;
	border: 1px solid #fd8;
}

div.warning {
	background: #ffd url(warning.png) top left no-repeat;
}

p.admonition-title {
	font-weight: bold;
	display: inline;
	display: none;
	padding-right: 1em;
}

div.figure {
	margin: 0 auto;
	width: 70%;
	min-width: 800px;
	text-align: center;
}

div.figure p.caption {
	font-style: italic;
	margin: 1ex 0 2em 0;
	text-align: center;
}