git-svn-id: svn://losandesgames.com/alfheim-website@32 15359d88-9307-4e75-a9c1-e5686e5897df
This commit is contained in:
parent
e9ee994b56
commit
cada02d85a
BIN
bin/alfheimgame
BIN
bin/alfheimgame
Binary file not shown.
Binary file not shown.
@ -51,7 +51,7 @@ nav {
|
||||
.loginbutton {
|
||||
align-self: center;
|
||||
display: flex;
|
||||
background-color: ;
|
||||
background-color: white;
|
||||
padding-top: 15px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 15px;
|
||||
@ -65,8 +65,8 @@ main {
|
||||
margin: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: start;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
margin-left: auto;
|
||||
@ -89,13 +89,15 @@ p {
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
border: 2px solid white;
|
||||
backdrop-filter: blur(20px);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 15px;
|
||||
padding: 30px 40px;
|
||||
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrapper h1 {
|
||||
@ -167,7 +169,7 @@ input {
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
position: relative;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<nav>
|
||||
<a href="/"><h1 class="maintitle">Alfheim</h1></a>
|
||||
<div class="navbuttons">
|
||||
{{/*{{if not .ActiveSubscription}}
|
||||
{{if not .ActiveSubscription}}
|
||||
<a href="/subscribe"><div class="loginbutton"><strong>Subscribe</strong></div></a>
|
||||
{{end}}
|
||||
|
||||
@ -39,7 +39,6 @@
|
||||
<a href="/login"><div class="loginbutton"><strong>Log in</strong><img src="/static/login_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt=""/></div></a>
|
||||
<a href="/register"><div class="loginbutton"><strong>Register</strong></div></a>
|
||||
{{end}}
|
||||
*/}}
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@ -51,7 +51,7 @@ nav {
|
||||
.loginbutton {
|
||||
align-self: center;
|
||||
display: flex;
|
||||
background-color: ;
|
||||
background-color: white;
|
||||
padding-top: 15px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 15px;
|
||||
@ -65,8 +65,8 @@ main {
|
||||
margin: 0px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: start;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
min-height: 100%;
|
||||
max-height: 100%;
|
||||
margin-left: auto;
|
||||
@ -89,13 +89,15 @@ p {
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
display: inline-block;
|
||||
background: transparent;
|
||||
border: 2px solid white;
|
||||
backdrop-filter: blur(20px);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||
border-radius: 15px;
|
||||
padding: 30px 40px;
|
||||
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrapper h1 {
|
||||
@ -167,7 +169,7 @@ input {
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
position: relative;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<nav>
|
||||
<a href="/"><h1 class="maintitle">Alfheim</h1></a>
|
||||
<div class="navbuttons">
|
||||
{{/*{{if not .ActiveSubscription}}
|
||||
{{if not .ActiveSubscription}}
|
||||
<a href="/subscribe"><div class="loginbutton"><strong>Subscribe</strong></div></a>
|
||||
{{end}}
|
||||
|
||||
@ -39,7 +39,6 @@
|
||||
<a href="/login"><div class="loginbutton"><strong>Log in</strong><img src="/static/login_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt=""/></div></a>
|
||||
<a href="/register"><div class="loginbutton"><strong>Register</strong></div></a>
|
||||
{{end}}
|
||||
*/}}
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@ -169,7 +169,7 @@ input {
|
||||
}
|
||||
|
||||
footer {
|
||||
position: fixed;
|
||||
position: relative;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user