Titlescreen: Add language selection menu
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user