Skip to content

Commit a250ddc

Browse files
committed
temp style for horsering and audio
1 parent 2dcee3e commit a250ddc

2 files changed

Lines changed: 25 additions & 6 deletions

File tree

index.html

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,25 @@ <h1>ukriu!</h1>
5151
</div>
5252
</main>
5353
<footer>
54-
<p style="text-align:center;">
55-
<a id="playButton" href="#" onclick="event.preventDefault(); togglePlayPause();">
56-
~♫ 泣きながら「命に嫌われている。」歌ってみた【こはならむ】 ♫~
57-
</a>
58-
</p>
5954
<audio id="audioPlayer" src="./res/media/bg.m4a" type="audio/m4a"></audio>
55+
<div id="containRing">
56+
<div id="left">
57+
<p style="text-align:center;">
58+
<a class="link" href="https://horser.ing/prev/ukriu" rel="nofollow"><-&nbsp;&nbsp;</a>
59+
<a class="link" href="http://horser.ing" rel="nofollow">horsering</a>
60+
<a class="link" href="https://horser.ing/next/ukriu" rel="nofollow">&nbsp;&nbsp;-></a>
61+
</p>
62+
</div>
63+
<div id="middle"><p style="text-align:center;"><a>|</a></p></div>
64+
<div id="right">
65+
<p style="text-align:center;">
66+
<a id="playButton" href="#" onclick="event.preventDefault(); togglePlayPause();">
67+
~ ♫ ~
68+
</a>
69+
<!-- ~♫ 泣きながら「命に嫌われている。」歌ってみた【こはならむ】 ♫~ -->
70+
</p>
71+
</div>
72+
</div>
6073
<hr>
6174
<div id="container">
6275
<div id="left">

res/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,18 @@ a:active {color: var(--active-color);;}
8989
}
9090
.nav .link.active {color: var(--active-color);;}
9191

92+
#containRing {
93+
display: flex;
94+
justify-content: space-between;
95+
width: 100%;
96+
margin-bottom: -1rem;
97+
}
9298
#container {
9399
display: flex;
94100
justify-content: space-between;
95101
width: 100%;
96102
}
97-
#left, #right {width: auto;}
103+
#left, #middle, #right {width: auto;}
98104

99105
.author {
100106
font-size: 0.8rem;

0 commit comments

Comments
 (0)