Merge branch 'dev' into feature/blog
This commit is contained in:
commit
c9653fc74d
3 changed files with 39 additions and 1 deletions
|
|
@ -332,3 +332,31 @@ div#web-buttons {
|
||||||
.live-viewers {
|
.live-viewers {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.webring {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
.webring a {
|
||||||
|
border: 1px solid var(--links);
|
||||||
|
height: 1.5em;
|
||||||
|
padding: 0 0.5em;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 1.7em;
|
||||||
|
transition: color .1s linear, background-color .1s linear, box-shadow .1s linear;
|
||||||
|
}
|
||||||
|
.webring a:nth-child(1) {
|
||||||
|
border-radius: 2px 0 0 2px;
|
||||||
|
border-right: none;
|
||||||
|
}
|
||||||
|
.webring a:nth-child(3) {
|
||||||
|
border-radius: 0 2px 2px 0;
|
||||||
|
border-left: none;
|
||||||
|
}
|
||||||
|
.webring a:hover {
|
||||||
|
color: #eee;
|
||||||
|
border-color: #eee;
|
||||||
|
background-color: var(--links) !important;
|
||||||
|
text-decoration: none;
|
||||||
|
box-shadow: 0 0 1em var(--links);
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ h3.music-type-upcoming {
|
||||||
gap: .5rem;
|
gap: .5rem;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
line-height: 1.7em;
|
line-height: 1.7em;
|
||||||
justify-content: center;
|
justify-content: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.music-links li {
|
.music-links li {
|
||||||
|
|
|
||||||
|
|
@ -273,5 +273,15 @@
|
||||||
</a>
|
</a>
|
||||||
<img src="/img/buttons/misc/blink.gif" alt="closeup anime blink" width="88" height="31">
|
<img src="/img/buttons/misc/blink.gif" alt="closeup anime blink" width="88" height="31">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h2 class="typeout">
|
||||||
|
## webring
|
||||||
|
</h2>
|
||||||
|
|
||||||
|
<div class="webring">
|
||||||
|
<a href="https://melon-ring.pathetic.systems/arimelody/previous">◀</a>
|
||||||
|
<a href="https://melon-ring.pathetic.systems">melon-ring</a>
|
||||||
|
<a href="https://melon-ring.pathetic.systems/arimelody/next">▶</a>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue