Skip to content

Commit

Permalink
v4.4.7 - CSS Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
derpbyte committed Mar 31, 2024
1 parent d945de3 commit ad27273
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 59 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "education",
"version": "4.4.6",
"version": "4.4.7",
"description": "",
"type": "module",
"engines": {
Expand All @@ -14,7 +14,7 @@
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@tomphttp/bare-server-node": "^1.2.6",
"@tomphttp/bare-server-node": "^2.0.1",
"express": "^4.18.2"
}
}
}
23 changes: 1 addition & 22 deletions static/agloader.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<!DOCTYPE html>

<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="noindex">
<link rel="icon" href="/assets/img/doge.jpg" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/script.js/2.0.2/script.min.js"
integrity="sha512-UWtTDM6wtl/qutDD6i1JOGZGiEd92dveVzuLl8sMBkMHlOHcbZdexM7ZrKkeaugW7vhqDnWc2pPD/ohEV+BBbg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/script.js/2.0.2/script.min.js" integrity="sha512-UWtTDM6wtl/qutDD6i1JOGZGiEd92dveVzuLl8sMBkMHlOHcbZdexM7ZrKkeaugW7vhqDnWc2pPD/ohEV+BBbg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="/assets/js/anym.js"></script>
<script src="/assets/js/functions.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6YEQ7Q0XRC"></script>
Expand Down Expand Up @@ -53,30 +50,12 @@
};
</script>
</head>

<body>
<script src="/assets/js/index.js"></script>
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.config.js"></script>
<script src="/assets/js/ag.js"></script>
<script>
if (localStorage.getItem("currentAg") == "nealFun") {
window.addEventListener("message", (event) => {

iframe = document.getElementById('siteurl')
if (event.source === iframe.contentWindow) {

const game = event.data.nfg



} else {
//pass
}
});
}
</script>
<script>
window.navigator.serviceWorker
.register("/sw.js", {
Expand Down
6 changes: 3 additions & 3 deletions static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<i class="bi bi-search searchIcon" style="margin-left: 147px;" id="search"></i>
<input id="searchApps" style="width: 420px;" placeholder="Search for apps" class="searchbar"></form>
</div>
<div class="search-results themesExcluded" id="appContainer" style="display: flex; justify-content: center; flex-wrap: wrap;">
<div id="searchMessage" style="display: none;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;" class="themesExcluded"></div>
<div id="fetchMessage" style="display:block;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;" class="themesExcluded">Loading apps...</div>
<div class="search-results themesExcluded" id="appContainer">
<div id="searchMessage" class="themesExcluded" style="display: none;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;padding: 0;"></div>
<div id="fetchMessage" class="themesExcluded" style="display:block;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;padding: 0;">Loading apps...</div>
</div><br>
<script src="/assets/js/themes.js"></script>
<script src="/uv/uv.bundle.js"></script>
Expand Down
33 changes: 12 additions & 21 deletions static/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ form {
height: 85px;
}



.button-6:hover {
border: transparent 2px rgba(255, 255, 255, 0.596);
background-color: rgba(201, 201, 201, 0.37);
Expand All @@ -119,6 +117,16 @@ form {
border-radius: 5px;
}

::-webkit-scrollbar {
width: 5px;
background-color: #504f4f;
}

::-webkit-scrollbar-thumb {
background-color: #8f8d8d;
border-radius: 10px;
}

nav {
padding: 8px;
background-color: transparent;
Expand All @@ -142,24 +150,6 @@ nav {
}
}

::-webkit-scrollbar {
width: 5px;
background-color: rgba(0, 0, 0, 0.37);
}

::-webkit-scrollbar-thumb {
background-color: #504f4f;
border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
background-color: #555;
}

nav p {
font-family: sans;
}

nav a {
float: right;
text-align: center;
Expand All @@ -182,7 +172,7 @@ nav .icon {
input {
border: none;
padding: 20px;
width: 520px;
width: 44%;
background-color: rgba(22, 22, 22, 0.637);
color: white;
outline: none;
Expand All @@ -197,6 +187,7 @@ input {
box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.4);
}


.proxybar:focus {
width: 700px;
padding-left: 60px;
Expand Down
15 changes: 9 additions & 6 deletions static/assets/css/gms.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
.container {
margin: 0 auto;
text-align: center;
}

.button-container {
display: flex;
flex-wrap: wrap;
Expand All @@ -25,10 +20,10 @@
}

.square_btn {
display: inline-block;
text-align: center;
height: 115px;
width: 115px;
margin: 0;
padding: 30px;
text-decoration: none;
text-align: center;
Expand Down Expand Up @@ -91,4 +86,12 @@ input {

.searchbar:focus {
padding-left: 48px;
}

.search-results {
padding: 19px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 1em;
}
2 changes: 1 addition & 1 deletion static/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 style="font-family: poppins; font-size: 85px; text-align: center;">Credits</
<a href="https://github.com/KDust7" style="font-size: 23px;">KDust7</a>
<p style="font-size: 21px; margin: 20px;">All games belong to their respective owners</p>
<p style="font-size: 21px;">© Copyright 2024 Doge Network. All Rights Reserved.</p>
<p style="font-size: 15px;">Doge Unblocker v4.4.5 Stable</p>
<p style="font-size: 15px;">Doge Unblocker v4.4.7 (Stable)</p>
</div>
<div class="footer themesExcluded">
<a href="https://discord.gg/sWPHCdxCPU" target="new" style="text-align: right;"><svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-discord" viewBox="0 -1.5 16 16"><path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612Zm5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612Z"/></svg></a><a href="https://github.com/dogenetwork/v4" target="new" style="text-align: right;"><svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/></svg></a>
Expand Down
6 changes: 3 additions & 3 deletions static/gms.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<i class="bi bi-search searchIcon" style="margin-left: 140px;" id="search"></i>
<input id="searchApps" style="width: 420px;" placeholder="Search for games" class="searchbar"></form>
</div>
<div class="search-results themesExcluded" id="gmsContainer" style="display: flex; justify-content: center; flex-wrap: wrap;" class="themesExcluded"></div>
<div id="searchMessage" class="themesExcluded" style="display: none;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;"></div>
<div id="fetchMessage" style="display:block;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;" class="themesExcluded">Loading assets...</div>
<div class="search-results themesExcluded" id="gmsContainer"></div>
<div id="searchMessage" class="themesExcluded" style="display: none;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;padding: 0;"></div>
<div id="fetchMessage" class="themesExcluded" style="display:block;color:white;text-align: center;font-size: 30px;margin:20px;font-family:poppins;padding: 0;">Loading assets...</div>
</div><br>
<script src="/assets/js/themes.js"></script>
<script src="/uv/uv.bundle.js"></script>
Expand Down

0 comments on commit ad27273

Please sign in to comment.