you stupid BITCH
This commit is contained in:
parent
6d36b0fd88
commit
b5115b8a64
3 changed files with 259 additions and 86 deletions
86
views/styles/myapp.css
Normal file
86
views/styles/myapp.css
Normal file
|
@ -0,0 +1,86 @@
|
|||
@font-face {
|
||||
font-family: "Lexend Deca";
|
||||
src: url("/assets/fonts/Lexend Deca/Variable.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Minecraft";
|
||||
src: url("/assets/fonts/Minecraft/Regular.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Renogare";
|
||||
src: url("/assets/fonts/Renogare/Regular.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "NDS12";
|
||||
src: url("/assets/fonts/NDS12/Regular.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "OpenDyslexic";
|
||||
src: url("/assets/fonts/OpenDyslexic/Regular.otf");
|
||||
}
|
||||
:root {
|
||||
--header-font-family: "Renogare";
|
||||
--header-font-weight: 400;
|
||||
--font-family: "Lexend Deca";
|
||||
--border-width: calc(2rem / 16);
|
||||
--base-color: 320, 50%;
|
||||
--border-radius: calc(4rem / 16);
|
||||
}
|
||||
|
||||
#accessibility {
|
||||
/* position: sticky;
|
||||
bottom: 1em;
|
||||
left: 1em; */
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#accessibility fieldset {
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
/* * {
|
||||
font-smooth: never;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
} */
|
||||
|
||||
.nav {
|
||||
max-width: 38em;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.nav p {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.nav p * {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
html.base .nav {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html.base .nav p * {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border-bottom: var(--border-width) var(--border-style) var(--border-color);
|
||||
padding-bottom: 0em;
|
||||
}
|
||||
h2 {
|
||||
border-bottom: var(--border-width) var(--border-style) var(--border-color);
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h2 a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.rs {
|
||||
float: inline-end;
|
||||
}
|
|
@ -1,89 +1,4 @@
|
|||
@font-face {
|
||||
font-family: "Lexend Deca";
|
||||
src: url("/assets/fonts/Lexend Deca/Variable.ttf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Minecraft";
|
||||
src: url("/assets/fonts/Minecraft/Regular.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Renogare";
|
||||
src: url("/assets/fonts/Renogare/Regular.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "NDS12";
|
||||
src: url("/assets/fonts/NDS12/Regular.otf");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "OpenDyslexic";
|
||||
src: url("/assets/fonts/OpenDyslexic/Regular.otf");
|
||||
}
|
||||
:root {
|
||||
--header-font-family: "Renogare";
|
||||
--header-font-weight: 400;
|
||||
--font-family: "Lexend Deca";
|
||||
--border-width: calc(2rem / 16);
|
||||
--base-color: 320, 50%;
|
||||
--border-radius: calc(4rem / 16);
|
||||
}
|
||||
|
||||
#accessibility {
|
||||
/* position: sticky;
|
||||
bottom: 1em;
|
||||
left: 1em; */
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
#accessibility fieldset {
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
/* * {
|
||||
font-smooth: never;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
} */
|
||||
|
||||
.nav {
|
||||
max-width: 38em;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.nav p {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.nav p * {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
html.base .nav {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html.base .nav p * {
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
h1 {
|
||||
border-bottom: var(--border-width) var(--border-style) var(--border-color);
|
||||
padding-bottom: 0em;
|
||||
}
|
||||
h2 {
|
||||
border-bottom: var(--border-width) var(--border-style) var(--border-color);
|
||||
padding-bottom: 0.25em;
|
||||
}
|
||||
|
||||
h1 a,
|
||||
h2 a {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.rs {
|
||||
float: inline-end;
|
||||
}
|
||||
@import url("./myapp.css");
|
||||
|
||||
html:not(.base) {
|
||||
background: url("/assets/bg.jpg");
|
||||
|
|
172
views/tigerrs-minecraft/index.html
Normal file
172
views/tigerrs-minecraft/index.html
Normal file
|
@ -0,0 +1,172 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>abtmtr.link</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="/styles/normal.css" />
|
||||
<link rel="stylesheet" href="/styles/myapp.css" />
|
||||
<style>
|
||||
:root {
|
||||
--base-color: 128, 50%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>TIGERRS Minecraft Server</h1>
|
||||
<p>
|
||||
Information regarding the Minecraft server I'm running for the TIGERRS
|
||||
community.
|
||||
</p>
|
||||
<$ nav.html $>
|
||||
<section id="accessibility" hidden></section>
|
||||
</header>
|
||||
<main>
|
||||
<section>
|
||||
<h1>Open Hours</h1>
|
||||
<p><i>All times are in Central Time.</i></p>
|
||||
<p><b>Sunday:</b> 9:00 AM–10:00 PM</p>
|
||||
<!-- 0 -->
|
||||
<p><b>Monday:</b> 3:00 PM–10:00 PM</p>
|
||||
<!-- 1 -->
|
||||
<p><b>Tuesday:</b> 3:00 PM–12:00 AM (next day)</p>
|
||||
<!-- 2 -->
|
||||
<p><b>Wednesday:</b> 9:00 AM–10:00 PM</p>
|
||||
<!-- 3 -->
|
||||
<p><b>Thursday:</b> 3:00 PM–10:00 PM</p>
|
||||
<!-- 4 -->
|
||||
<p><b>Friday:</b> 3:00 PM–12:00 AM (next day)</p>
|
||||
<!-- 5 -->
|
||||
<p><b>Saturday:</b> 9:00 AM–12:00 AM (next day)</p>
|
||||
<!-- 6 -->
|
||||
</section>
|
||||
<section>
|
||||
<h1>Recommended Setup</h1>
|
||||
<p>
|
||||
While the server supports all Minecraft versions since <b>1.19.4</b>,
|
||||
it is recommended that you use version 1.19.4 specifically,
|
||||
<a href="https://fabricmc.net/use/installer/" target="_blank"
|
||||
>especially with the Fabric mod loader</a
|
||||
>.
|
||||
</p>
|
||||
<p>
|
||||
If you're using Fabric, it's also recommended that you install these
|
||||
mods:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="https://modrinth.com/mod/clientsidenoteblocks"
|
||||
target="_blank"
|
||||
>Client Side Noteblocks</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://modrinth.com/plugin/invisible-frames"
|
||||
target="_blank"
|
||||
>Invisible Frames</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://modrinth.com/mod/krypton" target="_blank"
|
||||
>Krypton</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://modrinth.com/mod/lambdynamiclights" target="_blank"
|
||||
>LambDynamicLights</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://modrinth.com/mod/serverpingerfixer" target="_blank"
|
||||
>Server Pinger Fixer</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://modrinth.com/mod/show-me-what-you-got"
|
||||
target="_blank"
|
||||
>Show Me What You Got</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://modrinth.com/plugin/simple-voice-chat"
|
||||
target="_blank"
|
||||
>Simple Voice Chat</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://modrinth.com/mod/zume" target="_blank">Zume</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
Even if you don't have any mods installed, these modded actions will
|
||||
still work:
|
||||
</p>
|
||||
<ul>
|
||||
<li><i>EditSign</i> sign editing (especially if you're on 1.20+)</li>
|
||||
<li><i>VeinDigging</i> vein digging</li>
|
||||
<li><i>FallingTree</i> tree cutting</li>
|
||||
<li><i>TabTPS</i> server performance in player menu</li>
|
||||
<li><i>Couplings</i> opening double-doors simultaneously</li>
|
||||
<li>
|
||||
<i>Show Me What You Got</i> item chat (you cannot chat items,
|
||||
however)
|
||||
</li>
|
||||
<li>
|
||||
<i>Invisible Frames</i> item frames (you cannot make item frames
|
||||
invisible, however)
|
||||
</li>
|
||||
<li><i>Flan</i> region claiming</li>
|
||||
<li><i>WorldEdit</i> wand usage</li>
|
||||
<li><i>SleepWarp</i> night skipping</li>
|
||||
<li><i>StyledChat</i> chat formatting</li>
|
||||
<li><i>Healthcare</i> health indicators</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Server Address</h1>
|
||||
<p>
|
||||
The server can be found at
|
||||
<b onclick="window.getSelection().selectAllChildren(this);"
|
||||
>tigerrs.abtmtr.link</b
|
||||
>
|
||||
for Minecraft: Java Edition versions <b>1.19.4+</b>.
|
||||
</p>
|
||||
<p>
|
||||
For Minecraft (Bedrock Edition), you should use version
|
||||
<b>1.20.51</b> (latest).
|
||||
</p>
|
||||
<p>In order to join the server, you have to be whitelisted.</p>
|
||||
<h2>Web map</h2>
|
||||
<p>
|
||||
A web map of the world can be found at
|
||||
<a href="https://tigerrs.abtmtr.link" target="_blank"
|
||||
>the same domain, on HTTPS</a
|
||||
>.
|
||||
</p>
|
||||
<p>
|
||||
If you can't join, you can at least peer inside and see what's
|
||||
happening.
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h1>Is this official?</h1>
|
||||
<p>
|
||||
Keep in mind this server is <b>completely unofficial</b>, and is
|
||||
running unaffiliated to the TIGERRS collective.
|
||||
</p>
|
||||
<p>
|
||||
This means that none of the activities on the server are officially
|
||||
moderated - instead, server rules and regulations are up to the server
|
||||
admins.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<script src="/scripts/accessibility.js"></script>
|
||||
<script src="./scripts/data_check_uptime.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue