]> code.communitydata.science - ml_measurement_error_public.git/blob - presentations/ica_hackathon_2022/libs/remark-css-0.0.1/default.css
Copy files into public version.
[ml_measurement_error_public.git] / presentations / ica_hackathon_2022 / libs / remark-css-0.0.1 / default.css
1 a, a > code {
2   color: rgb(249, 38, 114);
3   text-decoration: none;
4 }
5 .footnote {
6   position: absolute;
7   bottom: 3em;
8   padding-right: 4em;
9   font-size: 90%;
10 }
11 .remark-code-line-highlighted     { background-color: #ffff88; }
12
13 .inverse {
14   background-color: #272822;
15   color: #d6d6d6;
16   text-shadow: 0 0 20px #333;
17 }
18 .inverse h1, .inverse h2, .inverse h3 {
19   color: #f3f3f3;
20 }
21 /* Two-column layout */
22 .left-column {
23   color: #777;
24   width: 20%;
25   height: 92%;
26   float: left;
27 }
28 .left-column h2:last-of-type, .left-column h3:last-child {
29   color: #000;
30 }
31 .right-column {
32   width: 75%;
33   float: right;
34   padding-top: 1em;
35 }
36 .pull-left {
37   float: left;
38   width: 47%;
39 }
40 .pull-right {
41   float: right;
42   width: 47%;
43 }
44 .pull-right + * {
45   clear: both;
46 }
47 img, video, iframe {
48   max-width: 100%;
49 }
50 blockquote {
51   border-left: solid 5px lightgray;
52   padding-left: 1em;
53 }
54 .remark-slide table {
55   margin: auto;
56   border-top: 1px solid #666;
57   border-bottom: 1px solid #666;
58 }
59 .remark-slide table thead th { border-bottom: 1px solid #ddd; }
60 th, td { padding: 5px; }
61 .remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee }
62
63 @page { margin: 0; }
64 @media print {
65   .remark-slide-scaler {
66     width: 100% !important;
67     height: 100% !important;
68     transform: scale(1) !important;
69     top: 0 !important;
70     left: 0 !important;
71   }
72 }

Community Data Science Collective || Want to submit a patch?