chore: add update

This commit is contained in:
MattTheTekie 2025-12-12 19:17:08 -05:00
commit 83b0d5c89d
5 changed files with 181 additions and 182 deletions

View file

@ -5,9 +5,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Play - Veltron Network</title>
<link rel="stylesheet" href="https://veltron.netcss/Veltron-MC.css">
<link href="https://fonts.bunny.netcss?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0css/font-awesome.min.css">
<link rel="stylesheet" href="https://veltron.net/css/Veltron-MC.css">
<link href="https://fonts.bunny.net/css?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta property="og:type" content="summary">
<meta property="og:site_name" content="Veltron-MC">
<meta property="og:title" content="Veltron-MC">
@ -52,13 +52,13 @@
} else {
x.style.display = "flex";
}
}
}
</script>
</div>
<div class="mainflex">
<div class="main1">
<a class="main1_logo_a" href="#">
<img class="main1_logo" src="images/Veltron-MC/VELTRON-MC-7-31-2024.png" alt="logo">
<img class="main1_logo" src="http://www.veltron.net/images/Veltron-MC/VELTRON-MC-7-31-2024.png" alt="logo">
</a>
<div class="main1_description">
<a>Minecraft,<br>but</a>
@ -88,7 +88,7 @@
</script>
</div>
<a href="#more" class="scroll">
<img alt="downarrow" class="main1_downarrow" src="images/Veltron-MC/downarrow.png">
<img alt="downarrow" class="main1_downarrow" src="http://www.veltron.net/images/Veltron-MC/downarrow.png">
</a>
<script>
const scrollLinks = document.querySelectorAll('.scroll');
@ -110,28 +110,28 @@
<a class="headline">What we have</a>
<div class="main2_features_div">
<div class="main2_feature">
<img class="main2_feature_img" alt="Feature Image" src="images/Veltron-MC/2024-07-31_16.51.20.png">
<img class="main2_feature_img" alt="Feature Image" src="http://www.veltron.net/images/Veltron-MC/2024-07-31_16.51.20.png">
<a class="main2_feature_headline">Ironland-MC</a>
<a class="main2_feature_text">Experience Ironland in it's fullest the Ironland way today! Ironland is a rich and vibrant country waiting to be explored!</a>
</div>
<div class="main2_feature">
<img class="main2_feature_img" alt="Feature Image" src="images/Veltron-MC/2024-07-31_13.16.16.png">
<img class="main2_feature_img" alt="Feature Image" src="http://www.veltron.net/images/Veltron-MC/2024-07-31_13.16.16.png">
<a class="main2_feature_headline">Veltron-UHC</a>
<a class="main2_feature_text">Yet another UHC server to enjoy those pesky raids on, explore around, and do to you're hearts content.</a>
</div>
<div class="main2_feature">
<img class="main2_feature_img" alt="Feature Image" src="images/Veltron-MC/lobby.png">
<img class="main2_feature_img" alt="Feature Image" src="http://www.veltron.net/images/Veltron-MC/lobby.png">
<a class="main2_feature_headline">VELTRON Lobby</a>
<a class="main2_feature_text">Just another lobby with cosmetics, and gadgets.</a>
</div>
<div class="main2_feature">
<img class="main2_feature_img" alt="Feature Image" src="images/Veltron-MC/pirateship.png">
<img class="main2_feature_img" alt="Feature Image" src="http://www.veltron.net/images/Veltron-MC/pirateship.png">
<a class="main2_feature_headline">Pirate Ship
</a>
<a class="main2_feature_text">Our lobby also features a pirateship!</a>
</div>
<div class="main2_feature">
<img class="main2_feature_img" alt="Feature Image" src="images/Veltron-MC/lobby2.png">
<img class="main2_feature_img" alt="Feature Image" src="http://www.veltron.net/images/Veltron-MC/lobby2.png">
<a class="main2_feature_headline">Penguins</a>
<a class="main2_feature_text">We have a penguin!</a>
</div>
@ -164,7 +164,7 @@
</div>
</div>
</div>
<div class="main5_admin_div">
<div class="main5_admins_div main5_admins_dev_type2">
<img class="main5_admins_img" alt="admin member img" src="https://cdn.discordapp.com/avatars/855903667643482132/1c295875283eb0248a0a31820f9a2c33.webp?size=4096">
@ -187,7 +187,7 @@
</div>
</div>
</div>
<div class="main5_admin_div">
<div class="main5_admins_div main5_admins_dev_type1">
<img class="main5_admins_img" alt="admin member img" src="https://cdn.discordapp.com/avatars/689222794105716848/4f2277d8737e273ddac1732cb187d24e.png?size=4096">

View file

@ -140,11 +140,11 @@
/* Kirby following your mouse */
#mouseGif {
position: absolute;
height: auto;
transition: transform 0.2s;
z-index: 2;
cursor: pointer;
position: absolute;
height: auto;
transition: transform 0.2s;
z-index: 2;
cursor: pointer;
}
/* Custom Fonts */
@ -155,14 +155,14 @@
/* Defaults */
body {
background: url("images/wallpaper.png") no-repeat center center fixed;
background: url("http://www.veltron.net/images/wallpaper.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #698aff;
font-family: "Roboto", arial, serif;
cursor: url("images/cursor.png"), auto;
cursor: url("http://www.veltron.net/images/cursor.png"), auto;
font-size: 14px;
height: 100vh;
}
@ -212,32 +212,32 @@ p {
/* Main Container */
#websiteContainer {
max-width: 980px;
max-height: 929px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
max-width: 980px;
max-height: 929px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
#websiteSpacerTop {
height: 14px;
height: 14px;
}
#websiteSpacerBottom {
height: 14px;
height: 14px;
}
/* Header */
#header {
background: url("../images/dots.png"),
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
border: 1px solid #6f2020;
border-top-right-radius: 60px;
border-top-left-radius: 60px;
display: flex;
align-items: center;
padding: 5px 20px 0px 23px;
background: url("../images/dots.png"),
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
border: 1px solid #6f2020;
border-top-right-radius: 60px;
border-top-left-radius: 60px;
display: flex;
align-items: center;
padding: 5px 20px 0px 23px;
}
.header-logo {
width: 100%;
@ -247,28 +247,28 @@ p {
/* Left Aside */
#leftSiteContent {
background: url("../images/dots.png"),
linear-gradient(200deg, #f15a5a 60%, #eb4949 90%);
border-left: 1px solid #6f2020;
border-right: 1px solid #6f2020;
padding: 8px 8px 0px 8px;
width: 140px;
height: 722px;
float: left;
background: url("../images/dots.png"),
linear-gradient(200deg, #f15a5a 60%, #eb4949 90%);
border-left: 1px solid #6f2020;
border-right: 1px solid #6f2020;
padding: 8px 8px 0px 8px;
width: 140px;
height: 722px;
float: left;
}
/* Left Navigation */
#leftNav {
display: flex;
flex-direction: column;
display: flex;
flex-direction: column;
}
#leftNav a {
font-size: 12px;
font-size: 12px;
}
#leftNav hr {
border: none;
border-bottom: 1px solid #6f2020;
border-radius: 5px;
margin: 0px;
border: none;
border-bottom: 1px solid #6f2020;
border-radius: 5px;
margin: 0px;
}
.nav-categories {
background-color: #da3e3e;
@ -376,28 +376,28 @@ p {
text-decoration: underline;
}
#navMusicPlay.active {
color: #e5e5f5;
filter: contrast(1.2) brightness(1.2);
text-decoration: none;
color: #e5e5f5;
filter: contrast(1.2) brightness(1.2);
text-decoration: none;
}
#navMusicPause.active {
color: #e5e5f5;
filter: contrast(1.2) brightness(1.2);
text-decoration: none;
color: #e5e5f5;
filter: contrast(1.2) brightness(1.2);
text-decoration: none;
}
#navMusic {
width: 100%;
width: 100%;
}
/* Right Aside */
#rightSiteContent {
background: url("../images/dots.png"),
linear-gradient(135deg, #fd5d5d 60%, #ca4eab 100%);
border-right: 1px solid #8d2727;
border-left: 1px solid #8d2727;
padding: 8px 5px 0px 7px;
width: 134px;
height: 722px;
float: right;
background: url("../images/dots.png"),
linear-gradient(135deg, #fd5d5d 60%, #ca4eab 100%);
border-right: 1px solid #8d2727;
border-left: 1px solid #8d2727;
padding: 8px 5px 0px 7px;
width: 134px;
height: 722px;
float: right;
}
.aside-ads-container {
display: flex;
@ -433,43 +433,43 @@ p {
/* Main containers in the different HTML pages */
#middleContent {
background-color: #aabdfb;
background-image: linear-gradient(
to right,
#fdb2b2,
#fdb2b2 5px,
#fbaaaa 5px,
#fbaaaa
);
background-size: 10px 100%;
color: black;
scrollbar-color: #d87979 #fdb3b3;
padding: 15px;
height: 700px;
max-width: 650px;
margin: auto;
overflow: auto;
background-color: #aabdfb;
background-image: linear-gradient(
to right,
#fdb2b2,
#fdb2b2 5px,
#fbaaaa 5px,
#fbaaaa
);
background-size: 10px 100%;
color: black;
scrollbar-color: #d87979 #fdb3b3;
padding: 15px;
height: 700px;
max-width: 650px;
margin: auto;
overflow: auto;
}
/* Main text background pattern */
.text-containers-main-bg {
background-color: #aabdff;
background-image: repeating-linear-gradient(
45deg,
#faa0a0 25%,
transparent 25%,
transparent 75%,
#faa0a0 75%,
#faa0a0
),
repeating-linear-gradient(
45deg,
#faa0a0 25%,
#faa 25%,
#faa 75%,
#faa0a0 75%,
#faa0a0
);
45deg,
#faa0a0 25%,
transparent 25%,
transparent 75%,
#faa0a0 75%,
#faa0a0
),
repeating-linear-gradient(
45deg,
#faa0a0 25%,
#faa 25%,
#faa 75%,
#faa0a0 75%,
#faa0a0
);
background-position: 0 0, 26px 26px;
background-size: 52px 52px;
border: 1px solid #a14c4c;
@ -478,9 +478,9 @@ p {
.text-containers-secondary-bg {
background-color: #aabdff;
background-image: linear-gradient(135deg, #faa0a0 25%, transparent 25%),
linear-gradient(225deg, #faa0a0 25%, transparent 25%),
linear-gradient(45deg, #faa0a0 25%, transparent 25%),
linear-gradient(315deg, #faa0a0 25%, #faa 25%);
linear-gradient(225deg, #faa0a0 25%, transparent 25%),
linear-gradient(45deg, #faa0a0 25%, transparent 25%),
linear-gradient(315deg, #faa0a0 25%, #faa 25%);
background-position: 19px 0, 19px 0, 0 0, 0 0;
background-size: 38px 38px;
background-repeat: repeat;
@ -488,24 +488,24 @@ p {
}
#bottomFooter {
background: url("../images/dots.png"),
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
border: 1px solid #8d2727;
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
text-align: center;
padding: 13px 20px 13px 23px;
background: url("../images/dots.png"),
linear-gradient(to bottom, #ff8080 0%, #da3636 40%, #e04343 100%);
border: 1px solid #8d2727;
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;
text-align: center;
padding: 13px 20px 13px 23px;
}
#bottomFooter span {
color: white;
text-shadow: #24235a 2px 1px 2px;
font-size: 1.1em;
color: white;
text-shadow: #24235a 2px 1px 2px;
font-size: 1.1em;
}
#bottomFooter a {
color: #a0c6ff;
text-decoration: underline;
text-shadow: #24235a 2px 1px 2px;
margin: 0px 3px;
color: #a0c6ff;
text-decoration: underline;
text-shadow: #24235a 2px 1px 2px;
margin: 0px 3px;
}
/* Responsiveness */
@ -513,29 +513,29 @@ p {
/* Height */
@media (min-height: 1035px) {
#websiteSpacerTop {
display: none;
display: none;
}
#websiteSpacerBottom {
display: none;
display: none;
}
}
/* Width */
@media (max-width: 1150px) {
#websiteContainer {
width: 900px;
width: 900px;
}
}
@media (max-width: 980px) {
#websiteContainer {
width: 800px;
width: 800px;
}
#rightSiteContent {
display: none;
display: none;
}
#middleContent {
border-right: 3px solid #9babdd;
border-bottom-right-radius: 10px;
border-right: 3px solid #9babdd;
border-bottom-right-radius: 10px;
}
}
@media (max-width: 850px) {
@ -543,13 +543,13 @@ p {
line-height: 27px;
}
#websiteContainer {
width: 680px;
width: 680px;
}
#leftSiteContent {
width: 110px;
width: 110px;
}
#leftNav a {
font-size: 10.5px;
font-size: 10.5px;
}
.nav-categories a {
margin-left: 10px;
@ -564,7 +564,7 @@ p {
width: 100px;
}
#esheepButton {
display: none;
display: none;
}
}
@media (max-width: 700px) {
@ -572,27 +572,27 @@ p {
font-size: 12px;
}
#websiteContainer {
width: 100%;
width: 100%;
}
#header {
border-top-right-radius: 0px;
border-top-left-radius: 0px;
padding: 5px 5px 0px 5px;
border-top-right-radius: 0px;
border-top-left-radius: 0px;
padding: 5px 5px 0px 5px;
}
#websiteSpacerTop,
#websiteSpacerBottom {
display: none;
display: none;
}
#leftSiteContent {
border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
}
#middleContent {
border-bottom-right-radius: 0px;
border-bottom-right-radius: 0px;
}
}
@media (max-width: 500px) {
#websiteContainer {
width: 100%;
width: 100%;
}
}
@media (max-width: 400px) {
@ -603,16 +603,16 @@ p {
line-height: 23px;
}
#websiteContainer {
width: 100%;
width: 100%;
}
#leftSiteContent {
width: 80px;
width: 80px;
}
#leftNav span {
font-size: 9px;
font-size: 9px;
}
#leftNav a {
font-size: 8.5px;
font-size: 8.5px;
}
.nav-categories a {
margin-left: 5px;
@ -631,5 +631,5 @@ p {
}
a:hover {
text-decoration: underline;
cursor: url("images/cursor.cur"), auto;
cursor: url("http://www.veltron.net/images/cursor.cur"), auto;
}

View file

@ -3,16 +3,16 @@
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
h2 { color: goldenrod ; }
h3 { color: tomato ; }
a {
background-color: transparent;
}
a:active,
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
h2 { color: goldenrod ; }
h3 { color: tomato ; }
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
@ -106,7 +106,7 @@ table {
td,
th {
padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/srccss/main.css */
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,
:after,
@ -172,7 +172,7 @@ th {
font-family: "Glyphicons Halflings";
src: url(../fonts/glyphicons-halflings-regular.eot);
src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"),
url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
@ -1322,20 +1322,20 @@ samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
background: #222 ;
color: lime ;
border-radius: 5px ;
overflow-wrap: break-word ;
background: #222 ;
color: lime ;
border-radius: 5px ;
overflow-wrap: break-word ;
}
/*
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
*/
c *ode {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
*/
kbd {
padding: 2px 4px;
font-size: 90%;
@ -2949,15 +2949,15 @@ fieldset[disabled] a.btn {
.btn-default.focus,
.btn-default:focus {
color: #333;
background-color: lightblue ;
border-color: skyblue ;
background-color: lightblue ;
border-color: skyblue ;
/* background-color: #e6e6e6; */
/* border-color: #8c8c8c; */
}
.btn-default:hover {
color: #333;
background-color: lightblue ;
border-color: skyblue ;
background-color: lightblue ;
border-color: skyblue ;
/* background-color: #e6e6e6; */
/* border-color: #adadad; */
}
@ -2965,8 +2965,8 @@ fieldset[disabled] a.btn {
.btn-default:active,
.open > .dropdown-toggle.btn-default {
color: #333;
background-color: lightblue ;
border-color: skyblue ;
background-color: lightblue ;
border-color: skyblue ;
/* background-color: #e6e6e6; */
/* border-color: #adadad; */
}
@ -2980,8 +2980,8 @@ fieldset[disabled] a.btn {
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
color: #333;
background-color: lightblue ;
border-color: skyblue ;
background-color: lightblue ;
border-color: skyblue ;
/* background-color: #d4d4d4; */
/* border-color: #8c8c8c; */
}
@ -5056,7 +5056,7 @@ a.thumbnail:hover {
margin-bottom: 20px;
overflow: hidden;
/* background-color: #f5f5f5; */
background-color: #151515 ;
background-color: #151515 ;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
@ -5754,9 +5754,9 @@ button.list-group-item-danger.active:hover {
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
background: rgba(0,0,0,.3) ;
padding: 20px ;
border-radius: 0 0 50px 50px ;
background: rgba(0,0,0,.3) ;
padding: 20px ;
border-radius: 0 0 50px 50px ;
}
.well blockquote {

View file

@ -6,13 +6,13 @@
<meta property="og:site_name" content="Donate - Veltron Network">
<meta property="og:title" content="Donate - Veltron Network">
<meta property="og:description" content="Consider donating to The Veltron Network to help support our content creation, and funding of our infrastructure.">
<meta property="og:image" content="images/favicon/banner.png">
<meta property="og:image" content="http://www.veltron.net/images/favicon/banner.png">
<meta property="og:image:alt" content="Donate - Veltron Network">
<meta property="og:url" content="http://donate.veltron.net/">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta property="author" content="MattTheTekie + Austcool Walker + Digital Cheese + Veltron">
<meta property="keywords" content="90s Web, 2000s, Political, Veltron, Blog, Neocities, 3DSPaint, DSiPaint, Gaming, Web, HTML, CSS, Programming, Email, Tutorials, Guilded, Discord, YouTube, Twitter">
<link rel="icon" type="image/png" href="images/favicon/banner.png">
<link rel="icon" type="image/png" href="http://www.veltron.net/images/favicon/banner.png">
<link rel="stylesheet" href="bs_style.css">
<link rel="stylesheet" href="style.css">
<title>Donate - Veltron Network</title>
@ -29,7 +29,7 @@
<div class="cryptoinfo">
<div class="text-center">
</div>
<a href="https://ko-fi.com/mattthetekie"><img class="pull-center" src="images/favicon/banner.png" style="border-radius: 5px; margin-left: 1rem" width="128" height="128"></a>
<a href="https://ko-fi.com/mattthetekie"><img class="pull-center" src="http://www.veltron.net/images/favicon/banner.png" style="border-radius: 5px; margin-left: 1rem" width="128" height="128"></a>
<ul>
</ul>
</div>
@ -44,4 +44,3 @@

View file

@ -10,8 +10,8 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS -->
<link rel="stylesheet" href="cssglobal.css" />
<link rel="stylesheet" href="cssmusic_player.css" />
<link rel="stylesheet" href="css/global.css" />
<link rel="stylesheet" href="css/music_player.css" />
<!-- Favicon -->
<link
rel="icon"