Skip to content

Commit 2b7abf4

Browse files
committed
Re-implemented text highlighting, increased copyright div size, added Nawrek to attributions
1 parent 864403e commit 2b7abf4

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

attributions/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ <h1>Credits and Attributions</h1>
149149
<i style="position: relative; right: 30px;">With design assistance from</i>
150150
<li><img src="/img/logos/pfp/czx.png">CZX</li>
151151
<li><img src="/img/logos/pfp/gamer.png">The Gamer</li>
152+
<li><img src="/img/logos/pfp/nawrek.png">Nawrek</li>
152153
<li><img src="/img/logos/pfp/pizza.png">Pizzaleader</li>
153154
<li><img src="/img/logos/pfp/vance.png">Vance</li>
154155
<li><img src="/img/logos/pfp/zexlo.png">Zexlo</li>

img/logos/pfp/nawrek.png

198 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ <h2 id="entry-1-23-10-2024-">Entry 1 (23-10-2024)</h2>
388388
<script src="scripts/main/sidebarfit.js"></script>
389389

390390
</body>
391-
<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: 11pt; color: rgba(255, 255, 255, 0.9);">
391+
<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;">
392392
© 2024-2025 Minecraft 3DS Community. All Rights Reserved.
393393
</div>
394394
</html>

style.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ html, body {
22
margin: 0;
33
padding: 0;
44
overflow-x: hidden;
5-
-webkit-touch-callout: none;
6-
-webkit-user-select: none;
7-
-khtml-user-select: none;
8-
-moz-user-select: none;
9-
-ms-user-select: none;
10-
user-select: none;
115
touch-action: manipulation;
126
}
137

@@ -463,8 +457,16 @@ gallerysubtitle a {
463457
src: local('Minecraft Regular'), url('/plugins/font/1_MinecraftRegular1.woff') format('woff');
464458
}
465459

466-
@media (max-width: 450px) {
460+
@media (max-width: 550px) {
467461
.copyrightDiv {
468462
font-size: 9pt !important;
463+
height: auto !important;
464+
}
465+
}
466+
467+
@media (max-width: 400px) {
468+
.copyrightDiv {
469+
font-size: 8pt !important;
470+
height: auto !important;
469471
}
470472
}

0 commit comments

Comments
 (0)