premium updates
This commit is contained in:
@@ -79,7 +79,7 @@ body::-webkit-scrollbar-corner {
|
|||||||
.row.mainpage {
|
.row.mainpage {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
top: calc(calc(9vh + 2.5em) + 100px);
|
top: calc(calc(9vh + 2.5em) + 60px);
|
||||||
bottom: 50px;
|
bottom: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -621,7 +621,6 @@ input:checked+.slider:before {
|
|||||||
color: var(--text);
|
color: var(--text);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
margin-right: 25px;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -76,19 +76,6 @@
|
|||||||
background-color: var(--button-bg);
|
background-color: var(--button-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.premium {
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 0.3vh;
|
|
||||||
margin: 0.3rem;
|
|
||||||
padding: 0.8rem;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 2.7vh;
|
|
||||||
border-radius: 1.5vh;
|
|
||||||
border-color: var(--button-bg);
|
|
||||||
transition: border-color 0.4s linear;
|
|
||||||
background-color: blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar > .right > a:hover {
|
.navbar > .right > a:hover {
|
||||||
border-color: var(--nav-hover);
|
border-color: var(--nav-hover);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,39 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<!--el:meta-->
|
||||||
|
<!--el:adtop-->
|
||||||
|
<!--el:analytics-->
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="/assets/css/main.css">
|
||||||
|
|
||||||
|
<title>Premium | Polaris</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!--el:navbar-->
|
||||||
|
<!--el:sidebar-->
|
||||||
|
<br>
|
||||||
|
<div class="content">
|
||||||
|
<div class="container centered">
|
||||||
|
<h1 style="font-size: 6vh; margin: 0;" class="gamesectionheader">Premium</h1>
|
||||||
|
<h1 style="font-size: 2vh; margin: 0;" class="gamesectionheader">Coming Soon...</h1>
|
||||||
|
<br>
|
||||||
|
<p>With a premium membership you will get access to</p>
|
||||||
|
<ul style="text-align: left;">
|
||||||
|
<li>High speed exclusive servers</li>
|
||||||
|
<li>Insider information on future updates</li>
|
||||||
|
<li>Early access to new links</li>
|
||||||
|
<li>And much more to come</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!--el:discord_widget-->
|
||||||
|
|
||||||
|
<script src="/assets/js/main.js" type="module"></script>
|
||||||
|
|
||||||
|
<!--el:{{mode === 'dev'}}:development-->
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
@@ -9,7 +9,9 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<a href="" class="premium"><i class="fa-solid fa-star"></i>Premium</a>
|
<a href="/premium" class="premium" style="border-color: rgb(0, 60, 255);"
|
||||||
|
><i class="fa-solid fa-star"></i>Premium</a
|
||||||
|
>
|
||||||
<a href="/games" class="navButton"
|
<a href="/games" class="navButton"
|
||||||
><i class="fa-solid fa-gamepad-modern fa-xs"></i>Games</a
|
><i class="fa-solid fa-gamepad-modern fa-xs"></i>Games</a
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user