Differences From Artifact [7d77cf2153]:

To Artifact [3980ce13a3]:


42
43
44
45
46
47
48


49
50
51
52
53
54
55
56
57
  }

  #footer {
    font-size: .75em;
    padding: 5px 30px;
    border-top: 1px solid #ddd;
    text-align: right;


background:rgb(39, 37, 37);
color: white;
  }
    #footer p {
      margin: 0 0 0 1em;
      display: inline-block;
    }
    #footer p:last-child {
      margin-right: 30px;







>
>
|
|







42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
  }

  #footer {
    font-size: .75em;
    padding: 5px 30px;
    border-top: 1px solid #ddd;
    text-align: right;

    /* darker grey */
    background: #272525;
    color: white;
  }
    #footer p {
      margin: 0 0 0 1em;
      display: inline-block;
    }
    #footer p:last-child {
      margin-right: 30px;
265
266
267
268
269
270
271


272
273
274
275
276
277
278
279
280
281
282
283
284
285
      display: inline;
      padding-left: 1em;
    }

  img {
    max-width: 100%;
  }


  td, th {
padding: 8px 16px;
align: left;
  }
table tr:nth-child(2n) td, table tr th {
background: #f0f0ff;
}

  .admonition {
    padding: .1em .5em;
    margin-bottom: 1em;
  }
    .admonition-title {
      font-weight: bold;







>
>

|
|

|
|
|







267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
      display: inline;
      padding-left: 1em;
    }

  img {
    max-width: 100%;
  }

  /* table bgs */
  td, th {
    padding: 8px 16px;
    align: left;
  }
  table tr:nth-child(2n) td, table tr th {
    background: #f0f0ff;
  }

  .admonition {
    padding: .1em .5em;
    margin-bottom: 1em;
  }
    .admonition-title {
      font-weight: bold;
311
312
313
314
315
316
317


318
319
320

321


322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338

339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
  @media screen and (min-width: 700px) {
    #sidebar {
      width: 25%;
      height: 100vh;
      overflow: auto;
      position: sticky;
      top: 0;


background: #404040;
background: linear-gradient(#2980B9 0px, #2980B9 120px, #333 125px, #404040 100%);
color: #ddd;

    }


#sidebar a {
   color: #bbbbbb;
   transition: color .3s ease-in-out;
}
#sidebar a:hover {
    color: #f93;
}
#sidebar li li:hover {
   background: #444;
}
#sidebar h1 {
color: white;
padding-bottom: 10px;
}
#sidebar hr {
color: black;
}

    #content {
      width: 70%;
      max-width: 100ch;
      padding: 3em 4em;
      border-left: 1px solid #ddd;
    }
    pre code {
      font-size: 1em;
    }
    .item .name {
      font-size: 1em;
    }
    main {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
    }
    .toc ul ul,
    #index ul {
      padding-left: 1.5em;
    }
    .toc > ul > li {
      margin-top: .5em;
    }
  }
</%def>








>
>
|
|
|
>

>
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>



















|







315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
  @media screen and (min-width: 700px) {
    #sidebar {
      width: 25%;
      height: 100vh;
      overflow: auto;
      position: sticky;
      top: 0;

      /* lighter grey */
      background: #404040;
      background: linear-gradient(#2980B9 0px, #2980B9 120px, #333 125px, #404040 100%);
      color: #ddd;
      font-size: 1em;
    }

    /* light links */
    #sidebar a {
       color: #bbbbbb;
       transition: color .3s ease-in-out;
    }
    #sidebar a:hover {
        color: #f93;
    }
    #sidebar li li:hover {
       background: #444;
    }
    #sidebar h1 {
      color: white;
      padding-bottom: 10px;
    }
    #sidebar hr {
      color: black;
    }

    #content {
      width: 70%;
      max-width: 100ch;
      padding: 3em 4em;
      border-left: 1px solid #ddd;
    }
    pre code {
      font-size: 1em;
    }
    .item .name {
      font-size: 1em;
    }
    main {
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
    }
    .toc ul ul,
    #index ul {
      padding-left: 0.5em;
    }
    .toc > ul > li {
      margin-top: .5em;
    }
  }
</%def>