make proper cups
This commit is contained in:
parent
a42c3cee8d
commit
8bfb24bd0c
7 changed files with 54 additions and 14 deletions
|
|
@ -50,12 +50,17 @@
|
||||||
</nav>
|
</nav>
|
||||||
<article>
|
<article>
|
||||||
<h2 id="stuff">Stuff</h2>
|
<h2 id="stuff">Stuff</h2>
|
||||||
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>k</mi></munderover><mi>i</mi><mo>=</mo><mfrac><mrow><mi>k</mi><mrow><mo stretchy="true" form="prefix">(</mo><mi>k</mi><mo>+</mo><mn>1</mn><mo stretchy="true" form="postfix">)</mo></mrow></mrow><mn>2</mn></mfrac></mrow><annotation encoding="application/x-tex"> \sum_{i=1}^k i = \frac{k(k+1)}{2} </annotation></semantics></math></p>
|
<p><math display="block" xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><munderover><mo>∑</mo><mrow><mi>i</mi><mo>=</mo><mn>1</mn></mrow><mi>k</mi></munderover><mi>i</mi><mo>=</mo><mfrac><mrow><mi>k</mi><mo stretchy="false" form="prefix">(</mo><mi>k</mi><mo>+</mo><mn>1</mn><mo stretchy="false" form="postfix">)</mo></mrow><mn>2</mn></mfrac></mrow><annotation encoding="application/x-tex"> \sum_{i=1}^k i = \frac{k(k+1)}{2} </annotation></semantics></math></p>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;">
|
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||||
|
<p class="cups-light">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="pandoc/cups_left.svg" width="30" height="30/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="pandoc/cups_logo.svg" width="120" height="60/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="pandoc/cups_right.svg" width="30" height="30/"></a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,9 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
/* CSS for syntax highlighting */
|
/* CSS for syntax highlighting */
|
||||||
|
html { -webkit-text-size-adjust: 100%; }
|
||||||
pre > code.sourceCode { white-space: pre; position: relative; }
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
pre > code.sourceCode > span { line-height: 1.25; }
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
pre > code.sourceCode > span:empty { height: 1.2em; }
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
.sourceCode { overflow: visible; }
|
.sourceCode { overflow: visible; }
|
||||||
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
|
|
@ -35,7 +36,7 @@
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
pre > code.sourceCode { white-space: pre-wrap; }
|
pre > code.sourceCode { white-space: pre-wrap; }
|
||||||
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
|
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
|
||||||
}
|
}
|
||||||
pre.numberSource code
|
pre.numberSource code
|
||||||
{ counter-reset: source-line 0; }
|
{ counter-reset: source-line 0; }
|
||||||
|
|
@ -140,7 +141,12 @@ class="sourceCode numberSource bash numberLines"><code class="sourceCode bash"><
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;">
|
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||||
|
<p class="cups-light">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="pandoc/cups_left.svg" width="30" height="30/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="pandoc/cups_logo.svg" width="120" height="60/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="pandoc/cups_right.svg" width="30" height="30/"></a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,9 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
/* CSS for syntax highlighting */
|
/* CSS for syntax highlighting */
|
||||||
|
html { -webkit-text-size-adjust: 100%; }
|
||||||
pre > code.sourceCode { white-space: pre; position: relative; }
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
pre > code.sourceCode > span { line-height: 1.25; }
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
pre > code.sourceCode > span:empty { height: 1.2em; }
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
.sourceCode { overflow: visible; }
|
.sourceCode { overflow: visible; }
|
||||||
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
|
|
@ -35,7 +36,7 @@
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
pre > code.sourceCode { white-space: pre-wrap; }
|
pre > code.sourceCode { white-space: pre-wrap; }
|
||||||
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
|
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
|
||||||
}
|
}
|
||||||
pre.numberSource code
|
pre.numberSource code
|
||||||
{ counter-reset: source-line 0; }
|
{ counter-reset: source-line 0; }
|
||||||
|
|
@ -140,7 +141,12 @@ class="sourceCode numberSource bash numberLines"><code class="sourceCode bash"><
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;">
|
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||||
|
<p class="cups-light">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="pandoc/cups_left.svg" width="30" height="30/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="pandoc/cups_logo.svg" width="120" height="60/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="pandoc/cups_right.svg" width="30" height="30/"></a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,12 @@ utilities</a>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;">
|
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||||
|
<p class="cups-light">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="pandoc/cups_left.svg" width="30" height="30/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="pandoc/cups_logo.svg" width="120" height="60/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="pandoc/cups_right.svg" width="30" height="30/"></a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,14 @@ body {
|
||||||
border: 4pt ridge var(--border);
|
border: 4pt ridge var(--border);
|
||||||
background: url("sand.png");
|
background: url("sand.png");
|
||||||
background-size: 25%;
|
background-size: 25%;
|
||||||
;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#page-footer p {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,12 @@ $for(include-after)$
|
||||||
$include-after$
|
$include-after$
|
||||||
$endfor$
|
$endfor$
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;">
|
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||||
|
<p class="cups-light">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="pandoc/cups_left.svg" width="30" height="30/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="pandoc/cups_logo.svg" width="120" height="60/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="pandoc/cups_right.svg" width="30" height="30/"></a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -23,8 +23,9 @@
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
/* CSS for syntax highlighting */
|
/* CSS for syntax highlighting */
|
||||||
|
html { -webkit-text-size-adjust: 100%; }
|
||||||
pre > code.sourceCode { white-space: pre; position: relative; }
|
pre > code.sourceCode { white-space: pre; position: relative; }
|
||||||
pre > code.sourceCode > span { line-height: 1.25; }
|
pre > code.sourceCode > span { display: inline-block; line-height: 1.25; }
|
||||||
pre > code.sourceCode > span:empty { height: 1.2em; }
|
pre > code.sourceCode > span:empty { height: 1.2em; }
|
||||||
.sourceCode { overflow: visible; }
|
.sourceCode { overflow: visible; }
|
||||||
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
code.sourceCode > span { color: inherit; text-decoration: inherit; }
|
||||||
|
|
@ -35,7 +36,7 @@
|
||||||
}
|
}
|
||||||
@media print {
|
@media print {
|
||||||
pre > code.sourceCode { white-space: pre-wrap; }
|
pre > code.sourceCode { white-space: pre-wrap; }
|
||||||
pre > code.sourceCode > span { display: inline-block; text-indent: -5em; padding-left: 5em; }
|
pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
|
||||||
}
|
}
|
||||||
pre.numberSource code
|
pre.numberSource code
|
||||||
{ counter-reset: source-line 0; }
|
{ counter-reset: source-line 0; }
|
||||||
|
|
@ -140,7 +141,12 @@ class="sourceCode numberSource bash numberLines"><code class="sourceCode bash"><
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;">
|
<!-- <embed type="text/html" src="https://cups.teabucket.eu/embed?from=never" style="width:320px; height: 120px; scale: 0.66;"> -->
|
||||||
|
<p class="cups-light">
|
||||||
|
<a href="https://cups.teabucket.eu/prev?from=never" target="_parent"><img alt="Previous" src="pandoc/cups_left.svg" width="30" height="30/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/" target="_parent"><img alt="CUPS" src="pandoc/cups_logo.svg" width="120" height="60/"></a>
|
||||||
|
<a href="https://cups.teabucket.eu/next?from=never" target="_parent"><img alt="Next" src="pandoc/cups_right.svg" width="30" height="30/"></a>
|
||||||
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue