Titlescreen: Add language selection menu

This commit is contained in:
LoveEevee
2019-01-21 18:47:22 +03:00
parent 016bfaf2c1
commit 59baa9f06f
12 changed files with 463 additions and 91 deletions

View File

@@ -17,7 +17,6 @@ body{
background-color: #000;
background-position: top center;
background-size: 30vh;
font-family: TnT, Meiryo, sans-serif;
}
#screen.pattern-bg{
background-color: #fe7839;

View File

@@ -41,5 +41,25 @@
.click-to-continue::before{
-webkit-text-stroke: 0.25em #f00;
filter: blur(0.3vmin);
left: auto;
}
#lang{
font-size: 3vmin;
position: absolute;
bottom: 0;
left: 0;
background-repeat: no-repeat;
background-size: auto 70%;
background-position: center;
width: 4em;
height: 4em;
}
#lang:focus-within{
outline: #4d90fe auto 5px;
}
#lang-dropdown{
font-size: 1.7em;
font-family: Microsoft YaHei, sans-serif;
opacity: 0;
width: 100%;
height: 100%;
}