Added some text and improved the style.

This commit is contained in:
The Wobbler 2024-12-04 18:25:17 +01:00
parent 25a2315c1a
commit 06803cd917
2 changed files with 58 additions and 60 deletions

View file

@ -41,7 +41,7 @@ label {
}
hr {
margin: 0px 16px 16px 0px;
margin: 0px 8px 16px 8px;
border: 1px solid rgba(255, 255, 255, 0.5);
}
@ -83,6 +83,7 @@ hr {
text-align: center;
padding: 5px 16px;
text-decoration: none;
text-shadow: none;
font-size: 17px;
}
@ -99,6 +100,7 @@ hr {
padding: 5px 16px;
text-decoration: none;
font-size: 17px;
text-shadow: none;
}
.scriptsinactive:hover {
@ -121,7 +123,7 @@ hr {
.big-text {
font-family: ubuntu, arial;
color: white;
font-size: 26px;
font-size: 32px;
}
.heading-text {
@ -164,6 +166,11 @@ hr {
text-decoration: none;
}
.inline-text {
display: inline-block;
margin: 0px;
}
.search-folder {
visibility: hidden;
}
@ -274,11 +281,12 @@ hr {
.button {
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 16px;
margin: 0px 16px 16px 16px;
margin: 4px 8px 4px 16px;
padding: 8px;
font-size: 16px;
text-align: center;
font-weight: bold;
display: inline-block;
}
::-webkit-scrollbar {
@ -296,4 +304,18 @@ hr {
backdrop-filter: blur(16px);
border-radius: 0px 16px 16px 0px;
background-color: rgba(4, 170, 109, 0.4);
}
.hacked-checkbox {
position: absolute;
left: -100vw;
}
.hcb-label {
padding: 8px 16px;
margin: 16px 0px 0px 16px;
cursor: pointer;
border-radius: 16px 16px 0px 0px;
border: 2px solid rgba(255, 255, 255, 0.3);
display: inline-block;
}