Private
Public Access
1
0

chg: usr: improve the gfx on homepage - implement login/register and activation for authentication - and add the first version of profile page #4

This commit is contained in:
2026-04-11 20:45:51 +02:00
parent eff849549b
commit 6b3e19b063
43 changed files with 3375 additions and 1806 deletions

View File

@@ -0,0 +1,57 @@
html {
height: 100%;
padding: 0;
margin: 0;
}
body {
height: 100%;
min-height: 100%;
padding: 0;
margin: 0;
}
main {
width: 100%;
height: 100%;
}
.mine-container {
background: url("/images/bg-mineseeker-0-outbg.jpg") no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
.clear {
clear: both
}
#mine-wrapper,
#mine-wrapper * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#mine-wrapper {
display: table;
width: 842px;
margin: 0 auto;
}
#mine-wrapper .game-wrapper {
background: #000;
position: relative;
display: flex;
flex-direction: row;
align-items: flex-start;
padding: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}