Skip to content

Commit

Permalink
Cleaned a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
FANMixco committed Apr 6, 2024
1 parent d13922f commit 21ca4ae
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 35 deletions.
18 changes: 18 additions & 0 deletions css/timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,22 @@ th,
.mdl-textfield__label {
left: 15px;
}
}

@media (max-width: 312px) {
body {
/* Set the transform origin to the center of the element */
transform-origin: 50% 50%;
/* Scale down the element by a factor of 0.8 */
transform: scale(0.8);
}

#playControl {
transform-origin: 40% 10%;
transform: scale(0.8);
}

.mdl-textfield__label {
left: 15px;
}
}
2 changes: 1 addition & 1 deletion css/timer.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 4 additions & 34 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,18 +495,8 @@ <h4 class="hCustom" data-tag="timeMaximum"></h4>
<script src="js/functions/genericActions.min.js"></script>
<script src="js/lib/ua-parser.min.js"></script>
<script src="js/timer.min.js"></script>

<script>
//Translator
load();

//Analytics
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-139701351-1');
</script>
<script src="js/lib/extras.min.js"></script>
<script src="ads.js" data-cfasync="false"></script>

<script type="module">
//PWA
Expand All @@ -517,26 +507,6 @@ <h4 class="hCustom" data-tag="timeMaximum"></h4>
}
</script>

<style>
@media (max-width: 312px) {
body {
/* Set the transform origin to the center of the element */
transform-origin: 50% 50%;
/* Scale down the element by a factor of 0.8 */
transform: scale(0.8);
}

#playControl {
transform-origin: 40% 10%;
transform: scale(0.8);
}

.mdl-textfield__label {
left: 15px;
}
}
</style>

<script type="application/ld+json">
{
"@context": "https://schema.org/",
Expand All @@ -557,7 +527,7 @@ <h4 class="hCustom" data-tag="timeMaximum"></h4>
]
}
</script>
<script src="ads.js" data-cfasync="false" type="text/javascript"></script>
<script src="//yonhelioliskor.com/ntfc.php?p=7317019" data-cfasync="false" async onerror="_ytylr()" onload="_vazbqt()"></script>

<script src="//yonhelioliskor.com/ntfc.php?p=7317019" data-cfasync="false" async defer onerror="_ytylr()" onload="_vazbqt()"></script>
</body>
</html>
9 changes: 9 additions & 0 deletions js/lib/extras.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
//Translator
load();

//Analytics
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-139701351-1');
1 change: 1 addition & 0 deletions js/lib/extras.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21ca4ae

Please sign in to comment.