Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96161
License: OTHER
1
/*******************************************************************************
2
* MATHBOOK STYLESHEET
3
*******************************************************************************
4
* These styles accompany the Mathbook online textbook platform.
5
*
6
* Homepage: http://mathbook.pugetsound.edu
7
* Issue Tracker: https://github.com/BooksHTML/mathbook-assets/issues
8
* Repository: https://github.com/BooksHTML/mathbook-assets
9
*
10
* Authors: Michael DuBois, David Farmer, Rob Beezer
11
*
12
*******************************************************************************
13
*/
14
15
/*******************************************************************************
16
* MATHBOOK CONTENT PREFIXED
17
*******************************************************************************
18
* Standalone content styling for Mathbook documents.
19
* Prefixed with .mathbook-content
20
*
21
* Homepage: http://mathbook.pugetsound.edu
22
* Issue Tracker: https://github.com/BooksHTML/mathbook-assets/issues
23
* Repository: https://github.com/BooksHTML/mathbook-assets
24
*
25
* Authors: Michael DuBois, David Farmer, Rob Beezer
26
*
27
*******************************************************************************
28
*/
29
/* line 21, ../../../../../MathBook/mathbook-assets/scss/mathbook-content-prefixed.scss */
30
.mathbook-content {
31
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
32
/*******************************************************************************
33
* Content
34
******************************************************************************/
35
/* deleted by David Farmer on 2/15/16 because it is too non-specific
36
* and difficult to over-ride in MathJax
37
* Then put back with the "p > a" restriction. (2/19/16)
38
*/
39
/*******************************************************************************
40
* Environments
41
******************************************************************************/
42
/* Links that open knowls */
43
/* Since CodeMirror output contains a bunch of lines with their own padding */
44
}
45
/* line 61, ../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
46
.mathbook-content * html {
47
font-size: 100%;
48
}
49
/* line 64, ../../../../../../../usr/local/rvm/gems/ruby-2.1.2/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/typography/_vertical_rhythm.scss */
50
.mathbook-content html {
51
font-size: 16px;
52
line-height: 1.25em;
53
}
54
/* line 5, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
55
.mathbook-content h1, .mathbook-content .h1, .mathbook-content h2, .mathbook-content .h2, .mathbook-content h3, .mathbook-content .h3, .mathbook-content h4, .mathbook-content .h4, .mathbook-content h5, .mathbook-content .h5, .mathbook-content h6, .mathbook-content .h6 {
56
font-family: "PT Serif", "Times New Roman", Times, serif;
57
font-weight: 700;
58
color: inherit;
59
}
60
/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
61
.mathbook-content h1, .mathbook-content .h1 {
62
font-size: 2em;
63
line-height: 1.25em;
64
margin-top: 0.625em;
65
margin-bottom: 0.3125em;
66
}
67
/* line 14, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
68
.mathbook-content h2, .mathbook-content .h2 {
69
font-size: 1.75em;
70
line-height: 1.42857em;
71
margin-top: 0.71429em;
72
margin-bottom: 0.35714em;
73
}
74
/* line 19, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
75
.mathbook-content h3, .mathbook-content .h3 {
76
font-size: 1.5em;
77
line-height: 1.25em;
78
margin-top: 0.83333em;
79
margin-bottom: 0.41667em;
80
}
81
/* line 24, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
82
.mathbook-content h4, .mathbook-content .h4 {
83
font-size: 1.3125em;
84
line-height: 1.42857em;
85
margin-top: 0.95238em;
86
margin-bottom: 0.47619em;
87
}
88
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
89
.mathbook-content h5, .mathbook-content .h5 {
90
font-size: 1.125em;
91
line-height: 1.66667em;
92
margin-top: 1.11111em;
93
margin-bottom: 0.55556em;
94
}
95
/* line 34, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
96
.mathbook-content h6, .mathbook-content .h6 {
97
font-size: 1em;
98
line-height: 1.25em;
99
margin-top: 1.25em;
100
margin-bottom: 0.625em;
101
}
102
/* line 44, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
103
.mathbook-content section h2 > a:link, .mathbook-content section h2 > a:visited, .mathbook-content li > a:link, .mathbook-content li > a:visited, .mathbook-content p > a:link, .mathbook-content p > a:visited {
104
color: #bf3520;
105
color: #bf3520;
106
/**
107
* Better underlines using background gradients
108
* See http://bit.ly/1vTg7hr
109
*/
110
/* the better underlines were removed by David Farmer on 2/9/16
111
because of various headaches */
112
}
113
/* line 48, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
114
.mathbook-content section h2 > a:hover, .mathbook-content section h2 > a:focus, .mathbook-content li > a:hover, .mathbook-content li > a:focus, .mathbook-content p > a:hover, .mathbook-content p > a:focus {
115
color: #932919;
116
/**
117
* Better underlines using background gradients
118
* See http://bit.ly/1vTg7hr
119
*/
120
/* the better underlines were removed by David Farmer on 2/9/16
121
because of various headaches */
122
}
123
/* line 52, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
124
.mathbook-content section h2 > a:active, .mathbook-content li > a:active, .mathbook-content p > a:active {
125
color: #3572a0;
126
/**
127
* Better underlines using background gradients
128
* See http://bit.ly/1vTg7hr
129
*/
130
/* the better underlines were removed by David Farmer on 2/9/16
131
because of various headaches */
132
}
133
/* line 221, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
134
.mathbook-content p {
135
/* Reset margins */
136
margin: 0;
137
font-size: 1em;
138
line-height: 1.25em;
139
/* We only want bottom margins on paragraphs */
140
margin-bottom: 1.25em;
141
}
142
/* line 252, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
143
.mathbook-content blockquote .blockquote {
144
padding-left: 2.5em;
145
padding-right: 0.625em;
146
}
147
/* line 331, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
148
.mathbook-content address, .mathbook-content .address {
149
padding: 0;
150
margin: 0;
151
line-height: inherit;
152
font-style: inherit;
153
}
154
/* line 72, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
155
.mathbook-content ul,
156
.mathbook-content ol {
157
font-size: 1em;
158
line-height: 1.25em;
159
margin-top: 0;
160
margin-bottom: 1.25em;
161
}
162
/* line 79, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
163
.mathbook-content ul ul,
164
.mathbook-content ul ol,
165
.mathbook-content ol ul,
166
.mathbook-content ol ol {
167
margin-bottom: 0;
168
}
169
/* line 87, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
170
.mathbook-content .list-unstyled, .mathbook-content .list-inline {
171
padding-left: 0;
172
list-style: none;
173
}
174
/* line 97, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
175
.mathbook-content .list-inline > li {
176
display: inline-block;
177
padding-left: 5px;
178
padding-right: 5px;
179
}
180
/* line 102, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
181
.mathbook-content .list-inline > li:first-child {
182
padding-left: 0;
183
}
184
/* line 110, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
185
.mathbook-content dl {
186
margin-top: 0;
187
margin-bottom: 1.25em;
188
}
189
/* line 115, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
190
.mathbook-content dt,
191
.mathbook-content dd {
192
font-size: 1em;
193
line-height: 1.25em;
194
}
195
/* line 118, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
196
.mathbook-content dt {
197
font-weight: bold;
198
}
199
/* line 121, ../../../../../MathBook/mathbook-assets/scss/content/partials/_typographic-elements.scss */
200
.mathbook-content dd {
201
margin-left: 0;
202
}
203
/* line 6, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
204
.mathbook-content section, .mathbook-content .section-like {
205
margin-bottom: 3.125em;
206
}
207
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
208
.mathbook-content section > .heading, .mathbook-content section > header > .heading, .mathbook-content .section-like > .heading, .mathbook-content .section-like > header > .heading {
209
/* Support links in headings */
210
/* Support knowl links in headings */
211
}
212
/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
213
.mathbook-content section > .heading, .mathbook-content section > header > .heading, .mathbook-content .section-like > .heading, .mathbook-content .section-like > header > .heading {
214
font-family: "PT Serif", "Times New Roman", Times, serif;
215
font-weight: 700;
216
color: inherit;
217
}
218
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
219
.mathbook-content section > .heading:before, .mathbook-content section > header > .heading:before, .mathbook-content .section-like > .heading:before, .mathbook-content .section-like > header > .heading:before {
220
display: none;
221
}
222
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
223
.mathbook-content section > .heading:after, .mathbook-content section > header > .heading:after, .mathbook-content .section-like > .heading:after, .mathbook-content .section-like > header > .heading:after {
224
content: " ";
225
}
226
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
227
.mathbook-content section > .heading .type:before, .mathbook-content section > header > .heading .type:before, .mathbook-content .section-like > .heading .type:before, .mathbook-content .section-like > header > .heading .type:before {
228
display: none;
229
}
230
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
231
.mathbook-content section > .heading .type:after, .mathbook-content section > header > .heading .type:after, .mathbook-content .section-like > .heading .type:after, .mathbook-content .section-like > header > .heading .type:after {
232
content: " ";
233
}
234
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
235
.mathbook-content section > .heading .codenumber:not(:empty):before, .mathbook-content section > header > .heading .codenumber:not(:empty):before, .mathbook-content .section-like > .heading .codenumber:not(:empty):before, .mathbook-content .section-like > header > .heading .codenumber:not(:empty):before {
236
display: none;
237
}
238
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
239
.mathbook-content section > .heading .codenumber:not(:empty):after, .mathbook-content section > header > .heading .codenumber:not(:empty):after, .mathbook-content .section-like > .heading .codenumber:not(:empty):after, .mathbook-content .section-like > header > .heading .codenumber:not(:empty):after {
240
content: "\2002";
241
}
242
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
243
.mathbook-content section > .heading .title:before, .mathbook-content section > header > .heading .title:before, .mathbook-content .section-like > .heading .title:before, .mathbook-content .section-like > header > .heading .title:before {
244
display: none;
245
}
246
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
247
.mathbook-content section > .heading .title:after, .mathbook-content section > header > .heading .title:after, .mathbook-content .section-like > .heading .title:after, .mathbook-content .section-like > header > .heading .title:after {
248
content: " ";
249
}
250
/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
251
.mathbook-content section > .heading .type, .mathbook-content section > .heading .codenumber, .mathbook-content section > .heading .title, .mathbook-content section > header > .heading .type, .mathbook-content section > header > .heading .codenumber, .mathbook-content section > header > .heading .title, .mathbook-content .section-like > .heading .type, .mathbook-content .section-like > .heading .codenumber, .mathbook-content .section-like > .heading .title, .mathbook-content .section-like > header > .heading .type, .mathbook-content .section-like > header > .heading .codenumber, .mathbook-content .section-like > header > .heading .title {
252
/**
253
* Hide the space after the last element,
254
* defer to .heading:after instead XX obsolete comment
255
*/
256
}
257
/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
258
.mathbook-content section > .heading.hide-type .type, .mathbook-content section > header > .heading.hide-type .type, .mathbook-content .section-like > .heading.hide-type .type, .mathbook-content .section-like > header > .heading.hide-type .type {
259
display: none;
260
}
261
/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
262
.mathbook-content section > .heading.hide-codenumber .codenumber, .mathbook-content section > header > .heading.hide-codenumber .codenumber, .mathbook-content .section-like > .heading.hide-codenumber .codenumber, .mathbook-content .section-like > header > .heading.hide-codenumber .codenumber {
263
display: none;
264
}
265
/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
266
.mathbook-content section > .heading.hide-title .title, .mathbook-content section > header > .heading.hide-title .title, .mathbook-content .section-like > .heading.hide-title .title, .mathbook-content .section-like > header > .heading.hide-title .title {
267
display: none;
268
}
269
/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
270
.mathbook-content section > .heading a:link, .mathbook-content section > .heading a:visited, .mathbook-content section > header > .heading a:link, .mathbook-content section > header > .heading a:visited, .mathbook-content .section-like > .heading a:link, .mathbook-content .section-like > .heading a:visited, .mathbook-content .section-like > header > .heading a:link, .mathbook-content .section-like > header > .heading a:visited {
271
color: #bf3520;
272
color: #bf3520;
273
/**
274
* Better underlines using background gradients
275
* See http://bit.ly/1vTg7hr
276
*/
277
/* the better underlines were removed by David Farmer on 2/9/16
278
because of various headaches */
279
}
280
/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
281
.mathbook-content section > .heading a:hover, .mathbook-content section > .heading a:focus, .mathbook-content section > header > .heading a:hover, .mathbook-content section > header > .heading a:focus, .mathbook-content .section-like > .heading a:hover, .mathbook-content .section-like > .heading a:focus, .mathbook-content .section-like > header > .heading a:hover, .mathbook-content .section-like > header > .heading a:focus {
282
color: #932919;
283
/**
284
* Better underlines using background gradients
285
* See http://bit.ly/1vTg7hr
286
*/
287
/* the better underlines were removed by David Farmer on 2/9/16
288
because of various headaches */
289
}
290
/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
291
.mathbook-content section > .heading a:active, .mathbook-content section > header > .heading a:active, .mathbook-content .section-like > .heading a:active, .mathbook-content .section-like > header > .heading a:active {
292
color: #3572a0;
293
/**
294
* Better underlines using background gradients
295
* See http://bit.ly/1vTg7hr
296
*/
297
/* the better underlines were removed by David Farmer on 2/9/16
298
because of various headaches */
299
}
300
/* line 31, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_section.scss */
301
.mathbook-content section > .heading *[knowl], .mathbook-content section > header > .heading *[knowl], .mathbook-content .section-like > .heading *[knowl], .mathbook-content .section-like > header > .heading *[knowl] {
302
/* not used? */
303
margin-left: -3px;
304
}
305
/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
306
.mathbook-content section > .heading *[knowl], .mathbook-content section > .heading *[knowl]:hover, .mathbook-content section > .heading *[knowl].active, .mathbook-content section > header > .heading *[knowl], .mathbook-content section > header > .heading *[knowl]:hover, .mathbook-content section > header > .heading *[knowl].active, .mathbook-content .section-like > .heading *[knowl], .mathbook-content .section-like > .heading *[knowl]:hover, .mathbook-content .section-like > .heading *[knowl].active, .mathbook-content .section-like > header > .heading *[knowl], .mathbook-content .section-like > header > .heading *[knowl]:hover, .mathbook-content .section-like > header > .heading *[knowl].active {
307
position: relative;
308
color: #9c2310;
309
background: transparent;
310
padding: 0px 2px 0px 2px;
311
margin: 0;
312
text-decoration: none;
313
/* add a bottom margin so the line
314
* doesn't jump onHover.
315
*/
316
/*margin-bottom: 1px;*/
317
/*border-bottom: 1px dotted $color;*/
318
margin-bottom: 0;
319
border-bottom: none;
320
font-weight: 500;
321
white-space: nowrap;
322
-moz-border-radius-topleft: 3px;
323
-webkit-border-top-left-radius: 3px;
324
border-top-left-radius: 3px;
325
-moz-border-radius-topright: 3px;
326
-webkit-border-top-right-radius: 3px;
327
border-top-right-radius: 3px;
328
/* Prevent accidental text selection on click */
329
-webkit-user-select: none;
330
-moz-user-select: none;
331
user-select: none;
332
-webkit-transition-property: background-color;
333
-moz-transition-property: background-color;
334
-o-transition-property: background-color;
335
transition-property: background-color;
336
-webkit-transition-duration: 0ms;
337
-moz-transition-duration: 0ms;
338
-o-transition-duration: 0ms;
339
transition-duration: 0ms;
340
/**
341
* This gets us an underline that's a bit tighter with the baseline
342
* instead of awkwardly floating below like a border on the parent
343
*/
344
}
345
/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
346
.mathbook-content section > .heading *[knowl]:after, .mathbook-content section > .heading *[knowl]:hover:after, .mathbook-content section > .heading *[knowl].active:after, .mathbook-content section > header > .heading *[knowl]:after, .mathbook-content section > header > .heading *[knowl]:hover:after, .mathbook-content section > header > .heading *[knowl].active:after, .mathbook-content .section-like > .heading *[knowl]:after, .mathbook-content .section-like > .heading *[knowl]:hover:after, .mathbook-content .section-like > .heading *[knowl].active:after, .mathbook-content .section-like > header > .heading *[knowl]:after, .mathbook-content .section-like > header > .heading *[knowl]:hover:after, .mathbook-content .section-like > header > .heading *[knowl].active:after {
347
content: "";
348
position: absolute;
349
top: 0;
350
bottom: 1px;
351
right: 2.4px;
352
left: 2.4px;
353
/* Smooth out the transition from underline to border */
354
-webkit-transition-property: left, right;
355
-moz-transition-property: left, right;
356
-o-transition-property: left, right;
357
transition-property: left, right;
358
-webkit-transition-duration: 0ms;
359
-moz-transition-duration: 0ms;
360
-o-transition-duration: 0ms;
361
transition-duration: 0ms;
362
border-bottom: 1px dotted #9c2310;
363
/*@include typography-underline(*/
364
/*$color,*/
365
/*$underline-style: dotted,*/
366
/*$underline-size: .1,*/
367
/*$underline-offset: $underline-offset);*/
368
/* Display under parent content, but above parent background */
369
z-index: 0;
370
}
371
/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
372
.mathbook-content section > .heading *[knowl]:hover, .mathbook-content section > .heading *[knowl]:active, .mathbook-content section > .heading *[knowl].active, .mathbook-content section > header > .heading *[knowl]:hover, .mathbook-content section > header > .heading *[knowl]:active, .mathbook-content section > header > .heading *[knowl].active, .mathbook-content .section-like > .heading *[knowl]:hover, .mathbook-content .section-like > .heading *[knowl]:active, .mathbook-content .section-like > .heading *[knowl].active, .mathbook-content .section-like > header > .heading *[knowl]:hover, .mathbook-content .section-like > header > .heading *[knowl]:active, .mathbook-content .section-like > header > .heading *[knowl].active {
373
color: #8a1200;
374
background: #ffedeb;
375
text-decoration: none;
376
/* See comment on default style's border/margin */
377
margin-bottom: 0;
378
/*border-bottom:2px solid darken($border-color, 15%);*/
379
/*border-bottom: none;*/
380
}
381
/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
382
.mathbook-content section > .heading *[knowl]:hover:after, .mathbook-content section > .heading *[knowl]:active:after, .mathbook-content section > .heading *[knowl].active:after, .mathbook-content section > header > .heading *[knowl]:hover:after, .mathbook-content section > header > .heading *[knowl]:active:after, .mathbook-content section > header > .heading *[knowl].active:after, .mathbook-content .section-like > .heading *[knowl]:hover:after, .mathbook-content .section-like > .heading *[knowl]:active:after, .mathbook-content .section-like > .heading *[knowl].active:after, .mathbook-content .section-like > header > .heading *[knowl]:hover:after, .mathbook-content .section-like > header > .heading *[knowl]:active:after, .mathbook-content .section-like > header > .heading *[knowl].active:after {
383
border-bottom: 2px solid #ff998a;
384
left: 0;
385
right: 0;
386
bottom: 0;
387
/*@include typography-underline(*/
388
/*darken($border-color, 32.5%),*/
389
/*$underline-size: .1,*/
390
/*$underline-offset: $underline-offset);*/
391
}
392
/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
393
.mathbook-content section > .heading *[knowl]:active, .mathbook-content section > header > .heading *[knowl]:active, .mathbook-content .section-like > .heading *[knowl]:active, .mathbook-content .section-like > header > .heading *[knowl]:active {
394
color: #3572a0;
395
background: #d6edff;
396
}
397
/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
398
.mathbook-content section > .heading *[knowl]:active:after, .mathbook-content section > header > .heading *[knowl]:active:after, .mathbook-content .section-like > .heading *[knowl]:active:after, .mathbook-content .section-like > header > .heading *[knowl]:active:after {
399
border-color: #3572a0;
400
}
401
/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
402
.mathbook-content section > .heading *[knowl].active, .mathbook-content section > header > .heading *[knowl].active, .mathbook-content .section-like > .heading *[knowl].active, .mathbook-content .section-like > header > .heading *[knowl].active {
403
background: #ffdcd6;
404
}
405
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
406
.mathbook-content section > .heading, .mathbook-content section > header > .heading, .mathbook-content .section-like > .heading, .mathbook-content .section-like > header > .heading {
407
font-size: 1.75em;
408
line-height: 1.42857em;
409
margin-top: 0.71429em;
410
margin-bottom: 0.35714em;
411
}
412
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
413
.mathbook-content section section > .heading, .mathbook-content section section > header > .heading, .mathbook-content section .section-like > .heading, .mathbook-content section .section-like > header > .heading, .mathbook-content .section-like section > .heading, .mathbook-content .section-like section > header > .heading, .mathbook-content .section-like .section-like > .heading, .mathbook-content .section-like .section-like > header > .heading {
414
font-size: 1.5em;
415
line-height: 1.25em;
416
margin-top: 0.83333em;
417
margin-bottom: 0.41667em;
418
}
419
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
420
.mathbook-content section section section > .heading, .mathbook-content section section section > header > .heading, .mathbook-content section section .section-like > .heading, .mathbook-content section section .section-like > header > .heading, .mathbook-content section .section-like section > .heading, .mathbook-content section .section-like section > header > .heading, .mathbook-content section .section-like .section-like > .heading, .mathbook-content section .section-like .section-like > header > .heading, .mathbook-content .section-like section section > .heading, .mathbook-content .section-like section section > header > .heading, .mathbook-content .section-like section .section-like > .heading, .mathbook-content .section-like section .section-like > header > .heading, .mathbook-content .section-like .section-like section > .heading, .mathbook-content .section-like .section-like section > header > .heading, .mathbook-content .section-like .section-like .section-like > .heading, .mathbook-content .section-like .section-like .section-like > header > .heading {
421
font-size: 1.3125em;
422
line-height: 1.42857em;
423
margin-top: 0.95238em;
424
margin-bottom: 0.47619em;
425
}
426
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
427
.mathbook-content section section section section > .heading, .mathbook-content section section section section > header > .heading, .mathbook-content section section section .section-like > .heading, .mathbook-content section section section .section-like > header > .heading, .mathbook-content section section .section-like section > .heading, .mathbook-content section section .section-like section > header > .heading, .mathbook-content section section .section-like .section-like > .heading, .mathbook-content section section .section-like .section-like > header > .heading, .mathbook-content section .section-like section section > .heading, .mathbook-content section .section-like section section > header > .heading, .mathbook-content section .section-like section .section-like > .heading, .mathbook-content section .section-like section .section-like > header > .heading, .mathbook-content section .section-like .section-like section > .heading, .mathbook-content section .section-like .section-like section > header > .heading, .mathbook-content section .section-like .section-like .section-like > .heading, .mathbook-content section .section-like .section-like .section-like > header > .heading, .mathbook-content .section-like section section section > .heading, .mathbook-content .section-like section section section > header > .heading, .mathbook-content .section-like section section .section-like > .heading, .mathbook-content .section-like section section .section-like > header > .heading, .mathbook-content .section-like section .section-like section > .heading, .mathbook-content .section-like section .section-like section > header > .heading, .mathbook-content .section-like section .section-like .section-like > .heading, .mathbook-content .section-like section .section-like .section-like > header > .heading, .mathbook-content .section-like .section-like section section > .heading, .mathbook-content .section-like .section-like section section > header > .heading, .mathbook-content .section-like .section-like section .section-like > .heading, .mathbook-content .section-like .section-like section .section-like > header > .heading, .mathbook-content .section-like .section-like .section-like section > .heading, .mathbook-content .section-like .section-like .section-like section > header > .heading, .mathbook-content .section-like .section-like .section-like .section-like > .heading, .mathbook-content .section-like .section-like .section-like .section-like > header > .heading {
428
font-size: 1.125em;
429
line-height: 1.66667em;
430
margin-top: 1.11111em;
431
margin-bottom: 0.55556em;
432
}
433
/* line 38, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
434
.mathbook-content .chapter {
435
/**
436
* In LaTeX, Chapter headings are broken onto two lines... so here we go...
437
*/
438
/**
439
* Chapter heading in the <header> format
440
* This format supports a byline for anthology textbooks
441
* and journals with different chapter authors.
442
*
443
* The main difference is that the margin is applied to the header
444
* element instead of the heading element.
445
*/
446
}
447
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
448
.mathbook-content .chapter > .heading, .mathbook-content .chapter > header > .heading {
449
/*
450
* We use font-size-base so that ems are relative to base font size
451
* within this context
452
*/
453
font-size: 16px;
454
margin-bottom: 1.25em;
455
}
456
/* line 54, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
457
.mathbook-content .chapter > .heading .type, .mathbook-content .chapter > .heading .codenumber, .mathbook-content .chapter > header > .heading .type, .mathbook-content .chapter > header > .heading .codenumber {
458
/* Chapter type prefix is smaller (as in LaTeX) */
459
font-size: 1.5em;
460
line-height: 1.25em;
461
margin-top: 0.83333em;
462
margin-bottom: 0.41667em;
463
}
464
/* line 59, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
465
.mathbook-content .chapter > .heading .title, .mathbook-content .chapter > header > .heading .title {
466
display: block;
467
font-size: 1.75em;
468
line-height: 1.42857em;
469
margin-top: 0.71429em;
470
margin-bottom: 0.35714em;
471
/* Force a half-line leader */
472
margin-top: 0.35714em;
473
}
474
/* line 78, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
475
.mathbook-content .chapter > header {
476
font-size: 16px;
477
margin-bottom: 1.25em;
478
}
479
/* line 84, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
480
.mathbook-content .chapter > header > .heading .title, .mathbook-content .chapter > header > header > .heading .title {
481
display: block;
482
/* The margin goes on the header element instead */
483
margin-bottom: 0;
484
}
485
/* line 91, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
486
.mathbook-content .chapter > header .byline {
487
font-size: inherit;
488
margin: 0;
489
margin-top: 0.625em;
490
color: #999999;
491
}
492
/* line 96, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
493
.mathbook-content .chapter > header .byline:before {
494
content: "By ";
495
}
496
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
497
.mathbook-content .frontmatter > .heading, .mathbook-content .frontmatter > header > .heading, .mathbook-content .book > .heading, .mathbook-content .book > header > .heading {
498
text-align: center;
499
font-size: 2em;
500
line-height: 1.25em;
501
margin-top: 0.625em;
502
margin-bottom: 0.3125em;
503
margin-bottom: 0.625em;
504
}
505
/* line 111, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
506
.mathbook-content .frontmatter > .heading .subtitle, .mathbook-content .frontmatter > header > .heading .subtitle, .mathbook-content .book > .heading .subtitle, .mathbook-content .book > header > .heading .subtitle {
507
display: block;
508
font-weight: normal;
509
/* Much classier */
510
color: #666666;
511
font-size: 0.875em;
512
line-height: 1.42857em;
513
margin-top: 0.35714em;
514
}
515
/* line 122, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
516
.mathbook-content .frontmatter .header, .mathbook-content .book .header {
517
margin-bottom: 2.5em;
518
}
519
/* line 126, ../../../../../MathBook/mathbook-assets/scss/content/partials/_sections.scss */
520
.mathbook-content .frontmatter .contributors, .mathbook-content .book .contributors {
521
text-align: center;
522
font-style: normal;
523
color: #333333;
524
}
525
/* line 14, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
526
.mathbook-content .definition-like, .mathbook-content .theorem-like, .mathbook-content .remark-like, .mathbook-content .example-like, .mathbook-content .exercise-like, .mathbook-content .aside-like {
527
margin-bottom: 1.25em;
528
}
529
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
530
.mathbook-content .definition-like > .heading, .mathbook-content .theorem-like > .heading, .mathbook-content .remark-like > .heading, .mathbook-content .example-like > .heading, .mathbook-content .exercise-like > .heading, .mathbook-content .aside-like > .heading, .mathbook-content .definition-like > header > .heading, .mathbook-content .theorem-like > header > .heading, .mathbook-content .remark-like > header > .heading, .mathbook-content .example-like > header > .heading, .mathbook-content .exercise-like > header > .heading, .mathbook-content .aside-like > header > .heading {
531
font-size: 1.125em;
532
line-height: 1.66667em;
533
margin-top: 1.11111em;
534
margin-bottom: 0.55556em;
535
/* Support links in headings */
536
/* Support knowl links in headings */
537
}
538
/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
539
.mathbook-content .definition-like > .heading, .mathbook-content .theorem-like > .heading, .mathbook-content .remark-like > .heading, .mathbook-content .example-like > .heading, .mathbook-content .exercise-like > .heading, .mathbook-content .aside-like > .heading, .mathbook-content .definition-like > header > .heading, .mathbook-content .theorem-like > header > .heading, .mathbook-content .remark-like > header > .heading, .mathbook-content .example-like > header > .heading, .mathbook-content .exercise-like > header > .heading, .mathbook-content .aside-like > header > .heading {
540
font-family: "PT Serif", "Times New Roman", Times, serif;
541
font-weight: 700;
542
color: inherit;
543
}
544
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
545
.mathbook-content .definition-like > .heading:before, .mathbook-content .theorem-like > .heading:before, .mathbook-content .remark-like > .heading:before, .mathbook-content .example-like > .heading:before, .mathbook-content .exercise-like > .heading:before, .mathbook-content .aside-like > .heading:before, .mathbook-content .definition-like > header > .heading:before, .mathbook-content .theorem-like > header > .heading:before, .mathbook-content .remark-like > header > .heading:before, .mathbook-content .example-like > header > .heading:before, .mathbook-content .exercise-like > header > .heading:before, .mathbook-content .aside-like > header > .heading:before {
546
display: none;
547
}
548
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
549
.mathbook-content .definition-like > .heading:after, .mathbook-content .theorem-like > .heading:after, .mathbook-content .remark-like > .heading:after, .mathbook-content .example-like > .heading:after, .mathbook-content .exercise-like > .heading:after, .mathbook-content .aside-like > .heading:after, .mathbook-content .definition-like > header > .heading:after, .mathbook-content .theorem-like > header > .heading:after, .mathbook-content .remark-like > header > .heading:after, .mathbook-content .example-like > header > .heading:after, .mathbook-content .exercise-like > header > .heading:after, .mathbook-content .aside-like > header > .heading:after {
550
content: "";
551
}
552
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
553
.mathbook-content .definition-like > .heading .type:before, .mathbook-content .theorem-like > .heading .type:before, .mathbook-content .remark-like > .heading .type:before, .mathbook-content .example-like > .heading .type:before, .mathbook-content .exercise-like > .heading .type:before, .mathbook-content .aside-like > .heading .type:before, .mathbook-content .definition-like > header > .heading .type:before, .mathbook-content .theorem-like > header > .heading .type:before, .mathbook-content .remark-like > header > .heading .type:before, .mathbook-content .example-like > header > .heading .type:before, .mathbook-content .exercise-like > header > .heading .type:before, .mathbook-content .aside-like > header > .heading .type:before {
554
display: none;
555
}
556
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
557
.mathbook-content .definition-like > .heading .type:after, .mathbook-content .theorem-like > .heading .type:after, .mathbook-content .remark-like > .heading .type:after, .mathbook-content .example-like > .heading .type:after, .mathbook-content .exercise-like > .heading .type:after, .mathbook-content .aside-like > .heading .type:after, .mathbook-content .definition-like > header > .heading .type:after, .mathbook-content .theorem-like > header > .heading .type:after, .mathbook-content .remark-like > header > .heading .type:after, .mathbook-content .example-like > header > .heading .type:after, .mathbook-content .exercise-like > header > .heading .type:after, .mathbook-content .aside-like > header > .heading .type:after {
558
content: " ";
559
}
560
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
561
.mathbook-content .definition-like > .heading .codenumber:not(:empty):before, .mathbook-content .theorem-like > .heading .codenumber:not(:empty):before, .mathbook-content .remark-like > .heading .codenumber:not(:empty):before, .mathbook-content .example-like > .heading .codenumber:not(:empty):before, .mathbook-content .exercise-like > .heading .codenumber:not(:empty):before, .mathbook-content .aside-like > .heading .codenumber:not(:empty):before, .mathbook-content .definition-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .theorem-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .remark-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .example-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .exercise-like > header > .heading .codenumber:not(:empty):before, .mathbook-content .aside-like > header > .heading .codenumber:not(:empty):before {
562
display: none;
563
}
564
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
565
.mathbook-content .definition-like > .heading .codenumber:not(:empty):after, .mathbook-content .theorem-like > .heading .codenumber:not(:empty):after, .mathbook-content .remark-like > .heading .codenumber:not(:empty):after, .mathbook-content .example-like > .heading .codenumber:not(:empty):after, .mathbook-content .exercise-like > .heading .codenumber:not(:empty):after, .mathbook-content .aside-like > .heading .codenumber:not(:empty):after, .mathbook-content .definition-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .theorem-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .remark-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .example-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .exercise-like > header > .heading .codenumber:not(:empty):after, .mathbook-content .aside-like > header > .heading .codenumber:not(:empty):after {
566
content: "\2002";
567
}
568
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
569
.mathbook-content .definition-like > .heading .title:before, .mathbook-content .theorem-like > .heading .title:before, .mathbook-content .remark-like > .heading .title:before, .mathbook-content .example-like > .heading .title:before, .mathbook-content .exercise-like > .heading .title:before, .mathbook-content .aside-like > .heading .title:before, .mathbook-content .definition-like > header > .heading .title:before, .mathbook-content .theorem-like > header > .heading .title:before, .mathbook-content .remark-like > header > .heading .title:before, .mathbook-content .example-like > header > .heading .title:before, .mathbook-content .exercise-like > header > .heading .title:before, .mathbook-content .aside-like > header > .heading .title:before {
570
display: none;
571
}
572
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
573
.mathbook-content .definition-like > .heading .title:after, .mathbook-content .theorem-like > .heading .title:after, .mathbook-content .remark-like > .heading .title:after, .mathbook-content .example-like > .heading .title:after, .mathbook-content .exercise-like > .heading .title:after, .mathbook-content .aside-like > .heading .title:after, .mathbook-content .definition-like > header > .heading .title:after, .mathbook-content .theorem-like > header > .heading .title:after, .mathbook-content .remark-like > header > .heading .title:after, .mathbook-content .example-like > header > .heading .title:after, .mathbook-content .exercise-like > header > .heading .title:after, .mathbook-content .aside-like > header > .heading .title:after {
574
content: " ";
575
}
576
/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
577
.mathbook-content .definition-like > .heading .type, .mathbook-content .theorem-like > .heading .type, .mathbook-content .remark-like > .heading .type, .mathbook-content .example-like > .heading .type, .mathbook-content .exercise-like > .heading .type, .mathbook-content .aside-like > .heading .type, .mathbook-content .definition-like > .heading .codenumber, .mathbook-content .theorem-like > .heading .codenumber, .mathbook-content .remark-like > .heading .codenumber, .mathbook-content .example-like > .heading .codenumber, .mathbook-content .exercise-like > .heading .codenumber, .mathbook-content .aside-like > .heading .codenumber, .mathbook-content .definition-like > .heading .title, .mathbook-content .theorem-like > .heading .title, .mathbook-content .remark-like > .heading .title, .mathbook-content .example-like > .heading .title, .mathbook-content .exercise-like > .heading .title, .mathbook-content .aside-like > .heading .title, .mathbook-content .definition-like > header > .heading .type, .mathbook-content .theorem-like > header > .heading .type, .mathbook-content .remark-like > header > .heading .type, .mathbook-content .example-like > header > .heading .type, .mathbook-content .exercise-like > header > .heading .type, .mathbook-content .aside-like > header > .heading .type, .mathbook-content .definition-like > header > .heading .codenumber, .mathbook-content .theorem-like > header > .heading .codenumber, .mathbook-content .remark-like > header > .heading .codenumber, .mathbook-content .example-like > header > .heading .codenumber, .mathbook-content .exercise-like > header > .heading .codenumber, .mathbook-content .aside-like > header > .heading .codenumber, .mathbook-content .definition-like > header > .heading .title, .mathbook-content .theorem-like > header > .heading .title, .mathbook-content .remark-like > header > .heading .title, .mathbook-content .example-like > header > .heading .title, .mathbook-content .exercise-like > header > .heading .title, .mathbook-content .aside-like > header > .heading .title {
578
/**
579
* Hide the space after the last element,
580
* defer to .heading:after instead XX obsolete comment
581
*/
582
}
583
/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
584
.mathbook-content .definition-like > .heading.hide-type .type, .mathbook-content .theorem-like > .heading.hide-type .type, .mathbook-content .remark-like > .heading.hide-type .type, .mathbook-content .example-like > .heading.hide-type .type, .mathbook-content .exercise-like > .heading.hide-type .type, .mathbook-content .aside-like > .heading.hide-type .type, .mathbook-content .definition-like > header > .heading.hide-type .type, .mathbook-content .theorem-like > header > .heading.hide-type .type, .mathbook-content .remark-like > header > .heading.hide-type .type, .mathbook-content .example-like > header > .heading.hide-type .type, .mathbook-content .exercise-like > header > .heading.hide-type .type, .mathbook-content .aside-like > header > .heading.hide-type .type {
585
display: none;
586
}
587
/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
588
.mathbook-content .definition-like > .heading.hide-codenumber .codenumber, .mathbook-content .theorem-like > .heading.hide-codenumber .codenumber, .mathbook-content .remark-like > .heading.hide-codenumber .codenumber, .mathbook-content .example-like > .heading.hide-codenumber .codenumber, .mathbook-content .exercise-like > .heading.hide-codenumber .codenumber, .mathbook-content .aside-like > .heading.hide-codenumber .codenumber, .mathbook-content .definition-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .theorem-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .remark-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .example-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .exercise-like > header > .heading.hide-codenumber .codenumber, .mathbook-content .aside-like > header > .heading.hide-codenumber .codenumber {
589
display: none;
590
}
591
/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
592
.mathbook-content .definition-like > .heading.hide-title .title, .mathbook-content .theorem-like > .heading.hide-title .title, .mathbook-content .remark-like > .heading.hide-title .title, .mathbook-content .example-like > .heading.hide-title .title, .mathbook-content .exercise-like > .heading.hide-title .title, .mathbook-content .aside-like > .heading.hide-title .title, .mathbook-content .definition-like > header > .heading.hide-title .title, .mathbook-content .theorem-like > header > .heading.hide-title .title, .mathbook-content .remark-like > header > .heading.hide-title .title, .mathbook-content .example-like > header > .heading.hide-title .title, .mathbook-content .exercise-like > header > .heading.hide-title .title, .mathbook-content .aside-like > header > .heading.hide-title .title {
593
display: none;
594
}
595
/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
596
.mathbook-content .definition-like > .heading a:link, .mathbook-content .theorem-like > .heading a:link, .mathbook-content .remark-like > .heading a:link, .mathbook-content .example-like > .heading a:link, .mathbook-content .exercise-like > .heading a:link, .mathbook-content .aside-like > .heading a:link, .mathbook-content .definition-like > .heading a:visited, .mathbook-content .theorem-like > .heading a:visited, .mathbook-content .remark-like > .heading a:visited, .mathbook-content .example-like > .heading a:visited, .mathbook-content .exercise-like > .heading a:visited, .mathbook-content .aside-like > .heading a:visited, .mathbook-content .definition-like > header > .heading a:link, .mathbook-content .theorem-like > header > .heading a:link, .mathbook-content .remark-like > header > .heading a:link, .mathbook-content .example-like > header > .heading a:link, .mathbook-content .exercise-like > header > .heading a:link, .mathbook-content .aside-like > header > .heading a:link, .mathbook-content .definition-like > header > .heading a:visited, .mathbook-content .theorem-like > header > .heading a:visited, .mathbook-content .remark-like > header > .heading a:visited, .mathbook-content .example-like > header > .heading a:visited, .mathbook-content .exercise-like > header > .heading a:visited, .mathbook-content .aside-like > header > .heading a:visited {
597
color: #bf3520;
598
color: #bf3520;
599
/**
600
* Better underlines using background gradients
601
* See http://bit.ly/1vTg7hr
602
*/
603
/* the better underlines were removed by David Farmer on 2/9/16
604
because of various headaches */
605
}
606
/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
607
.mathbook-content .definition-like > .heading a:hover, .mathbook-content .theorem-like > .heading a:hover, .mathbook-content .remark-like > .heading a:hover, .mathbook-content .example-like > .heading a:hover, .mathbook-content .exercise-like > .heading a:hover, .mathbook-content .aside-like > .heading a:hover, .mathbook-content .definition-like > .heading a:focus, .mathbook-content .theorem-like > .heading a:focus, .mathbook-content .remark-like > .heading a:focus, .mathbook-content .example-like > .heading a:focus, .mathbook-content .exercise-like > .heading a:focus, .mathbook-content .aside-like > .heading a:focus, .mathbook-content .definition-like > header > .heading a:hover, .mathbook-content .theorem-like > header > .heading a:hover, .mathbook-content .remark-like > header > .heading a:hover, .mathbook-content .example-like > header > .heading a:hover, .mathbook-content .exercise-like > header > .heading a:hover, .mathbook-content .aside-like > header > .heading a:hover, .mathbook-content .definition-like > header > .heading a:focus, .mathbook-content .theorem-like > header > .heading a:focus, .mathbook-content .remark-like > header > .heading a:focus, .mathbook-content .example-like > header > .heading a:focus, .mathbook-content .exercise-like > header > .heading a:focus, .mathbook-content .aside-like > header > .heading a:focus {
608
color: #932919;
609
/**
610
* Better underlines using background gradients
611
* See http://bit.ly/1vTg7hr
612
*/
613
/* the better underlines were removed by David Farmer on 2/9/16
614
because of various headaches */
615
}
616
/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
617
.mathbook-content .definition-like > .heading a:active, .mathbook-content .theorem-like > .heading a:active, .mathbook-content .remark-like > .heading a:active, .mathbook-content .example-like > .heading a:active, .mathbook-content .exercise-like > .heading a:active, .mathbook-content .aside-like > .heading a:active, .mathbook-content .definition-like > header > .heading a:active, .mathbook-content .theorem-like > header > .heading a:active, .mathbook-content .remark-like > header > .heading a:active, .mathbook-content .example-like > header > .heading a:active, .mathbook-content .exercise-like > header > .heading a:active, .mathbook-content .aside-like > header > .heading a:active {
618
color: #3572a0;
619
/**
620
* Better underlines using background gradients
621
* See http://bit.ly/1vTg7hr
622
*/
623
/* the better underlines were removed by David Farmer on 2/9/16
624
because of various headaches */
625
}
626
/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_environment.scss */
627
.mathbook-content .definition-like > .heading *[knowl], .mathbook-content .theorem-like > .heading *[knowl], .mathbook-content .remark-like > .heading *[knowl], .mathbook-content .example-like > .heading *[knowl], .mathbook-content .exercise-like > .heading *[knowl], .mathbook-content .aside-like > .heading *[knowl], .mathbook-content .definition-like > header > .heading *[knowl], .mathbook-content .theorem-like > header > .heading *[knowl], .mathbook-content .remark-like > header > .heading *[knowl], .mathbook-content .example-like > header > .heading *[knowl], .mathbook-content .exercise-like > header > .heading *[knowl], .mathbook-content .aside-like > header > .heading *[knowl] {
628
/* not used? */
629
margin-left: -3px;
630
}
631
/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
632
.mathbook-content .definition-like > .heading *[knowl], .mathbook-content .theorem-like > .heading *[knowl], .mathbook-content .remark-like > .heading *[knowl], .mathbook-content .example-like > .heading *[knowl], .mathbook-content .exercise-like > .heading *[knowl], .mathbook-content .aside-like > .heading *[knowl], .mathbook-content .definition-like > .heading *[knowl]:hover, .mathbook-content .theorem-like > .heading *[knowl]:hover, .mathbook-content .remark-like > .heading *[knowl]:hover, .mathbook-content .example-like > .heading *[knowl]:hover, .mathbook-content .exercise-like > .heading *[knowl]:hover, .mathbook-content .aside-like > .heading *[knowl]:hover, .mathbook-content .definition-like > .heading *[knowl].active, .mathbook-content .theorem-like > .heading *[knowl].active, .mathbook-content .remark-like > .heading *[knowl].active, .mathbook-content .example-like > .heading *[knowl].active, .mathbook-content .exercise-like > .heading *[knowl].active, .mathbook-content .aside-like > .heading *[knowl].active, .mathbook-content .definition-like > header > .heading *[knowl], .mathbook-content .theorem-like > header > .heading *[knowl], .mathbook-content .remark-like > header > .heading *[knowl], .mathbook-content .example-like > header > .heading *[knowl], .mathbook-content .exercise-like > header > .heading *[knowl], .mathbook-content .aside-like > header > .heading *[knowl], .mathbook-content .definition-like > header > .heading *[knowl]:hover, .mathbook-content .theorem-like > header > .heading *[knowl]:hover, .mathbook-content .remark-like > header > .heading *[knowl]:hover, .mathbook-content .example-like > header > .heading *[knowl]:hover, .mathbook-content .exercise-like > header > .heading *[knowl]:hover, .mathbook-content .aside-like > header > .heading *[knowl]:hover, .mathbook-content .definition-like > header > .heading *[knowl].active, .mathbook-content .theorem-like > header > .heading *[knowl].active, .mathbook-content .remark-like > header > .heading *[knowl].active, .mathbook-content .example-like > header > .heading *[knowl].active, .mathbook-content .exercise-like > header > .heading *[knowl].active, .mathbook-content .aside-like > header > .heading *[knowl].active {
633
position: relative;
634
color: #9c2310;
635
background: transparent;
636
padding: 0px 2px 0px 2px;
637
margin: 0;
638
text-decoration: none;
639
/* add a bottom margin so the line
640
* doesn't jump onHover.
641
*/
642
/*margin-bottom: 1px;*/
643
/*border-bottom: 1px dotted $color;*/
644
margin-bottom: 0;
645
border-bottom: none;
646
font-weight: 500;
647
white-space: nowrap;
648
-moz-border-radius-topleft: 3px;
649
-webkit-border-top-left-radius: 3px;
650
border-top-left-radius: 3px;
651
-moz-border-radius-topright: 3px;
652
-webkit-border-top-right-radius: 3px;
653
border-top-right-radius: 3px;
654
/* Prevent accidental text selection on click */
655
-webkit-user-select: none;
656
-moz-user-select: none;
657
user-select: none;
658
-webkit-transition-property: background-color;
659
-moz-transition-property: background-color;
660
-o-transition-property: background-color;
661
transition-property: background-color;
662
-webkit-transition-duration: 0ms;
663
-moz-transition-duration: 0ms;
664
-o-transition-duration: 0ms;
665
transition-duration: 0ms;
666
/**
667
* This gets us an underline that's a bit tighter with the baseline
668
* instead of awkwardly floating below like a border on the parent
669
*/
670
}
671
/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
672
.mathbook-content .definition-like > .heading *[knowl]:after, .mathbook-content .theorem-like > .heading *[knowl]:after, .mathbook-content .remark-like > .heading *[knowl]:after, .mathbook-content .example-like > .heading *[knowl]:after, .mathbook-content .exercise-like > .heading *[knowl]:after, .mathbook-content .aside-like > .heading *[knowl]:after, .mathbook-content .definition-like > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > .heading *[knowl]:hover:after, .mathbook-content .remark-like > .heading *[knowl]:hover:after, .mathbook-content .example-like > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > .heading *[knowl]:hover:after, .mathbook-content .aside-like > .heading *[knowl]:hover:after, .mathbook-content .definition-like > .heading *[knowl].active:after, .mathbook-content .theorem-like > .heading *[knowl].active:after, .mathbook-content .remark-like > .heading *[knowl].active:after, .mathbook-content .example-like > .heading *[knowl].active:after, .mathbook-content .exercise-like > .heading *[knowl].active:after, .mathbook-content .aside-like > .heading *[knowl].active:after, .mathbook-content .definition-like > header > .heading *[knowl]:after, .mathbook-content .theorem-like > header > .heading *[knowl]:after, .mathbook-content .remark-like > header > .heading *[knowl]:after, .mathbook-content .example-like > header > .heading *[knowl]:after, .mathbook-content .exercise-like > header > .heading *[knowl]:after, .mathbook-content .aside-like > header > .heading *[knowl]:after, .mathbook-content .definition-like > header > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > header > .heading *[knowl]:hover:after, .mathbook-content .remark-like > header > .heading *[knowl]:hover:after, .mathbook-content .example-like > header > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > header > .heading *[knowl]:hover:after, .mathbook-content .aside-like > header > .heading *[knowl]:hover:after, .mathbook-content .definition-like > header > .heading *[knowl].active:after, .mathbook-content .theorem-like > header > .heading *[knowl].active:after, .mathbook-content .remark-like > header > .heading *[knowl].active:after, .mathbook-content .example-like > header > .heading *[knowl].active:after, .mathbook-content .exercise-like > header > .heading *[knowl].active:after, .mathbook-content .aside-like > header > .heading *[knowl].active:after {
673
content: "";
674
position: absolute;
675
top: 0;
676
bottom: 1px;
677
right: 2.4px;
678
left: 2.4px;
679
/* Smooth out the transition from underline to border */
680
-webkit-transition-property: left, right;
681
-moz-transition-property: left, right;
682
-o-transition-property: left, right;
683
transition-property: left, right;
684
-webkit-transition-duration: 0ms;
685
-moz-transition-duration: 0ms;
686
-o-transition-duration: 0ms;
687
transition-duration: 0ms;
688
border-bottom: 1px dotted #9c2310;
689
/*@include typography-underline(*/
690
/*$color,*/
691
/*$underline-style: dotted,*/
692
/*$underline-size: .1,*/
693
/*$underline-offset: $underline-offset);*/
694
/* Display under parent content, but above parent background */
695
z-index: 0;
696
}
697
/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
698
.mathbook-content .definition-like > .heading *[knowl]:hover, .mathbook-content .theorem-like > .heading *[knowl]:hover, .mathbook-content .remark-like > .heading *[knowl]:hover, .mathbook-content .example-like > .heading *[knowl]:hover, .mathbook-content .exercise-like > .heading *[knowl]:hover, .mathbook-content .aside-like > .heading *[knowl]:hover, .mathbook-content .definition-like > .heading *[knowl]:active, .mathbook-content .theorem-like > .heading *[knowl]:active, .mathbook-content .remark-like > .heading *[knowl]:active, .mathbook-content .example-like > .heading *[knowl]:active, .mathbook-content .exercise-like > .heading *[knowl]:active, .mathbook-content .aside-like > .heading *[knowl]:active, .mathbook-content .definition-like > .heading *[knowl].active, .mathbook-content .theorem-like > .heading *[knowl].active, .mathbook-content .remark-like > .heading *[knowl].active, .mathbook-content .example-like > .heading *[knowl].active, .mathbook-content .exercise-like > .heading *[knowl].active, .mathbook-content .aside-like > .heading *[knowl].active, .mathbook-content .definition-like > header > .heading *[knowl]:hover, .mathbook-content .theorem-like > header > .heading *[knowl]:hover, .mathbook-content .remark-like > header > .heading *[knowl]:hover, .mathbook-content .example-like > header > .heading *[knowl]:hover, .mathbook-content .exercise-like > header > .heading *[knowl]:hover, .mathbook-content .aside-like > header > .heading *[knowl]:hover, .mathbook-content .definition-like > header > .heading *[knowl]:active, .mathbook-content .theorem-like > header > .heading *[knowl]:active, .mathbook-content .remark-like > header > .heading *[knowl]:active, .mathbook-content .example-like > header > .heading *[knowl]:active, .mathbook-content .exercise-like > header > .heading *[knowl]:active, .mathbook-content .aside-like > header > .heading *[knowl]:active, .mathbook-content .definition-like > header > .heading *[knowl].active, .mathbook-content .theorem-like > header > .heading *[knowl].active, .mathbook-content .remark-like > header > .heading *[knowl].active, .mathbook-content .example-like > header > .heading *[knowl].active, .mathbook-content .exercise-like > header > .heading *[knowl].active, .mathbook-content .aside-like > header > .heading *[knowl].active {
699
color: #8a1200;
700
background: #ffedeb;
701
text-decoration: none;
702
/* See comment on default style's border/margin */
703
margin-bottom: 0;
704
/*border-bottom:2px solid darken($border-color, 15%);*/
705
/*border-bottom: none;*/
706
}
707
/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
708
.mathbook-content .definition-like > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > .heading *[knowl]:hover:after, .mathbook-content .remark-like > .heading *[knowl]:hover:after, .mathbook-content .example-like > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > .heading *[knowl]:hover:after, .mathbook-content .aside-like > .heading *[knowl]:hover:after, .mathbook-content .definition-like > .heading *[knowl]:active:after, .mathbook-content .theorem-like > .heading *[knowl]:active:after, .mathbook-content .remark-like > .heading *[knowl]:active:after, .mathbook-content .example-like > .heading *[knowl]:active:after, .mathbook-content .exercise-like > .heading *[knowl]:active:after, .mathbook-content .aside-like > .heading *[knowl]:active:after, .mathbook-content .definition-like > .heading *[knowl].active:after, .mathbook-content .theorem-like > .heading *[knowl].active:after, .mathbook-content .remark-like > .heading *[knowl].active:after, .mathbook-content .example-like > .heading *[knowl].active:after, .mathbook-content .exercise-like > .heading *[knowl].active:after, .mathbook-content .aside-like > .heading *[knowl].active:after, .mathbook-content .definition-like > header > .heading *[knowl]:hover:after, .mathbook-content .theorem-like > header > .heading *[knowl]:hover:after, .mathbook-content .remark-like > header > .heading *[knowl]:hover:after, .mathbook-content .example-like > header > .heading *[knowl]:hover:after, .mathbook-content .exercise-like > header > .heading *[knowl]:hover:after, .mathbook-content .aside-like > header > .heading *[knowl]:hover:after, .mathbook-content .definition-like > header > .heading *[knowl]:active:after, .mathbook-content .theorem-like > header > .heading *[knowl]:active:after, .mathbook-content .remark-like > header > .heading *[knowl]:active:after, .mathbook-content .example-like > header > .heading *[knowl]:active:after, .mathbook-content .exercise-like > header > .heading *[knowl]:active:after, .mathbook-content .aside-like > header > .heading *[knowl]:active:after, .mathbook-content .definition-like > header > .heading *[knowl].active:after, .mathbook-content .theorem-like > header > .heading *[knowl].active:after, .mathbook-content .remark-like > header > .heading *[knowl].active:after, .mathbook-content .example-like > header > .heading *[knowl].active:after, .mathbook-content .exercise-like > header > .heading *[knowl].active:after, .mathbook-content .aside-like > header > .heading *[knowl].active:after {
709
border-bottom: 2px solid #ff998a;
710
left: 0;
711
right: 0;
712
bottom: 0;
713
/*@include typography-underline(*/
714
/*darken($border-color, 32.5%),*/
715
/*$underline-size: .1,*/
716
/*$underline-offset: $underline-offset);*/
717
}
718
/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
719
.mathbook-content .definition-like > .heading *[knowl]:active, .mathbook-content .theorem-like > .heading *[knowl]:active, .mathbook-content .remark-like > .heading *[knowl]:active, .mathbook-content .example-like > .heading *[knowl]:active, .mathbook-content .exercise-like > .heading *[knowl]:active, .mathbook-content .aside-like > .heading *[knowl]:active, .mathbook-content .definition-like > header > .heading *[knowl]:active, .mathbook-content .theorem-like > header > .heading *[knowl]:active, .mathbook-content .remark-like > header > .heading *[knowl]:active, .mathbook-content .example-like > header > .heading *[knowl]:active, .mathbook-content .exercise-like > header > .heading *[knowl]:active, .mathbook-content .aside-like > header > .heading *[knowl]:active {
720
color: #3572a0;
721
background: #d6edff;
722
}
723
/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
724
.mathbook-content .definition-like > .heading *[knowl]:active:after, .mathbook-content .theorem-like > .heading *[knowl]:active:after, .mathbook-content .remark-like > .heading *[knowl]:active:after, .mathbook-content .example-like > .heading *[knowl]:active:after, .mathbook-content .exercise-like > .heading *[knowl]:active:after, .mathbook-content .aside-like > .heading *[knowl]:active:after, .mathbook-content .definition-like > header > .heading *[knowl]:active:after, .mathbook-content .theorem-like > header > .heading *[knowl]:active:after, .mathbook-content .remark-like > header > .heading *[knowl]:active:after, .mathbook-content .example-like > header > .heading *[knowl]:active:after, .mathbook-content .exercise-like > header > .heading *[knowl]:active:after, .mathbook-content .aside-like > header > .heading *[knowl]:active:after {
725
border-color: #3572a0;
726
}
727
/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
728
.mathbook-content .definition-like > .heading *[knowl].active, .mathbook-content .theorem-like > .heading *[knowl].active, .mathbook-content .remark-like > .heading *[knowl].active, .mathbook-content .example-like > .heading *[knowl].active, .mathbook-content .exercise-like > .heading *[knowl].active, .mathbook-content .aside-like > .heading *[knowl].active, .mathbook-content .definition-like > header > .heading *[knowl].active, .mathbook-content .theorem-like > header > .heading *[knowl].active, .mathbook-content .remark-like > header > .heading *[knowl].active, .mathbook-content .example-like > header > .heading *[knowl].active, .mathbook-content .exercise-like > header > .heading *[knowl].active, .mathbook-content .aside-like > header > .heading *[knowl].active {
729
background: #ffdcd6;
730
}
731
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
732
.mathbook-content .definition-like > .heading, .mathbook-content .theorem-like > .heading, .mathbook-content .remark-like > .heading, .mathbook-content .example-like > .heading, .mathbook-content .exercise-like > .heading, .mathbook-content .aside-like > .heading, .mathbook-content .definition-like > header > .heading, .mathbook-content .theorem-like > header > .heading, .mathbook-content .remark-like > header > .heading, .mathbook-content .example-like > header > .heading, .mathbook-content .exercise-like > header > .heading, .mathbook-content .aside-like > header > .heading {
733
display: inline;
734
}
735
/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
736
.mathbook-content .definition-like > .heading + p, .mathbook-content .theorem-like > .heading + p, .mathbook-content .remark-like > .heading + p, .mathbook-content .example-like > .heading + p, .mathbook-content .exercise-like > .heading + p, .mathbook-content .aside-like > .heading + p, .mathbook-content .definition-like > header > .heading + p, .mathbook-content .theorem-like > header > .heading + p, .mathbook-content .remark-like > header > .heading + p, .mathbook-content .example-like > header > .heading + p, .mathbook-content .exercise-like > header > .heading + p, .mathbook-content .aside-like > header > .heading + p {
737
display: inline;
738
}
739
/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
740
.mathbook-content .definition-like > .heading + p:after, .mathbook-content .theorem-like > .heading + p:after, .mathbook-content .remark-like > .heading + p:after, .mathbook-content .example-like > .heading + p:after, .mathbook-content .exercise-like > .heading + p:after, .mathbook-content .aside-like > .heading + p:after, .mathbook-content .definition-like > header > .heading + p:after, .mathbook-content .theorem-like > header > .heading + p:after, .mathbook-content .remark-like > header > .heading + p:after, .mathbook-content .example-like > header > .heading + p:after, .mathbook-content .exercise-like > header > .heading + p:after, .mathbook-content .aside-like > header > .heading + p:after {
741
/* Restore the inline paragraph's margin */
742
content: "";
743
display: block;
744
margin-bottom: 1.25em;
745
}
746
/* line 25, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
747
.mathbook-content .theorem-like p, .mathbook-content .theorem-like ol, .mathbook-content .theorem-like ul {
748
font-style: italic;
749
}
750
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
751
.mathbook-content .theorem-like .statement {
752
display: inline;
753
}
754
/* line 33, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
755
.mathbook-content .theorem-like .statement p:first-child {
756
display: inline;
757
}
758
/* line 37, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
759
.mathbook-content .theorem-like .statement:last-child, .mathbook-content .theorem-like .statement:last-of-type {
760
margin-bottom: 0;
761
}
762
/* line 43, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
763
.mathbook-content .proof {
764
margin-bottom: 1.25em;
765
}
766
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
767
.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {
768
font-size: 1.125em;
769
line-height: 1.66667em;
770
margin-top: 1.11111em;
771
margin-bottom: 0.55556em;
772
/* Support links in headings */
773
/* Support knowl links in headings */
774
}
775
/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
776
.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {
777
font-family: "PT Serif", "Times New Roman", Times, serif;
778
font-weight: 700;
779
color: inherit;
780
}
781
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
782
.mathbook-content .proof > .heading:before, .mathbook-content .proof > header > .heading:before {
783
display: none;
784
}
785
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
786
.mathbook-content .proof > .heading:after, .mathbook-content .proof > header > .heading:after {
787
content: "";
788
}
789
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
790
.mathbook-content .proof > .heading .type:before, .mathbook-content .proof > header > .heading .type:before {
791
display: none;
792
}
793
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
794
.mathbook-content .proof > .heading .type:after, .mathbook-content .proof > header > .heading .type:after {
795
content: " ";
796
}
797
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
798
.mathbook-content .proof > .heading .codenumber:not(:empty):before, .mathbook-content .proof > header > .heading .codenumber:not(:empty):before {
799
display: none;
800
}
801
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
802
.mathbook-content .proof > .heading .codenumber:not(:empty):after, .mathbook-content .proof > header > .heading .codenumber:not(:empty):after {
803
content: "\2002";
804
}
805
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
806
.mathbook-content .proof > .heading .title:before, .mathbook-content .proof > header > .heading .title:before {
807
display: none;
808
}
809
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
810
.mathbook-content .proof > .heading .title:after, .mathbook-content .proof > header > .heading .title:after {
811
content: " ";
812
}
813
/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
814
.mathbook-content .proof > .heading .type, .mathbook-content .proof > .heading .codenumber, .mathbook-content .proof > .heading .title, .mathbook-content .proof > header > .heading .type, .mathbook-content .proof > header > .heading .codenumber, .mathbook-content .proof > header > .heading .title {
815
/**
816
* Hide the space after the last element,
817
* defer to .heading:after instead XX obsolete comment
818
*/
819
}
820
/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
821
.mathbook-content .proof > .heading.hide-type .type, .mathbook-content .proof > header > .heading.hide-type .type {
822
display: none;
823
}
824
/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
825
.mathbook-content .proof > .heading.hide-codenumber .codenumber, .mathbook-content .proof > header > .heading.hide-codenumber .codenumber {
826
display: none;
827
}
828
/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
829
.mathbook-content .proof > .heading.hide-title .title, .mathbook-content .proof > header > .heading.hide-title .title {
830
display: none;
831
}
832
/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
833
.mathbook-content .proof > .heading a:link, .mathbook-content .proof > .heading a:visited, .mathbook-content .proof > header > .heading a:link, .mathbook-content .proof > header > .heading a:visited {
834
color: #bf3520;
835
color: #bf3520;
836
/**
837
* Better underlines using background gradients
838
* See http://bit.ly/1vTg7hr
839
*/
840
/* the better underlines were removed by David Farmer on 2/9/16
841
because of various headaches */
842
}
843
/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
844
.mathbook-content .proof > .heading a:hover, .mathbook-content .proof > .heading a:focus, .mathbook-content .proof > header > .heading a:hover, .mathbook-content .proof > header > .heading a:focus {
845
color: #932919;
846
/**
847
* Better underlines using background gradients
848
* See http://bit.ly/1vTg7hr
849
*/
850
/* the better underlines were removed by David Farmer on 2/9/16
851
because of various headaches */
852
}
853
/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
854
.mathbook-content .proof > .heading a:active, .mathbook-content .proof > header > .heading a:active {
855
color: #3572a0;
856
/**
857
* Better underlines using background gradients
858
* See http://bit.ly/1vTg7hr
859
*/
860
/* the better underlines were removed by David Farmer on 2/9/16
861
because of various headaches */
862
}
863
/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_environment.scss */
864
.mathbook-content .proof > .heading *[knowl], .mathbook-content .proof > header > .heading *[knowl] {
865
/* not used? */
866
margin-left: -3px;
867
}
868
/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
869
.mathbook-content .proof > .heading *[knowl], .mathbook-content .proof > .heading *[knowl]:hover, .mathbook-content .proof > .heading *[knowl].active, .mathbook-content .proof > header > .heading *[knowl], .mathbook-content .proof > header > .heading *[knowl]:hover, .mathbook-content .proof > header > .heading *[knowl].active {
870
position: relative;
871
color: #9c2310;
872
background: transparent;
873
padding: 0px 2px 0px 2px;
874
margin: 0;
875
text-decoration: none;
876
/* add a bottom margin so the line
877
* doesn't jump onHover.
878
*/
879
/*margin-bottom: 1px;*/
880
/*border-bottom: 1px dotted $color;*/
881
margin-bottom: 0;
882
border-bottom: none;
883
font-weight: 500;
884
white-space: nowrap;
885
-moz-border-radius-topleft: 3px;
886
-webkit-border-top-left-radius: 3px;
887
border-top-left-radius: 3px;
888
-moz-border-radius-topright: 3px;
889
-webkit-border-top-right-radius: 3px;
890
border-top-right-radius: 3px;
891
/* Prevent accidental text selection on click */
892
-webkit-user-select: none;
893
-moz-user-select: none;
894
user-select: none;
895
-webkit-transition-property: background-color;
896
-moz-transition-property: background-color;
897
-o-transition-property: background-color;
898
transition-property: background-color;
899
-webkit-transition-duration: 0ms;
900
-moz-transition-duration: 0ms;
901
-o-transition-duration: 0ms;
902
transition-duration: 0ms;
903
/**
904
* This gets us an underline that's a bit tighter with the baseline
905
* instead of awkwardly floating below like a border on the parent
906
*/
907
}
908
/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
909
.mathbook-content .proof > .heading *[knowl]:after, .mathbook-content .proof > .heading *[knowl]:hover:after, .mathbook-content .proof > .heading *[knowl].active:after, .mathbook-content .proof > header > .heading *[knowl]:after, .mathbook-content .proof > header > .heading *[knowl]:hover:after, .mathbook-content .proof > header > .heading *[knowl].active:after {
910
content: "";
911
position: absolute;
912
top: 0;
913
bottom: 1px;
914
right: 2.4px;
915
left: 2.4px;
916
/* Smooth out the transition from underline to border */
917
-webkit-transition-property: left, right;
918
-moz-transition-property: left, right;
919
-o-transition-property: left, right;
920
transition-property: left, right;
921
-webkit-transition-duration: 0ms;
922
-moz-transition-duration: 0ms;
923
-o-transition-duration: 0ms;
924
transition-duration: 0ms;
925
border-bottom: 1px dotted #9c2310;
926
/*@include typography-underline(*/
927
/*$color,*/
928
/*$underline-style: dotted,*/
929
/*$underline-size: .1,*/
930
/*$underline-offset: $underline-offset);*/
931
/* Display under parent content, but above parent background */
932
z-index: 0;
933
}
934
/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
935
.mathbook-content .proof > .heading *[knowl]:hover, .mathbook-content .proof > .heading *[knowl]:active, .mathbook-content .proof > .heading *[knowl].active, .mathbook-content .proof > header > .heading *[knowl]:hover, .mathbook-content .proof > header > .heading *[knowl]:active, .mathbook-content .proof > header > .heading *[knowl].active {
936
color: #8a1200;
937
background: #ffedeb;
938
text-decoration: none;
939
/* See comment on default style's border/margin */
940
margin-bottom: 0;
941
/*border-bottom:2px solid darken($border-color, 15%);*/
942
/*border-bottom: none;*/
943
}
944
/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
945
.mathbook-content .proof > .heading *[knowl]:hover:after, .mathbook-content .proof > .heading *[knowl]:active:after, .mathbook-content .proof > .heading *[knowl].active:after, .mathbook-content .proof > header > .heading *[knowl]:hover:after, .mathbook-content .proof > header > .heading *[knowl]:active:after, .mathbook-content .proof > header > .heading *[knowl].active:after {
946
border-bottom: 2px solid #ff998a;
947
left: 0;
948
right: 0;
949
bottom: 0;
950
/*@include typography-underline(*/
951
/*darken($border-color, 32.5%),*/
952
/*$underline-size: .1,*/
953
/*$underline-offset: $underline-offset);*/
954
}
955
/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
956
.mathbook-content .proof > .heading *[knowl]:active, .mathbook-content .proof > header > .heading *[knowl]:active {
957
color: #3572a0;
958
background: #d6edff;
959
}
960
/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
961
.mathbook-content .proof > .heading *[knowl]:active:after, .mathbook-content .proof > header > .heading *[knowl]:active:after {
962
border-color: #3572a0;
963
}
964
/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
965
.mathbook-content .proof > .heading *[knowl].active, .mathbook-content .proof > header > .heading *[knowl].active {
966
background: #ffdcd6;
967
}
968
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
969
.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {
970
display: inline;
971
}
972
/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
973
.mathbook-content .proof > .heading + p, .mathbook-content .proof > header > .heading + p {
974
display: inline;
975
}
976
/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
977
.mathbook-content .proof > .heading + p:after, .mathbook-content .proof > header > .heading + p:after {
978
/* Restore the inline paragraph's margin */
979
content: "";
980
display: block;
981
margin-bottom: 1.25em;
982
}
983
/* line 55, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
984
.mathbook-content .proof {
985
position: relative;
986
/* dotted borders are just really ugly... */
987
/*border-right: 1px dotted #aaa;*/
988
/* Less use a light solid one */
989
border-right: 0.1em solid rgba(0, 0, 0, 0.1);
990
/* Cut the border up into the top margin */
991
/* Cut the border into the right margin */
992
padding-right: 0.625em;
993
margin-right: -0.725em;
994
/* Cut the tombstone into the standard margin-bottom */
995
}
996
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
997
.mathbook-content .proof > .heading, .mathbook-content .proof > header > .heading {
998
font-style: italic;
999
font-weight: normal;
1000
/* It helps to have a little bit of extra space after proof */
1001
margin-right: 0.75em;
1002
}
1003
@media screen and (max-width: 1199px) {
1004
/* line 55, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1005
.mathbook-content .proof {
1006
/* Bring border out of the right margin */
1007
margin-right: 0;
1008
}
1009
}
1010
@media screen and (max-width: 640px) {
1011
/* line 55, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1012
.mathbook-content .proof {
1013
/* Remove the border */
1014
padding: 0;
1015
margin-right: 0;
1016
border-right: 0;
1017
padding-top: 0;
1018
/* Make more space for tombstone */
1019
}
1020
}
1021
/* line 103, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1022
.mathbook-content .proof:after {
1023
content: '';
1024
border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);
1025
display: block;
1026
margin-left: auto;
1027
margin-right: -0.625em;
1028
/* so the corner of the L meets */
1029
width: 1.5em;
1030
padding-bottom: 0.25em;
1031
}
1032
/* line 131, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1033
.mathbook-content .hiddenproof {
1034
margin-bottom: 1.25em;
1035
}
1036
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1037
.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {
1038
font-size: 1.125em;
1039
line-height: 1.66667em;
1040
margin-top: 1.11111em;
1041
margin-bottom: 0.55556em;
1042
/* Support links in headings */
1043
/* Support knowl links in headings */
1044
}
1045
/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1046
.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {
1047
font-family: "PT Serif", "Times New Roman", Times, serif;
1048
font-weight: 700;
1049
color: inherit;
1050
}
1051
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1052
.mathbook-content .hiddenproof > .heading:before, .mathbook-content .hiddenproof > header > .heading:before {
1053
display: none;
1054
}
1055
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1056
.mathbook-content .hiddenproof > .heading:after, .mathbook-content .hiddenproof > header > .heading:after {
1057
content: "";
1058
}
1059
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1060
.mathbook-content .hiddenproof > .heading .type:before, .mathbook-content .hiddenproof > header > .heading .type:before {
1061
display: none;
1062
}
1063
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1064
.mathbook-content .hiddenproof > .heading .type:after, .mathbook-content .hiddenproof > header > .heading .type:after {
1065
content: " ";
1066
}
1067
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1068
.mathbook-content .hiddenproof > .heading .codenumber:not(:empty):before, .mathbook-content .hiddenproof > header > .heading .codenumber:not(:empty):before {
1069
display: none;
1070
}
1071
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1072
.mathbook-content .hiddenproof > .heading .codenumber:not(:empty):after, .mathbook-content .hiddenproof > header > .heading .codenumber:not(:empty):after {
1073
content: "\2002";
1074
}
1075
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1076
.mathbook-content .hiddenproof > .heading .title:before, .mathbook-content .hiddenproof > header > .heading .title:before {
1077
display: none;
1078
}
1079
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1080
.mathbook-content .hiddenproof > .heading .title:after, .mathbook-content .hiddenproof > header > .heading .title:after {
1081
content: " ";
1082
}
1083
/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1084
.mathbook-content .hiddenproof > .heading .type, .mathbook-content .hiddenproof > .heading .codenumber, .mathbook-content .hiddenproof > .heading .title, .mathbook-content .hiddenproof > header > .heading .type, .mathbook-content .hiddenproof > header > .heading .codenumber, .mathbook-content .hiddenproof > header > .heading .title {
1085
/**
1086
* Hide the space after the last element,
1087
* defer to .heading:after instead XX obsolete comment
1088
*/
1089
}
1090
/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1091
.mathbook-content .hiddenproof > .heading.hide-type .type, .mathbook-content .hiddenproof > header > .heading.hide-type .type {
1092
display: none;
1093
}
1094
/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1095
.mathbook-content .hiddenproof > .heading.hide-codenumber .codenumber, .mathbook-content .hiddenproof > header > .heading.hide-codenumber .codenumber {
1096
display: none;
1097
}
1098
/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1099
.mathbook-content .hiddenproof > .heading.hide-title .title, .mathbook-content .hiddenproof > header > .heading.hide-title .title {
1100
display: none;
1101
}
1102
/* line 26, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1103
.mathbook-content .hiddenproof > .heading a:link, .mathbook-content .hiddenproof > .heading a:visited, .mathbook-content .hiddenproof > header > .heading a:link, .mathbook-content .hiddenproof > header > .heading a:visited {
1104
color: #bf3520;
1105
color: #bf3520;
1106
/**
1107
* Better underlines using background gradients
1108
* See http://bit.ly/1vTg7hr
1109
*/
1110
/* the better underlines were removed by David Farmer on 2/9/16
1111
because of various headaches */
1112
}
1113
/* line 33, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1114
.mathbook-content .hiddenproof > .heading a:hover, .mathbook-content .hiddenproof > .heading a:focus, .mathbook-content .hiddenproof > header > .heading a:hover, .mathbook-content .hiddenproof > header > .heading a:focus {
1115
color: #932919;
1116
/**
1117
* Better underlines using background gradients
1118
* See http://bit.ly/1vTg7hr
1119
*/
1120
/* the better underlines were removed by David Farmer on 2/9/16
1121
because of various headaches */
1122
}
1123
/* line 40, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1124
.mathbook-content .hiddenproof > .heading a:active, .mathbook-content .hiddenproof > header > .heading a:active {
1125
color: #3572a0;
1126
/**
1127
* Better underlines using background gradients
1128
* See http://bit.ly/1vTg7hr
1129
*/
1130
/* the better underlines were removed by David Farmer on 2/9/16
1131
because of various headaches */
1132
}
1133
/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/mixins/_environment.scss */
1134
.mathbook-content .hiddenproof > .heading *[knowl], .mathbook-content .hiddenproof > header > .heading *[knowl] {
1135
/* not used? */
1136
margin-left: -3px;
1137
}
1138
/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1139
.mathbook-content .hiddenproof > .heading *[knowl], .mathbook-content .hiddenproof > .heading *[knowl]:hover, .mathbook-content .hiddenproof > .heading *[knowl].active, .mathbook-content .hiddenproof > header > .heading *[knowl], .mathbook-content .hiddenproof > header > .heading *[knowl]:hover, .mathbook-content .hiddenproof > header > .heading *[knowl].active {
1140
position: relative;
1141
color: #9c2310;
1142
background: transparent;
1143
padding: 0px 2px 0px 2px;
1144
margin: 0;
1145
text-decoration: none;
1146
/* add a bottom margin so the line
1147
* doesn't jump onHover.
1148
*/
1149
/*margin-bottom: 1px;*/
1150
/*border-bottom: 1px dotted $color;*/
1151
margin-bottom: 0;
1152
border-bottom: none;
1153
font-weight: 500;
1154
white-space: nowrap;
1155
-moz-border-radius-topleft: 3px;
1156
-webkit-border-top-left-radius: 3px;
1157
border-top-left-radius: 3px;
1158
-moz-border-radius-topright: 3px;
1159
-webkit-border-top-right-radius: 3px;
1160
border-top-right-radius: 3px;
1161
/* Prevent accidental text selection on click */
1162
-webkit-user-select: none;
1163
-moz-user-select: none;
1164
user-select: none;
1165
-webkit-transition-property: background-color;
1166
-moz-transition-property: background-color;
1167
-o-transition-property: background-color;
1168
transition-property: background-color;
1169
-webkit-transition-duration: 0ms;
1170
-moz-transition-duration: 0ms;
1171
-o-transition-duration: 0ms;
1172
transition-duration: 0ms;
1173
/**
1174
* This gets us an underline that's a bit tighter with the baseline
1175
* instead of awkwardly floating below like a border on the parent
1176
*/
1177
}
1178
/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1179
.mathbook-content .hiddenproof > .heading *[knowl]:after, .mathbook-content .hiddenproof > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > .heading *[knowl].active:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > header > .heading *[knowl].active:after {
1180
content: "";
1181
position: absolute;
1182
top: 0;
1183
bottom: 1px;
1184
right: 2.4px;
1185
left: 2.4px;
1186
/* Smooth out the transition from underline to border */
1187
-webkit-transition-property: left, right;
1188
-moz-transition-property: left, right;
1189
-o-transition-property: left, right;
1190
transition-property: left, right;
1191
-webkit-transition-duration: 0ms;
1192
-moz-transition-duration: 0ms;
1193
-o-transition-duration: 0ms;
1194
transition-duration: 0ms;
1195
border-bottom: 1px dotted #9c2310;
1196
/*@include typography-underline(*/
1197
/*$color,*/
1198
/*$underline-style: dotted,*/
1199
/*$underline-size: .1,*/
1200
/*$underline-offset: $underline-offset);*/
1201
/* Display under parent content, but above parent background */
1202
z-index: 0;
1203
}
1204
/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1205
.mathbook-content .hiddenproof > .heading *[knowl]:hover, .mathbook-content .hiddenproof > .heading *[knowl]:active, .mathbook-content .hiddenproof > .heading *[knowl].active, .mathbook-content .hiddenproof > header > .heading *[knowl]:hover, .mathbook-content .hiddenproof > header > .heading *[knowl]:active, .mathbook-content .hiddenproof > header > .heading *[knowl].active {
1206
color: #8a1200;
1207
background: #ffedeb;
1208
text-decoration: none;
1209
/* See comment on default style's border/margin */
1210
margin-bottom: 0;
1211
/*border-bottom:2px solid darken($border-color, 15%);*/
1212
/*border-bottom: none;*/
1213
}
1214
/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1215
.mathbook-content .hiddenproof > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > .heading *[knowl]:active:after, .mathbook-content .hiddenproof > .heading *[knowl].active:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:hover:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:active:after, .mathbook-content .hiddenproof > header > .heading *[knowl].active:after {
1216
border-bottom: 2px solid #ff998a;
1217
left: 0;
1218
right: 0;
1219
bottom: 0;
1220
/*@include typography-underline(*/
1221
/*darken($border-color, 32.5%),*/
1222
/*$underline-size: .1,*/
1223
/*$underline-offset: $underline-offset);*/
1224
}
1225
/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1226
.mathbook-content .hiddenproof > .heading *[knowl]:active, .mathbook-content .hiddenproof > header > .heading *[knowl]:active {
1227
color: #3572a0;
1228
background: #d6edff;
1229
}
1230
/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1231
.mathbook-content .hiddenproof > .heading *[knowl]:active:after, .mathbook-content .hiddenproof > header > .heading *[knowl]:active:after {
1232
border-color: #3572a0;
1233
}
1234
/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1235
.mathbook-content .hiddenproof > .heading *[knowl].active, .mathbook-content .hiddenproof > header > .heading *[knowl].active {
1236
background: #ffdcd6;
1237
}
1238
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1239
.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {
1240
display: inline;
1241
}
1242
/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1243
.mathbook-content .hiddenproof > .heading + p, .mathbook-content .hiddenproof > header > .heading + p {
1244
display: inline;
1245
}
1246
/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1247
.mathbook-content .hiddenproof > .heading + p:after, .mathbook-content .hiddenproof > header > .heading + p:after {
1248
/* Restore the inline paragraph's margin */
1249
content: "";
1250
display: block;
1251
margin-bottom: 1.25em;
1252
}
1253
/* line 139, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1254
.mathbook-content .hiddenproof {
1255
position: relative;
1256
/* Cut the border up into the top margin */
1257
margin-top: -rhythm(0.5);
1258
padding-top: 0;
1259
margin-bottom: 1.25em;
1260
}
1261
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1262
.mathbook-content .hiddenproof > .heading, .mathbook-content .hiddenproof > header > .heading {
1263
font-style: italic;
1264
font-weight: normal;
1265
/* It helps to have a little bit of extra space after proof */
1266
margin-right: .25em;
1267
}
1268
@media screen and (max-width: 1199px) {
1269
/* line 139, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1270
.mathbook-content .hiddenproof {
1271
/* Bring border out of the right margin */
1272
margin-right: 0;
1273
}
1274
}
1275
@media screen and (max-width: 640px) {
1276
/* line 139, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1277
.mathbook-content .hiddenproof {
1278
/* Remove the border */
1279
padding: 0;
1280
margin-right: 0;
1281
border-right: 0;
1282
padding-top: 0;
1283
}
1284
}
1285
/* line 175, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1286
.mathbook-content .hiddenproof a > .heading {
1287
margin-top: 0px;
1288
margin-bottom: 0px;
1289
}
1290
/* line 194, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1291
.mathbook-content .aside-like {
1292
padding: 8px 15px 10px 15px;
1293
margin: 5px 0px 5px 10px;
1294
background-color: #f5faff;
1295
border: 2px solid #dcebfa;
1296
}
1297
/* line 204, ../../../../../MathBook/mathbook-assets/scss/content/partials/_environments.scss */
1298
.mathbook-content .aside-like .aside-like {
1299
background-color: #fafff5;
1300
border: 1px dotted #aaa;
1301
}
1302
/* line 8, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */
1303
.mathbook-content *[knowl] {
1304
/* not used? */
1305
}
1306
/* line 57, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1307
.mathbook-content *[knowl], .mathbook-content *[knowl]:hover, .mathbook-content *[knowl].active {
1308
position: relative;
1309
color: #9c2310;
1310
background: transparent;
1311
padding: 0px 2px 0px 2px;
1312
margin: 0;
1313
text-decoration: none;
1314
/* add a bottom margin so the line
1315
* doesn't jump onHover.
1316
*/
1317
/*margin-bottom: 1px;*/
1318
/*border-bottom: 1px dotted $color;*/
1319
margin-bottom: 0;
1320
border-bottom: none;
1321
font-weight: 500;
1322
white-space: nowrap;
1323
-moz-border-radius-topleft: 3px;
1324
-webkit-border-top-left-radius: 3px;
1325
border-top-left-radius: 3px;
1326
-moz-border-radius-topright: 3px;
1327
-webkit-border-top-right-radius: 3px;
1328
border-top-right-radius: 3px;
1329
/* Prevent accidental text selection on click */
1330
-webkit-user-select: none;
1331
-moz-user-select: none;
1332
user-select: none;
1333
-webkit-transition-property: background-color;
1334
-moz-transition-property: background-color;
1335
-o-transition-property: background-color;
1336
transition-property: background-color;
1337
-webkit-transition-duration: 0ms;
1338
-moz-transition-duration: 0ms;
1339
-o-transition-duration: 0ms;
1340
transition-duration: 0ms;
1341
/**
1342
* This gets us an underline that's a bit tighter with the baseline
1343
* instead of awkwardly floating below like a border on the parent
1344
*/
1345
}
1346
/* line 89, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1347
.mathbook-content *[knowl]:after, .mathbook-content *[knowl]:hover:after, .mathbook-content *[knowl].active:after {
1348
content: "";
1349
position: absolute;
1350
top: 0;
1351
bottom: 1px;
1352
right: 2.4px;
1353
left: 2.4px;
1354
/* Smooth out the transition from underline to border */
1355
-webkit-transition-property: left, right;
1356
-moz-transition-property: left, right;
1357
-o-transition-property: left, right;
1358
transition-property: left, right;
1359
-webkit-transition-duration: 0ms;
1360
-moz-transition-duration: 0ms;
1361
-o-transition-duration: 0ms;
1362
transition-duration: 0ms;
1363
border-bottom: 1px dotted #9c2310;
1364
/*@include typography-underline(*/
1365
/*$color,*/
1366
/*$underline-style: dotted,*/
1367
/*$underline-size: .1,*/
1368
/*$underline-offset: $underline-offset);*/
1369
/* Display under parent content, but above parent background */
1370
z-index: 0;
1371
}
1372
/* line 112, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1373
.mathbook-content *[knowl]:hover, .mathbook-content *[knowl]:active, .mathbook-content *[knowl].active {
1374
color: #8a1200;
1375
background: #ffedeb;
1376
text-decoration: none;
1377
/* See comment on default style's border/margin */
1378
margin-bottom: 0;
1379
/*border-bottom:2px solid darken($border-color, 15%);*/
1380
/*border-bottom: none;*/
1381
}
1382
/* line 122, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1383
.mathbook-content *[knowl]:hover:after, .mathbook-content *[knowl]:active:after, .mathbook-content *[knowl].active:after {
1384
border-bottom: 2px solid #ff998a;
1385
left: 0;
1386
right: 0;
1387
bottom: 0;
1388
/*@include typography-underline(*/
1389
/*darken($border-color, 32.5%),*/
1390
/*$underline-size: .1,*/
1391
/*$underline-offset: $underline-offset);*/
1392
}
1393
/* line 134, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1394
.mathbook-content *[knowl]:active {
1395
color: #3572a0;
1396
background: #d6edff;
1397
}
1398
/* line 138, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1399
.mathbook-content *[knowl]:active:after {
1400
border-color: #3572a0;
1401
}
1402
/* line 143, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1403
.mathbook-content *[knowl].active {
1404
background: #ffdcd6;
1405
}
1406
/* line 22, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */
1407
.mathbook-content .knowl-output {
1408
/* Since CodeMirror output contains a bunch of lines with their own padding */
1409
}
1410
/* line 157, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1411
.mathbook-content .knowl-output {
1412
border: 12px solid #ffdcd6;
1413
background: #fffbfa;
1414
-webkit-border-radius: 4px;
1415
-moz-border-radius: 4px;
1416
-ms-border-radius: 4px;
1417
-o-border-radius: 4px;
1418
border-radius: 4px;
1419
margin-bottom: 1.25em;
1420
}
1421
/* line 190, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1422
.mathbook-content .knowl-output .knowl-footer {
1423
font-size: x-small;
1424
color: #a31500;
1425
background: #ffdcd6;
1426
bottom: -12px;
1427
padding: 1px 0px 1px 12px;
1428
}
1429
/* line 198, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1430
.mathbook-content .knowl-output .knowl-content {
1431
/* Better to apply a margin, so that heading margins collapse */
1432
padding: 0;
1433
margin: 1.25em;
1434
}
1435
/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1436
.mathbook-content .knowl-output .code {
1437
position: relative;
1438
}
1439
/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */
1440
.mathbook-content .knowl-output .code:after {
1441
position: absolute;
1442
top: 0;
1443
left: 100%;
1444
padding: .5em;
1445
content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";
1446
color: white;
1447
background: red;
1448
opacity: .9;
1449
z-index: 99999;
1450
min-width: 200px;
1451
-webkit-border-radius: 5px;
1452
-moz-border-radius: 5px;
1453
-ms-border-radius: 5px;
1454
-o-border-radius: 5px;
1455
border-radius: 5px;
1456
-moz-border-radius-topleft: 0;
1457
-webkit-border-top-left-radius: 0;
1458
border-top-left-radius: 0;
1459
}
1460
/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1461
.mathbook-content .knowl-output .code-block,
1462
.mathbook-content .knowl-output .CodeMirror,
1463
.mathbook-content .knowl-output .sagecell .CodeMirror {
1464
font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
1465
background: white;
1466
color: inherit;
1467
word-break: break-all;
1468
word-wrap: break-word;
1469
border-style: solid;
1470
border-width: 0.0625em;
1471
padding: 1.1875em;
1472
border-color: #ffc5bd;
1473
-webkit-border-radius: 0.2em;
1474
-moz-border-radius: 0.2em;
1475
-ms-border-radius: 0.2em;
1476
-o-border-radius: 0.2em;
1477
border-radius: 0.2em;
1478
}
1479
/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1480
.mathbook-content .knowl-output .code-block code,
1481
.mathbook-content .knowl-output .CodeMirror code,
1482
.mathbook-content .knowl-output .sagecell .CodeMirror code {
1483
padding: 0;
1484
font-size: inherit;
1485
color: inherit;
1486
white-space: pre-wrap;
1487
background-color: transparent;
1488
-webkit-border-radius: 0;
1489
-moz-border-radius: 0;
1490
-ms-border-radius: 0;
1491
-o-border-radius: 0;
1492
border-radius: 0;
1493
}
1494
/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1495
.mathbook-content .knowl-output .code-inline {
1496
margin: 0 1px;
1497
font-size: 0.9em;
1498
line-height: 1.38889em;
1499
white-space: nowrap;
1500
color: inherit;
1501
background: white;
1502
border: 1px solid #ffc5bd;
1503
padding: 0.0625em 0.25em;
1504
-webkit-border-radius: 0.2em;
1505
-moz-border-radius: 0.2em;
1506
-ms-border-radius: 0.2em;
1507
-o-border-radius: 0.2em;
1508
border-radius: 0.2em;
1509
}
1510
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1511
.mathbook-content .knowl-output .CodeMirror, .mathbook-content .knowl-output .sagecell .CodeMirror {
1512
padding: 0;
1513
}
1514
/* line 33, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */
1515
.mathbook-content .knowl-output .knowl-output {
1516
/* Since CodeMirror output contains a bunch of lines with their own padding */
1517
}
1518
/* line 157, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1519
.mathbook-content .knowl-output .knowl-output {
1520
border: 6px solid #ffc5bd;
1521
background: white;
1522
-webkit-border-radius: 4px;
1523
-moz-border-radius: 4px;
1524
-ms-border-radius: 4px;
1525
-o-border-radius: 4px;
1526
border-radius: 4px;
1527
margin-bottom: 1.25em;
1528
}
1529
/* line 190, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1530
.mathbook-content .knowl-output .knowl-output .knowl-footer {
1531
font-size: x-small;
1532
color: #8a1200;
1533
background: #ffc5bd;
1534
bottom: -6px;
1535
padding: 1px 0px 1px 6px;
1536
}
1537
/* line 198, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1538
.mathbook-content .knowl-output .knowl-output .knowl-content {
1539
/* Better to apply a margin, so that heading margins collapse */
1540
padding: 0;
1541
margin: 1.25em;
1542
}
1543
/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1544
.mathbook-content .knowl-output .knowl-output .code {
1545
position: relative;
1546
}
1547
/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */
1548
.mathbook-content .knowl-output .knowl-output .code:after {
1549
position: absolute;
1550
top: 0;
1551
left: 100%;
1552
padding: .5em;
1553
content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";
1554
color: white;
1555
background: red;
1556
opacity: .9;
1557
z-index: 99999;
1558
min-width: 200px;
1559
-webkit-border-radius: 5px;
1560
-moz-border-radius: 5px;
1561
-ms-border-radius: 5px;
1562
-o-border-radius: 5px;
1563
border-radius: 5px;
1564
-moz-border-radius-topleft: 0;
1565
-webkit-border-top-left-radius: 0;
1566
border-top-left-radius: 0;
1567
}
1568
/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1569
.mathbook-content .knowl-output .knowl-output .code-block,
1570
.mathbook-content .knowl-output .knowl-output .CodeMirror,
1571
.mathbook-content .knowl-output .knowl-output .sagecell .CodeMirror {
1572
font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
1573
background: #fffbfa;
1574
color: inherit;
1575
word-break: break-all;
1576
word-wrap: break-word;
1577
border-style: solid;
1578
border-width: 0.0625em;
1579
padding: 1.1875em;
1580
border-color: #ffafa3;
1581
-webkit-border-radius: 0.2em;
1582
-moz-border-radius: 0.2em;
1583
-ms-border-radius: 0.2em;
1584
-o-border-radius: 0.2em;
1585
border-radius: 0.2em;
1586
}
1587
/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1588
.mathbook-content .knowl-output .knowl-output .code-block code,
1589
.mathbook-content .knowl-output .knowl-output .CodeMirror code,
1590
.mathbook-content .knowl-output .knowl-output .sagecell .CodeMirror code {
1591
padding: 0;
1592
font-size: inherit;
1593
color: inherit;
1594
white-space: pre-wrap;
1595
background-color: transparent;
1596
-webkit-border-radius: 0;
1597
-moz-border-radius: 0;
1598
-ms-border-radius: 0;
1599
-o-border-radius: 0;
1600
border-radius: 0;
1601
}
1602
/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1603
.mathbook-content .knowl-output .knowl-output .code-inline {
1604
margin: 0 1px;
1605
font-size: 0.9em;
1606
line-height: 1.38889em;
1607
white-space: nowrap;
1608
color: inherit;
1609
background: #fffbfa;
1610
border: 1px solid #ffafa3;
1611
padding: 0.0625em 0.25em;
1612
-webkit-border-radius: 0.2em;
1613
-moz-border-radius: 0.2em;
1614
-ms-border-radius: 0.2em;
1615
-o-border-radius: 0.2em;
1616
border-radius: 0.2em;
1617
}
1618
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1619
.mathbook-content .knowl-output .knowl-output .CodeMirror, .mathbook-content .knowl-output .knowl-output .sagecell .CodeMirror {
1620
padding: 0;
1621
}
1622
/* line 49, ../../../../../MathBook/mathbook-assets/scss/content/partials/_knowl.scss */
1623
.mathbook-content .knowl-output .knowl-output .knowl-output {
1624
/* Since CodeMirror output contains a bunch of lines with their own padding */
1625
}
1626
/* line 157, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1627
.mathbook-content .knowl-output .knowl-output .knowl-output {
1628
border: 6px solid #ffafa3;
1629
background: #fffbfa;
1630
-webkit-border-radius: 4px;
1631
-moz-border-radius: 4px;
1632
-ms-border-radius: 4px;
1633
-o-border-radius: 4px;
1634
border-radius: 4px;
1635
margin-bottom: 1.25em;
1636
}
1637
/* line 190, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1638
.mathbook-content .knowl-output .knowl-output .knowl-output .knowl-footer {
1639
font-size: x-small;
1640
color: #700f00;
1641
background: #ffafa3;
1642
bottom: -6px;
1643
padding: 1px 0px 1px 6px;
1644
}
1645
/* line 198, ../../../../../MathBook/mathbook-assets/scss/shared/_knowl.scss */
1646
.mathbook-content .knowl-output .knowl-output .knowl-output .knowl-content {
1647
/* Better to apply a margin, so that heading margins collapse */
1648
padding: 0;
1649
margin: 1.25em;
1650
}
1651
/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1652
.mathbook-content .knowl-output .knowl-output .knowl-output .code {
1653
position: relative;
1654
}
1655
/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */
1656
.mathbook-content .knowl-output .knowl-output .knowl-output .code:after {
1657
position: absolute;
1658
top: 0;
1659
left: 100%;
1660
padding: .5em;
1661
content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";
1662
color: white;
1663
background: red;
1664
opacity: .9;
1665
z-index: 99999;
1666
min-width: 200px;
1667
-webkit-border-radius: 5px;
1668
-moz-border-radius: 5px;
1669
-ms-border-radius: 5px;
1670
-o-border-radius: 5px;
1671
border-radius: 5px;
1672
-moz-border-radius-topleft: 0;
1673
-webkit-border-top-left-radius: 0;
1674
border-top-left-radius: 0;
1675
}
1676
/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1677
.mathbook-content .knowl-output .knowl-output .knowl-output .code-block,
1678
.mathbook-content .knowl-output .knowl-output .knowl-output .CodeMirror,
1679
.mathbook-content .knowl-output .knowl-output .knowl-output .sagecell .CodeMirror {
1680
font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
1681
background: white;
1682
color: inherit;
1683
word-break: break-all;
1684
word-wrap: break-word;
1685
border-style: solid;
1686
border-width: 0.0625em;
1687
padding: 1.1875em;
1688
border-color: #ff998a;
1689
-webkit-border-radius: 0.2em;
1690
-moz-border-radius: 0.2em;
1691
-ms-border-radius: 0.2em;
1692
-o-border-radius: 0.2em;
1693
border-radius: 0.2em;
1694
}
1695
/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1696
.mathbook-content .knowl-output .knowl-output .knowl-output .code-block code,
1697
.mathbook-content .knowl-output .knowl-output .knowl-output .CodeMirror code,
1698
.mathbook-content .knowl-output .knowl-output .knowl-output .sagecell .CodeMirror code {
1699
padding: 0;
1700
font-size: inherit;
1701
color: inherit;
1702
white-space: pre-wrap;
1703
background-color: transparent;
1704
-webkit-border-radius: 0;
1705
-moz-border-radius: 0;
1706
-ms-border-radius: 0;
1707
-o-border-radius: 0;
1708
border-radius: 0;
1709
}
1710
/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1711
.mathbook-content .knowl-output .knowl-output .knowl-output .code-inline {
1712
margin: 0 1px;
1713
font-size: 0.9em;
1714
line-height: 1.38889em;
1715
white-space: nowrap;
1716
color: inherit;
1717
background: white;
1718
border: 1px solid #ff998a;
1719
padding: 0.0625em 0.25em;
1720
-webkit-border-radius: 0.2em;
1721
-moz-border-radius: 0.2em;
1722
-ms-border-radius: 0.2em;
1723
-o-border-radius: 0.2em;
1724
border-radius: 0.2em;
1725
}
1726
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1727
.mathbook-content .knowl-output .knowl-output .knowl-output .CodeMirror, .mathbook-content .knowl-output .knowl-output .knowl-output .sagecell .CodeMirror {
1728
padding: 0;
1729
}
1730
/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1731
.mathbook-content figure {
1732
/* maintain vertical rhythym with line-height sized trailing margin */
1733
margin-bottom: 1.25em;
1734
}
1735
/* line 14, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1736
.mathbook-content figure.wrap {
1737
float: right;
1738
margin-right: 0;
1739
/*margin-left:30px;*/
1740
margin-left: 1.25em;
1741
}
1742
/* line 20, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1743
.mathbook-content figure.wrap img {
1744
width: 250px;
1745
}
1746
/* line 23, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1747
.mathbook-content figure img {
1748
display: block;
1749
margin-left: auto;
1750
margin-right: auto;
1751
}
1752
/* line 28, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1753
.mathbook-content figure img.wrap {
1754
float: right;
1755
margin: 0;
1756
}
1757
/* line 34, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1758
.mathbook-content figure table {
1759
margin-left: auto;
1760
margin-right: auto;
1761
}
1762
/* line 43, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1763
.mathbook-content figcaption {
1764
/* We treat figcaptions just like headings */
1765
}
1766
/* line 104, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1767
.mathbook-content figcaption > .heading, .mathbook-content figcaption > header > .heading {
1768
font-family: "PT Serif", "Times New Roman", Times, serif;
1769
font-weight: 700;
1770
color: inherit;
1771
}
1772
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1773
.mathbook-content figcaption > .heading:before, .mathbook-content figcaption > header > .heading:before {
1774
display: none;
1775
}
1776
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1777
.mathbook-content figcaption > .heading:after, .mathbook-content figcaption > header > .heading:after {
1778
content: ". ";
1779
}
1780
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1781
.mathbook-content figcaption > .heading .type:before, .mathbook-content figcaption > header > .heading .type:before {
1782
display: none;
1783
}
1784
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1785
.mathbook-content figcaption > .heading .type:after, .mathbook-content figcaption > header > .heading .type:after {
1786
content: " ";
1787
}
1788
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1789
.mathbook-content figcaption > .heading .codenumber:not(:empty):before, .mathbook-content figcaption > header > .heading .codenumber:not(:empty):before {
1790
display: none;
1791
}
1792
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1793
.mathbook-content figcaption > .heading .codenumber:not(:empty):after, .mathbook-content figcaption > header > .heading .codenumber:not(:empty):after {
1794
content: "\2002";
1795
}
1796
/* line 51, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1797
.mathbook-content figcaption > .heading .title:before, .mathbook-content figcaption > header > .heading .title:before {
1798
display: none;
1799
}
1800
/* line 58, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1801
.mathbook-content figcaption > .heading .title:after, .mathbook-content figcaption > header > .heading .title:after {
1802
content: " ";
1803
}
1804
/* line 124, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1805
.mathbook-content figcaption > .heading .type, .mathbook-content figcaption > .heading .codenumber, .mathbook-content figcaption > .heading .title, .mathbook-content figcaption > header > .heading .type, .mathbook-content figcaption > header > .heading .codenumber, .mathbook-content figcaption > header > .heading .title {
1806
/**
1807
* Hide the space after the last element,
1808
* defer to .heading:after instead XX obsolete comment
1809
*/
1810
}
1811
/* line 69, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1812
.mathbook-content figcaption > .heading.hide-type .type, .mathbook-content figcaption > header > .heading.hide-type .type {
1813
display: none;
1814
}
1815
/* line 76, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1816
.mathbook-content figcaption > .heading.hide-codenumber .codenumber, .mathbook-content figcaption > header > .heading.hide-codenumber .codenumber {
1817
display: none;
1818
}
1819
/* line 83, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1820
.mathbook-content figcaption > .heading.hide-title .title, .mathbook-content figcaption > header > .heading.hide-title .title {
1821
display: none;
1822
}
1823
/* line 18, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1824
.mathbook-content figcaption > .heading > .heading, .mathbook-content figcaption > .heading > header > .heading, .mathbook-content figcaption > header > .heading > .heading, .mathbook-content figcaption > header > .heading > header > .heading {
1825
display: inline;
1826
}
1827
/* line 153, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1828
.mathbook-content figcaption > .heading > .heading + p, .mathbook-content figcaption > .heading > header > .heading + p, .mathbook-content figcaption > header > .heading > .heading + p, .mathbook-content figcaption > header > .heading > header > .heading + p {
1829
display: inline;
1830
}
1831
/* line 156, ../../../../../MathBook/mathbook-assets/scss/shared/_heading.scss */
1832
.mathbook-content figcaption > .heading > .heading + p:after, .mathbook-content figcaption > .heading > header > .heading + p:after, .mathbook-content figcaption > header > .heading > .heading + p:after, .mathbook-content figcaption > header > .heading > header > .heading + p:after {
1833
/* Restore the inline paragraph's margin */
1834
content: "";
1835
display: block;
1836
margin-bottom: 1.25em;
1837
}
1838
/* line 50, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1839
.mathbook-content figcaption {
1840
font-size: 1em;
1841
line-height: 1.25em;
1842
margin: 0 auto;
1843
padding-left: 2em;
1844
margin-top: 1.25em;
1845
}
1846
/* line 60, ../../../../../MathBook/mathbook-assets/scss/content/partials/_figure.scss */
1847
.mathbook-content figcaption.wrap {
1848
margin-left: 0.125em;
1849
margin-right: 0.125em;
1850
text-align: center;
1851
}
1852
/* line 3, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1853
.mathbook-content table {
1854
border-collapse: collapse;
1855
}
1856
/* line 7, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1857
.center .mathbook-content table {
1858
text-align: center;
1859
margin-left: auto;
1860
margin-right: auto;
1861
}
1862
/* line 13, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1863
.mathbook-content table td {
1864
padding: 2px;
1865
padding-left: 5px;
1866
padding-right: 5px;
1867
font-size: 90%;
1868
}
1869
/* line 19, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1870
.mathbook-content table td.hline {
1871
padding-left: 0px;
1872
padding-right: 0px;
1873
}
1874
/* line 24, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1875
.mathbook-content table td.hlinethick {
1876
padding-left: 0px;
1877
padding-right: 0px;
1878
}
1879
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1880
.mathbook-content table td.hline hr {
1881
margin-top: 0;
1882
margin-bottom: 0;
1883
margin-left: -1px;
1884
margin-right: -1px;
1885
border: 1px solid black;
1886
}
1887
/* line 37, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1888
.mathbook-content table td.hlinethick hr {
1889
margin-top: 0;
1890
margin-bottom: 0;
1891
margin-left: -1px;
1892
margin-right: -1px;
1893
border: 2px solid black;
1894
}
1895
/* line 48, ../../../../../MathBook/mathbook-assets/scss/content/partials/_table.scss */
1896
.mathbook-content table td.onesubject {
1897
font-size: 120%;
1898
}
1899
/* line 9, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1900
.mathbook-content .code {
1901
position: relative;
1902
}
1903
/* line 3, ../../../../../MathBook/mathbook-assets/scss/shared/_css_message.scss */
1904
.mathbook-content .code:after {
1905
position: absolute;
1906
top: 0;
1907
left: 100%;
1908
padding: .5em;
1909
content: "Markup Error: .code is deprecated. Use .code-inline or .code-block.";
1910
color: white;
1911
background: red;
1912
opacity: .9;
1913
z-index: 99999;
1914
min-width: 200px;
1915
-webkit-border-radius: 5px;
1916
-moz-border-radius: 5px;
1917
-ms-border-radius: 5px;
1918
-o-border-radius: 5px;
1919
border-radius: 5px;
1920
-moz-border-radius-topleft: 0;
1921
-webkit-border-top-left-radius: 0;
1922
border-top-left-radius: 0;
1923
}
1924
/* line 269, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1925
.mathbook-content .code-block,
1926
.mathbook-content .CodeMirror,
1927
.mathbook-content .sagecell .CodeMirror {
1928
font-family: "Inconsolata", "Source Code Pro", Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
1929
background: #eeeeee;
1930
color: inherit;
1931
word-break: break-all;
1932
word-wrap: break-word;
1933
border-style: solid;
1934
border-width: 0.0625em;
1935
padding: 1.1875em;
1936
border-color: #dddddd;
1937
-webkit-border-radius: 0.2em;
1938
-moz-border-radius: 0.2em;
1939
-ms-border-radius: 0.2em;
1940
-o-border-radius: 0.2em;
1941
border-radius: 0.2em;
1942
}
1943
/* line 282, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1944
.mathbook-content .code-block code,
1945
.mathbook-content .CodeMirror code,
1946
.mathbook-content .sagecell .CodeMirror code {
1947
padding: 0;
1948
font-size: inherit;
1949
color: inherit;
1950
white-space: pre-wrap;
1951
background-color: transparent;
1952
-webkit-border-radius: 0;
1953
-moz-border-radius: 0;
1954
-ms-border-radius: 0;
1955
-o-border-radius: 0;
1956
border-radius: 0;
1957
}
1958
/* line 313, ../../../../../MathBook/mathbook-assets/scss/shared/_typography.scss */
1959
.mathbook-content .code-inline {
1960
margin: 0 1px;
1961
font-size: 0.9em;
1962
line-height: 1.38889em;
1963
white-space: nowrap;
1964
color: inherit;
1965
background: #eeeeee;
1966
border: 1px solid #dddddd;
1967
padding: 0.0625em 0.25em;
1968
-webkit-border-radius: 0.2em;
1969
-moz-border-radius: 0.2em;
1970
-ms-border-radius: 0.2em;
1971
-o-border-radius: 0.2em;
1972
border-radius: 0.2em;
1973
}
1974
/* line 29, ../../../../../MathBook/mathbook-assets/scss/content/partials/_code.scss */
1975
.mathbook-content .CodeMirror, .mathbook-content .sagecell .CodeMirror {
1976
padding: 0;
1977
}
1978
/* line 4, ../../../../../MathBook/mathbook-assets/scss/content/partials/_bib.scss */
1979
.mathbook-content .bib {
1980
/*margin-bottom:10px;*/
1981
margin-bottom: 1em;
1982
}
1983
/* line 10, ../../../../../MathBook/mathbook-assets/scss/content/partials/_bib.scss */
1984
.mathbook-content .bibitem {
1985
display: inline;
1986
font-weight: bold;
1987
margin-right: 1em;
1988
}
1989
/* line 16, ../../../../../MathBook/mathbook-assets/scss/content/partials/_bib.scss */
1990
.mathbook-content .bibitem + .bibentry {
1991
display: inline;
1992
}
1993
1994
/*******************************************************************************
1995
* END MATHBOOK CONTENT PREFIXED
1996
******************************************************************************/
1997
1998