mirror of https://github.com/tildeclub/site.git
commit
d4443f6f56
|
@ -67,12 +67,14 @@ hr {
|
||||||
from { content: "_"; }
|
from { content: "_"; }
|
||||||
to { content: ""; }
|
to { content: ""; }
|
||||||
}
|
}
|
||||||
h1::after {
|
@media not (prefers-reduced-motion: reduce) {
|
||||||
|
h1::after {
|
||||||
content: "_";
|
content: "_";
|
||||||
animation-name: cursor;
|
animation-name: cursor;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
animation-timing-function: cubic-bezier(1.0,0,0,1.0);
|
||||||
animation-duration: 1s;
|
animation-duration: 1s;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
|
|
@ -46,6 +46,7 @@ $highlighting-css$
|
||||||
$for(include-before)$
|
$for(include-before)$
|
||||||
$include-before$
|
$include-before$
|
||||||
$endfor$
|
$endfor$
|
||||||
|
<div class="content">
|
||||||
$if(title)$
|
$if(title)$
|
||||||
<header>
|
<header>
|
||||||
<h1 class="title">$$ $title$</h1>
|
<h1 class="title">$$ $title$</h1>
|
||||||
|
@ -66,7 +67,7 @@ $highlighting-css$
|
||||||
$endif$
|
$endif$
|
||||||
</header>
|
</header>
|
||||||
$endif$
|
$endif$
|
||||||
<br>
|
<br>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
|
@ -88,12 +89,13 @@ $body$
|
||||||
$include-after$
|
$include-after$
|
||||||
$endfor$
|
$endfor$
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
</body>
|
|
||||||
<footer class="text-center">
|
<footer class="text-center">
|
||||||
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
<p>ECDSA fingerprint: SHA256:duamOATgnGcfRFFkotCwrAWzZtRjwxm64WAhq5tQRwE</p>
|
||||||
<a href="https://github.com/tildeclub/site">page source</a>
|
<a href="https://github.com/tildeclub/site">page source</a>
|
||||||
</footer>
|
</footer>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue