mascot works yay
Cette révision appartient à :
Parent
21bf6ec11c
révision
1f867601b8
2 fichiers modifiés avec 14 ajouts et 8 suppressions
|
@ -16,6 +16,7 @@ body {
|
|||
|
||||
#mascot {
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
width: 60vh;
|
||||
|
@ -36,6 +37,10 @@ body {
|
|||
max-width: 1080px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.content {
|
||||
position: relative;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.header .container {
|
||||
position: relative;
|
||||
|
|
|
@ -52,14 +52,7 @@
|
|||
{{ block "additional_header" .}}{{end}}
|
||||
</head>
|
||||
<body onload="setTheme();">
|
||||
<div id="mascot" class="hide-xs" onclick="playVoice();"></div>
|
||||
<audio id="nyanpassu" hidden preload="none">
|
||||
<source src="https://a.doko.moe/sewang.mp3" type="audio/mpeg">
|
||||
</audio>
|
||||
<audio id="explosion" hidden preload="none">
|
||||
<source src="https://megumin.love/sounds/explosion.mp3" type="audio/mpeg">
|
||||
</audio>
|
||||
<nav id="header" class="header">
|
||||
<nav id="header" class="header">
|
||||
<div class="container">
|
||||
<div class="h-left">
|
||||
<div class="h-logo">
|
||||
|
@ -91,6 +84,14 @@
|
|||
<div class="content container center">
|
||||
{{block "content" .}}{{call $.T "nothing_here"}}{{end}}
|
||||
</div>
|
||||
<div id="mascot" class="hide-xs" onclick="playVoice();"></div>
|
||||
<audio id="nyanpassu" hidden preload="none">
|
||||
<source src="https://a.doko.moe/sewang.mp3" type="audio/mpeg">
|
||||
</audio>
|
||||
<audio id="explosion" hidden preload="none">
|
||||
<source src="https://megumin.love/sounds/explosion.mp3" type="audio/mpeg">
|
||||
</audio>
|
||||
|
||||
<div class="pagination">
|
||||
{{ genNav .Navigation .URL 15 }}
|
||||
</div>
|
||||
|
|
Référencer dans un nouveau ticket