|
47 | 47 |
|
48 | 48 |
|
49 | 49 | <div class="dropDownContainer closed"> |
50 | | - <div class="dropDown"> |
51 | | - <div style="margin-top: 8px; margin-left: 15px; line-height: 2; font-size: 16pt; filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3)); height: 100%;"> |
52 | | - <span class="dropDownItems" onclick="window.location.href='/index.html';"> |
53 | | - <img src="img/gui/home.png" alt="Home">Home |
54 | | - <img src="img/gui/expfull.png" class="expImage" data-full="img/gui/expfull.png" alt="Expand"> |
55 | | - </span> |
56 | | - <img src="img/gui/exp.png" style="position: absolute;"> |
57 | | - <span class="dropDownItems" onclick="window.location.href='/unistore/index.html';"> |
58 | | - <img src="img/gui/unistore.png" style="position: relative; bottom: 1px;">Unistore |
59 | | - <img src="img/gui/expfull.png" class="expImage" data-full="img/gui/expfull.png"> |
60 | | - </span> |
61 | | - <img src="img/gui/exp.png" style="position: absolute;"> |
62 | | - <span class="dropDownItems" onclick="window.location.href='/mods/index.html';"> |
63 | | - <img src="img/gui/mods.png" style="position: relative; bottom: 1px;">Mods |
64 | | - <img src="img/gui/expfull.png" class="expImage" data-full="img/gui/expfull.png"> |
65 | | - </span> |
66 | | - <img src="img/gui/exp.png" style="position: absolute;"> |
67 | | - <span class="dropDownItems" onclick="window.location.href='404.html';"> |
68 | | - <img src="img/gui/tools.png">Tools |
69 | | - <img src="img/gui/expfull.png" class="expImage" data-full="img/gui/expfull.png"> |
70 | | - </span> |
71 | | - <img src="img/gui/exp.png" style="position: absolute;"> |
72 | | - <span class="dropDownItems" onclick="window.location.href='404.html';"> |
73 | | - <img src="img/gui/tutorials.png" style="position: relative; right: 1px;">Tutorials |
74 | | - <img src="img/gui/expfull.png" class="expImage" data-full="img/gui/expfull.png"> |
75 | | - </span> |
76 | | - <img src="img/gui/exp.png" style="position: absolute;"> |
77 | | - <span class="dropDownItems" onclick="window.location.href='404.html';"> |
78 | | - <img src="img/gui/faqs.png" style="position: relative; bottom: 1px;">FAQs |
79 | | - <img src="img/gui/expfull.png" class="expImage" data-full="img/gui/expfull.png"> |
80 | | - </span> |
81 | | - <img src="img/gui/exp.png" style="position: absolute;"> |
82 | | - <div class="dropDownLinks"> |
83 | | - <img src="img/links/github.png" style="position: absolute; right: 12px; bottom: 196px; width: 24px;" onclick="window.location.href='https://github.com/Minecraft-3DS-Community';"> |
84 | | - <img src="img/links/speedrun.png" style="position: absolute; right: 10px; bottom: 160px; width: 28px;" onclick="window.location.href='https://www.speedrun.com/mc3ds';"> |
85 | | - <img src="img/links/twitter.png" style="position: absolute; right: 12px; bottom: 130px; width: 23px;" onclick="window.location.href='https://x.com/minecraft3ds_';"> |
86 | | - <img src="img/links/reddit.png" style="position: absolute; right: 13px; bottom: 93px; width: 23px;" onclick="window.location.href='https://www.reddit.com/r/Minecraft3DS/';"> |
87 | | - <img src="img/links/discord.png" style="position: absolute; right: 10px; bottom: 55px; width: 30px;" onclick="window.location.href='https://discord.com/invite/PcfekvmjSw';"> |
88 | | - <img src="img/links/dev.png" style="position: absolute; right: 12px; bottom: 26px; width: 25px;" onclick="window.location.href='/attributions/index.html';"> |
89 | | - </div> |
90 | | - </div> |
91 | | - </div> |
92 | | - <div class="dropDownButton" id="dropDownToggle"> |
93 | | - <img src="img/gui/arrow.png" style="width: 32px;" id="dropDownArrow"> |
94 | | - </div> |
| 50 | + <div class="dropDown"> |
| 51 | + <div id="dropDownContent"></div> |
| 52 | + </div> |
| 53 | + <div class="dropDownButton" id="dropDownToggle"> |
| 54 | + <img src="/img/gui/arrow.png" style="width: 32px;" id="dropDownArrow"> |
| 55 | + </div> |
95 | 56 | </div> |
96 | 57 |
|
97 | 58 | <div class="text-container"> |
@@ -402,6 +363,7 @@ <h2 id="entry-1-23-10-2024-">Entry 1 (23-10-2024)</h2> |
402 | 363 | <script src="scripts/main/nodetails.js"></script> |
403 | 364 | <script src="scripts/main/vines.js"></script> |
404 | 365 | <script src="scripts/main/sidebarfit.js"></script> |
| 366 | +<script src="/scripts/main/header.js"></script> |
405 | 367 |
|
406 | 368 | </body> |
407 | 369 | <div class="copyrightDiv" style="position: fixed; bottom: 0; background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.6)), url(img/bg/dirt.png); background-size: 32px; image-rendering: pixelated; width: 100%; left: 0; text-align: center; z-index: 100; font-family: 'Minecraft Regular'; font-size: 13pt; color: rgba(255, 255, 255, 0.9); height: 25px;"> |
|
0 commit comments